@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* ----- core styles ----- */

div {
	text-align:left;
}

body  {
	font:12px Arial, Helvetica, sans-serif;
	background: #FFF;
	text-align: center;
	color: #333;
}

h2 {
	padding-bottom:5px;
	font:12px Arial, Helvetica, sans-serif;
	color:#6B809D;
	font-weight:bold;
}

p {
	padding: 0 10px 8px 0px;
	line-height:14px;
}

.list li{
padding:0; margin: 0 2em;
line-height:18px;
color:#6B809D;
list-style:outside;
}

/* ----- horizontal rule ----- */

div.hr hr {
  display: none;
}

div.hr {
	text-align: left;
        border: none;
        height: 10px;
	background: url(/manufacturers/images/hr.jpg) bottom left;
	width:500px;
	margin: 0;
	padding: 0;
}

/* ----- container wraps entire content after body tag ----- */

#container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

/* ----- brandsbanner holds the flash for brands banner ------ */

#brandsBanner {
	margin-top:11px;
}

/* ----- contentWrapper surrounds everything between the header and the footer divs ----- */

#contentWrapper {
	padding:35px 0 0 0;
	width:780px;
	background-image:url(/global-images/content-top-tile.jpg);
	background-repeat:repeat-x;
}

/* ----- leftCol contains home page left column content ----- */

#leftCol {
	float: left;
	width: 246px;
}

/* IE fix */

* html #leftCol {
	height: 1%;
}

/* ----- rightCol contains home page right column content ----- */
	
#rightCol {
	float: right;
	width: 246px;
}

#quotes2 {
	float:left;
	width:246px;
}

#quotes-image2 {
	float:left;
	width:88px;
}

#quotes-text2 {
	margin:0 0 10px 0;
	float: left;
	padding:0 0 0 10px;
	width: 148px;
	clear:right;
}

/* ----- right column home login box styles ----- */

#login {
	background-image:url(/global-images/login-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:246px;
	min-height:175px;
}

#loginPhone {
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:231px;
	padding:5px 0 0 15px;
}

#loginFields {
	padding:5px 0 0 15px;
}

table#loginForm {
	width:80%;
	padding:0 0 0 10px;
	text-align:center;
	font-weight:bold;
}

table#loginForm td {
	padding:1px;
}

/* ----- mainContent contains home page middle column content ----- */

#mainContent { 
	margin: 0 21px 0 21px;
	width: 246px;
	float:left;
} 

#mainContent h1 {
	font-size:16px;
	padding: 5px 0 5px 10px;
}


/* ----- middle column home content ----- */

#quotes {
	float:left;
	width:246px;
}

#quotes-image {
	float:left;
	width:68px;
}

#quotes-text {
	margin:0 0 10px 0;
	float: left;
	padding:0 0 0 10px;
	width: 168px;
	clear:right;
}

/* ----- sub page specific styles follow this comment ----- */
/* ----- subLeftCol holds styles for sub page left column ----- */

#leftSubCol {
	float:left;
	width:245px;
	background-color:#F3F3F3;
	border-right:#6BC1DD 1px solid;
}

/* IE fix */

*html #leftSubCol {
	height:1%;
}

#quotes3 {
	float:left;
	width:226px;
	padding:10px;
}

#quotes-image3 {
	float:left;
	width:68px;
}

#quotes-text3 {
	margin:0 0 10px 0;
	float: left;
	padding:0 0 0 10px;
	width: 148px;
	clear:right;
}

.certified {
margin:0 0 20px 0;
border-bottom: solid 1px #ddd;
}

.certified h2 {
font-size:14px;
}

/* ----- rightColSub holds styles for sub page right (main content) column ----- */

#rightColSub {
	float: right;
	width: 513px;
}

#textHeadSub {
	width:513px;
	background-image:url(/global-images/sub-pages/text-header-slice.jpg);
	background-repeat:repeat-x;
}

/* ----- insetSubConent holds styles for inset content box on right of sub pages ----- */

#insetSubConent {
	width:246px;
	float:right;
	margin-left:10px;
}

/* ----- holds style for ajax jump menus on manufacturers page ----- */

#brush {
	background-image:url(/manufacturers/images/list-header-slice.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width: 300px; background-color: #F1F1F1; padding:10px;
}


/* ----- footer holds styles for the footer include of the page ------ */

#footer {
	height:55px;
	padding: 0 10px 0 0;
	background-image:url(/global-images/footer-bg.jpg);
	background-repeat:repeat-x;
	clear:both;
	color:#6B809D;
} 
#footer p {
	padding: 30px 0 0 0;
}


.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;
}

/*----links----*/
a:link {
	color: #6B809D;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #6B809D;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #E49D39;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #6B809D;
	text-decoration: underline;
	font-weight: normal;
}
