/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #9E9E9E;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #383838;
}

body.editor {
	background-color: #FFFFFF;
}

div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul, ol {
	padding-left: 15px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #DA2E44;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #DA2E44;
}

a:hover {
	color: #000000;
	cursor: pointer;
}

hr {
	border: 0px;
	height: 1px;
	color: #C5C5C5;
	background-color: #C5C5C5;
	margin: 20px 0px;	
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
 
/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #000000; 
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;    
}

.alert, .red {
	color: #DA2E44;
}

/* LAYOUT CSS */

#container {
	width: 100%;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-color: #9E9E9E;
}

.home #container {
	background-image: url('../images/background_home.jpg');
}

#container_inner {
	width: 951px;
	margin: 0px auto;
	padding-bottom: 30px;
	background-image: url('../images/container_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 30px;
}

#right_content {
	width: 721px;
	float: right;
}

.home #right_content {
	width: 494px;
}

#header {
	width: 721px;
	height: 194px;
	margin-bottom: 14px;
	background-color: #FFFFFF;
}

#header div {
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

#header_home {
	height: 235px;
	background-repeat: no-repeat;
	margin-bottom: 16px;
	background-image: url('../images/header_home_bg.jpg');
}

#content {
	width: 691px;
	background-color: #E8E8E8;
	background-image: url('../images/content_top.gif');
	background-repeat: no-repeat;
	padding: 35px 15px 15px 15px;
}

.home #content {
	width: 464px;
	padding: 35px 15px 0px 0px;
}

.home #content h1, .home #content h2, .home #content p {
	padding-left: 15px;
}

.home #content table {
	margin-top: 20px;
}

.home #content h2 {
	color: #DA2E44;
	font-weight: normal;
	margin-bottom: 0px;
}

.home_photo {
	border-right: 1px solid #DA2E44;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

#left_content {
	width: 217px;
	float: left;
}

.home #left_content {
	width: 437px;
	float: left;
}

#logo {
	margin-bottom: 138px;
}

.home_cta {
	width: 207px;
	height: 157px;
	padding-top: 10px;
	float: left;
	background-image: url('../images/home_cta_bg.gif');
	background-repeat: no-repeat;
	text-align: right;
	line-height: 14px;
}

.home_right_cta {
	margin-left: 23px;
	display: inline;
}

.home_cta h2 {
	margin: 0px 8px 0px 0px;
	line-height: 16px;
}

.home_cta p {
	margin: 0px 8px 2px 0px;
}

.home_cta a:hover {
	color: #DA2E44;
}

#contact {
	color: #504D4D;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

.home #contact {
	text-align: right;
}

#contact b {
	color: #FFFFFF;
	font-size: 20px;
}

#contact a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
}

#contact a:hover {
	color: #504D4D;
}

#social_links {
	margin: 2px 0px 5px 0px;
}

.home #social_links {
	text-align: right;
}

#social_links img {
	float: left;
	margin-right: 5px;
	vertical-align: middle;
}

.home #social_links img {
	float: right;
	margin: 0px 0px 0px 5px;
	margin-right: 0p
}

#social_links a {
	color: #000000;
}

#footer {
	height: 66px;
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
}

#footer_inner {
	width: 951px;
	margin: 0px auto;
	text-align: right;
	font-size: 11px;
	color: #888888;
	padding: 3px 10px 0px 0px;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 0px 0px 16px 0px;
	height: 30px;
}

.home #nav {
	margin: 0px;
}

#nav li {
        list-style: none;
        float: left;
        font-size: 13px;
        line-height: 18px;
	border-left: 1px solid #6F6F6F;
}

#nav li a {
        display: block;
        height: 30px;
        text-indent: -9999px;
        overflow: hidden;
}

#nav li a:hover, #nav li.active a {
        background-position: 0px -30px;
}

#nav a.nav1 {
        background-image: url('../images/nav_home.gif');
        width: 75px;
}

#nav a.nav2 {
        background-image: url('../images/nav_53-62_corvette.gif');
        width: 127px;
}

#nav a.nav3 {
        background-image: url('../images/nav_63-82_corvette.gif');
        width: 124px;
}

#nav a.nav4 {
        background-image: url('../images/nav_55-57_chevy.gif');
        width: 113px;
}

#nav a.nav5 {
        background-image: url('../images/nav_trucks.gif');
        width: 76px;
}

#nav a.nav6 {
        background-image: url('../images/nav_53-56_ford_truck.gif');
        width: 127px;
}

#nav a.nav27 {
        background-image: url('../images/nav_driving_fun.gif');
        width: 106px;
}

#nav a.nav7 {
        background-image: url('../images/nav_products.gif');
        width: 91px;
}

#nav a.nav8 {
        background-image: url('../images/nav_about_us.gif');
        width: 93px;
}

#nav a.nav9 {
        background-image: url('../images/nav_contact_us.gif');
        width: 127px;
}

#subnav {
	background-image: url('../images/subnav_bg.jpg');
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#section_title {
	color: #4B4848;
	font-size: 16px;
	text-align: right;
	padding: 20px 20px 15px 0px;
}

#subnav ul {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 207px;
}

#subnav li {
	list-style: none;
	text-align: right;
	padding-right: 12px;
	margin-bottom: 3px;
}

#subnav li.active {
	background-image: url('../images/subnav_bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

#subnav li a {
	color: #393738;
}

#subnav li a:hover, #subnav li.active a {
	color: #DA2E44;
}


#subnav img {
	margin-bottom: -45px;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	text-align: center;
	padding: 0px 22px 22px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 147px;
	height: 147px;
}

.gallery td table td {
	padding: 6px;
	width: 135px;
	height: 135px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* ADMIN CSS */

#admin .button {
	margin: 0px 3px 6px 0px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

#admin_nav_buttons .button {
	width: 150px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0px;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0px 0px 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0px 10px 10px 0px;
}

/* Price List & Components Styles */

.package {
	margin-bottom: 20px;
}

#kit h2 {
	border-bottom: 1px solid #DA2E44;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#kit h3 {
}

#kit .price {
	float: right;
	font-weight:  bold;
	text-align: right;
	width: 130px;
}

#kit .letter {
	font-style: italic;
	font-weight: normal;
	float: left;
}

#kit .description {
	width: 540px;
}

#kit .description p {
	margin-bottom: 0px;
}

#kit .option {
	clear: right;
	padding-bottom: 10px;
}

#kit a {
	color: #1387BA;
	font-weight: bold;
}

#kit a:hover {
	color: #55ACCF;
}

#policies {
	margin-top: 25px;
	font-size: 11px;
}

optgroup option {
	padding-left: 15px;
}

table.package_options {
	border: 1px solid #aaa;
	width: 100%;
}
.package_options td, .package_options th {
	padding: 2px 5px;
	border-bottom: 1px solid #aaa;
}

.package_options th {
	text-align: left;
}
.right {
	text-align:right;
}
.package_options tr.even {
	background-color: #FFF;
}
.package_options tr.odd {
	background-color: #CCC;
}

/* Product Page styles */
.product .sku, .product .name,  .product .price { font-weight: bold; }
.product .price { float: right; }
.product img {
	float: right;;
	margin: 4px 0px 10px 15px;
	border: 1px solid #454545;
}
.product hr { clear: both; }
.product .gallery a { display: none; }
.product .gallery a.img1 { display: inline; }

/* Slideshow Styles */
#thumbs { float: right; }
#thumbs td { padding: 0 0 12px 12px; }
#slideshow { float: left; width: 455px; height: 303px; border: 1px solid #454545; background-color: #CCCCCC; padding: 1px;}
#thumbs a img { border: 1px solid #454545; background-color: #CCCCCC; padding: 1px;}
#thumbs a.active img { border: 1px solid #d92d45; }

/* FAQ Styles */
#faqs div.question {
	cursor: pointer;
	border: 1px solid #454545;
	padding: 3px 19px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

#faqs div.collapse div.question {
	background-color: #9E9E9E;
	background-image: url(../images/faq_button_off.gif);
}

#faqs div.collapse div.answer {
	display: none;
}

#faqs div.expand div.question {
	background-color: #9E9E9E;
	background-image: url(../images/faq_button_on.gif);
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 10px;
}

.data_table {
	width: 100%;
}

.data_table td {
	padding: 0px 2px 2px 0px;
}

.pagination {
	width: 100%;
	text-align: center;
}

.pagination .current {
	color: #666;
	border-bottom: 1px solid #666;
}
