body {
	background: #000 url(../_images/background.jpg) top center no-repeat;
}

a img { border: none; }

#wrapper { position: relative; }

#header { margin-top: 35px; padding-bottom: 60px; }

#navigation {
	margin-top: 47px;
	padding: 0 1px;
	width: 537px;
	height: 37px;
	background: url(../_images/nav_border.gif) repeat-x;
}

#navigation ul {
	width: 537px;
	list-style: none;
}

#navigation ul li {
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
}

#company, #company:hover {
	display: block;
	background: url(../_images/nav.gif) 0 0 no-repeat;
	width: 131px;
	height: 37px;
}

#products, #products:hover {
	display: block;
	background: url(../_images/nav.gif) -131px 0 no-repeat;
	width: 120px;
	height: 37px;
}

#news, #news:hover {
	display: block;
	background: url(../_images/nav.gif) -251px 0 no-repeat;
	width: 84px;
	height: 37px;
}

#media, #media:hover {
	display: block;
	background: url(../_images/nav.gif) -335px 0 no-repeat;
	width: 86px;
	height: 37px;
}

#contact, #contact:hover {
	display: block;
	background: url(../_images/nav.gif) -421px 0 no-repeat;
	width: 116px;
	height: 37px;
}

#company:hover {
	background: url(../_images/nav.gif) 0 -37px no-repeat;
}

#products:hover {
	background: url(../_images/nav.gif) -131px -37px no-repeat;
}

#news:hover {
	background: url(../_images/nav.gif) -251px -37px no-repeat;
}

#media:hover {
	background: url(../_images/nav.gif) -335px -37px no-repeat;
}

#contact:hover {
	background: url(../_images/nav.gif) -421px -37px no-repeat;
}

.current #company, .current #company:hover {
	display: block;
	background: url(../_images/nav.gif) 0 -74px no-repeat;
	width: 131px;
	height: 66px;
}

.current #products, .current #products:hover {
	display: block;
	background: url(../_images/nav.gif) -131px -74px no-repeat;
	width: 120px;
	height: 66px;
}

.current #news, .current #news:hover {
	display: block;
	background: url(../_images/nav.gif) -251px -74px no-repeat;
	width: 84px;
	height: 66px;
}

.current #media, .current #media:hover {
	display: block;
	background: url(../_images/nav.gif) -335px -74px no-repeat;
	width: 86px;
	height: 66px;
}

.current #contact, .current #contact:hover {
	display: block;
	background: url(../_images/nav.gif) -421px -74px no-repeat;
	width: 116px;
	height: 66px;
}

#featured {
	margin: 0 auto 30px;
	width: 940px;
}

#content, .content, #content_no_feature {
	clear: left;
	padding-top: 20px; display: table;
}

#content_wrap { background-color: #FFF; margin-top: 30px; }

#content_wrap > div {
	padding: 25px 15px;
	width: 270px;
}

#content p, .content p {
	font: 13px/20px Arial, Sans-Serif;
	color: #d1d1d1;
}

#content h1, .content h1 {
	font: 22px Arial, Sans-Serif;
	color: #004a80;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.content p a, .content p a:visited {
	color: #004a80;
}

#content h1 a, #content h1 a:visited, .content h1 a, .content h1 a:visited { color: #004a80; text-decoration: none; }

#content h1 a:hover, .content h1 a:hover { text-decoration: underline; }

#content h2, .content h2 {
	font: 12px Arial, Sans-Serif;
	color: #004a80;
	text-transform: uppercase;
}

#content_wrap > div h1 {
	font: 16px Arial, Sans-Serif;
	font-weight: bold;
	color: #004a80;
	text-transform: none;
	padding: 0;
	margin-bottom: 10px;
}

#content_wrap > div p {
	font: 12px/20px Arial, Sans-Serif;
	color: #000;
	padding-top: 10px;
	margin: 0;
}

#content .profile_img, .content .profile_img {
	margin-bottom: 10px;
}

#content table, .content table {
	color: #FFF;
}

#content_no_feature { padding-top: 0; }

#marketing, #marketing_prod {
	padding-left: 60px;
}

#marketing li, #marketing_prod li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	width: 480px;
	height: 133px;
	text-indent: -9999px;
	cursor: pointer;
}

#marketing_prod li {
	text-indent: 0;
	cursor: default;
	margin-bottom: 30px;
}

#marketing li a { display: block; width: 480px; height: 133px; }

#kits {
	background: url(../_images/home_1.jpg) no-repeat;
}

#research {
	background: url(../_images/home_2.jpg) no-repeat;
}

#aesthetic {
	background: url(../_images/home_3.jpg) no-repeat;
}

#craftsmanship {
	background: url(../_images/home_4.jpg) no-repeat;
}

#threefifty {
	background: url(../_images/350z_products.jpg) no-repeat;
}

#g35_products {
	background: url(../_images/g35_products.jpg) no-repeat;
}

#s2000_products {
	background: url(../_images/s2000_products.jpg) no-repeat;
}

#mustang_products {
	background: url(../_images/mustang_products.jpg) no-repeat;
}

#marketing .active {
	background-position: 0 -133px;
}

#marketing_prod .current {
	background-position: 0 -133px;
	text-indent: -9999px;
}

.co_video {
	margin: 0;
	padding: 0;
}

.co_video img { margin-left: 70px; width: 480px; }

.home_medallion { width: 161px; margin: 0 auto; }

.medallion { width: 227px; margin: 0 auto; }

#content .entry, .content .entry {
	padding-top: 20px;
}

#content .entry .date {
	text-transform: uppercase;
	font: 13px Arial, Sans-Serif;
	color: #898989;
	margin-bottom: 3px;
}

#content .entry h2 {
	text-transform: uppercase;
	font: 15px Arial, Sans-Serif;
	color: #004a80;
	margin-bottom: 8px;
}

#content .entry ul li { margin-left: 15px; }

#content .entry ul li { list-style: disc; color: #FFF; }

.product_single h2 {
	color: #FFF !important;
	text-transform: none !important;
}

.product_single ul {
	color: #959595;
	margin-left: -15px;
	font-size: 11px;
}

.product_single ul li {
	list-style: none;
	margin: 0 5px 0 0;
	padding: 5px 0 5px 15px;
	background: url(../_images/bullet.gif) 8px left no-repeat;
}

#content .entry p {
	font: 13px/18px Arial, Sans-Serif;
	color: #e1e1e1;
}

#content .entry a, #content .entry a:visited { color: #004a80; }

.project_profile p {
	font: 12px/18px Arial, Sans-Serif;
	color: #e1e1e1;
}

.price_order, .price_order a {
	font-size: 22px;
	color: #004a80;
	text-transform: uppercase;
	text-align: right;
}

.order, .order a { font-size: 16px; }

#price { color: #FFF; }

#tablehead {
	background-color: #333;
	xborder: 1px solid #636363;
	xborder-bottom: none;
	height: 50px;
	margin: 0;
	padding: 0;
}

#tablehead p, #tablehead a, #tablehead a:visited {
	line-height: 50px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

#tablehead a:hover { text-decoration: underline; }

.right_col { text-align: right; }

#cart { clear: both; margin: 0; padding: 0; background-color: #FFF; }

#cart table { width: 100%; margin: 0; padding: 0; }

#cart tr { border-collapse: collapse; background: #FFF;}

#cart tr th {
	color: #000;
	background: #d7d7d7;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 0px 5px 10px;
}

#cart tr td { padding: 15px 0 15px 10px; vertical-align: top; color: #000; }

#cart tr td img { border: 1px solid #000; }

.summary_content {
	padding: 30px;
	text-align: right;
	float: right;
	width: 220px;
}

.summary_content table { width: 220px; text-align: left; }

.summary_content table tr td { padding: 5px 0; }

.product_title { text-transform: uppercase; font-weight: bold;}

.sub_total { font-weight: bold; font-size: 13px; }

.amt { text-align: right; }

.total, #total { font-size: 18px; font-weight: bold; }

#cp_quick {
	position: absolute;
	top: 20px;
	left: 10px;
	color: #FFF;
	text-align: left;
	font-size: 12px;
}

#customer_quick {
	position: absolute;
	top: 20px;
	right: 10px;
	color: #FFF;
	text-align: right;
	font-size: 12px;
}

#customer_quick a, #customer_quick a:visited, #cp_quick a, #cp_quick a:visited {
	color: #FFF;
	text-decoration: none;
}

#customer_quick a:hover, #cp_quick a:hover { text-decoration: underline; }

.shopping_proceed { width: 220px; height: 31px; padding: 0; margin: 0;}

button, .login, .payment { width: 100px; height: 37px; padding: 0; margin: 10px 0 0 165px; }

.payment {
	width: 150px;
	margin: 10px 0 0 115px;
}

button { margin: 0; }

button.center {
	width: 100px; height: 37px; padding: 0; margin: 0;
}

.form {
	color: #000;
	background-color: #c4c4c4;
	padding: 20px 0;
	margin-bottom: 15px;
}

.form form {
	width: 265px;
	margin: 0 auto;
}

.form h1 {
	background: url(../_images/lock.png) right no-repeat;
	padding: 5px 5px 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	width: 260px;
	margin: 0 auto 10px;
	text-align: left;
}

.form h1.standard { background: none; }

.form h2 {
	padding: 0; margin: 15px 0 5px; font-weight: bold; text-transform: none;
}

.form label {
	color: #004a80;
	font-size: 12px;
}

.form p { padding: 0; margin: 0; padding-top: 5px; color: #000; font-size: 12px; }

.form a, .form a:visited { color: #004a80; text-decoration: none; }

.form a:hover { text-decoration: underline; }

.note, .note a { padding: 0; margin: 0; color: #FFF; font-style: italic; font-size: 12px; }

.form input, .form textarea { width: 251px; border: 2px solid #004a80; font-size: 12px; padding: 5px; }

.checkbox { border: none; }

.form form table {
	width: 100%;
	text-align: left;
	color: #000;
}

.form form table td { padding: 5px; }

td.option { text-align: right; }

button { font-size: 14px; }

#footer {
	padding-top: 40px;
	clear: left;
	background: url(../_images/foot_background.jpg) 0 40px no-repeat;
	width: 960px;
	height: 232px;
	font: 12px/18px Arial, Sans-Serif;
}

#footer #last_col * {
	margin-left: 60px;
}

#footer h1 {
	margin: 25px 0 20px;
	font: 14px Arial, Sans-Serif;
	font-weight: bold;
	color: #FFF;
}

#footer p {
	padding-right: 50px;
	color: #d7d7d7;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	color: #d7d7d7;
	padding: 0;
	margin: 0;
}

#footer .grid_5 p, #footer .grid_5 h1 {
	padding-left: 20px;
}

#runner {
	clear: left;
	color: #898989;
	font: 12px/18px Arial, Sans-Serif;
}

#runner p { padding: 20px 0 20px; }

#runner a, #runner a:visited {
	color: #898989;
	text-decoration: none;
}

#runner a:hover { text-decoration: underline; }

.content_background {
	width: 320px;
	height: 609px;
	padding: 30px;
	background: url(../_images/content_background.jpg) no-repeat;
}

.content_background h3 {
	color: #898989;
	text-transform: uppercase;
	font: 15px Verdana, Arial, Sans-Serif;
	margin-bottom: 30px;
}

.content_background p {
	font-size: 12px;
	color: #898989;
	margin-bottom: 5px;
}

.content_background ul { margin: 0 0 30px 0; }

.content_background ul li {
	font-size: 11px;
	color: #000;
	margin-left: 0;
	list-style: none;
}

#copyright { text-align: right; }