@charset "utf-8";

/*  clear css */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, ol, ul, li, table, caption, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
}

/* reset styles */
* {
padding: 0;
margin: 0;
}
li {
list-style: none;
}
img {
border: none;
}
hr {
margin: 0;
padding: 0;
border: 0;
}

/* - remember to define focus styles! */
:focus {
outline: 0;
}
/* // clear css // */

html {overflow: -moz-scrollbars-vertical !important; }
html { margin-bottom: 1px; }

/* setup styles */
body {
background-image: url(/layout/bg.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 15px;
margin-bottom: 15px;
margin-left: 50px;
font-size: 12px;
height: 100%;
}


#wrapper {
width: 920px;
margin: 0 auto;
background: #fff;
padding: 10px;
}

#header {
width: 920px;
height: 117px;
float: none;
display: block;
background: url( /layout/head.jpg ) no-repeat;
}

#stylebox {
padding: 20px 0 0 200px;
float: left;
display: inline;
}

#slogan {
width: 350px;
padding: 15px 0 0 50px;
float: left;
display: inline;
color: #FF0000;
font-size: 22px;
}

#menu {
padding: 9px 0 0 200px;
float: none;
}

#redline {
width: 920px;
height: 23px;
float: none;
display: block;
background: url( /layout/btn_red.gif ) repeat-x;
}

#subnav {
padding-top:10px;
font-size:18px;
}

#subnav li {
list-style: none;
display: inline;
border-right: 1px solid;
padding: 0 10px 0 10px;
}

#content {
padding: 20px 40px 40px 40px;
float: none;
display: block;
}

#holder {
width: 830px;
display:block;
}

.img-right {
float:right;
padding-left:20px;
padding-bottom:20px;
padding-right:0px;
margin:0px;
}


#footer {
width: 900px;
padding: 10px;
float: none;
display: block;
border-top: 3px solid #C10504;
text-align: center;
}

.clear {
clear: both;
display: block;
}

a.size {
font-weight: normal;
color: #CC0000;
font-size: 15px;
text-decoration: none;
}

a.size:hover {
font-weight: normal;
color: #000066;
font-size: 15px;
text-decoration: none;
}

a.size2 {
font-weight: normal;
color: #CC0000;
font-size: 18px;
text-decoration: none;
}

a.size2:hover {
font-weight: normal;
color: #000066;
font-size: 18px;
text-decoration: none;
}

a.size3 {
font-weight: normal;
color: #CC0000;
font-size: 21px;
text-decoration: none;
}

a.size3:hover {
font-weight: normal;
color: #000066;
font-size: 21px;
text-decoration: none;
}





