html {height:100%; background:#000;}
body{
	-moz-background-clip:border;
	background: black;
	color: #c3c3c3;
	font-size: .87em;
	line-height: 1.8em;
}
h2, h3, h4{
	color: #d34040;
	font-family: Verdana,Arial,"Helvetica Neue",sans-serif;
}
h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.2em;
	margin-bottom: .5em;
}
a {
	color: #457dfe;
	text-decoration: none;
}
a:hover{
	color: #77a0fe;
}
.content{
	width: 950px;
	position: relative;
	margin: 0 auto;
}
dd{
	margin-left: 0;
}

table{
	font-size: .9em;
	width: 70%;
	background: #080808;
}
th, td, caption {
	padding: 1px 4px 1px 10px;
}
thead th{
	background: #222;
	color: #fff;
}
table tr.stripe{
	background: #111;
}
small{
	font-size: 90%;
	color: #bbb;
}

#header{
	background: black url(../images/header_bg.jpg) no-repeat center -130px;
	height: 250px;
	overflow: hidden;
}
#header.small-header{
	background: black url(../images/header_bg.jpg) no-repeat center -250px;
	height: 110px !important;
	overflow: hidden;
}
#header h1#title{
	background: transparent url(../images/title.png) no-repeat;
	width: 313px;
	height: 51px;
	text-indent: -99999px;
	position: absolute;
	top: 30px;
	left: 2px;
	margin: 0;
}
#header #audi-image{
	background: transparent url(../images/audi_r8.png) no-repeat;
	height: 257px;
	width: 423px;
	position: absolute;
	top: 30px;
	left: 370px;
}
#language{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 5px;
}
#language li{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 19px;
	text-indent: -99999px;
}
#language li a{
	height: 19px;
	display: block;
}

#language #lang-english a {
	background: transparent url(../images/english.png) no-repeat 0px 0px;
	width: 68px;
}
#language #lang-spanish a {
	background: transparent url(../images/spanish.png) no-repeat 0px 0px;
	width: 71px;
}
#language li a:hover{
	background-position: 0 -19px !important;
}
#language li.active a{
	background-position: 0 -38px !important;
}

#navigation{
	background: black url(../images/nav_bg.gif) no-repeat center top;
	height: 38px;
	z-index: 100 !important;
	position:relative;
}
#nav-buttons{
	margin: 0;
	padding: 0;
	position:relative;
}
#nav-buttons li{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 38px;
	text-indent: -99999px;
	position: relative;
}
#nav-buttons li a{
	height: 38px;
	display: block;
	outline: none;
}

#nav-buttons a:hover, #nav-buttons a:active, #nav-buttons a:focus, #nav-buttons a.hovered{
	background-position: 0 -38px !important;
}
#nav-buttons a.active{
	background-position: 0 -76px !important;
}

#nav-buttons ul.subnav{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;
	-khtml-border-radius-topleft:2px;
	-khtml-border-radius-topright:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	margin: 0;
	padding: 6px;
	position: absolute;
	left: -1px;
	top: 37px;
	float: none;
	z-index: 200;
	background: #722323 url(../images/dropdown_bg.png) repeat-x;
	border: solid #5f1d1d;
	border-width: 1px 1px 1px 1px;
	display: none;
	width: 13.1em;
}
#nav-buttons li ul.subnav li{
	text-indent: 0;
	width: 100%;
	height: auto;
	/*border-bottom: 1px solid #6b2121;*/
	border-bottom: 1px solid #6b2121;
	clear: both;
}

#nav-buttons li ul.subnav li a{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	width: auto !important;
	background: transparent !important;
	height: 1.9em;
	padding-left: 6px;
}
#nav-buttons li ul.subnav li a.current{
	background: #822727 !important;
}
#nav-buttons li ul.subnav li a:hover, #nav-buttons li ul.subnav li a:active, #nav-buttons li ul.subnav li a:focus{
	background: #111 !important;
}

#body{
	background: black;
	min-height: 300px;
}
#body .content{
	padding: 1.5em 0;
}

#footer{
	background: black url(../images/footer_bg.gif) repeat-y center top;
	color: #707070;
	text-align: center;
	font-size: .75em;
}
#footer p{
	line-height: 2em;
	margin-bottom: .1em;
}
#footer_spacer{
	background: black url(../images/footer_sp_bg.gif) no-repeat center top;
	height: 10px;
}

/* Gallery */
#gallery{
	/*border: 1px solid red;*/
}

#gallery #preview{
	float: left;
	padding: 0 20px;
}
#gallery #preview img{
	width: 550px;
	border: 1px solid #888888;
	padding: 5px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#gallery #thumbs.single{
	width: 325px;
	float: left;
	padding: 0 10px 0 5px;
}
#gallery #thumbs .thumbnail{
	display:-moz-inline-box; -moz-box-orient:vertical;
	display: inline-block;
	margin: 0 0 16px 30px;
}
#gallery #thumbs.single .thumbnail{
	margin-left: 10px;
	margin-bottom: 8px;
}
#gallery #thumbs .thumbnail img{
	width: 140px;
	padding: 4px;
	border: 1px solid #457dfe;
	border-color: #444444;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#gallery #thumbs .thumbnail.selected img{
	border-color: #888888;
}
#gallery #thumbs .thumbnail:hover img{
	border: 1px solid #77a0fe;
}


#gallery #gallery-menu-wrapper{
	margin: 0 auto;
	width: 776px;
}
#gallery .gallery-menu-item{
	float: left;
	display:-moz-inline-box; -moz-box-orient:vertical;
	display: inline-block;
	text-align: center;
	color: #457dfe;
	text-decoration: none;
	margin: 0px 15px;
}
#gallery .gallery-menu-item img{
	width: 350px;
	display: block;
	clear: both;
	padding: 3px;
	border: 1px solid #888888;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#gallery .gallery-menu-item:hover img{
	border-color: #77a0fe;
}
#gallery .gallery-menu-item:hover{
	color: #77a0fe;
}

/*#gallery{
	width: 940px;
	margin: 0 4px;
	border: 1px solid green;
}

#gallery .thumbnail{
	width: 235px;
	height: 235px;
	text-align: center;
	vertical-align: middle;
}*/

.right-logo{
	float: right;
	margin: 1.5em 0 1.5em 4em;
}
img.align-right{
	float: right;
	margin: .2em 0 .2em 1em;
	padding: 2px;
	border: 3px solid #888888;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.price-item{
	width: 75%;
}
.price{
	width: 25%;
}

/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
