@charset "utf-8";
/* CSS Document */
@import "scroll.css";



html { overflow: auto; }

body {
	background-color: #D6D6D6;
	margin: 0;
	padding: 0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	background-image: url(/Css/dc_bg.gif);

} 


#wrapper {
position: absolute;
bottom: 50%;
width: 100%;
height: 1px;
overflow: visible;
} 

#content {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	height: 600px;
	top: -300px;
	background-color:#FFF;
}

/* Scroll Bar Master Styling Ends Here */


#mainmenu {
	position: absolute;
	height:600px;
	width:180px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	background-image: url(/Css/menu/bg-menu.jpg);
	background-repeat: no-repeat;
	background-color: #D4DDEC;
}

#nonflashmenu {
	padding: 30px 0px 0px 0px;
}

a.mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
}

#mainmenu li {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}

#mainmenu ul {
	list-style: none outside none;
	margin: 0;
}

#mainmenu ul li.nav_selected ul.mainmenu_sub, #mainmenu ul li.nav_sub_selected ul.mainmenu_sub_sub {
	display: block;
}

.nav_selected a.mainmenu, 
.nav_selected .mainmenu_sub .nav_sub_selected a.mainmenu, 
.nav_selected .mainmenu_sub .mainmenu_sub_sub .nav_sub_sub_selected a.mainmenu {
	color: #4DAED5;
	margin-left: 5px;
}

#mainmenu ul ul {
	display: none;
}


#mainmenu .mainmenu_sub li {
	margin-left: -30px;
	padding-left: 0px;
}

#mainmenu .mainmenu_sub_sub li {
	margin-left: -10px;
	padding-left: 0px;
}

#mainmenu .mainmenu_sub_sub a {

}

.mainmenu_sub_sub_cont {
	background: url("/graphics/nav-2-closed.png") no-repeat scroll 0 4px transparent;
	list-style-type: none;
}

.mainmenu_sub_cont {
	background: url("/graphics/nav-1-closed.png") no-repeat scroll 0 4px transparent;
	list-style-type: none;
}

.mainmenu_sub_cont.nav_selected {
	background: url("/graphics/nav-1-open.png") no-repeat scroll 0 4px transparent;
}

.mainmenu_sub_sub_cont.nav_sub_selected {
	background: url("/graphics/nav-2-open.png") no-repeat scroll 0 4px transparent;
	list-style-type: none;
}

.mainmenu_sub_sub_cont li, .mainmenu_sub_cont .sub_sub_style li {
	background: url("/graphics/nav-3.png") no-repeat scroll 0 4px transparent;
	list-style-type: none;
}

.nav_selected .mainmenu_sub a.mainmenu, 
.nav_selected .mainmenu_sub .mainmenu_sub_sub a.mainmenu {
	color: #919091;
}


A{
	text-decoration:none;
	color:#0F4C9B;
	outline:none
}
A:hover{
	text-decoration:none;
	color:#09F;
}

#nonflashlogo {
	border: 0;
	display: block;
	width: 180px;
	height: 112px;
	background-color: #FFF;
}

#maincontent {
	left:180px;
	position: absolute;
	height:600px;
	width:820px;
	background-color:#FFF;
}

#footer {
	border-top:#3d362c solid 0px;
	left:180px;
	top:582px;
	position: absolute;
	height:16px;
	width:810px;
	background-color:#28323E;
	color:#C4CED9;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	;
	font-size:10px;
	padding: 2px 5px 0px 5px;
}
a.footer{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}


.input {
border:1px #3e362d solid;
background:#151310;
color:#9d8973;
background:url(images/blank.gif) repeat;
}

#nonFlashContent {
	display: none;
	position: absolute;
	height: 600px;
	width: 820px;
}

#footer_outer {
background-color:#151310;
}

#flashContent #heading {
	z-index: 9999;
	position: absolute;
	left: 100px;
	top: 20px;
}

#flashContent #heading h1 {
	color: #D26825;
	font-family: 'AftasansRegular', Arial, sans-serif;
	font-size: 24px;
	float: right;
	margin-top: 36px;
	margin-right: 33px;
	font-weight: normal;
	text-transform: none;
	text-shadow:0px 0px 10px #FFFFFF, 0px 0px 1px #B0B0B0;
}

#maincontentDetails {
position: absolute;
height:570px;
width:999px;
background-color:#151310;
}

ul {
margin-left:5px;
margin-top:5px;
margin-bottom:5px;}

.textfield{
background-color:#151310;
border:1px #3e362d solid;
color:#FFFFFF;
}
.check  {
font-family: Wingdings; 
font-size: 18px;
color: #699;
cursor: default;
}
#address{
width:277px;
height:81px;
border:#3e362d solid 1px;
background-color:#151310;
margin-left:32px;
clear:both;
padding:12px;
}
.whitebold {
color:#FFFFFF;
font-weight:bold;
}
.brownbold {
color:#584d42;
font-weight:bold;
font-size:12px;
margin-bottom:5px;
}

.Orange {
color:#ff6300;
font-weight:bold;
outline:none
}

a.BoldLinks {
color:#FFFFFF;
font-weight:bold;
outline:none
}

a:hover.BoldLinks {
color:#cccccc;
font-weight:bold;
outline:none
}

a.BoldLinksBrown {
color:#80705e;
font-weight:bold;
outline:none
}

a:hover.BoldLinksBrown {
color:#ffffff;
font-weight:bold;
outline:none
}


#Inventory {
padding-top:20px;
margin-left:25px;
width:750px;
}
#InventorySelectLeft{
float:left;
margin-right:20px;
}
#InventorySelectRight{
float:right;
visibility:hidden;
}
.checkbox {
margin-left:10px;
}

.select {
margin-top:5px;
border:1px #3e362d solid;
background:#1b1814;
color:#9d8973;
width:135px;
font-size:11px;
}
.option {
background:#1b1814; color:#9d8973;
}

#InventoryPanel {
background-color:#1b1814;
height:500px;
}

#Hitlist{
float:left;
margin-right:3px;
width:247px;
height:270px;
}

#HitlistDetails {
margin-top:4px;
background-color:#151310;
width:245px;
height:80px;
border:1px #3e362d solid;
}



#HitlistNav {
float:right;
}

#HitlistNavBut {
float:left;
color:#3e362d;
margin-left:10px;
}

A.Next {

color:#ff6300;
outline:none
}

A.Back {

color:#ff6300;	
}

#ArrowHitlistDetails{
margin:3px 3px 3px 3px;
padding-top:2px;
background-image:url(/graphics/arrow.png);
background-repeat:no-repeat;
width:235px;
}

#BrownArrow{
margin:3px 3px 3px 3px;
padding-top:2px;
background-image:url(/graphics/arrow.png);
background-repeat:no-repeat;
width:15x;
}

a.BrownArrow{
font-weight:bold;
margin-left:10px;
color:#FFFFFF;
outline:none
}
a:hover.BrownArrow{
font-weight:bold;
margin-left:10px;
color:#CCCCCC;
}

#MakeModel{
margin-left:10px;
color:#FFFFFF;
font-weight:bold;
float:left;
height:10px;
}

#Price{
color:#FFFFFF;
font-weight:bold;
float:right;
}

#Colour{
margin-left:12px;
margin-right:12px;
color:#80705e;
font-weight:bold;
height:35px;
width:208px;
border-bottom: 1px solid #3e362d;
float:left;
}

#Distance {
margin-top:4px;
margin-left:12px;
color:#FFFFFF;
font-weight:bold;
float:left;
}
.upper10b{
font-size:10px;
font-weight:bold;
}

#DetailsPanel {
background-color:#1b1814;
border-top:1px solid #3e362d;
border-bottom:1px solid #3e362d;
height:455px;
}

#Buttons {
height:15px;
margin-right:20px;
}

#DetailButSave {
background-image:url(/graphics/save.gif);
background-repeat:no-repeat;
width:57px;
height:15px;
float:right;
margin-left:1px;
}
#DetailButPrint {
background-image:url(/graphics/print.gif);
background-repeat:no-repeat;
width:57px;
height:15px;
float:right;
margin-left:1px;
}

#DetailButSend {
background-image:url(/graphics/send.gif);
background-repeat:no-repeat;
width:72px;
height:15px;
float:right;
margin-left:1px;
}
#DetailButCont {
background-image:url(/graphics/send2.gif);
background-repeat:no-repeat;
width:85px;
height:15px;
float:right;
margin-left:1px;
}
#DetailsLeft{
float:left;
}
#DetailsRight{
float:left;
}

#DetailsButText {
margin-left:25px;
cursor:pointer;
}

#DetailsPhotos {
margin:15px 15px 0px 15px;
}

#Photo {
border:1px #3e362d solid;
}

#DealerDetails {
margin:4px 15px 0px 15px;
background-color:#151310;
width:429px;
height:80px;
border:1px #3e362d solid;
}

#DetailsSpec {
width:180px;
float:left;
margin-top:15px;
}

#DetailsOptions {
width:350px; 
float:left;
margin-top:15px;
}

#DetailsSpecHeading {
border-bottom:1px solid #3e362d;
height:20px;
width:215px
}

#ContactForm {
position:absolute;
z-index:100;
left:460px;
top:106px;
width:536px;
height:410px;
background-color:#1b1814;
}
#dealerbuttons{
width:129px; 
height:16px; 
background-image:url(/graphics/dealerships_but.gif); 
background-repeat:no-repeat;
margin-bottom:2px;
padding-left:18px;
font-size:10px;
font-weight:bold;
padding-top:2px;
}
#timeline{
border:#3e342b 1px solid;
height:170px;
background-color:#13110c;
}
#eventarrows{
border:#3e342b 1px solid;
background-color:#13110c;
clear:both;
}
#eventmonths{
height:215px;
border-right:#3e342b 1px solid;
border-left:#3e342b 1px solid;
}
.orangelrg{font-size:20px; color:#ff6600;font-weight:bold;}
.months{
float:left;
width:62px;
height:20px;
background-color:#373732;
margin-right:1px;
color:#000000;
padding-top:5px;
cursor:pointer;	
}

#InventoryTabSearch {
background-image: url(/graphics/inventory_tab_search.gif);
width:820px;
height:27px;
}

#InventoryTabResults {
background-image: url(/graphics/inventory_tab_results.gif);
width:820px;
height:27px;
}

#InventoryTabSaved {
background-image: url(/graphics/inventory_tab_saved.gif);
width:820px;
height:27px;
}

#InventoryBut {
float:right;
}

#nonFlashInventory {
	margin-left: 25px;
}

.InventoryType {
	border: 1px solid #3E362D;
	width: 352px;
	float: left;
	margin-bottom: 12px;
}

.InventoryType.InventoryRight {
	border-left: 0;
	width: 412px;
}

.InventoryImage {
	border: 1px solid #191813;
	width: 350px;
	height: 119px;
}

.InventoryRight .InventoryImage {
	border: 1px solid #191813;
	width: 410px;
	height: 119px;
}

.InventoryType .InventoryHighlite {
	border: 1px solid #ff6600;
}

.InventoryTypeData {
	border-top: 1px solid #3E362D;
	text-transform: uppercase;
}

.InventoryTypeDataName {
	width: 100px;
	float: left;
	padding: 2px 8px;
	color: #fff;
}

.InventoryTypeDataNew {
	width: 68px;
	float: right;
	border-left: 1px solid #3E362D;
	padding: 2px 8px;
}

.InventoryTypeDataPre {
	width: 100px;
	float: right;
	border-left: 1px solid #3E362D;
	padding: 2px 8px;
}

.InventoryTypeDataPre span, .InventoryTypeDataNew span {
	float: right;
}



.clear {
	clear: both;	
}
.ev_grey{
color:#68574b;
font-weight:bold;
}
.ev_white{
color:#FFFFFF;
font-weight:bold;
}
.ev_orange{
color:#fe6600;
font-weight:bold;
}
.tabon{color:#ff6300; outline:none;}
.taboff{color:#ffffff; outline:none;}

.nicebullets{
margin-bottom:5px;
}
.nicebulletsUL {
padding-left:10px;
}

.ArrowHitlistDetails{
margin:3px 3px 10px 3px;
padding-top:2px ;
padding-left:15px ;
padding-bottom:15px ;
background-image:url(/graphics/arrow.png);
background-repeat:no-repeat;
width:235px;
border-bottom:1px solid #2d2721;

}

.hitlistWrapper
{
margin:3px 3px 10px 3px;
padding-bottom:10px;

width:380px;
border-bottom:1px solid #2d2721;
	
}

