@charset "utf-8";
/*******************************************************************************
 GENERAL LAYOUT
 *******************************************************************************/
body {
	margin: 0;
	padding: 0;
	color: DarkBlue;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	background-image: url(images/bg_main2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#mainWrapper {
	margin: 0 auto;
	background-color: #fff;
	padding: 0;
	width: 960px;
	color: #000;
	text-align: left;
	border-top: solid 12px #ffaa24;
	border-bottom: solid 12px #ffaa24;
}

h1 {
	color: DarkBlue;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: DarkBlue;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	
}
h3 {
	color: DarkBlue;
	font-size: 14px;
	font-weight: normal;	
	
}
a {
	color: #ff7d00;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

ul {
	font-size: 1.2em;
	padding-left: 1.5em;
}

.titles {
	color: #111;
	font-size: 15px;
	font-weight: bold;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
}

a img { border: none; }


/*******************************************************************************
 LOGO
 *******************************************************************************/
#logo {
	margin: 0;
	height: 103px;
	overflow: hidden;
}

#logo-left {
	padding-left: 27px;
	width: 433px;
	float: left;
}

#logo-right {
	width: 450px;
	float: right;
}
 
#logo img {
	padding: 0;
	border: none;
}

/*******************************************************************************
 NAVIGATION
 *******************************************************************************/
#mainNav {
	background-image: url(images/bg_nav.gif);
	height: 37px;
	width: 100%;
	margin-bottom: 5px;
}

/*******************************************************************************
 BANNERS
 *******************************************************************************/
#bannerMain {
	margin: 0;
	padding: 0;
}
#bannerSub {
	margin: 0;
	padding: 0;
}

/*******************************************************************************
 CONTENT LAYOUT: ONE COLUMN
 *******************************************************************************/
#contentOneCol {
	margin: 0;
	padding: 30px 0 30px 0;
}

#contentOneCol .primaryContent {
	margin: 0;
	padding: 0 25px;
	width: auto;
}

#contentOneCol .secondaryContent {
	margin: 0;
	padding: 0 25px;
	width: auto;
}

/*******************************************************************************
 CONTENT LAYOUT: TWO COLUMNS
 *******************************************************************************/
#contentTwoCol {
	margin: 0;
	padding: 30px 0 30px;
}

#contentTwoCol .primaryContent {
	margin: 0;
	padding: 0 0 0 25px;
	width: 465px;
	float: left;
}

#contentTwoCol .secondaryContent {
	margin: 0;
	padding: 0 25px 0 0;
	width: 324px;
	float: right;
}

#contentTwoCol .primaryContentB {
	margin: 0;
	padding: 0 0 0 25px;
	width: 540px;
	float: left;
}

/*******************************************************************************
 CONTENT LAYOUT: TWO COLUMNS (ADDTIONAL)
 *******************************************************************************/
#addTwoCol {
	margin: 0;
	padding: 10px 0 0;
}

#addTwoCol .primaryContent {
	margin: 0;
	padding: 0 0 0 25px;
	width: 40%;
	float: left;
}

#addTwoCol .secondaryContent {
	margin: 0;
	padding: 0 25px 0 0;
	width: 50%;
	float: right;
}

/*******************************************************************************
 CONTENT FORMATTING
 *******************************************************************************/
.clear {
	clear: both;
}

.content {
	margin: 15px 0 0 2px;
	padding: 0 30px 0 0;
	text-align: justify;
 }
 
.grey {
	color: #B5B5B5;
}
 
.greyBorder {
	border: 2px solid #B5B5B5;
}

.seperator {
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	background-image: url(images/seperator.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
 
.right {
	margin: 0 0 0 0px;
	float: right;
}

.left {
	margin: 0 0px 0 0;
	float: left;
}

.center {
	text-align: center;
}

/*******************************************************************************
 LISTINGS
 *******************************************************************************/
table#listings {
	margin: 15px 0 0;
	padding: 0;
}
#listings a {
	color: #666;
	font-weight: bold;
}
#listings a:hover {
	color: #ff7d00;
	font-weight: bold;
}
#listings thead tr td, #listings tbody tr td{
	margin: 0;
	padding: 5px;
	border: 1px #FFF solid;
	background-color: #fff1da;
	text-transform: uppercase;
}
#listings thead tr td {
	color: #FFF;
	font-weight: bold;
	background: #feaa24;
}
#listings tr.odd td {
	background-color: #EAEAEA;
}
#listSelection {
	width: 150px;
	border: 1px #CECECE solid;
	background-color: #FFF;
}

/*******************************************************************************
 DETAILS
 *******************************************************************************/
table#details {
	margin: 0 auto;
	padding: 0;
}
#details .headings {
	margin: 0;
	padding: 5px;
	background-color: #feaa24;
	font-weight: bold;
	color: #FFF;
}
#details .info {
	margin: 0;
	padding: 5px;
	background-color: #EAEAEA;
	color: #000;
}
table#pictures {
	margin: 0 auto;
	padding: 0;
}
#pictures thead tr td {
	margin: 0;
	padding: 0;
	color: #B5B5B5;
	font-weight: bold;
	text-align: right;
}
#pictures tbody tr td {
	margin: 0;
	padding: 0;
	width: 320px;
	text-align: center;
}

/*******************************************************************************
 ENQUIRY FORM
 *******************************************************************************/
table#enquiry {
	width: 100%;
}
table#enquiry tr td {
	padding: 5px 10px;
	font-weight: bold;
	border: none;
	border-collapse: collapse;
}
#enquiry tr.greyBg {
	background-color: #EAEAEA;
}
#enquiry input, textarea {
	width: 200px;
	border: 1px #CECECE solid;
	background-color: #FFF;
}
#enquiry input.submit {
	margin: 0;
	padding: 5px;
	color: #FFF;
	width: 70px;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #feaa24;
}

/*******************************************************************************
 FOOTER
 *******************************************************************************/
#footer {
	margin: 0;
	padding: 0;
	background-image: url(images/bg_footer.gif);
	text-align: center;
	line-height: 29px;
	height: 29px;
	width: 100%;
}

/*******************************************************************************
 DROP DOWN MENU
 *******************************************************************************/
.menu {
	width:100%;
	height:25px;
	padding-top: 12px;
	position:relative;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:839px;
	w\idth:838px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:auto;
	position:relative;
}
.menu li li {
	width: 170px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:auto;
	height:23px;
	border:0;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:1px;
	w\idth:1px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:20px;
	width:auto;
	background:#F8F8F8;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:19px;
	t\op:20px;
	width:170px;
	w\idth:170px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#F8F8F8;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 17px 10px;
	width:auto;
	border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:auto;
	w\idth:auto;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#fe8200;
	background:#F8F8F8;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fe8200;
	background:#F8F8F8;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}

/* INDEX */
#iq_btn { width: 293px; height: 70px; border-bottom: #eee 1px solid; }
#gb_box { width: 294px; padding-top: 15px; }
#gb_top { background: url(images/gb_top.jpg) no-repeat; width: 294px; height: 5px; }
#gb_body { background: url(images/gb_body.jpg) repeat-y; width: 294px; }
#gb_btm { background: url(images/gb_btm.jpg) no-repeat; width: 294px; height: 5px; }
.gb_content { padding: 12px; width: 274px; }
.qc { color: #999; font-size: 22px; font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif; }

/* ABOUT US */
ul.services { margin: 0; font-size:11px; }
#flashAbout { }
#flashPadding { padding-top: 70px; }
h2.aboutusheader { font-size: 22px; }
table.table_about_history { width: 750px; padding: 20px 0; }
table.table_about_history td { padding: 5px 4px; }
table.table_about_history td.history_date { width: 150px; text-align: right; padding-right: 10px; border-bottom: #ddd 1px solid; font-size: 14px;  }
table.table_about_history td.history_event { width: 600px; padding-left: 20px; }

table.table_about_history td.history_date span { font-size: 9px; color: #999;}

/* NEW VEHICLE SCROLLER */
div#carousel-container { padding: 10px 0; }
div.newvehicles * { margin: 0; padding: 0; }
div.newvehicles { width: 750px; height: 150px; overflow: hidden; float: left; }
div.newvehicles ul { }
div.newvehicles li { width: 140px; padding: 0 8px; }
div.newvehicles img { height: 100px; }
div.newvehicles p.vehicle_name { color: #ff840b; font-size: 11px; text-transform: uppercase; text-align: center; }
div.newvehicles p.vehicle_stock { color: #666; font-size: 9px; text-align: center; }
.carousel-prev, .carousel-next { display: block; width: 20px; height: 120px; overflow: hidden; outline: none; }
.carousel-prev { float: left; background: url(images/btnCarousel-Left.gif) left top no-repeat; margin-right: 4px; }
.carousel-next { float: right; background: url(images/btnCarousel-Right.gif) left top no-repeat; margin-left: 4px; }
.carousel-prev:hover, .carousel-next:hover { background-position: -20px 0; }
.carousel-prev span, .carousel-next span { visibility: hidden; }
div.padded { padding: 5px 0; }

/* CAR DETAILS PAGE */
#details_box { padding: 20px 25px 20px 25px; vertical-align: top; }
#details_thumbs { width: 368px; }
#details_thumbs img { border: 1px solid #ccc; }
#details_photo { width: 368px; height: 223px; padding: 0 0 10px 0; }

.details_table { vertical-align: top; color: #333; width: 490px; float: right; }
.details_table td { padding: 5px; }
.details_head { background-color: #ddd; font-size: 16px; font-weight: bold; letter-spacing: 0.1em; line-height: 1.5em; border-bottom: 2px solid #FFF; }
.details_sub { background-color:#feaa24; font-size: 11px; font-weight: bold; line-height: 0.8em; }
.details_text { border-bottom: #eee 1px solid; font-size: 11px; text-align: left; }
.details_footer { color: #666; font-size: 10px; text-align: left; }
.details_contact { background-color: #ececec; font-weight: bold; width: 338px; height: 160px; padding: 0 15px 0 15px; color: #333; line-height: 1.5em; }
.details_center { text-align: center; font-size: 11px; border-bottom: #eee 1px solid; border-left: #eee 1px solid; }