/*******************************************************
TITLE: The Hoffman Group Aurora Custom Gages Styles v1.0
DATE: June2007
AUTHOR: Flint Dahlquist
*******************************************************/


/*************************Reset*******************************/
* { margin: 0; padding: 0; }


/*************************Global Styles*******************************/
img, fieldset, iframe, input { border: 0; }

a { text-decoration: none; color: orange; font-size: 12px; }

a:hover { text-decoration: none; color: #fff; }

ul { list-style-type: none; }

h1 { margin: 0px 0px 10px 0px; height: 40px; }

h2 { margin: 10px 0px 0px 0px; height: 50px; }

h4 { margin: 0px 0px 10px 10px; font-size: 11px;}

h5 { font-size: 13px; margin: 0px 0px 15px 0px; }

form { margin: 0px; padding: 0px; }


/*************************Global Classes*******************************/
.left { float: left; }

.right { float: right; }

.borderright { border-right: 1px solid #333; }

.borderbottom { border-bottom: 1px solid #333; }

.textcenter { text-align: center; }

.textindent { text-indent: -9999px; }


/*Clear Floats----------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}
	

/*Body----------------------------------------------------------------------*/
body {
    color: #888;  
  	font-size: 11px;
	font-family: "Verdana", Lucida, Verdana, sans-serif;
	background: #000 url(../images/layout/gradient_bg.jpg) fixed repeat-x;
}



/*************************Layout Structure*******************************/
/*Header----------------------------------------------------------------------*/	
#header {
	background: #000 url(../images/layout/header.jpg) no-repeat;
	margin: 0px auto 0;
	overflow: hidden;
	position: relative;
	width: 985px;
	height: 68px;
}

#header h2 {
	background: #000 url(../images/logo.png);
}
	
/*Wrap----------------------------------------------------------------------*/	
#wrap {
	width: 985px;
	margin: 0px auto 0;
	overflow: hidden;
	background: url(../images/layout/wrap.png) repeat-y center top;
}


/*Container----------------------------------------------------------------------*/	
#container {
	background: #000;
	margin: -4px auto 0;
	overflow: hidden;
	position: relative;
	width: 960px;
}

#menunav p { margin: 5px 0px 5px 35px; color: orange; }

#menunav .selected { font-size: 12px; color:  #888; }


/*Footer----------------------------------------------------------------------*/	
#footer {
	background: url(../images/layout/footer.png) no-repeat;
	margin: 0px auto 0;
	overflow: hidden;
	position: relative;
	width: 985px;
	height: 68px;
}


/*Nav----------------------------------------------------------------------*/	
#nav {
	width: 975px;
	height: 30px;
	background: #000;
}

#nav p { margin: 5px 0px 5px 35px; }		
	
/*Custom Gauge Image----------------------------------------------------------------------*/	
#customgaugeimage {
	float: left;
	width: 310px;
	height: 200px;
	margin-bottom: 10px;
	background: #222;
	padding: 0px 0px 20px 20px;
}

#customgaugeimage .blankpaper {
	float: left;
	width: 315px;
	height: 251px;
	background: url(../images/layout/blank_paper.png) no-repeat;
}

#customgaugeimage img {
	width: 220px;
	height: 170px;
	margin: 40px 5px 5px 50px;
	float: left;
}

#customgaugeimage h2 {
	padding: 0px;
}


/*Buttons----------------------------------------------------------------------*/	
#buttons, #buttons2 {
	float: left;
	width: 590px;
	height: 150px;
	background: #222;
	padding: 20px 0px 44px 40px;
}

#buttons h1 {
	background: url(../images/layout/customgaugeface.png) no-repeat;
	text-indent: -9999px;
}
	
#buttons2 h1 {
	background: url(../images/layout/gaugefacetemplate.png) no-repeat;
	margin-left: 10px;
	text-indent: -9999px;
}

#buttons .button, #buttons2 .button {
	margin: 10px 120px 10px 10px; 
	width: 158px; 
	float: left;
}


/*Cart----------------------------------------------------------------------*/	
#cart {
	width: 207px;
	height: 100px;
	background: #333;
}

#cart .checkout {
	margin: 10px 0px 30px 60px; 
	height: 25px; 
}

#cart .subtotalprice {
	text-align: right;
	float: right; 
	color: #fff;
	font-size: 14px;
	padding: 0px 8px 0px 8px;
}

#cart .subtotal {
	float: left; 
	width: 10px;
	font-size: 14px;
	padding: 0px 8px 0px 8px;
}

#partslist {
	width: 207px;
	background: #222;
	margin: 101px -215px 0px 0px;
	padding: 0px 8px 20px 0px;
}

#partslist ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 20px 8px 20px 8px;
	border-bottom: 1px solid #333;
}

#partslist p {
	margin: 0px;
	padding: 0px 8px 0px 8px;
}

#partslist h2 {
	font-size: 11px;
	padding: 0px 8px 0px 8px;
	height: 25px;
}

#partslist .shipping {
	padding-bottom: 20px;
	padding-left: 8px;
	border-bottom: 1px solid #333;
}




/*Select Gauges----------------------------------------------------------------------*/	
#selectgauges {
	float: left;
	width: 680px;
	padding: 0px 0px 10px 40px;
}

#selectgauges h2 {
	background: url(../images/layout/gauges.jpg) no-repeat;
	text-indent: -9999px;
	margin: 20px 0px 10px 0px;
	width: 160px;
}

#selectgauges .gauge {
	float: left;
	width: 210px;
	padding: 0px 0px 10px 0px;
}

#selectgauges .gauge ul {
	margin: 0px 20px 0px 20px;
}

#selectgauges .gauge img {
	width: 90px;
	height: 90px;
	margin: 10px 0px 5px 40px;
}

#selectgauges fieldset input, select, checkbox {
	color: #888;
	height: 20px;
	width: 110px;
	margin-bottom: .5em;
	padding-right: 2px;
	background: #292929;
	border: 1px solid #000;
}

#selectgauges p {
	margin: 0px 15px 0px 10px;
}

.quanity {
	width: 40px;
	background: #292929;
	color: #888;
	margin: 0px 0px 10px 17px;
}


/*Change Images----------------------------------------------------------------------*/	
.speedochangetrim, .tachchangetrim, .voltschangetrim, .waterchangetrim, .fuelchangetrim, .oilchangetrim, .boostchangetrim, .clockchangetrim {
	width: 90px;
	height: 90px;
	margin: 10px 0px 5px 40px;
	display: block;
}

.speedochangetrim {
	background: url(../images/layout/speedo.png) no-repeat;
}

.tachchangetrim {
	background: url(../images/layout/tach.png) no-repeat;
}

.voltschangetrim {
	background: url(../images/layout/volts.png) no-repeat;
}

.fuelchangetrim {
	background: url(../images/layout/fuel.png) no-repeat;
}

.waterchangetrim {
	background: url(../images/layout/water.png) no-repeat;
}

.oilchangetrim {
	background: url(../images/layout/oil.png) no-repeat;
}

.boostchangetrim {
	background: url(../images/layout/boost.png) no-repeat;
}

.clockchangetrim {
	background: url(../images/layout/clock.png) no-repeat;
}

.speedochangeneedle, .tachchangeneedle, .voltschangeneedle, .waterchangeneedle, .fuelchangeneedle, .oilchangeneedle, .boostchangeneedle, .clockchangeneedle {
	background:  none;
	margin: -67px 0px 20px 60px;
	padding-bottom: 6px;
	display: block;
}


#selectgauges .gauge .speedochangetrim img,
#selectgauges .gauge .tachchangetrim img {
	width: 81px;
	height: 80px;
	margin: 5px 0px 0px 5px;
}

#selectgauges .gauge .waterchangetrim img,
#selectgauges .gauge .voltschangetrim img,
#selectgauges .gauge .fuelchangetrim img,
#selectgauges .gauge .boostchangetrim img {
	width: 76px;
	height: 75px;
	margin: 5px 0px 0px 7px;
}

#selectgauges .gauge .oilchangetrim img,
#selectgauges .gauge .clockchangetrim img {
	width: 76px;
	height: 75px;
	margin: 6px 0px 0px 6px;
}

#selectgauges .gauge .speedochangeneedle img,
#selectgauges .gauge .tachchangeneedle img,
#selectgauges .gauge .voltschangeneedle img,
#selectgauges .gauge .fuelchangeneedle img,
#selectgauges .gauge .waterchangeneedle img,
#selectgauges .gauge .oilchangeneedle img,
#selectgauges .gauge .boostchangeneedle img,
#selectgauges .gauge .clockchangeneedle img {
	width: 34px;
	height: 33px;
}

#selectgauges .gauge .speedochangeneedle img {
		margin: 4px 0px 0px 5px;
}

#selectgauges .gauge .tachchangeneedle img {
		margin: 4px 0px 0px 4px;
}

#selectgauges .gauge .voltschangeneedle img,
#selectgauges .gauge .waterchangeneedle img,
#selectgauges .gauge .fuelchangeneedle img,
#selectgauges .gauge .oilchangeneedle img,
#selectgauges .gauge .boostchangeneedle img,
#selectgauges .gauge .clockchangeneedle img {
		margin: 3px 0px 0px 3px;
}


/*Gauge Accessories----------------------------------------------------------------------*/	
#accessories {
	float: left;
	width: 713px;
	padding: 10px 0px 10px 25px;
}

#accessories h2 {
	background: url(../images/layout/accessories.jpg) no-repeat;
	text-indent: -9999px;
	margin: 10px 0px 10px 0px;
}

.size {
	width: 60px;
	background: #292929;
	color: #888;
	margin: 0px 0px 10px 17px;
	padding-right: 2px;
}

#accessories .trimrings {
	width: 368px;
	margin: 0px 15px 10px 0px;
}

#accessories .trimrings .ring {
	float: left;
	width: 120px;
	background: #000;
	margin-right: 0px 10px 10px 0px;
	padding-right: 2px;
}

#accessories .trimrings .ring img {
	width: 70px;
	height: 70px;
	margin: 0px 0px 5px 25px;
}

#accessories .needles {
	width: 329px;
	*width: 320px;
}

#accessories h5 {
	padding-bottom: 10px;
}

#accessories .needles .needle {
	float: left;
	width: 109px;
	height: 100px;
	background: #000;
	margin: 0px 0px 10px 0px;
	*width: 100px;
	
}

#accessories .needles .needle img {
	width: 70px;
	height: 70px;
	margin: 0px 0px 5px 15px;
}

.over { margin-left: 8px; }
.overright { margin-right: 2px; }
.overleft { margin-right: 2px; }

/*Print Service----------------------------------------------------------------------*/	
#printservice {
	float: left;
	width: 675px;
	padding: 10px 0px 20px 40px;
}

#printservice h2 {
	background: url(../images/layout/printservice.jpg) no-repeat;
	text-indent: -9999px;
	margin: 10px 0px 10px 0px;
}

#printservice img {
	width: 180px;
	height: 138px;
	margin: 0px 20px 0px 0px;
	float: left;
	border: 4px solid #333;
}

#printservice .button {
	height: 24px;
	margin: 10px 0px 10px 0px;
}

#printservice p {
	margin: 0px 0px 20px 0px;
}

#printservice .button {
	width: 120px;
	margin: -60px 0px 0px 100px;
	*margin-top: -40px;
}


/*Universal Button----------------------------------------------------------------------*/
a.button {
    background: transparent url(../images/layout/buttons/bg_button_a.png) no-repeat scroll top right;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url(../images/layout/buttons/bg_button_span.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}


/*************************IE 6 Fixes*******************************/
/*PNG Fixes----------------------------------------------------------------------*/
* html #header h2 { /*IE 6 fix*/
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/logo.png', sizingMethod='scale');
}

* html #wrap { /*IE 6 fix*/
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/wrap.png', sizingMethod='scale');
}

* html #footer { /*IE 6 fix*/
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/footer.png', sizingMethod='scale');
}

* html #customgaugeimage .blankpaper { /*IE 6 fix*/
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/blank_paper.png', sizingMethod='scale');
}

* html a.button { /*IE 6 fix*/
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/buttons/bg_button_a.png', sizingMethod='scale');
}

* html a.button span { /*IE 6 fix*/
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/buttons/bg_button_span.png', sizingMethod='scale');
}


