@charset "UTF-8";
body  {
	background : #000000 url(../_img/_common/bg_body.jpg) repeat-x fixed center bottom;
	margin: 0;
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* overrides the text-align: center on the body element. */
	padding: 0px;
} 
#header_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 23px;
	width: 800px;
	padding: 7px 0px 0px 0px;
}
#header_nav p {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#header_nav .separator {
	color: #ED3029;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}
#header_nav a:link { color: #F2F2F2; text-decoration: none; }
#header_nav a:visited { color: #F2F2F2; text-decoration: none; }
#header_nav a:hover { color: #F2F2F2; text-decoration: underline; }
#header_nav a:active { color: #F2F2F2; text-decoration: underline; }

#header {
	margin: 0px;
	padding: 0px 0px 5px;
	height: 75px;
	width: 800px;
}
#header .logo {
	margin: 0px;
	padding-top: 0px;
	padding-right: 49px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#header .main_nav {
	background-color: #666666;
	margin: 0px;
	float: left;
	height: 28px;
	width: 181px;
	padding-top: 47px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}

#content {
	background-color: #666666;
	height: 100%;
	width: 800px;
}
 
#content .column1 {
	margin: 0px;
	float: left;
	width: 569px;
	padding: 15px;
	background-color: #FFFFFF;
	color: #333333;
	border-right: 5px solid #000000;
}
#content .column1 p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content .copy1 {
	width: 375px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#content .copy1 ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#content.copy1 li {
	padding-top: 5px;
	line-height: 15px;
}
#content .image1 {
	width: 175px;
	margin: 0px;
	padding: 0px 0px 93px 0px;
	float: right;
}
#content .copy2 p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
#content .copy2 ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#content .copy2 li {
	padding-top: 5px;
	line-height: 16px;
}
#content .copy2 h1 {
	color: #EE3424;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 0px;
}
#content .copy2 h2 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 10px 0 0;
	color: #666666;
}
#content .copy2 a:link {
	text-decoration: underline;
	color: #000000;
}
#content .copy2 a:visited {
	text-decoration: underline;
	color: #000000;
}
#content .copy2 a:active {
	text-decoration: underline;
	color: #EE3424;
}
#content .copy2 a:hover {
	text-decoration: underline;
	color: #EE3424;
}

/* product summary pages */

#content .column_products {
	margin: 0px;
	float: left;
	width: 599px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	border-right: 5px solid #000000;
}
#content .content_header {
	margin: 0px;
	padding: 15px;
}
#content .product_summary {
	width: 599px;
	height: 150px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}
#content .product_summary .image2 {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
}
#content .product_summary h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ED3029;
	margin: 0px;
	padding: 20px 0px 0px 175px;
}
#content .product_summary p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 175px;
	font-size: 11px;
	line-height: 15px;
}
#content .product_summary h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 8px 0px 0px 175px;
}
#content .product_summary a:link { color: #666666; font-weight: bold; text-decoration: none; }
#content .product_summary a:visited { color: #666666; font-weight: bold; text-decoration: none; }
#content .product_summary a:hover { color: #ED3029; font-weight: bold; text-decoration: underline; }
#content .product_summary a:active { color: #ED3029; font-weight: bold; text-decoration: underline; }

/* product summary pages END */

/* model details pages */

#content .model {
	width: 599px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	float: left;
	padding: 0px;
}
#content .model_img {
	float: left;
	width: 197px;
}
#content .details {
	float: left;
	margin: 0;
	padding: 0 20 0 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	width: 377px;
}
#content .model h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ED3029;
	margin: 0px;
	padding: 20px 0px 2px 15px;
}
#content .model h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	line-height: 14px;
}
#content .model h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ED3029;
	margin: 0px;
	padding: 10px 0px 0px 15px;
	font-style: italic;
}
#content .model h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 15px 0px 0px 15px;
	line-height: 14px;
}
#content .model p {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 11px;
	line-height: 15px;
}
#content .model h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 8px 0px 15px 15px;
}
#content .model ul {
	padding: 5px 10px 0px 30px;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0;
}
#content .model li {
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

#content .model a:link { color: #666666; font-weight: bold; text-decoration: none; }
#content .model a:visited { color: #666666; font-weight: bold; text-decoration: none; }
#content .model a:hover { color: #ED3029; font-weight: bold; text-decoration: underline; }
#content .model a:active { color: #ED3029; font-weight: bold; text-decoration: underline; }

/* model details pages END */

#content .column2 {
	background-color: #666666;
	margin: 0px;
	float: left;
	width: 171px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content .column2 p {
	margin: 0px;
	padding: 5px 0px 2px 0px;
}
#content .column2 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 7px 0px 15px 0px;
}
#content .column2 h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 7px 0px 0px 0px;
}
#content .column2 h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#content .column2 a:link { color: #F2F2F2; font-weight: bold; text-decoration: none; }
#content .column2 a:visited { color: #F2F2F2; font-weight: bold; text-decoration: none; }
#content .column2 a:hover { color: #F2F2F2; font-weight: bold; text-decoration: underline; }
#content .column2 a:active { color: #F2F2F2; font-weight: bold; text-decoration: underline; }
  
#footer1 {
	height: 100px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer1 h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#footer1 a:link { color: #F2F2F2; font-weight: bold; text-decoration: none; }
#footer1 a:visited { color: #F2F2F2; font-weight: bold; text-decoration: none; }
#footer1 a:hover { color: #F2F2F2; font-weight: bold; text-decoration: underline; }
#footer1 a:active { color: #F2F2F2; font-weight: bold; text-decoration: underline; }

#footer1 .products {
	width: 599px;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	float: left;
}
#footer1 .product_type {
	margin: 0px;
	float: left;
	width: 90px;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 79px;
}
#footer1 .product_type img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer1 .resources {
	background-color: #666666;
	margin: 0px;
	float: left;
	height: 85px;
	width: 171px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}
#footer1 p {
	margin: 0px;
	padding: 5px 0px 2px 0px;
}
#footer1 h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#footer2 {
	width: 800px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}
#footer2 p {
	margin: 0px;
	padding: 7px 0px 7px 0px;
}
#footer2 .nav {
	float: left;
	width: 450px;
}
#footer2 .separator {
	color: #ED3029;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}
#footer2 a:link { color: #F2F2F2; text-decoration: none; }
#footer2 a:visited { color: #F2F2F2; text-decoration: none; }
#footer2 a:hover { color: #F2F2F2; text-decoration: underline; }
#footer2 a:active { color: #F2F2F2; text-decoration: underline; }


.red {
	color: #EE3424;
}
.red_italic {
	color: #EE3424;
	font-style: italic;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
