/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #32393c url(../images/bg_body.gif) bottom repeat-x;
	color: #FFFFFF;
	text-align: center;
}	
p,td,li,div {
	font: 11px Verdana, Arial, Helvetica;
	color: #FFFFFF;
}	
object { outline:none; }
#page {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}
#page.home {
	background: url(../images/bg_home.jpg) top center no-repeat;
	height: 598px;
}
#page.wheels {
	background: url(../images/bgTop_wheels.jpg) top center no-repeat;
}
#page.gallery {
	background: url(../images/bgTop_gallery.jpg) top center no-repeat;
}
#page.about {
	background: url(../images/bg_about.jpg) top center no-repeat;
}
#top {
	height: 150px;
}
#navBar {
	padding-top: 55px;
	text-align: right;
	clear: both;
}
#subNav {
	float: right;
	margin: 35px 25px 0px 0px;
}
#content {
	clear: both;
}

#footer {
	width: 900px;
	margin: 0px auto;
	margin-top: 3px;
	padding-top: 8px;
	padding-bottom: 30px;
	text-align: left;
	border-top: solid 1px #FFFFFF;
}
small.footer {
	font: bold 9px Arial, Helvetica, sans-serif;
	color: #80949e;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.customizeImg {
	margin-top: 5px;
}
.clearFloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.vertDivider {
	border-left: solid 1px #80949e;
	height: 20px;
	margin: 0px 15px;
}
.textBlock {
	padding:25px;
}	
.textSpaced {
	line-height: 18px;
}	
.rightCol_wheels {
	border-left:solid 1px #666666;
	padding-left: 10px;
	float:right;
	width: 140px !important;
	width: 130px;
	height: 500px;
	text-align: left;
}

/* WHEEL THUMBNAILS ------------------------ */
.wheelSm, .wheelSm09 {
	display: inline;
	float: left;
	width: 140px;
	height: 175px;
	border: solid 1px #262d2f;
	background: #606f76 url(../images/wheelBG.jpg) no-repeat;
	margin: 3px 3px 10px 3px;
	text-align: center;
	text-transform: uppercase;
}
.wheelSm09 {
	background-image: url(../images/wheelBG_09.jpg);
}
.wheelThumb {
	margin: 10px;
	display: block;
	border: none;
}



/* FONTS ------------------------ */
h1,.h1 {
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h2,.h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.caption {
	font: bold 10px Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
}

/* TABLES ------------------------ */


/* FORMS ------------------------ */

input,textarea,select,option {
	font: 11px Verdana, Arial;
	color: #000000;
	background: #EEEEEE;
}
.blackInput {
	background: #333333;
	color: #FFFFFF;
	border: solid 1px #666666;
}
.blackOption {
	background: #333333;
	color: #FFFFFF;
}

/* LINKS ------------------------ */
a:link,
a:visited {
	color: #FFCC66;
}
a:hover {
	color: #FF6f0e;
}

a.back:link,
a.back:visited,
a.back:active {
	color: #FFCC66;
	text-decoration: none;
	padding: 2px 8px;
}
a.back:hover {
	color: #000000;
	background: #FFCC66;
}



a.wheelLink:link,
a.wheelLink:visited,
a.wheelLink:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
a.wheelLink:hover {
	color: #FFCC66;
}

a.btn:link,
a.btn:visited {
	font: bold 10px Arial;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background: #FF6f0e;
	padding: 2px 8px;
	border: solid 1px #CCCCCC;
}
a.btn:hover {
	background: #FFCC66;
	color: #333333;
}

.hd { display:none; }