@charset "UTF-8";
/* CSS Document */
body{ margin:0; padding:0; color:#333; font-family:Arial, Helvetica, sans-serif; background-color:#000;}
:focus { -moz-outline-style: none;}
a { outline: none;}


#global-header{
	width:100%; 
	height:172px; 
	padding:0px; 
	background-image:url(../images/header-bg.png); 
	background-repeat:repeat; 
	background-color:#FFF;
}
#global-main{ 
	width:100%; 
	min-height:100%; 
	padding:0px; 
	background-image:url(../images/tile.png); 
	background-repeat:repeat; 
	background-color:#FFF; 
	border-top:#FFF solid 6px;
}
#global-footer{ 
	width:100%;
	padding:0px;
	min-height:500px;
	background-color:#333; 
	border-top:#151515 solid 3px;
}

#header{ width:960px; height:130px; margin-left:auto; margin-right:auto; padding:20px; position:relative;}
#main{ width:960px; min-height:570px; margin-left:auto; margin-right:auto; padding:20px 20px 55px;}
#footer{ width:960px; min-height:300px; margin-left:auto; margin-right:auto; padding:20px; padding-top:35px; position:relative;}

#header img{margin-top:-10px;}
#header h2{
	color:#000;
	font-size:30px;
	position:absolute;
	top:100px;
	right:30px;
	width:310px;
}
#header h2 span{
	color:#FFF;
}
#nav{
	width:940px;
	height:28px;
	position:absolute;
	left: 31px;
	top: 120px;
}
#nav ul{
	list-style:none; 
	width:100%;
	height:25px; 
	margin:0; 
	padding:0;
}
#nav li{ 
	list-style:none;
	float:left; 
	margin-right:15px;
	padding:5px 15px;
	-moz-border-radius: 0px 10px 0px 10px;
	-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	background-color:#FFF;
	text-align:center;
	color:#0198FE;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
}
#nav li a:link{
	text-decoration:none;
	color:#0198FE;
}
#nav li a:visited{
	text-decoration:none;
	color:#0198FE;
}
#nav li a:hover{
	text-decoration:none;
	color:#FFF;
	background-color:#333;
}
#nav li:hover{ 
	list-style:none;
	float:left; 
	margin-right:15px;
	padding:5px 15px;
	-moz-border-radius: 0px 10px 0px 10px;
	-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	background-color:#333;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	cursor:pointer;
}
#nav li:visited{ 
	list-style:none;
	float:left; 
	margin-right:15px;
	padding:5px 15px;
	-moz-border-radius: 0px 10px 0px 10px;
	-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	background-color:#333;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	cursor:pointer;
}
#search-base{
	width:930px; 
	padding:15px; 
	-moz-border-radius: 22px;
	-border-radius: 22px;
	-webkit-border-radius: 22px; 
	position:relative; 
	background-color:#333;
	margin-bottom:15px;
}
#search-base h3{
	padding:0; 
	font-size:24px;
	margin:0 10px 0 15px;
	letter-spacing:-1px; 
	font-weight:bold; 
	color:#FFF; 
	display:inline;
	vertical-align:middle;
}
#search-base select{
	font-size:14px;
	color:#333; 
	padding:7px 5px 7px 10px; 
	line-height:2; 
	border:none; 
	background: transparent url("../images/login-input-base.png") no-repeat;
	margin-right:15px;
}
#search-base option{
	background-color:#FFF;
	line-height:1.5;
}
.search-car-button{
	background-color:#0198FE;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	border:none;
	-moz-border-radius: 10px;
	-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor:pointer;
	margin-left:10px;
}
.bannerOne{
	width:900px;
	height:150px;
	background-image:url(../images/bannerOne.png);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-top:15px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.car-list{
	width:870px;
	padding:15px;
	height:120px;
	background:#E0E0E0;
	-moz-border-radius: 15px;
	-border-radius: 15px;
	-webkit-border-radius: 15px;
	cursor:pointer;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.car-list h1{
	margin:0; 
	padding:0; 
	float:left;
	font-size:18px; 
	font-weight:bold;
	color:#333;
	letter-spacing:-1px;
	width:450px;
}
.car-list h1 span{
	color:#0198FE;
}
.car-list p{
	font-size:14px;
	line-height:1.5;
	float:left;
	width:450px;
	margin-top:8px;
	color:#666;
}
.car-list img{
	margin-right:10px; 
	float:left;width:184px; 
	height:120px; border:none; 
	text-indent:-500px; 
	overflow:hidden;
	background-image:url(../images/no-image-sml.png);
	background-repeat:no-repeat;
}
.car-list-link{
	text-align:center;
	width:85px;
	position:absolute;
	right: 20px;
	top: 102px;
	background-color:#333;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	border:none;
	-moz-border-radius: 10px;
	-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor:pointer;
	color:#FFF;
	text-decoration:none;
}
.car-list-link:link{
	color:#FFF;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
.car-list-link:hover{
	background-color:#0198FE;
	border:none;
	cursor:pointer;
	color:#FFF;
	text-decoration:none;
}
.car-list-link a:visited{
	color:#FFF;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
.top-quote{
	position:absolute;
	color:#FFF;
	font-size:12px;
	line-height:1.5;
	width:300px;
	height: 73px;
	left: 514px;
	top: 20px;
	background-image:url(../images/quote-white.png);
	background-position:-2px -10px;
	background-repeat:no-repeat;
	padding:15px;
	padding-left:40px;
	font-weight:bold;
}
.top-quote span{
	font-size:12px;
	font-weight:normal;
	color:#333;
}
.smallprint{font-size:11px; line-height:1.5;}
.site-chooser{
	position:absolute;
	width:240px;
	height:35px;
	color:#FFF;
	font-size:14px;
	line-height:1.5;
	left: 710px;
	top: 118px;
}
.site-chooser select{
	font-size:16px;
	padding:5px; 
	padding-left:10px; 
	color:#666;
	font-weight:bold;
	letter-spacing:-1px;
	border:none; 
	background: transparent url("../images/login-input-base.png") no-repeat;
}
.select-description{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-.5px;
	width:199px;
	position:absolute;
	height:15px;
	left: 730px;
	top: 95px;
}
#main h2{
	color:#0198FE; 
	font-size:28px;
	font-family:Helvetica, Arial, sans-serif;
	text-indent:37px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat; 
	height:40px;
	padding-top:8px; 
	background-position:-2px -10px;
	margin:0;
}

#pagination{
	color:#333; 
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	height:32px;
	padding-top:5px; 
	margin-top:18px;
	margin-right:30px;
	background-color:#CCC;
	display:inline;
	float:right;
	padding-left:10px;
	padding-right:10px;
	-moz-border-radius: 10px 10px 0 0;
	-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

#pagination a:link{
		color:#000;
		text-decoration:none;
		height:28px;
		line-height:28px;
		padding:5px 10px;
		-moz-border-radius: 10px;
		-border-radius: 10px;
		-webkit-border-radius: 10px;
}
#pagination .current{
		color:#FFF;
		text-decoration:none;
		height:28px;
		line-height:28px;
		padding:5px 10px;
		-moz-border-radius: 10px;
		-border-radius: 10px;
		-webkit-border-radius: 10px;
		background:#0198FE;
}

#pagination a:hover{
		color:#FFF;
		text-decoration:none;
		height:28px;
		line-height:28px;
		padding:5px 10px;
		background:#999 none repeat scroll 0 0;
		-moz-border-radius: 10px;
		-border-radius: 10px;
		-webkit-border-radius: 10px;
}
#pagination a:visited{
		color:#000;
		text-decoration:none;
		height:28px;
		line-height:28px;
		padding:5px 10px;
		-moz-border-radius: 10px;
		-border-radius: 10px;
		-webkit-border-radius: 10px;
}


#main ul{
	margin-bottom:30px;
	padding:0; 
	border:none;
	margin-left:25px;
	margin-right:auto;
	margin-top:0px;
	height:470px;
	list-style:none;
}
.carbox {
	border:1px solid transparent;
	width: 305px;
	float: left;
	color: #FFF;
	position:relative;
	-moz-border-radius: 10px;
	-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.carbox:hover {
	background-color: #E0E0E0;
	border-bottom-color:#EFEFEF;
	border-left-color:#EDEDED;
	border-right-color:#EFEFEF;
	border-top-color:#EDEDED;
}
.carbox a  {
	text-decoration: none !important;
	display:block;
	padding:14px 14px 11px;
}
.carbox a img {
	border: 8px solid #333;
	margin: 0 0 10px 0;
	-moz-border-radius: 6px;
	-border-radius: 6px;
	-webkit-border-radius: 6px;
	width:260px;
	height:170px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
	background-image:url(../images/no-image.png);
	background-repeat:no-repeat;
	background-position:center;
}
.carbox a span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #666;
	font-weight: bold;
}
.carbox a .cartitle {
	background-color:#0198FE;
	color:#FFF;
	display:block;
	font-weight:bold;
	padding:5px 12px 2px 10px;
	position:absolute;
	top:159px;
	left:22px;
	font-size:16px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}
.network-holder{
	width:450px;
	min-height:300px;
	float:left;
}
.networks {
	width:365px;
	background-color:#151515;
	color:#FFF;
	margin-bottom: 25px;
	margin-left:15px;
	padding:10px;
	padding-left:20px;
	float:left;
	-moz-border-radius: 15px 30px 0 15px;
	-border-radius: 15px 30px 0 15px;
	-webkit-border-radius: 15px 30px 0 15px;
	position:relative;
}
.networks p img{ float:left; margin-right:10px; vertical-align:text-bottom; margin-top:-10px;}
.networks p{ margin:0; padding-top:10px;}
.networks p a{ text-decoration:none; color:#FFF;}
.networks p a:hover{ text-decoration:none; color:#FFF;}
.networks p a:visited{ text-decoration:none; color:#FFF;}
#sites{
	width:345px;
	background-color:#151515;
	margin-bottom: 25px;
	margin-left:15px;
	padding:30px;
	float:right;
	-moz-border-radius: 15px 30px 0 15px;
	-border-radius: 15px 30px 0 15px;
	-webkit-border-radius: 15px 30px 0 15px;
	color:#FFF;
	height:380px;
}
#sites h3{margin:0;margin-bottom:10px; letter-spacing:-1px; font-size:24px; color:#0198FE;}
#sites p{line-height:1.5; color:#FFF; text-align:left;}
#sites p span{font-weight:bold; color:#FFF; font-size:18px;}
#sites p a:link{
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	background-color:#666;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
}
#sites p a:visited{
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	background-color:#666;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
}
#sites p a:hover{
	color:#000;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	background-color:#999;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
}
.dealership_details{float:right; font-size:12px; color:#FFF; margin-bottom:10px; width:350px; margin-right:0px;}
.dealership_details h2{ font-size:16px; color:#FFF; margin-top:0; margin-bottom:2px;}


.accordionButton {	
	width: 350px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	font-size:22px;
	color:#F00;
	margin-bottom:5px;
	font-weight:bold;
	letter-spacing:-1px;
	background-image:url(../images/sml-red-arrow-down.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
}
	
.accordionContent {	
	width: 350px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
}
.buy-form{
	font-size:14px;
	color:#FFF;
}
.buy-form input{ width:150px;}
#main h2.details-heading{ color:#000;}
#main h2.details-heading span{font-size:36px; color:#0198FE;}
.map{
	width:480px;
	height:500px;
	background-color:#000;
	float:left;
	padding:20px;
	-moz-border-radius: 15px 30px 0 15px;
	-border-radius: 15px 30px 0 15px;
	-webkit-border-radius: 15px 30px 0 15px;
}
.contact-form-holder{
	width:345px;
	height:480px;
	background-color:#000;
	float:right;
	padding:30px;
	float:right;
	-moz-border-radius: 15px 30px 0 15px;
	-border-radius: 15px 30px 0 15px;
	-webkit-border-radius: 15px 30px 0 15px;
	color:#FFF;
}
.contact-form-holder label{
	width:100%;
	display:block;
	font-size:16px;
	font-weight:bold;
	float:left;
}
.contact-form-holder input, .contact-form-holder textarea {
	width:95%;
	padding:8px;
	color:#666;
	background-color:#E0E0E0;
	border:none;
	margin-bottom:10px;
	font-size:14px;
	float:left;
	margin-right:10px;
}
.contact-form-holder p{
	color:#FFF;
	font-size:14px;
	line-height:1.5;
	margin-top:0;
}
.contact-form-holder p span{
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
}
#back a:link{
	color:#333; 
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	height:27px;
	margin-top:38px;
	margin-left:30px;
	background-color:#CCC;
	display:inline;
	float:left;
	padding:5px 20px;
	-moz-border-radius: 10px 10px 0 0;
	-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	text-decoration:none;
	line-height:28px;
}	

#back a:visited{
		color:#000;
		text-decoration:none;
		height:28px;
		line-height:28px;
		padding:5px 10px;
		-moz-border-radius: 10px;
		-border-radius: 10px;
		-webkit-border-radius: 10px;
}
#back a:hover{
		color:#FFF;
		background-color:#333;
		text-decoration:none;
		height:28px;
		line-height:28px;
		padding:5px 20px;
		-moz-border-radius: 10px 10px 0 0;
		-border-radius: 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0;
}
.enquire a:link{
	color:#FFF; 
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	height:27px;
	margin-top:38px;
	line-height:28px;
	margin-right:30px;
	background-color:#0198FE;
	display:inline;
	float:right;
	padding:5px 20px;
	-moz-border-radius: 10px 10px 0 0;
	-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	text-decoration:none;
	line-height:28px;
}
.enquire a:visited{
	-moz-border-radius:10px 10px 0 0;
	background-color:#0198FE;
	color:#FFFFFF;
	display:inline;
	float:right;
	font-family:Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	height:27px;
	letter-spacing:-1px;
	line-height:28px;
	margin-right:30px;
	margin-top:38px;
	padding:5px 20px;
	text-decoration:none;
}
.enquire a:hover{
	color:#FFF;
	background-color:#333;
	text-decoration:none;
	height:28px;
	line-height:28px;
	padding:5px 20px;
	-moz-border-radius: 10px 10px 0 0;
	-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
#column1{
	width:260px;
	padding:20px;
	height:500px;
	float:left;
	-moz-border-radius: 15px 30px 0 15px;
	-border-radius: 15px 30px 0 15px;
	-webkit-border-radius: 15px 30px 0 15px;
	background-color:#FFF;
	position:relative;
	margin-top:20px;
}
#column2{
	width:280px;
	padding:20px;
	height:500px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	-moz-border-radius: 15px 30px 0 15px;
	-border-radius: 15px 30px 0 15px;
	-webkit-border-radius: 15px 30px 0 15px;
	background-color:#FFF;
	position:relative;
	margin-top:20px;
}
#column3{
	width:280px;
	padding:20px;
	height:500px;
	float:left;
	-moz-border-radius: 15px 30px 0 15px;
	-border-radius: 15px 30px 0 15px;
	-webkit-border-radius: 15px 30px 0 15px;
	background-color:#FFF;
	position:relative;
	margin-top:20px;
}
#column1 h3, #column2 h3, #column3 h3, #Extra-Info h3 {
	margin-top:0;
}
#column1 p, #column2 p, #column3 p {
	line-height:1.5;
	font-size:14px;
	margin-top:0;
}
#column1 ul, #column2 ul, #column3 ul {
	line-height:1.5;
	font-size:14px;
	margin-left:5px;
	list-style:none;
	margin-bottom:20px;
}
#column1 li, #column2 li, #column3 li {
	line-height:1.5;
	font-size:14px;
	list-style:none;
	background-image:url(../images/sml-blue-arrow.png);
	background-repeat:no-repeat;
	background-position: 0 7px;
	padding-left:13px;
	margin-bottom:10px;
}
#Extra-Info{
	float:left;
	height:55px;
	padding:20px;
	width:920px;
}
#Extra-Info p{
	line-height:1.5;
	font-size:14px;
}
.spec-bullets {
float:left;
height:290px;
margin-left:0;
margin-top:17px;
overflow:hidden;
width:350px;
}
.spec-bullets ul {
list-style:none outside none;
}
.spec-bullets li {
-moz-border-radius:0 10px 0 10px;
background-color:#333333;
color:#FFFFFF;
font-size:18px;
font-weight:bold;
height:20px;
margin-bottom:15px;
margin-left:0;
padding:12px 10px 12px 20px;
width:290px;
}
.full-spec {
-moz-border-radius:15px 30px 0 15px;
background-color:#333333;
color:#FFFFFF;
float:left;
font-size:14px;
height:248px;
line-height:2;
margin-left:80px;
margin-top:15px;
overflow:hidden;
padding:20px;
width:400px;
}
.full-spec h3, .car-location-holder h3 {
font-size:18px;
margin-bottom:0;
margin-top:0;
}
.big-thanks{
	font-size:24px;
	color:#333;
	line-height:1.5;
	text-align:center;
	font-weight:bold;
}
/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){
/*--- iPhone only CSS here ---*/
html{background-color:#FFF;}
body{
  /*-webkit-text-size-adjust:none;*/
  font-family:Helvetica, Arial, Verdana, sans-serif;
  padding:5px;
  background-color:#FFF;
}
div{
  clear:both!important;
  display:block!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
}
img{
	width:100%!important;
}
h1{
	margin:0; 
	padding:0; 
	font-weight:bold;
	color:#333;
	letter-spacing:-1px;
	font-size:365%;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:#333 1px dotted;
	text-indent:10px;
	text-decoration:none;
	width:100%;
}
h1 a:link{
	margin:0; 
	padding:0; 
	font-weight:bold;
	color:#333;
	letter-spacing:-1px;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:#333 1px dotted;
	text-indent:10px;
	text-decoration:none;
	width:100%;
}
h1 a:visited{
	margin:0; 
	padding:0; 
	font-weight:bold;
	color:#333;
	letter-spacing:-1px;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:#333 1px dotted;
	text-indent:10px;
	text-decoration:none;
	width:100%;
}
h1 a:hover{
	margin:0; 
	padding:0; 
	font-weight:bold;
	color:#FFF;
	letter-spacing:-1px;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:#333 1px dotted;
	text-indent:10px;
	text-decoration:none;
	background-color:#333;
	display:block;
	width:100%;
}
h2{
	margin:0; 
	padding:0; 
	font-weight:bold;
	color:#333;
	letter-spacing:-1px;
	font-size:250%;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:10px;
	text-indent:10px;
	text-decoration:none;
}
h2 a:link{
	margin:0; 
	padding:0; 
	font-weight:bold;
	color:#333;
	letter-spacing:-1px;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:10px;
	text-indent:10px;
	text-decoration:none;
}
h2 a:visited{
	margin:0; 
	padding:0; 
	font-weight:bold;
	color:#333;
	letter-spacing:-1px;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:10px;
	text-indent:10px;
	text-decoration:none;
}
h2 a:hover{
	margin:0; 
	padding:0; 
	font-weight:bold;
	color:#FFF;
	letter-spacing:-1px;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:10px;
	text-indent:10px;
	text-decoration:none;
	background-color:#333;
	display:block;
}
p{
	font-size:200%;
	padding:10px;
	line-height:2;
}
#logo{
	position:static;
	float:none;
	width:100%;
	display:block;
	text-align:center;
}
.more{
	margin-bottom:20px;}
