@charset "utf-8";

body  {
	font: 80%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 947px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/body_bg.jpg) repeat-y right top;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
#header {
	background: #DDDDDD url(images/head_bg.jpg);
	padding: 0px 9px 0;
	margin: 0px;
}
#header h1{
	margin: 0px;
	padding: 0px 0px 0px 3px;
}
#header ul{
	margin: 0;
	padding: 0;
	list-style: none;
	background: #FCDAAD url(images/navbar_bg.jpg) repeat-x bottom;
	float: left;
	width:100%;
	border-top: 1px solid #F89A1D;
	border-bottom: 1px solid #999999;
	font-size: 95%;
	font-weight: bold;
}

#header li{
	float: left;
}

#header ul li{
	display: block;
	position: relative;
	float: left;/*
	background: #FCDAAD url(images/navbar_bg.jpg) repeat-x bottom;
	border-top: 1px solid #F89A1D;*/
	font-size: 100%;
	/*border-bottom: 1px solid #999999;*/
}
#menu li ul{
	display:none;
}
#header ul li a{
	/*float: left;*/
	display: block;
	padding: 5px 12px;
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
}
#brands ul li{
	background: #FCDAAD url(images/navbar_bg.jpg) repeat-x bottom;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999999;
	font-size: 100%;
	display: block;
}

#header #brands ul li a{
	/*float: left;
	color: #333333;*/
	display: block;
	padding: 3px 12px;
	text-decoration: none;
	white-space: nowrap;
}


#header li#brands{
	padding-left: 4px;
	display: block;
}

#header li a:hover, #header li a:active, #header li a:focus{
	color: #666666;
}

#header li:hover li {
	float: none;
}

#menu li:hover ul{
	display: block;
	position: absolute;
	float: left;
	width: 175px;
}
#container .overhang {
	position: 			absolute;
	top: 				66px;
	left:				745px;
	border:				0;
}
#newsbar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 172px;
	padding: 25px 9px 10px 18px;
}
#newsbar1 p{
	padding: 0px 0px 10px 0px;
}
#brandContent {
	margin: 0px;
	padding: 0px;

}
#brandContentTop {
	height: 12px;
	margin: 10px 0px 0px 205px;
	padding: 0px;
}

#brandContentText {
	margin: 0px 15px 0px 215px;
	padding: 5px 5px 0px;
}
#brandContentText   p {
	margin: 0px;
	padding: 5px 0px;
}
#title1  {
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	float: none;
	width: 505px;
}
#title1_right   {
	padding-top: 0px;
	float: right;
	width: 178px;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 15px;
}
#brandContact1 {
	padding-top: 5px;

}
#brandContact1 p{
	font-weight: bold;
	padding: 2px 0px 0px 10px;
	margin: 0px;
	line-height: 1.2;
}
#title2  {
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	float: none;
	width: 505px;
}
#title2_right  {
	padding-top: 0px;
	float: right;
	width: 178px;
	font-weight: normal;
	padding-right: 5px;
	font-size: 100%;
}
#brandContact2 {
	padding-top: 5px;
}
#brandContact2 p {
	font-weight: bold;
	padding: 2px 0px 0px 10px;
	margin: 0px;
	line-height: 1.2;
}

#quals  {
	font-size: 70%;
	margin: 0px;
	padding: 5px 0px 0px;
	background: #FFFFFF;
}


#brandContentBottom {
	height: 12px;
	margin: 0px 0px 0px 205px;
	padding: 0px;
}
#brandContentText ul{
	padding: 0;
	margin: 0px 5px 5px 25px;
}
#title1_right   img {
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#title1_right  a  img {

}
#brandContentText #title1_right ul{
	margin: 0px 0 0;
	padding: 0;
	list-style: none;
	background: url(images/navbar_bg.jpg) repeat-x bottom;
	float: left;
	width:100%;
	border-top: 1px solid #F89A1D;
	border-bottom: 1px solid #999999;
	font-size: 95%;
	font-weight: bold;
}

#brandContentText  #title1_right li{
	list-style: none;
	background: #FCDAAD url(images/navbar_bg.jpg) repeat-x bottom;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999999;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

#brandContentText  #title1_right ul li a{
	/*float: left;*/
	display: block;
	padding: 2px 12px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	text-align: center;
}
#brandContentText #title1_right li a:hover, #brandContentText #title1_right li a:active, #brandContentText #title1_right li a:focus {
	color: #666666;
}
#brandContentText #title2_right ul{
	margin: 0px 0 0;
	padding: 0;
	list-style: none;
	background: url(images/navbar_bg.jpg) repeat-x bottom;
	float: left;
	width:100%;
	border-top: 1px solid #F89A1D;
	border-bottom: 1px solid #999999;
	font-size: 95%;
	font-weight: bold;
}

#brandContentText  #title2_right li{
	list-style: none;
	background: #FCDAAD url(images/navbar_bg.jpg) repeat-x bottom;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999999;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

#brandContentText  #title2_right ul li a{
	/*float: left;*/
	display: block;
	padding: 2px 12px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	text-align: center;
}
#brandContentText #title2_right li a:hover, #brandContentText #title2_right li a:active, #brandContentText #title2_right li a:focus {
	color: #666666;
}
#feedback{
	margin-right: 10px;	
}
 
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD url(images/foot_bg.jpg);*/
	height: 100px;
	margin: 0px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}
.clearfloatleft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.clearfloatright {
	clear:right;
	height:1px;
	font-size: 1px;
	line-height: 1px;
	padding-top: 1px;
	margin-top: 1px;
}
.clear{clear: both;}
#hoz_rule {
	background: url(images/line_hoz.gif) repeat-x;
	height: 6px;
	padding: 0px;
	margin: 0px;
}
a{
	color:#FF6633;
}


a img{
border: 0;
}

h1{
	font-size: 200%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
}
h2{
	font-size: 140%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	line-height: 1.2;
}
h3{
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px;
}
h4{
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 5px 0px;
}

p{
	font-size: 100%;
	margin: 0 px;
	padding: 0 px;
}
.sup{
	font-size: 70%;
	margin: 0;
	padding: 0;
	vertical-align: super;
	font-style: italic;
}
.deadlines {
	font-weight: bold;
	line-height: .9;
}
.bold{
	font-weight: bold;
}
		


#contactleft {
	margin: 0px 300px 0px 205px;
	padding: 5px 5px 0px 15px;
	width: 345px;
}
#contactright {
	margin: 0px;
	padding: 10px 25px 1px 4px;
	width: 345px;
	float: right;
	font-weight: bold;
}
.contactName {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.contactdetail {
	font-size: 100%;
	margin: 0px;
	padding: 5px 0px 0px;
}
#title3 {
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	float: none;
	width: 505px;
}
#brandContact3 {
}
#brandContact3 p {
	font-weight: bold;
	padding: 2px 0px 0px 10px;
	margin: 0px;
	line-height: 1.2;
}
#newsbar_foot {
	padding: 25px 30px 10px 20px;
}
#ratecalculator {
	padding-top: 24px;
	padding-left: 24px;
}

