/* -- Global Styles -- */
* {
	padding:0;
	margin:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size:62.5%;
	background-image:url(/images/bg-slice.gif);
	background-repeat:repeat-x;
	background-color:#2a2c2d;
}
h1 {
	margin:0;
	padding:0 0 10px 0;
}
p {
	font-size:1.3em;
	line-height:1.6em;
	color:#333333;
	padding:5px 0 10px 0;
	margin:0;
}
span {
	color:#eb461d;
}
ul {

}
ul li {

}
a:link, a:visited {
	text-decoration:underline;
	color:#eb461d;
}
a:hover {
	text-decoration:none;
}
/* -- Unique Styles -- */
#container {
	width:900px;
	margin:0 auto;
	background-image:url(/images/bg-container.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#header {
	width:900px;
	height:250px;
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#nav {
	padding:0;
	margin:0;
	width:900px;
	height:50px;
	background-color:#000000;
	list-style:none;
}
#nav li {
	float:left;
}
#nav li a {
	display:block;
	background-position:top;
	background-repeat:no-repeat;
	height:50px;
}
#nav li a span {
	display:none;
}
#home a {
	background-image:url(/images/nav-home.gif);
	width:93px;
}
#about a {
	background-image:url(/images/nav-about.gif);
	width:118px;
}
#free a {
	background-image:url(/images/nav-free.gif);
	width:200px;
}
#drivers a {
	background-image:url(/images/nav-drivers.gif);
	width:104px;
}
#products a {
	background-image:url(/images/nav-products.gif);
	width:122px;
}
#contact a {
	background-image:url(/images/nav-contact.gif);
	width:135px;
}
#cart a {
	background-image:url(/images/nav-cart.gif);
	width:128px;
}
#nav a:hover, #nav li:hover a, #nav li.sfhover a {
	background-position:bottom;
}
#nav li:hover #sub {
	left:auto;
}
#sub {
	padding:0;
	margin:0;
	width:130px;
	list-style:none;
	position:absolute;
	left:-9999px;
	background-color:#000000;
}
#sub li {
	border-top:1px solid #EA461D;
}
#sub li a {
	background-image:none;
	height:15px;
	display:block;
	font-size:1.2em;
	color:#FFFFFF;
	padding:6px 15px;
	text-indent:0;
	width:130px;
	text-decoration:none;
	background-color:#000000;
	font-weight:bold;
}
#sub a:hover {
	color:#FDCB25;
}
#nav li:hover #sub, #nav li.sfhover #sub {
	left:auto;
}
/*#nav li #sub {
	position:absolute;
	left:-9999px;
}*/
#content {
	background-image:url(/images/car-fade.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:40px 0 30px 0;
	width:900px;
}
#main {
	float:left;
}
#heading {
	width:515px;
	height:52px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.home {
	background-image:url(/images/heading-home.gif);
}
.about {
	background-image:url(/images/heading-about.gif);
}
.free {
	background-image:url(/images/heading-free.gif);
}
.drivers {
	background-image:url(/images/heading-drivers.gif);
}
.products {
	background-image:url(/images/heading-products.gif);
}
.contact {
	background-image:url(/images/heading-contact.gif);
}
.cart {
	background-image:url(/images/heading-cart.gif);
}
.checkout {
	background-image:url(/images/heading-checkout.gif);
}

.receipt {
	background-image:url(/images/heading-receipt.gif);
}

.terms {
	background-image:url(/images/heading-terms.gif);
}
.copyright {
	background-image:url(/images/heading-copyright.gif);
}
.privacy {
	background-image:url(/images/heading-privacy.gif);
}
.return {
	background-image:url(/images/heading-return.gif);
}
.thanks {
	background-image:url(/images/heading-thanks.gif);
}
.frame-upgrade {
	background-image:url(/images/heading-frame-upgrade.gif);
}
.jimmie-johnson {
	background-image:url(/images/heading-jimmie-johnson.gif);
}
.dale-jr {
	background-image:url(/images/heading-dale-jr.gif);
}
.kevin-harvick {
	background-image:url(/images/heading-kevin-harvick.gif);
}
.jeff-gordon {
	background-image:url(/images/heading-jeff-gordon.gif);
}
.kasey-kahne {
	background-image:url(/images/heading-kasey-kahne.gif);
}
.kyle-busch {
	background-image:url(/images/heading-kyle-busch.gif);
}
.joey-logano {
	background-image:url(/images/heading-joey-logano.gif);
}
.tony-stewart {
	background-image:url(/images/heading-tony-stewart.gif);
}
.mark-martin {
	background-image:url(/images/heading-mark-martin.gif);
}
.denny-hamlin {
	background-image:url(/images/heading-denny-hamlin.gif);
}
.carl-edwards {
	background-image:url(/images/heading-carl-edwards.gif);
}
.matt-kenseth {
	background-image:url(/images/heading-matt-kenseth.gif);
}
#index {
	width:480px;
}
#index p {
	padding-left:18px;
	padding-right:0;
}
#inside {
	padding:0 18px;
}
#sidebar {
	float:right;
	width:370px;
}
#signup {
	background-image:url(/images/bg-signup.jpg);
	background-repeat:no-repeat;
	width:317px;
	height:317px;
	margin-right:30px;
	float:right;
}
#signup strong {
	display:none;
}
#signup p {
	color:#000000;
	text-align:justify;
	font-size:1.1em;
	line-height:1.4em;
	padding:50px 35px 7px 23px;
}
.input {
	padding:4px 2px;
	margin:5px 0 5px 21px;
	border:1px solid #333333;
	color:#333333;
	letter-spacing:0.1em;
	font-size:1.1em;
}
.text {
	width:258px; 
}
.select {
	width:263px;
}
.submit {
	margin-left:30px;
	margin-top:18px;
	width:132px;
	height:48px;
	background-color:transparent;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
}
#footer {
	background-color:#000000;
	height:55px;
	width:900px;
}
#footer p {
	padding:20px;
	color:#FFFFFF;
	font-size:1.0em;
}
#footer a {
	color:#FFFF00;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
.goods {
	width:200px;
	float:left;
	margin-right:12px;
	text-align:center;
}
html>body .goods {
	margin-right:15px;
}

.goods img {
	padding-top:25px;
}
.driver {
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.1em;
	padding:6px 0;
}
.price {
	color:#000000;
	font-weight:bold;
	font-size:1.0em;
	padding-bottom:7px;
	text-transform:uppercase;
}
.add {
	border:1px solid #000000;
	background-color:#eb461d;
	color:#FFFFFF;
	padding:5px;
	display:block;
	font-size:1.0em;
	text-transform:uppercase;
	cursor:pointer;
}
.add span {
	color:#FFFFFF;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
	height:0;
}
.color {
	color:#eb461d;
	text-transform:uppercase;
}
.bio {
	padding:0 40px 10px 25px;
}
.frame {
	padding:0 40px 10px 10px;
}
.ctable {
	margin:0 auto;
}
.ctable td {
	padding-bottom:4px;
	font-size:1.1em;
}
.cfield {
	width:300px;
	border:1px solid #CCCCCC;
	color:#666666;
	padding:3px;
	background-color:#FFFFFF;
}