/**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-style: none;
}
/*container for the heading and logo graphic*/
#header {
	width: 770px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	text-align: right;
	background-color: #000000;
	height: 100px;
	background-image: url(../graphics/Headers/H2.gif);
	}
	/*this container holds the right-hand column divs*/
#holderdiv {
	width: 320px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.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 {
	padding: 0 0 0 15;
	list-style: square url(../graphics/bullet.gif);
	font-weight: bold;
	font-size: 70%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}
 

/*this container holds the left-hand column divs*/
#holderdiv2 {
	width: 422px;
	padding-left: 5px;
	padding-top: 5px;
}
/*the individual text boxes in the left-hand column */
.leftcoldiv {
	margin: 0px;
	padding: 0px;
	}
/*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: #FFFFFF;
}
/*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 {
	width:770px;
	background-color: #000000;
	padding-left: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
}
/*style the footer area*/
#footer {
	width: auto;
	text-align: center;
	padding-top: 4px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #000000;
	color: #5d6a74;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2d88cc;
	font-variant: normal;
	height: 30px;
}
/**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;
	margin-bottom: 0px;
}
/*style the text */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 80%;
	line-height: 1.3em;
	margin-right: 20px;
}
/*style the heading1 text */
h1 {
	font-size: 110%;
	font-weight: bold;
	border-bottom-style: none;
	padding-bottom: 5px;
	color: #29547E;
	padding-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
h2 {
	margin: 0 30 5 0;
	background-color: #000000;
	font-size: 90%;
	padding: 2px 20px 4px 10px;
	background-image: url(../index2_files/index2_bg_image.gif);
	background-repeat: repeat;
	color: #FFFFFF;
}
h3 {
	margin: 0 30 5;
	background-color: #000000;/*themecolour2;*/
	font-size: 80%;
	padding: 1px 20px 3px 5px;
	color: #ffffff;/*themecolour5;*/
}

/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
a:link {
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}	
a:visited {
	color: #4986C2;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	
}
a:link:hover {
	color: #2d88cc;
	font-weight: bold;
	text-decoration: none;
	
}
#footer a:link {
	color: #a2b8c8;/*themecolour4$ 1.8%, 50.2%;*/
	
}	
#footer a:visited {
	color: #a2b8c8;/*themecolour4$ 1.8%, 50.2%;*/
		
}
#footer 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;
	clear: both;
}

/*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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F7FAA;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
}
#clearbottom {
	height: 1px;
	clear: both;	
}
/* CSS Document */
#content {
}
#feature {
	width: 730px;
	margin-left: 20px;
	height: 130px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 90%;
}

.feature {
	margin: 0px;
	padding: 5px 5px 10px 10px;
}
.catno {
	font-weight: bold;
	color: #336699;
	font-style: italic;
	font-size: 100%;
}
.tablerow {
	background-color: #B8CDDE;
}
.tablestyle {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}
.tablestyle2 {
	color: #29547E;
}
.catno2 {
	font-size: 110%;
	font-weight: bold;
	color: #29547E;
}
.imagepad {
	padding-right: 5px;
	padding-bottom: 5px;
}
