/*
 *	Base
	 #ffa455 -lt orange
	 #aa5b16 -dk orange
	 #f7923a -logo orange
	 #068dab -dk blue
	 #94e5f8 -lt blue

	 #1a1a1a = ltr gray
	 #232020 = md gray -- logo black
	 #0d0d0d = stale gray
 */

HTML { }
BODY {
	margin:0;
	padding:0;
	color:#fff;
	font-family:Verdana, sans-serif;
	font-size: 100%;
	text-align:left;
	background: #000;
}
IMG { border:0; }
A { text-decoration:none; outline:0; color:#fff; }
A:LINK {  }
A:VISITED {  }
A:HOVER {  }
A:ACTIVE A:FOCUS {  }

.clearance { clear:both; }

/*
 *	Container
 */

DIV#wrapper { background: #000; }
DIV#container { background: #1a1a1a; }
DIV#header {
	margin:0 auto 0 auto;
	width:992px;
	height:124px;
	position:relative;
	background:#111 url(../../i/b/head-bg.jpg) no-repeat top; 
}
DIV#main { clear:both; background:#111; padding:10px 0 0 0; }
DIV#mainhead { width:988px;	height:268px; position:relative; margin:0 auto 0 auto; }
DIV#mainhead DIV#video {
	position:absolute;
	top:20px;
	right:20px;
	width:332px;
	height:200px;
	visibility: inherit;
	z-index: 15;
}
DIV#footer {
	clear:both;
	padding:10px 0 10px 0;
	color:#fff;
	text-align:center;
	font-size:10px;
	background: #000;
}

/*
 *	Logo
 */

DIV#logo {
	float:left;
	margin:24px 36px 0 36px;
	width:223px;
	height:88px;
	background: url(../../i/logo.png) no-repeat;
}
DIV#logo SPAN {	display:none; }

/*
 *	Menu
 */

DIV#menu { clear:right; position:absolute; right:80px; top:80px; }
DIV#menu A {
	cursor:pointer !important;
	float:left;
	display:block;
	margin:0 4px 0 2px;
	color:#f7923a;
	background: #111;
}
DIV#menu A:HOVER { color:#aa5b16; }
DIV#menu A:ACTIVE { color:#aa5b16; }
DIV#menu A:FOCUS { color:#068dab; }
DIV#menu A.first { margin-right: 4px; }
DIV#menu A.last { margin-left: 2px; }
DIV#menu A DIV {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:10px;
	margin:6px;
	font-weight:bolder;
	z-index:42;
}
DIV#menu a DIV STRONG { font-size:14px; font-weight:bold;}
DIV#menu a DIV SPAN { font-weight:lighter; font-size:8px; display:inline; }
DIV#menu a DIV SMALL { font-size:9px; font-weight:lighter; color:#f7923a; display:inline; }

/*
 *	Newsletter
 */

FORM#newsletter {
	position:absolute;
	right:58px;
	width:302px;
	height:28px;
	background: #111;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 6px;
	top: 1px;
}
FORM#newsletter DIV#nlform {  }
FORM#newsletter DIV#nlform LABEL { color:#aa5b16; font-size:12px; }
FORM#newsletter DIV#nlform INPUT {
	margin:9px 0 0 0;
	color:#999;
	font-size:10px;
}
FORM#newsletter DIV#nlform INPUT.email { margin:4px 0 0 0; }
FORM#newsletter DIV#nlform INPUT.submit { padding:4px;}

FORM#newsletter DIV#response {
	display:none; 
	background:#000;
	margin:auto;
	height:28px;
	width:280px;
	padding:8px;
}
FORM#newsletter DIV#response DIV { padding:4px; color:#aa5b16; }

/*
 *	Viewpane
 */

DIV#viewpane { position:relative; width:988px; margin:0 auto 0 auto; }
DIV#viewpane IMG {
	position:absolute;
	top:0;
	left:0;
	width:988px;
	height:256px;
	z-index:8;
}
DIV#viewpane IMG.active {	z-index:10; }
DIV#viewpane IMG.last-active { z-index:9; }

/*
 *	Blocks
 */

DIV#blocks { clear:both; width:992px; margin: 0 auto 0 auto; display:block; }
DIV#blocks A {
	cursor:pointer !important;
	float:left;
	display:block;
	height:128px;
	width:327px;
	margin: 2px 2px 1px 1px;
	background-repeat: no-repeat;
	color:#40aa00;
}
DIV#blocks A:HOVER { background-position: 0 -128px; color:#4dcc00; }
DIV#blocks A:ACTIVE { background-position: 0 -256px; color:#4dcc00; }
DIV#blocks A:FOCUS { background-position: 0 -312px; color:#80ff00; }
DIV#blocks A.rebuilds { background: url(../../i/blocks/rebuilds-states.jpg); }
DIV#blocks A.hitek { background: url(../../i/blocks/hitek-states.jpg); }
DIV#blocks A.corvette { background: url(../../i/blocks/corvette-states.jpg); }
DIV#blocks A.parts { background: url(../../i/blocks/parts-states.jpg); }
DIV#blocks A.merch { background: url(../../i/blocks/merch-states.jpg); }
DIV#blocks A.wedo { background: url(../../i/blocks/wedo-states.jpg); }
DIV#blocks A DIV {
	display:none;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:16px;
	font-weight:bolder;
	z-index:42;
}
DIV#blocks A DIV STRONG { font-size:14px; font-weight:bold;}
DIV#blocks A DIV SPAN { font-weight:lighter; font-size:8px; display:inline; }
DIV#blocks A DIV SMALL { font-size:9px; font-weight:lighter; color:#669933; display:inline; }


/*
 *	Blocks2
 */

DIV#blocks2 { clear:both; width:999px; margin: 0 auto 0 auto; display:block; }
DIV#blocks2 A {
	cursor:pointer !important;
	float:left;
	display:block;
	height:64px;
	width:163px;
	margin: 2px 2px 1px 1px;
	background-repeat: no-repeat;
	color:#40aa00;
}
DIV#blocks2 A:HOVER { background-position: 0 -128px; color:#4dcc00; }
DIV#blocks2 A:ACTIVE { background-position: 0 -128px; color:#4dcc00; }
DIV#blocks2 A:FOCUS { background-position: 0 -192px; color:#80ff00; }
DIV#blocks2 A.rebuilds2 { background: url(../../i/blocks/smallrebuilds-states.jpg); }
DIV#blocks2 A.hitek2 { background: url(../../i/blocks/smallhitek-states.jpg); }
DIV#blocks2 A.corvette2 { background: url(../../i/blocks/smallcorvette-states.jpg); }
DIV#blocks2 A.parts2 { background: url(../../i/blocks/smallparts-states.jpg); }
DIV#blocks2 A.merch2 { background: url(../../i/blocks/smallmerch-states.jpg); }
DIV#blocks2 A.wedo2 { background: url(../../i/blocks/smallwedo-states.jpg); }
DIV#blocks2 A DIV {
	display:none;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:16px;
	font-weight:bolder;
	z-index:42;
}
DIV#blocks2 A DIV STRONG { font-size:14px; font-weight:bold;}
DIV#blocks2 A DIV SPAN { font-weight:lighter; font-size:8px; display:inline; }
DIV#blocks2 A DIV SMALL { font-size:9px; font-weight:lighter; color:#669933; display:inline; }


/*
 *	Article
 */

DIV#article { clear:both; }
DIV#article DIV#inside {
	position:relative;
	width:992px;
	margin:0 auto 0 auto;
	font-size:11px;
	line-height:14px;
}
DIV#article DIV#inside DIV.column { width:460px; padding:16px; }
DIV#article DIV#inside DIV#left { float:left; }
DIV#article DIV#inside DIV#right { float:right; }
DIV#article DIV#inside A:LINK, DIV#article A:VISITED { color:#ffa455; text-decoration:none; }
DIV#article DIV#inside P {
	color:#aa5b16;
	display:block;
	border-top: 5px;
}
DIV#article DIV#inside H1 { color:#aa5b16; font-size:18px; font-weight:bold; }
DIV#article DIV#inside IMG { padding:20px; margin: 0 auto 0 auto; }
DIV#article DIV#inside H1.cat { clear:both; display:block; padding:8px; }

/*
 *	Gallery
 */

DIV#article DIV#inside DIV#gallery { width:668px; margin:0 auto; }
DIV#article DIV#inside DIV#gallery A IMG { padding:2px 0 0 2px; margin:0; }
DIV#article DIV#inside DIV#gallery H3 { 
	padding:8px;
	margin:2px;
	text-align:left;
	text-indent:4px;
	background:#333;
	color:#aa5b16;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { left: 0; float: left; }
#lightbox-nav-btnNext { right: 0; float: right; }
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #333333;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data { padding: 0 10px; color: #ffa455; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em; }			
#lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; }

/*
 *	Link Blocks
 */

DIV.links { clear:both; display:block; margin: 0 auto 0 auto; }
DIV.links A {
	cursor:pointer !important;
	float:left;	display:block;
	height:120px;
	width:320px;
	margin: 2px 2px 1px 1px;
	background: url(../../i/b/links-bg.jpg);
	background-repeat: no-repeat;
	color:#232020;
}
DIV.links A:HOVER { background-position: 0 -120px; color:#232020; }
DIV.links A:ACTIVE { background-position: 0 -240px; color:#232020; }
DIV.links A:FOCUS { background-position: 0 -360px; color:#232020; }
DIV.links A.first { margin-right: 2px; }
DIV.links A.last { margin-left: 1px; }

DIV.links A DIV {
	position:relative;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:8px;
	font-weight:bolder;
}
DIV.links A DIV IMG { padding:0; margin:0; position:absolute; top:-6px; bottom:auto; }
DIV.links A DIV P { margin-left:116px; color:#232020; }
DIV.links A DIV P SPAN { font-weight:lighter; font-size:9px; display:block; }

DIV.largelinks { clear:both; display:block; margin: 0 auto 0 auto; }
DIV.largelinks A {
	cursor:pointer !important;
	float:left;	display:block;
	height:120px;
	width:320px;
	margin: 2px 2px 1px 1px;
	background: url(../../i/b/largelinks-bg.jpg);
	background-repeat: no-repeat;
}
DIV.largelinks A:HOVER { background-position: 0 -120px; }
DIV.largelinks A:ACTIVE { background-position: 0 -240px; }
DIV.largelinks A:FOCUS { background-position: 0 -360px; }
DIV.largelinks A.first { margin-right: 2px; }
DIV.largelinks A.last { margin-left: 1px; }

DIV.largelinks A DIV { position:relative; }
DIV.largelinks A DIV IMG { padding:0; margin:0; position:absolute; top:-10px; left:-10px; }

/*
 *	pbLink Blocks
 */

DIV.pblinks { clear:both; display:block; margin: 0 auto 0 auto; }
DIV.pblinks A {
	cursor:pointer !important;
	float:left;	display:block;
	height:50px;
	width:200px;
	margin: 2px 2px 1px 1px;
		background-repeat: no-repeat;
	color:#232020;
}

DIV.pblinks A DIV {
	position:relative;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:8px;
	font-weight:bolder;
}
DIV.pblinks A DIV IMG { padding:0; margin:0; position:absolute; top:-6px; bottom:auto; }
DIV.pblinks A DIV P { margin-left:16px; color:#232020; }
DIV.pblinks A DIV P SPAN { font-weight:lighter; font-size:9px; display:block; }


/*
 *	misc
 */

.style1 {font-size: 14px}
.style2 {
	color: #000000;
	font-size: 14px;
}
.style3 {color: #000000}



  TABLE.MYTABLE
  { 
     font-family:arial;
     font-size:10pt;
     background-color:#aa5b16;
     width:450px;
     border-style:solid;
     border-color:#aa5b16;
     border-width:2px;
  }

  TH.MYTABLE
  {
     font-size:14pt;
     color:#000000;
  }


  TR.MYTABLE
  { 
  }

  TD.MYTABLE
  {  
     font-size:14pt;
     background-color:#aa5b16;
     color:#aa5b16;
     border-style:solid;
     border-width:1px;
     text-align:center;
  }
.style4 {color: #FFFFFF}
.searchbox {
	padding: 5px;
	float: right;
	height: 40px;
	width: 450px;
}



/*
 *	search
 */
FORM#searchbox {
	position:absolute;
	right:1px;
	width:744px;
	height:28px;
	background: #111;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 6px;
	top: 1px;
}
FORM#searchbox DIV#slform {  }
FORM#searchbox DIV#slform LABEL { color:#aa5b16; font-size:12px; }
FORM#searchbox DIV#slform INPUT {
	color:##aa5b16;
	font-size:12px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
FORM#searchbox DIV#slform INPUT.email { margin:4px 0 0 0; }
FORM#searchbox DIV#slform INPUT.submit { padding:4px;}

FORM#searchbox DIV#response {
	display:none; 
	background:#000;
	margin:auto;
	height:28px;
	width:429px;
	padding:8px;
}
FORM#searchboxr DIV#response DIV { padding:4px; color:#aa5b16; }


/*
 *	paginate
 */
 
 
 

/* PAGINATION */

.paginateButtons {
    background:  #000 url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
   text-align: center;
    color: #aa5b16;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #111;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #aa5b16;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

