@charset "UTF-8";

/* Body Styles */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
body {
	background-color: #000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 10px;
	text-align:center;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 152px;
	width: 1000px;
	background-image: url(../images/home_header.jpg);
	float: left;
}
#logo {
	height: 149px;
	width: 319px;
	position: absolute;
	top: 2px;
	left: -64px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/weld_racing_logo.png);
	background-repeat: no-repeat;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#form #wheelFinder, #wheelType {
	color: #000;
}
#subnav {
	padding: 2px;
	height: 26px;
	width: 800px;
	background-image: url(../images/subnav_back.jpg);
	background-repeat: no-repeat;
	text-align: right;
	float: right;
	background-position: right;
}
#subcontent {
	float: left;
	width: 1000px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#page_header {
	background-image: url(../images/page_header.jpg);
	text-align: left;
	padding: 10px;
	float: left;
	height: 22px;
	width: 980px;
}
/* Navigation */

#main_nav {
	height: 61px;
	width: 714px;
	text-align: right;
	padding-left: 276px;
	padding-right: 10px;
	padding-top: 50px;
}
#main_nav a {
	color: #FFF;
}
#navigation {
	width: 714px;
	height: 42px;
	text-align: left;
}
#top_nav {
	text-align: right;
	height: 19px;
	width: 714px;
}
#subleft {
	text-align: left;
	float: left;
	width: 670px;
	margin-right: 20px;
	padding-top: 10px;
	padding-left: 10px;
}
#subright {
	text-align: left;
	float: right;
	width: 300px;
}
#newsletter_sub {
	padding: 10px;
	width: 280px;
	background-image: url(../images/newsletter_sub_back.jpg);
}
#sub_wheels {
	height: 170px;
	width: 1020px;
	position: absolute;
	top: 0px;
	left: -10px;
}#wheel_bar {
	float: left;
	width: 1000px;
	position: relative;
	height: 170px;
	padding-bottom: 10px;
}
h3 {
	padding: 0px;
	margin: 0px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}


