/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #e1eaf1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5d6a74;
}
/*container for the heading and logo graphic*/
#header {
	height: 100px;
	width: 770px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0091d2;
	}
	/*this container holds the right-hand column divs*/
#holderdiv {
	width: 180px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #00CC00;
}
.navcoldiv {
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	margin-right: 0;
	margin-left: 0;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.navcoldivinner {
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	margin-right: 0;
	margin-left: 0;
}
#nav {
	float: left;
	margin: 0px 0 0 0px;
	width: 150px;
	font-weight: bold;
	font-size: 0.8em;
}
ul {
	margin:  0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	}
	
ul li {
	position: relative;
	margin: 0px;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #929dbc;
	padding: 4px 0px 4px 20px;
	border-bottom: 0;
	background-image: url(../graphics/Buttons/vnav_off.gif);
	background-repeat: no-repeat;
	
	
	}
ul li a:hover {
	color: #000000;
	background-image: url(../graphics/Buttons/vnav_over.gif);
	background-repeat: no-repeat;
	
} /* Hover Styles */
		
li ul li a {
	padding: 5px 0px 5px 4px;
	color: #000000;
	background-image: url(../graphics/submenu.gif);
	background-repeat: repeat;
}
li ul li a:hover {
	color: #000000;
	background-image: url(../graphics/submenu.gif);
	background-repeat: repeat;} /* Sub Menu Hover Styles */
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; }
 

/*this container holds the left-hand column divs*/
#holderdiv2 {
	width: 130px;
	padding-left: 5px;
	padding-top: 5px;
}
/*the individual text boxes in the left-hand column */
.leftcoldiv {
	margin: 5px 0;
	background-color: #758591;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	}
/*the individual text boxes in the left-hand column - alternative style*/
.leftcoldiv2 {
	margin: 5px 0 10px;
	color: #000000;
	background-color: #ffcc00;
	background-image: url(Corvette_leftcol_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*the individual text boxes in the right-hand column*/
.rightcoldiv {
	margin: 5px 0 10px;
	background-color: #7f7f7f;/*themecolour4;*/
	background-image: url(Corvette_rightcol_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*the individual text boxes in the right-hand column - alternative style*/
.rightcoldiv2 {
	margin: 5px 0 10px;
	width: 180px;
	background-color: #ffcc00;/*themecolour1;*/
	padding: 1px;
}
/*contains and positions the horizontal navbar*/
.hnav {
	margin: 0px 0;
	width:770px;
	background-color: #000000;/*themecolour2;*/
	padding-left: 0px;
	height: 22px;
}
/*style the footer area*/
#footer {
	width: auto;
	font-size: 70%;
	text-align: center;
	height: 34px;
	padding-top: 4px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #000000;/*themecolour2;*/
	color: #5d6a74;/*themecolour4$ -1.1%, -20.0%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2d88cc;/*themecolour1;*/
	font-variant: normal;
}
/**Redefined html tags**/
/*this defines the font style and color, also the gradient background image*/
   body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;/*themecolour6;*/
	text-align: center;
	font-size: 100%;
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;/*themecolour2;*/
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../index2_files/index2_bg_image.gif);	
}
html>body {margin-left: 0px;        margin-right: 0px; padding-left: 10px;       padding-right: 10px;}

/*sets margins to 0*/  
p {
	margin-top: 0px;
	padding-bottom: 0px;
}
/*style the text */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-size: 80%;
	line-height: 1.3em;
	margin-right: 30px;
}
/*style the heading1 text */
h1 {
	font-size: 120%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2d88cc;/*themecolour1;*/
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../index2_files/index2_h1_bg.gif);
	background-repeat: no-repeat;
	color: #ffffff;/*themecolour5;*/
	padding-top: 5px;
	background-position: left center;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 5px;
}
h2 {
	margin: 0;
	background-color: #ff5300;
	font-size: 80%;
	padding: 3px 10px;
	color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #7f2900;
	border-top-color: #FE9B49;
	text-align: left;
	width: 120px;
}
.h4bg {
	background-image: url(../graphics/h4bg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

.h5bg {
	background-image: url(../graphics/h5bg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}
.h3bg {
	background-image: url(../graphics/h3bg.gif);
	background-repeat: repeat-x;
}
.h2toppad {
	padding-top: 2px;
}
h3 {
	margin: 0;
	background-color: #0091d2;
	font-size: 80%;
	padding: 2px 0px 2px 10px;
	color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #015175;
	border-top-color: #3fc1fc;
	text-align: left;
}
h4 {
	margin: 0;
	background-color: #72828d;
	font-size: 80%;
	padding: 3px 10px;
	color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #414b52;
	border-top-color: #889dab;
	text-align: left;
}
h5 {
	margin: 0;
	background-color: #0091d2;
	padding: 2px 10px 2px 5px;
	color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #015175;
	border-top-color: #3fc1fc;
	text-align: left;
	font-size: 90%;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
a:link {
	color: #a2b8c8;/*themecolour4$ 1.8%, 50.2%;*/
	
}	
a:visited {
	color: #a2b8c8;/*themecolour4$ 1.8%, 50.2%;*/
		
}
a:link:hover {
	color: #FFFFFF;
	
}
/*defines the style for horizontal dividers*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2d88cc;/*themecolour1;*/
	padding-top: 4px;
	padding-bottom: 4px;
}

/*floats image to the left of text blocks*/
.imagefloat {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}
#clear {
	height: 1px;
}

/*floats logo graphic to the left */ 
div.row span.left {
  float: left;
  text-align: left;
  }

/*floats heading graphic to the right */ 
div.row span.right {
  float: right;
  text-align: right;
  }
.imgborder {
	border: 2px solid #999999;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-size: 90%;
}
#fans {
	height: 100px;
	width: 100px;
	visibility: hidden;
}
#aluminium {
	height: 100px;
	width: 100px;
	visibility: hidden;
}
#flexduc {
	height: 100px;
	width: 100px;
	visibility: hidden;
}
#gaugemoun{
	height: 100px;
	width: 100px;
	visibility: hidden;
}
#turbo{
	height: 100px;
	width: 100px;
	visibility: hidden;
}
#fancontroller{
	height: 100px;
	width: 100px;
	visibility: hidden;
}
#gaugefitt{
	height: 100px;
	width: 100px;
	visibility: hidden;
}
#ducts{
	height: 100px;
	width: 100px;
	visibility: hidden;
}
#gaugepod{
	height: 100px;
	width: 100px;
	visibility: hidden;
}
#silhoses{
	height: 100px;
	width: 100px;
	visibility: hidden;
}
#led{
	height: 100px;
	width: 100px;
	visibility: hidden;
}
#coldfeed{
	height: 100px;
	width: 100px;
	visibility: hidden;
}
#tweetmount{
	height: 100px;
	width: 100px;
	visibility: hidden;
}
#scoop{
	height: 100px;
	width: 100px;
	visibility: hidden;
}
#clear {
	height: 1px;
}
/* CSS Document */
form {
	margin: 0px;
	padding: 0px;
}
.selectpad {
	margin-bottom: 6px;
}
