/* CSS Document */

/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:0;
	height:100%;
}

:focus { 
	-moz-outline-style: none; 
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#FFFFFF;
	background:#2E3438 url(../images/bg.jpg) repeat-x top;
}

/* Floaters */
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
	line-height:0px;
	height:0px;
}
/* NB: Must have ie.css if you use this */
.clearfix:after {
	content:"."; 
	display:block;
	height:0;
	clear:both; 
	visibility:hidden;
}


/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
div#container {
	position:relative;
	width:740px;
	margin:auto;
	min-height:100%;	
}
/* Header */
div#header {
	padding-bottom:2px;

}
div#nav {
	position:absolute;
	top:252px;
	left:0px;
	width:740px;
}
div#columnWrapper {
	width:740px;
	overflow:hidden;
}
div#leftsidebar {
	float:left;
}
div#rightsidebar {
	float:right;	
}
div.column {
	width:360px;
}
div#logo {
	position:absolute;
	top:20px;
	left:20px;
	width:150px;
}
div#tagline {
	position:absolute;
	top:150px;
	left:0px;
	width:190px;
}

div#content {
	margin:20px 0px;
	width:740px;
}
/* Footer */
div#footer {
	text-align:center;
	font-size:0.9em;
	color:#7A7A7E;
	padding:20px 0;
	/* uncomment for 100% height sites
	position:absolute;
	bottom:0;
	width:740px; */
}




/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  
/* Main nav */
ul#navbar {
	list-style:none;
	padding:0;
	margin:0;
}  
ul#navbar li {
	float:left;
	padding-right:21px;
}  
ul#navbar li.first {
	padding-right:20px;
}  
ul#navbar li.last {
	padding-right:0px;
} 
ul#navbar a {
	display:block;
	width:106px;
	background:url(../images/main_nav.png) no-repeat top left;
	color:#CCCCCC;
	text-decoration:none;
	text-align:center;
	height:30px;
	line-height:28px;
} 
ul#navbar a:hover {
	color:#FFFFFF;
	
} 
ul#navbar li#selected a {
	color:#FFFFFF;
	background-position:left -30px;	
}  

  
/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1,
h2 {
	color:#D9C81C;
	background:transparent url(../images/panel_tr.png) top right no-repeat;
	font-size:1.6em;
	padding:0px;
	margin:0px;
	text-transform:lowercase;
}
h2 {
	/*font-size:1.4em;*/
	text-align:right;
}
h1 strong,
h2 strong {
	height:30px;
	display:block;
	background:transparent url(../images/panel_tl.png) top left no-repeat;
	padding:20px 20px 0 20px;
	border-bottom:solid 1px #383F43;
	font-weight:normal;
}
h1.wheel {
	text-transform:capitalize;
}

h2 {
}
h3 {
}
h4 {
}

/* Type */
p {
	margin:0;
	padding:10px 0 0 0;
}

div.panel p,
div.panelSplit p,
div.panelHalf p {
	line-height:1.5em;
}

div.minipanelL p {
	margin:0;
	padding:0
}

div#options {
	font-size:1.5em;
	padding-bottom:30px;
}

/* Lists */
ul {
	margin:10px 0 0 15px;
	padding:0;
}
div#content li {
	line-height:1.2em;
	padding:0 0 5px 0;
}

/* Links */
a {	
	color:#D9C81C;
}


  
/*--------------------------------------------------------------------------------------------
	Panels
  --------------------------------------------------------------------------------------------*/
div.panel {
	margin-top:20px;
	background:transparent url(../images/panel_full_bg.png) repeat-y left;
	zoom:1;
}
div.panelBottom {
	clear:both;
	position:relative;
	width:740px;
	background:transparent url(../images/panel_full_btm.png) no-repeat bottom left;
	height:30px;
}

div.panelSplit {
	margin-top:20px;
	background:transparent url(../images/panel_fullsplit_bg.png) repeat-y left;
	zoom:1;
}
div.panelSplitBottom {
	clear:both;
	position:relative;
	width:740px;
	background:transparent url(../images/panel_fullsplit_btm.png) left bottom no-repeat;
	height:30px;
}
div.panelLeft {
	float:left;
	width:250px;
}
div.panelLeftPadding {
	padding-top:10px;
	padding-left:20px;
}
div.panelRight {
	float:right;
	width:450px;
}
div.panelRightPadding {
	padding-top:10px;
	padding-right:20px;
}

div.gallery {
	padding-top:20px;
	width:100%;
}
div.gallery a {
	float:left;
	margin:0 10px 10px 0;
}
div.gallery img {
	width:100px;
	height:90px;
	opacity: 0.99;
}
div.gallery img:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
div.gallery div.empty {
	float:left;
	background:transparent url(../images/gallery_blank.png) left top no-repeat;
	margin-right:10px;
}
div.gallery div.empty div {
	width:100px;
	height:90px;
}
div.gallery img.hero {
	width:430px;
	height:390px;
}
div.lightboxImages {
	display:none;
}

div.panelHalf {
	margin-top:20px;
	background:url(../images/panel_half_bg.png) repeat-y left;
}
div.panelHalfBottom {
	position:relative;
	width:360px;
	background:url(../images/panel_half_btm.png) no-repeat bottom left;
	height:30px;
}

div.minipanelR {
	background:url(../images/panel_tr.png) top right no-repeat;
}
div.minipanelL {
	background:url(../images/panel_tl.png) top left no-repeat;
	padding:20px 20px 0px 20px;
}

div.panelPadding {
	clear:both;
	padding:10px 20px 0 20px;
}

/* More link */
div.moreLink {
	float:right;
	background:url(../images/panel_bttn_r.png) no-repeat top left;
	width:106px;
	height:30px;
}
div.moreLink a {
	display:block;
	padding-right:40px;
	text-align:right;
	line-height:30px;
	text-decoration:none;
}
div.moreLink a:hover {
	text-decoration:underline;
}

/* Back link */
div.backLink {
	float:left;
	background:url(../images/panel_bttn_l.png) no-repeat top left;
	width:106px;
	height:30px;
}
div.backLink a {
	display:block;
	padding-left:40px;
	text-align:left;
	line-height:30px;
	text-decoration:none;
}
div.backLink a:hover {
	text-decoration:underline;
}

/* Featured wheels */
div.featuredwheels {
	padding:10px 0 10px 20px;
}
div.featuredwheel {
	float:left;
	margin-right:10px;
}
div.featuredwheel p {
	text-align:center;
}
div.featuredwheel p.name {
	line-height:1.2em;
	padding-bottom:3px;
}
div.featuredwheel p.name span {
	font-size:1.2em;
	color:#D9C81C;
}
div.featuredwheel img {
	width:100px;
	height:90px;
	opacity: 0.99;
}
div.featuredwheel img:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form {
	padding:0;
	margin:0;
}
  
form#contact label {
	float:left;
	width:110px;
	line-height:1.5em;
	color:#383F44;
}
form#contact input,
form#contact textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	float:left;
	width:310px;
	background-color:#131618;	border:solid 1px #383F44;
	margin-bottom:3px;
	padding:2px;
}
form#contact input.sendEmail {
	width:205px;
}
form#contact input:focus,
form#contact textarea:focus,
form#contact input:hover,
form#contact textarea:hover {
	background-color:#2E3438;
}
form#contact input.send {
	width:100px;
	cursor:pointer;
}
form#contact input.send:hover {
	background-color:#2E3438;
}
p.error {
	color:#D9C81C;
}
  