html {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
} 


body
{
	background-image: url(../images/background_site.jpg);
	background-position: center 50%;
	text-align: center; 
	background-color: #000000;
	height: 100%;
	margin: 0 auto;
padding: 0;
	
}

.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;
}

p {
	font: normal 11px arial,sans-serif;
	margin-left: 20px;
	color: #333;
	line-height: 17px;
	 margin-top: 0px;
padding-top: 0px;
margin-bottom: 6px;
padding-bottom: 6px;
	/*width:50;*/
}

ol, ul {
	font: normal 11px arial,sans-serif;
	color: #333;
	line-height: 17px;
	 margin-top: 0px;
padding-top: 0px;
margin-bottom: 6px;
padding-bottom: 6px;
	/*width:50;*/
}

h1 {
	font-size:11px;
	margin-left: 20px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: bold;
	 margin-bottom: 2px;
padding-bottom: 2px;
	 margin-top: 7px;
padding-top: 7px;
	color: #252525;
}
h2 {
	font: normal 11px arial,sans-serif;
	margin-left: 20px;
	color: #333;
	line-height: 17px;
	  margin-bottom: 6px;
padding-bottom: 6px;
	 margin-top: 5px;
padding-top: 5px;
}
h3 {
	font: normal 22px arial,sans-serif;
	margin-left: 19px;
	color: #3175D9;
	  margin-bottom: 6px;
padding-bottom: 6px;
	 margin-top: 4px;
padding-top: 4px;
}
h4 {
	font-size:13px;
	margin-left: 20px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: bold;
	 margin-bottom: 2px;
padding-bottom: 2px;
	 margin-top: 7px;
padding-top: 7px;
	color: #252525;
}

a:link {
font: normal 11px arial,sans-serif;
	color: #000000;
	text-decoration: underline;
	
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #3175D9;
	text-decoration: underline;
	
}
a:active {
	color: #3175D9;
}

#siteback {
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 790px;
	/*height: 125%;*/
	background: url(../images/background.gif) repeat;
	text-align: center;
	
}

#bodycopy {
	position: relative;
	padding: 0;
	margin: 0px 0 0px 0;
	width: 578px;
}
#bodycopy2 {
	position: relative;
	padding: 0;
	margin: 0px 0 0px 0;
	width: 578px;
}
#flashbody {
	position: relative;
	padding: 0;
	margin-left: 12px;
	margin-top: -5px;
	width: 578px;
}

#wrapper {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	background: url(../images/background.gif) repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0px 0 0;
	
	
}


#header {
	background: #ffffff; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 790px;
	height: 89px;
	background: url(../images/header_top.gif) no-repeat;
	overflow: hidden;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#side-a { width: 136px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#side-a { padding-top: 30px; }
#content { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

#frame {
		width:640px;
		font: normal 11px arial,sans-serif;
		line-height: 17px;
		margin-right:auto;
		margin-left:20px;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		#frame a:link {
font: normal 11px arial,sans-serif;
	color: #E22500;
	text-decoration: none;
	
}
#frame a:visited {
	color: #E22500;
	text-decoration: none;
}
#frame a:hover {
	color: #666666;
	text-decoration: none;
	
}
#frame a:active {
	color: #E22500;
}
#contentleft {
width:180px;
padding:0px;
float:left;
margin-bottom:4px;
	}
#contentcenter {
width:180px;
padding:0px;
float:left;
	}	
#contentright {
width:180px;
padding:0px;
float:left;
	}
	
	#container {
width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/background.gif) repeat;
	

}
#side-a {
	float: left; /* since this element is floated, a width must be given */
	width: 141px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#content { 
padding: 0px;
 float: right;
width: 649px;
 position: relative;
	/*margin: 0 0 0 120px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*text-align: left; */
	
}

#flashcontent { 
	float: left;
	width: 645px;
	height: 273px;
	
}
#flashcontent2 { 
	float: left;
	margin-left: 0px;
	width: 645px;
	height: 280px;
	
}

#anchor {
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}

#anchor 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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#site-footer {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 790px;
		background: url(../images/background_site2.jpg) repeat;

	
}
#site-footer-content {
font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 0px 0;
	text-align:center;
	text-decoration:none;
	 
}
#site-footer a:link {
font-size:9px;
text-decoration:none;
	color: #020202;
}
#site-footer a:visited {
text-decoration:none; 
	color: #020202;
}
#site-footer a:hover {
	color: #999999;
}
#site-footer a:active {
	color: #B1B1B1;
}

#site-footer-content a:link {
font-size:9px;
text-decoration:none;
	color: #020202;
}
#site-footer-content a:visited {
text-decoration:none; 
	color: #020202;
}
#site-footer-content a:hover {
	color: #999999;
}
#site-footer-content a:active {
	color: #B1B1B1;
}

.photo_left {
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #DCDCDC;
}

.photo_center {
	text-align:center;
}
.photo_generic {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.photo_right2 {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 20px;
	padding: 0px;
	float: right;
}


/* TOP NAVIGATION */

#navbox {
	position: relative;
	border:0;
	width: 781px;
	height: 30px;
	padding: 0;
	margin-left: 5px;
	overflow:hidden;
	}

#nav {
	position: absolute;
	border:0;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	
	display: inline;
	
	width: 781px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -37px;
	} 

#nav a:active {
	background-position: 0 -37px;
	}
	
#nav a.selected {
	background-position: 0 -74px;
	}
	
#thome a  {
	width: 49px;
	background: url(../images/nav_home.gif) top left no-repeat;
	}

#twhatwedo a  {
	width: 78px;
	background: url(../images/nav_whatwedo.gif) top left no-repeat;
	}

#tviewfilm a  {
	width: 111px;
	background: url(../images/nav_viewfilm.gif) top left no-repeat;
	}

#tcasestudies a  {
	width: 85px;
	background: url(../images/nav_casestudies.gif) top left no-repeat;
	}
	
#twarranty a  {
	width: 62px;
	background: url(../images/nav_warranty.gif) top left no-repeat;
	}
	
#tdealer a  {
	width: 90px;
	background: url(../images/nav_dealer.gif) top left no-repeat;
	}
	
#tfaq a  {
	width: 40px;
	background: url(../images/nav_faq.gif) top left no-repeat;
	}
	
#tcontact a  {
	width: 58px;
	background: url(../images/nav_contact.gif) top left no-repeat;
	}

#tbusiness a  {
	width: 125px;
	background: url(../images/nav_business.gif) top left no-repeat;
	}
	
#tdealerlogin a  {
	width: 83px;
	background: url(../images/nav_dealerlogin.gif) top left no-repeat;
	}

/* BOTTOM NAVIGATION */

#navbox2 {
	position: relative;
	width: 781px;
	height: 37px;
	padding: 0;
	margin: 0px 0 0px 0;
	margin-left: 23px;
	}

#nav2 {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 37px;
	display: inline;
	overflow: hidden;
	width: 781px;
	}
	
#nav2 li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav2 a {
	float: left;
	padding: 37px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
	}
	
#nav2 a:hover {
	background-position: 0 -37px;
	} 

#nav2 a:active, #nav a.selected {
	background-position: 0 -74px;
	}
	
#bwhatwe a  {
	width: 67px;
	background: url(../images/navbot_whatwedo.gif) top left no-repeat;
	}
	
#bviewfilm a  {
	width: 100px;
	background: url(../images/navbot_viewfilm.gif) top left no-repeat;
	}

#bcasestudies a  {
	width: 69px;
	background: url(../images/navbot_casestudies.gif) top left no-repeat;
	}

#bfilmdescrip a  {
	width: 97px;
	background: url(../images/navbot_filmdescrip.gif) top left no-repeat;
	}
	
#bwarranty a  {
	width: 55px;
	background: url(../images/navbot_warranty.gif) top left no-repeat;
	}
	
#bdealer a  {
	width: 76px;
	background: url(../images/navbot_dealer.gif) top left no-repeat;
	}
	
#bfaq a  {
	width: 35px;
	background: url(../images/navbot_faq.gif) top left no-repeat;
	}
	
#btraining a  {
	width: 87px;
	background: url(../images/navbot_training.gif) top left no-repeat;
	}
	
#bcontact a  {
	width: 49px;
	background: url(../images/navbot_contact.gif) top left no-repeat;
	}

#bbusiness a  {
	width: 111px;
	background: url(../images/navbot_business.gif) top left no-repeat;
	}

/*SIDE NAVIGATION*/

/********* all examples *********/
#testing a {
	border:none;
}
#testing a:hover img {
	visibility:hidden;
}

/* both IE/win and mac */
#testing a {display:inline-block;}
/* \*/
html #testing a {display:block;}
html #inline-images a {display:inline;}
/* end hiding from IE/mac */

/********* both lists ************/
#vertical-list,
#horizontal-list {
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	
}
#vertical-list li,
#horizontal-list li {
	margin:0;
	padding:0;
}

/******** all rollover images ********/
.leftnav1 { background:url(../images/navleft_3mdiff_roll.jpg) bottom left no-repeat; }
.leftnav2 { background:url(../images/navleft_residential_roll.jpg) bottom left no-repeat; }
.leftnav3 { background:url(../images/navleft_commercial_roll.jpg) bottom left no-repeat; }
.leftnav4 { background:url(../images/navleft_automotive_roll.jpg) bottom left no-repeat; }
.leftnav5 { background:url(../images/navleft_marine_roll.jpg) bottom left no-repeat; }
.leftnav6 {
	background-image: url(../images/navleft_training_roll.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftnav7 {
	background-image: url(../images/navleft_headlight_roll.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 68px;
}
.leftnav8 {
	background-image: url(../images/navleft_car_care_roll.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftnav9 {
	background-image: url(../images/navleft_paint_protection_roll.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



/******** vertical **********/
#vertical-list {
    w\idth:136px; /* must hide from IE5.5/win, instead use container to limit width */
	
}
* html #vertical-list-container {
	width:136px; /* for IE5.5/win */
	w\idth:auto;
	
}
#vertical-list li a {
    display:block;
	/*height:49px;*/
	border:none;
	text-decoration:none;
	
}
#vertical-list li a img {
    border:none;
	vertical-align:bottom; /* for IE6 */
	
}
#vertical-list li a:hover img {
	visibility:visible;
}
#vertical-list li a:hover img/**/ {
    visibility:hidden; /* hide from IE5.0/win */
}
/* fixes for IE/win \*/
* html #vertical-list li a {
	cursor:hand;
}
* html #vertical-list li a:hover {
	height:1%;
}
/* */

/* FORMS */

form {
	margin: 0px;
}

table {
	font: normal 11px arial,sans-serif;
	margin-left: 20px;
	color: #333;
	line-height: 17px;
	 margin-top: 0px;
padding-top: 0px;
margin-bottom: 6px;
padding-bottom: 6px;

}

/* generic select menu */
select {
	font: normal 11px arial,sans-serif;
	color: #000033;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #000033;
	border-right: solid 1px #000033;
	background-color: #e5e5e5;
	padding: 0px;
}

textarea {
	font: normal 11px arial,sans-serif;
	color: #000033;
	border-left: solid 1px #000033;
	border-top: solid 1px #000033;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: #e5e5e5;

}

/* generic input box */

input.text  {
	font: normal 11px arial,sans-serif;
	color: #000033;
	border-left: solid 1px #333333;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	background-color: #e5e5e5;
	margin-top: 0px;

}

input.checkbox {
	color: #000033;
	background-color: #e5e5e5;
	
}

input.radio {
	color: #000033;
	background-color: #fff;
}

input.submit, input.reset {
	font: normal 11px arial,sans-serif;
	color: #000033;
	border-left: solid 2px #999999;
	border-top: solid 2px #999999;
	border-bottom: solid 2px #333333;
	border-right: solid 2px #333333;
	background-color: #dddddd;

}

	#formcontainer {
	margin: 0 0 0 0;
	width: 600px;
	float: left;

}
#formside-a {
	margin: 0 0 0px 0px;
	float: left;
	width: 500px;
	text-align:right;

}

#formside-b {
margin: 0 0 0px 0px;
	float: right;
	width: 100px;
	text-align:left;

}
