* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #000 url(/images/splash_bg.jpg) no-repeat top center;
}
#wrapper {
	margin: 0 auto;
	width: 970px;
	text-align: left;
}
#content {
	float: left;
	width: 970px;
}
#header {
	position: relative;
	float: left;
	width: 970px;
	height: 151px;
	text-align: center;
	z-index: 10000;
}
#logo { margin-top: 10px; }

/* corner navigation */

#corner-nav {
	position: absolute;
	top: 14px;
	right: 0;
	width: 276px;
	height: 25px;
	z-index: 10000;
	background: transparent url(/images/splash_search_login.gif) no-repeat 0 0;
}
#corner-nav input {
	float: left;
	display: inline;
	width: 160px;
	margin-top: 2px;
	padding: 2px;
	background-color: transparent;
	border: 0;
	color: #CCC;
	font-size: 10px;
	font-style: italic;
}
#corner-nav #search-go {
	float: left;
	display: inline;
	width: 20px;
	margin-left: 10px;
	text-indent: -9999px;
}
#corner-nav #login-button {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	height: 15px;
	width: 55px;
	text-indent: -9999px;
}

/* login box */

#login-box {
	position: absolute;
	top: 25px;
	right: 0;
	width: 205px;
	padding: 35px 0 25px 0;
	text-align: left;
	color: #C5C5C5;
	font-size: 11px;
	background-color: #000;
	z-index: 10000;
}
#login-box div {
	float: left;
	display: inline;
	width: 165px;
	margin-left: 20px;
}
#login-box label {
	float: left;
	width: 100%;
	line-height: 30px;
}
#login-box .text_field {
	float: left;
	width: 159px;
	padding: 5px 3px;
	background-color: #FFF;
	color: #000;
	font-style: normal;
	border: 0;
}
#login-box #blue-login-button {
	float: left;
	margin-top: 20px;
}
#login-box p {
	float: left;
	width: 100%;
}
#login-box .separator {
	float: left;
	width: 100%;
	margin: 20px 0;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	border-bottom: 1px solid #222;
}
#login-box a {
	color: #0089D2;
	font-size: 12px;
}

/* vehicles */

#vehicles {
	float: left;
	width: 970px;
	height: 449px;
	margin-bottom: 16px;
}
#vehicles div {
	position: relative;
	float: left;
	display: inline;
}
#vehicles div img.over {
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#gear-racing {
	float: left;
	width: 970px;
	margin-bottom: 57px;
}
#gear-racing a {
	float: left;
	display: inline;
	margin-right: 14px;
}
#gear-racing a.last { margin: 0; }
#social-networking {
	float: left;
	width: 970px;
	margin-bottom: 65px;
}
#social-networking a {
	float: left;
	display: inline;
	margin-right: 35px;
}
#social-networking a.last { margin: 0; }

/* footer */

#footer-nav {
	float: left;
	width: 970px;
	height: 150px;
	padding-top: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#footer-nav div {
	float: left;
	display: inline;
	width: 242px;
}
#footer-nav p.title {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #CCC;
	margin-bottom: 5px;
}
#footer-nav ul {
	float: left;
	width: 100%;
	list-style-type: none;
}
#footer-nav ul a { font-size: 10px; }
#footer {
	float: left;
	width: 100%;
	text-align: center;
	color: #DDD;
	line-height: 14px;
	font-size: 11px;
	padding-bottom: 30px;
}

/* misc */

a, a:active, a:visited {
	color: #9A9A9A;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a img { border: 0; }
img, div, ul { behavior: url(/js/iepngfix.htc); }
