@charset "UTF-8";

/** 
 * NVIDIA CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		NVIDIA
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */

@import "helper.css";



/*------------------------------------------------------------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				*(.class|:hover)
 * @level sep	ul
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #000000;
}

	ul.dropdown li {
	padding: 10px 0;
	background-color: #000;
	color: #fff;
	line-height: normal;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #fff; text-decoration: none; }
	ul.dropdown a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
	ul.dropdown a:active { color: #fff; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	width: 140px;
	background-color: #333333;
	color: #fff;
	font-size: 11px;
	text-transform: none;
	filter: alpha(opacity=80);
	-moz-opacity: .9;
	KhtmlOpacity: .9;
	opacity: .9;
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 color: #000;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #fff; }
		ul.dropdown ul a:hover { color: #fff; text-decoration: none; }
		ul.dropdown ul a:active { color: #fff; }


/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
	padding-right: 12px;
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

/* ----- END LEVEL */


/* Components override */

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/*png behaviour in IE */

img, div {
	behavior: url(../iepngfix.htc)
}
#logo img {
	position:relative;zoom:1;
	}

body {
	color: #000000;
	text-align: center;
	margin: 0px 0;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../../../../images/new_site_bgrnd.jpg);
}

/* links */

a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #fd0404;
}

a:hover {
	text-decoration: underline;
	background: inherit;
	color: #fd0404;
}

/* headers */

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 200%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #BCA570;
	border-left-style: none;
	text-transform: uppercase;
}

h3 {
	font-size: 135%;
	font-weight: normal;
}

h1, h2, h3, p {
	padding-bottom: 0px;
	padding-top: 20px;
	padding-left: 20px;
}

.style25 {
	color: #FFF
}

.style26 {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}
.style28 {
	font-size: 18px;
	color: #333333;
}
.style29 {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.style32 {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
.style30 {
	font-size: 10px;
	color: #000000;
}

/* images */

img {
	border: none;
	border-right: none;
	border-bottom: none;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
}

/********************************************
   LAYOUT
********************************************/

#logo {
	height: 122px;
	width: 178px;
	z-index: 200;
	clear: both;
	margin-left: 25px;
	margin-right: auto;
	background-image: url(../../../../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
	float: left;
	position: absolute;
}

#wrap {
	width: 1026px;
	height: auto;
	text-align: left;
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: bottom;
}

#text-indent {
	width: 1cm; 
}

#header {
	height: 106px;
	color: #000000;
	width: 1026px;
	/* margin-top: 60px; */
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	z-index: 1;
	background-image: url(../../../../images/new_header_nologo.jpg);
}

#main_swf {
	height: 395px;
	color: #000000;
	width: 1026px;
	/* margin-top: 60px; */
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	z-index: 1;
	margin-top: 0px;
}

#header img {
	border: none;
	padding: 0;
	margin: auto;
}

#navigation {
	clear: both;
	height: 32px;
	width: 1026px;
	background-color: #000000;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: "trebuchet MS", Arial, Tahoma, Sans-serif;
	font-size: 16px;
	line-height: 30px;
	z-index: 10;
	padding-left: 0px;
}

#topnav {
	width: 1026px;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0;
	text-align:right;
	vertical-align:bottom;
}

#content-wrap {
	clear: both;
	width: 1026px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	height: auto;
	background-color: #FFFFFF;
}

#home-secondstory {
	width: 746px;
	height: 319px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0;
	float: left;
	background-image: url(../../../../images/home_boydstory.jpg);
	position: inherit;
	background-repeat: no-repeat;
}
#home-news1 {
	width: 364px;
	height: 318px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	float: left;
	margin-left: 0px;
	padding: 0;
}
#home-news2 {
	width: 360px;
	height: 318px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
	clear: inherit;
	position:inherit;
	margin-left: 0px;
	padding: 0;
}

#home-promoarea {
	width: 260px;
	height: 319px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0;
	float: right;
}

#notice {
	width: 1026px;
	height: 40px;
	color: #FFFFFF;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	float: left;

}

#footer {
	width: 1026px;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-image: url(../../../../images/footer_bgrnd.jpg);
	background-repeat: repeat-x;
	float: left;
}

#footer2 {
	width: 1026px;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-image: url(../../../../images/footer_bgrnd.jpg);
	background-repeat: repeat-x;
	float: left;
}


#short_content {
	width: 1026px;
	height: 265px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
}

#wheel_main_content_cast {
	width: 1026px;
	height: 557px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-image: url(../../../../images/02_wheels/wheels_cast_bgrnd.jpg);
}


#wheel_main_content_legend {
	width: 1026px;
	height: 557px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-image: url(../../../../images/02_wheels/wheels_legend_bgrnd.jpg);
}

#wheel_main_content_legacy {
	width: 1026px;
	height: 557px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-image: url(../../../../images/02_wheels/wheels_legacy_bgrnd.jpg);
}

#wheel_main_content_savini {
	width: 1026px;
	height: 557px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-image: url(../../../../images/02_wheels/wheels_savini_bgrnd.jpg);
}

#wheel_main_content_protouring {
	width: 1026px;
	height: 557px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-image: url(../../../../images/02_wheels/wheels_protouring_bgrnd.jpg);
}

#wheel_main_content_kustom {
	width: 1026px;
	height: 557px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-image: url(../../../../images/02_wheels/wheels_kustom_bgrnd.jpg);
}

#wheel_main_content_kustomone {
	width: 1026px;
	height: 634px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-image: url(../../../../images/02_wheels/kustom1_detail.jpg);
}

#wheel_main_content_kustomtwo {
	width: 1026px;
	height: 634px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-image: url(../../../../images/02_wheels/kustom2_detail.jpg);
}

#wheel_main_content_kustomthree {
	width: 1026px;
	height: 634px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-image: url(../../../../images/02_wheels/kustom3_detail.jpg);
}

#wheel_main_content_kustomfour {
	width: 1026px;
	height: 634px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-image: url(../../../../images/02_wheels/kustom4_detail.jpg);
}

#wheel_cast_content {
	width: 1026px;
	height: 545px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-color: #FFFFFF;
}

#wheel_detail_content {
	width: 1026px;
	height: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-color: #FFFFFF;
}

#wheel_detail_protouring {
	width: 1026px;
	height: 620px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-color: #FFFFFF;
}

#wheel_detail_content_big {
	width: 1026px;
	height: 540px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-color: #FFFFFF;
}

#wheel_scroller_bgrnd {
	width: 1026px;
	height: 236px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: middle;
	background-repeat: none;
	background-color: #FFFFFF;
	background-image: url(../../../../images/02_wheels/subpage_scroller_bgrnd.jpg);
}

#wheel_cast_specs {
	width: 330px;
	height: 226px;
	margin-top: 5px;
	margin-right: 73px;
	margin-bottom: 0px;
	margin-left: 73px;
	padding: 25;
	vertical-align: top;
	background-repeat: none;
	background-image: url(../../../../images/02_wheels/cast-info-holder.jpg);
}

#wheel_customcast_specs {
	width: 330px;
	height: 240px;
	margin-top: 5px;
	margin-right: 73px;
	margin-bottom: 0px;
	margin-left: 73px;
	padding: 25;
	vertical-align: top;
	background-repeat: none;
	background-image: url(../../../../images/02_wheels/cast-info-holder_custom.jpg);
}

#hotrod_gallery {
	width: 1026px;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-color: #333333;
}

#project_gallery {
	width: 1026px;
	height: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-color: #333333;
}

#comng_soon {
	width: 1026px;
	height: 395px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-color: #333333;
	background-image: url(../../../../images/comingsoon.jpg);
}

#forged_rim {
	width: 1026px;
	height: 745px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-color: #333333;
	background-image: url(../../../../images/forged_rim.jpg);
}

#contact {
	width: 1026px;
	height: 395px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-color: #333333;
	background-image: url(../../../../images/contactbackground.jpg);
}

#contact_email {
	width: 1026px;
	height: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-color: #333333;
	background-image: url(../../../../images/contact_email_bgrnd.jpg);
}

#about {
	width: 1026px;
	height: 558px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-color: #333333;
	background-image: url(../../../../images/about_bgrnd.jpg);
}

#links {
	width: 1026px;
	height: 548px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-color: #333333;
}

#media {
	width: 1026px;
	height: 557px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: top;
	background-repeat: none;
	background-color: #333333;
	background-image: url(../../../../images/media_main_bgrnd.jpg);
}
#media_promos {
	width: 805px;
	height: 285px;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 196px;
	padding: 0;
	vertical-align: bottom;
}

#media_wallpapers {
	width: 805px;
	height: 225px;
	margin-top: 35px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 196px;
	padding: 0;
	vertical-align: top;
}

#archive {
	width: 1026px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-color: #000000;
}

#steering_land {
	width: 1026px;
	height: 557px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-image: url(../../../../steering_gallery/steering_images/steering_land_bgrnd.jpg);
}

#steering_content {
	width: 1026px;
	height: 440px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-image: url(../../../../steering_gallery/steering_images/content_bgrnd.jpg);	
}

#steering_specs {
	width: 479px;
	height: 254px;
	margin-top: 164px;
	margin-right: 23px;
	margin-bottom: 0px;
	margin-left: 21px;
	padding: 0;
	vertical-align: top;
	background-repeat: none;
	background-image: url(../../../../steering_gallery/steering_images/colors_price_bgrnd.jpg);
}

#steering_topimage {
	width: 1026px;
	height: 193px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-repeat: none;
	background-color: #FFFFFF;
}
