/* Reset -----------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after { content:''; }
abbr, acronym { border:0; }
/* General -----------------------------------------------*/
html, body { height: 100%; }
body {
	background: url(../../images/body-bg.jpg) repeat-x #050505;
	font:.95em/1.625em Tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
}
p {
	padding:0 0 1.225em;
	font-weight:300;
}
p img.left {
	float: left;
	margin: 0.5em 0.8125em 0.8125em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0.5em 0 0.8125em 0.8125em
}
h1, h2 {
	font-weight:normal;
	color: #c10007;
}
h3, h4, h5, h6 {
	font-weight: normal;
	color: #8A0013;
}
h1 {
	font-size: 2.125em;
	margin-bottom: 0.765em;
}
h2 {
	font-size: 2.125em;
	margin-bottom: 0.765em;
}
h3 {
	font-size: 1.7em;
	margin-bottom: 0.956em;
}
h4 {
	font-size: 1.4em;
	margin-bottom: 1.161em;
}
h5, h6 {
	font-size: 1.313em;
	margin-bottom: 1.238em;
}
ul { list-style:outside; }
li ul, li ol { margin:0 1.625em; }
ul, ol { margin: 0 0 1.625em 0; }
dl { margin: 0 0 1.625em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.625em; }
a {
	color: #e4dbbb;
	text-decoration: underline;
}
a:hover {
	color: #e3ca6f;
	text-decoration: none;
}
table {
	margin-bottom:1.625em;
	border-collapse: collapse;
}
th { font-weight:bold; }
tr, th, td {
	margin:0;
	padding:0 1.625em 0 1em;
	height:26px;
}
tfoot { font-style: italic; }
caption {
	text-align:center;
	font-family:Georgia, serif;
}
abbr, acronym { border-bottom:1px dotted #000; }
address {
	margin-bottom: 1.625em;
	font-style: italic;
}
del { color:#000; }
blockquote {
	padding:1em 1em 1.625em 1em;
	font-family:georgia, serif;
	font-style: italic;
	background: #141414;
	border: 2px solid #282829;
	margin-bottom: 1.225em;
}
blockquote > p {
	padding:0;
	margin:0;
}
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code {
	margin: 1.625em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em monospace;
	line-height: 1.5;
}
tt {
	display: block;
	margin: 1.625em 0;
}
hr { margin-bottom:1.625em; }
.note {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:0.9em;
	margin:0.1em;
	color:#333;
}
/* Wrapper -----------------------------------------------------*/
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
/* Container ---------------------------------------------------*/
#container {
	width: 920px;
	margin: 0 auto;
}
/* Header ------------------------------------------------------*/
#header {
	float: left;
	background: url(../../images/header-bg-int.jpg) no-repeat;
	width: 920px;
	height: 345px;
}
#logo {
	float: left;
	margin: 0;
}
#logo a {
	display: block;
	background: url(../../images/classic-corvette-emblem.png) no-repeat;
	width: 337px;
	height: 157px;
	margin: 20px 0 0 10px;
	text-indent: -9999px;
	outline: none;
}
#tagline {
	float: right;
	margin: 30px 50px 0 0;
}
/* Main --------------------------------------------------------*/
#main {
	float: left;
	clear: both;
	width: 920px;
	margin-top: -80px;
}
/* Sidebar -----------------------------------------------------*/
#sidebar {
	float: left;
	width: 260px;
	text-align: center;
}
#affiliates { margin-top: 2em; }
/* Sidenav */
#sidenav {
	margin: 0 auto;
	list-style: none;
	width: 165px;
	line-height: 1;
}
#sidenav li { }
#sidenav li a {
	display: block;
	width: 165px;
	height: 40px;
	text-indent: -9999px;
	outline: none;
}
#sidenav .home {
	background: url(../../images/sidenav-home.png) no-repeat;
	height: 42px;
}
#sidenav .about { background: url(../../images/sidenav-about.png) no-repeat; }
#sidenav .cars { background: url(../../images/sidenav-cars.png) no-repeat; }
#sidenav .roadster {
	background: url(../../images/sidenav-roadster.png) no-repeat;
	height: 35px;
}
#sidenav .coupe {
	background: url(../../images/sidenav-coupe.png) no-repeat;
	height: 35px;
}
#sidenav .gallery { background: url(../../images/sidenav-gallery.png) no-repeat; }
#sidenav .contact {
	background: url(../../images/sidenav-contact.png) no-repeat;
	height: 42px;
}
#sidenav li a:hover { background-position: -330px 0; }
#about #sidenav .about, #cars #sidenav .cars, #roadster #sidenav .roadster, #coupe #sidenav .coupe, #gallery #sidenav .gallery, #contact #sidenav .contact { background-position: -165px 0; }
/* Content -----------------------------------------------------*/
/* Page Headings */
h2.page-title {
	text-indent: -9999px;
	width: 660px;
	height: 40px;
}
#about .page-title { background: url(../../images/heading-about.png) no-repeat; }
#sitemap .page-title { background: url(../../images/heading-sitemap.png) no-repeat; }
#roadster .page-title { background: url(../../images/heading-roadster.png) no-repeat; }
#coupe .page-title { background: url(../../images/heading-coupe.png) no-repeat; }
#gallery .page-title { background: url(../../images/heading-gallery.png) no-repeat; }
#contact .page-title { background: url(../../images/heading-contact.png) no-repeat; }
#content {
	float: left;
	width: 660px;
	color: #bababa;
}
#content ul {
	list-style: disc inside;
	padding-left: 2em;
}
#content ol {
	list-style: decimal inside;
	padding-left: 2em;
}
/* Footer ------------------------------------------------------*/
#footer {
	float: left;
	clear: both;
	background: #1a1a1a;
	border-top: 1px solid #4d4d4d;
	width: 100%;
}
#footer-text {
	width: 920px;
	margin: 0 auto;
	color: #999999;
	padding: 1em 0;
}
/* Footernav ---------------------------------------------------*/
#footernav, .push { /* Keeps footer at bottom */ height: 4em; }
#footernav {
	float: left;
	background: url(../../images/footer-corvette-logo.png) no-repeat;
	list-style: none;
}
#footernav li {
	float: left;
	font-size: 1em;
	margin-top: .25em;
	padding: 0 .625em;
	border-left: 2px solid #999999;
	line-height: 1.2em;
}
#footernav li:first-child {
	margin-left: 187px;
	border: none;
}
#footernav li a { color: #e8e8e8; }
/* Specs Tables -------------------------------------------------*/
.specs {
	color: #999;
	border: 1px solid #2e2e2e;
}
.specs tfoot td {
	text-align: right;
	font-size: .9em;
	padding: 0;
	border-bottom: none;
}
.specs .head-row { font-weight: 700; }
.specs td {
	line-height: 1.6em;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
}
.specs .head-row td {
	border: none;
	color: #8a0013;
	border-right: 1px solid #2e2e2e;
}
/* Fancybox ----------------------------------------------------*/
.gallery-list {
	float: left;
	line-height: 1;
	margin-bottom: 1em;
}
.gallery-list li {
	float: left;
	list-style: none;
}
.gallery-list a {
	display: block;
	width: 110px;
	height: 110px;
	border: 3px solid #282828;
	margin: 0 0 5px 5px;
}
.gallery-list a:hover { border: 3px solid #8a0013; }
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}
div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../../images/fancy_progress.png') no-repeat;
}
div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 20px 20px 40px 20px;
	margin: 0;
	background: transparent;
	display: none;
}
div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}
div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}
div#fancy_div {
	background: #000;
	color: #fff;
	height: 100%;
	width: 100%;
	z-index: 100;
}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../../images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}
a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	outline: none;
	overflow: hidden;
}
a#fancy_left { left: 0px; }
a#fancy_right { right: 0px; }
span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}
span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../../images/fancy_left.png') no-repeat;
}
span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../../images/fancy_right.png') no-repeat;
}
a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}
a#fancy_left:hover span { left: 20px; }
a#fancy_right:hover span { right: 20px; }
#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
div#fancy_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../../images/fancy_shadow_n.png') repeat-x;
}
div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../../images/fancy_shadow_ne.png') no-repeat;
}
div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../../images/fancy_shadow_e.png') repeat-y;
}
div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../../images/fancy_shadow_se.png') no-repeat;
}
div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../../images/fancy_shadow_s.png') repeat-x;
}
div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../../images/fancy_shadow_sw.png') no-repeat;
}
div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../../images/fancy_shadow_w.png') repeat-y;
}
div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../../images/fancy_shadow_nw.png') no-repeat;
}
/* Options */
.options {
	padding: 0 0 1.625em !important;
	margin: 0;
}
.options li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}
.options img { border: 4px solid #4d4d4d; }
/* Misc Styles -------------------------------------------------*/
.clear { clear: both; }
.error {
	clear: both;
	background: url(../../images/icon-error.png) 20px center no-repeat #141414;
	border: 2px solid #282829;
	color: #c10007;
	padding: .5em;
	overflow: hidden;
	text-align: center;
	padding-left: 60px;
}
.nomargin { margin: 0; }
.border { border: 4px solid #4d4d4d; }
.cite {
	display: block;
	font-weight: bold;
	text-align: right;
}
.col {
	float: left;
	width: 50%;
}