@charset "utf-8";

/* CSS Document */
html, body {
	font:12px Trebuchet MS, Helvetica, sans-serif;
	color:#666;
	height:100%;
	margin: 0px;
	padding: 0px;
	line-height:20px;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

#body {
	padding:0px;
	padding-bottom:0px;
}

.blue {
	color:#76B1CC;
	margin:0;
}

.green {
	color:#B0C700;
	margin:0;
}

a {
	color:#B2C603;
	text-decoration:none;
}

a:hover { color:#28586F; }

#wrapContainer {
	margin:auto;
	min-height:81%;
	height:auto !important;
	height:81%;
	position:relative;
	padding-bottom:160px;
	margin-bottom:0;
}

#container {
	width:900px;
	margin:auto;
}

#header {
	width:900px;
	background-image: url(../images/header_bkgnd.jpg);
	height: 97px;
	background-repeat: no-repeat;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
}

#logo h1 a {
	padding-top: 125px;
	height: 0px;
	width: 280px;
	float: left;
	overflow: hidden;
	border:0px none;
	text-decoration:none;
	font-size:0px;
	margin-right:0px;
	margin-top:20px;
}

#navbar {
	position:absolute;
	top:195px;
	margin:auto;
	margin-left:25px;
	width:805px;
	height:35px;
}

.menu {
	list-style-type:none;
	margin:0px;
	padding-left:0px;
}

.menu li {
	float:left;
	background:none;
	margin-right:7px;
	margin-left:5px;
	height:36px;
}

.menu .sel {
	float:left;
	background:url(../images/down-arrow.gif) no-repeat bottom center;
	margin-right:7px;
	margin-left:5px;
	height:36px;
}

.floatright { float: right; }

.floatleft {
	float: left;
	margin-right: 10px;
}

.menu .sel a { color:#B2C603; }

.menu li:hover { background:url(../images/down-arrow.gif) no-repeat bottom center; }

.menu a {
	color:#76B2CA;
	text-decoration:none;
}

.menu a:hover { color:#B2C603; }

#innerContainer {
	position:static;
	margin-top:10px;
}

#leftColumn {
	width:500px;
	float:left;
}

#rightColumn {
	width:360px;
	margin-left:540px;
}

#col1 {
	width:405px;
	float:left;
}

#col2 {
	widows:400px;
	margin-left:440px;
}

.vechileList {
	background:#E9F2F7;
	margin-right:20px;
	padding-top:3px;
	margin-top:10px;
	padding-bottom:10px;
	display:block;
	width: 410px;
}

.lpgList {
	background:#E9F2F7;
	padding-top:3px;
	margin-top:10px;
	padding-bottom:10px;
	display:block;
	width: 300px;
	margin: 0 auto;
}

.imageList {
	padding-top:3px;
	margin-top:10px;
	padding-bottom:40px;
	margin: 0 auto;
	margin-left: 10px;
}

.vehicle {
	padding:10px;
	padding-bottom:0px;
}

.vehicle .imgBg {
	background:#fff;
	display:block;
}

.vehicle h4 {
	background:#fff;
	margin:0;
	margin-top:5px;
	padding:4px;
	color:#B0C700;
	font-size:14px;
	padding-bottom:0;
}

.vehicle h4.cicon {
	background:url(../images/cc-icon.jpg) #fff no-repeat 145px 4px;
	padding-right:35px;
}

.vehicle2 {
	padding:10px;
	padding-bottom:0px;
}

.ford {
	background:url(../images/ford-bg.jpg) 10px 10px no-repeat;
	padding:10px;
	padding-bottom:13px;
}

.citroen {
	background:url(../images/citroen.jpg) 10px 10px no-repeat;
	padding:10px;
	padding-bottom:18px;
}

.renault {
	background:url(../images/renault-bg.jpg) 10px 10px no-repeat;
	padding:10px;
	padding-bottom:18px;
}

.immg {
	position:relative;
	top:-130px;
	display:block;
}

.vechileInfo {
	display:block;
	width:200px;
	padding-left:100px;
	padding-bottom:2px;
	padding-top:15px;
}

.immediate-vechile {
	background:#fff;
	margin:10px;
	display:block;
	padding:5px;
	background:url(../images/arrow.jpg) no-repeat 300px bottom #fff;
	margin-bottom:12px;
}

.immediate-vechile .info {
	float:left;
	width:290px;
	display:block;
}

.immediate-vechile .price2 {
	width:90px;
	margin-left:290px;
	display:block;
	text-align:left;
	color:#B0C700;
}

.price2 .pr {
	color:#B0C700;
	margin:0;
	font-size:18px;
	display:block;
}

.vechileInfo td { vertical-align:top; }

#services { padding-top:60px; }

#services h1 {
	padding:5px;
	padding-left:85px;
	color:#B0C700;
	font-size:18px;
}

#emission-info h3 {
	padding-left:90px;
	font-size:16px;
	font-weight:bold;
	width:250px;
	margin-bottom:10px;
	padding-bottom:15px;
	padding-top:15px;
}

#emission-info h1 {
	padding-left:90px;
	font-size:16px;
	font-weight:bold;
	width:250px;
	margin-bottom:10px;
	padding-bottom:15px;
	padding-top:15px;
}

#emission-info h3.cl1 {
	background:url(../images/fleet-icon.jpg) no-repeat top left;
	border-bottom:1px dotted #B0C700;
}

#emission-info h3.cl2 { background:url(../images/calc-icon.jpg) no-repeat top left;
border-bottom:1px dotted #B0C700; }

#services h1.warranty { background:url(../images/warranty-icon.jpg) no-repeat top left; }

#services h1.info {
	background:url(../images/info-icon.jpg) no-repeat top left;
	border-bottom:1px dotted #B0C700;
	border-top:1px dotted #B0C700;
	padding-bottom:10px;
}

#services h1.alert { background:url(../images/alert-icon.jpg) no-repeat top left; }

#services h1.gas {
	background:url(../images/petrol-icon.jpg) no-repeat top left;
	border-top:1px dotted #B0C700;
	border-bottom:1px dotted #B0C700;
	padding-top:10px;
}

#emission-info h1.gas {
	background:url(../images/petrol-icon.jpg) no-repeat top left;
	border-bottom:1px dotted #B0C700;
	padding-top:10px;
}

#services h1.handle {
	background:url(../images/handle-icon.jpg) no-repeat top left;
	padding-bottom:25px;
	padding-top:10px;
	border-bottom:1px dotted #B0C700;
}

.vehicle img {
	margin:0;
	margin-bottom:0px;
}

.priceinfo {
	background:#fff;
	display:block;
	margin-top:0;
	padding:5px;
}

.price {
	display:block;
	float:left;
	width:130px;
	color:#B0C700;
}

.price_call {

	font-size:14px;
	font-weight:normal;
	color:#FF0000;
	margin-top:0px;
}

.txtBig {
	font-size:15px;
	font-weight:bold;
}

.txtBigGreen {
	font-size:15px;
	font-weight:bold;
	color:#B0C700;
	margin:0;
}

.more {
	text-align:right;
	margin-left:140px;
	width:120px;
	display:block;
}

.btnMore {
	background:url(../images/btn-more-bg.jpg) no-repeat left;
	padding-left:15px;
	color:#76B1CC;
	text-decoration:none;
}

/* Headings */

.headline {
	background:url(../images/headline-arrow.gif) no-repeat left;
	padding-left:60px;
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	margin-top:0px;
	line-height: 30px;
}

.headline_noindent {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	margin-top:0px;
	line-height: 30px;
}

.headlinewithsub {
	background:url(../images/headline-arrow.gif) no-repeat left;
	padding-left:60px;
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	margin-top:0px;
	line-height: 10px;
}

.sub_headline {
	padding-left:60px;
	font-size:14px;
	font-weight:normal;
	color:#FF0000;
	margin-top:0px;
}

h1 {
	background:url(../images/h1-bg.gif) no-repeat left;
	padding-left:30px;
	font-size:20px;
	font-weight:normal;
	color:#B0C700;
	margin-top:0;
}

h3 {
	color:#B0C700;
	font-size:18px;
	font-weight:normal;
	margin:0;
}

h2 {
	color:#B0C700;
	font-size:18px;
	font-weight:normal;
	margin:10px 0px 0px 0px;
}

/* / Headings Ends */

/* Paragraphs */

p { color:#76B1CC; }

.brClear {
	clear:both;
	height:1px;
	font-size:0px;
}

.clear {
	display:block;
	clear:right;
}

#footer {
	background:url(../images/footer-bg.jpg) repeat-x;
	width:100%;
	margin:auto;
	position:absolute;
	bottom:0px;
	height:150px;
}

#footer1 {
	text-align:right;
	color:#333;
	font-size:14px;
	width:900px;
	margin:auto;
	margin-top:10px;
}

#footer1 img { margin-right:10px; }

#footer1 span {
	display:block;
	float:left;
	text-align:left;
	width:630px;
	color: #666666;
	font-size: 12px;
}

#footer2 {
	text-align:right;
	color:#fff;
	width:900px;
	margin:auto;
	margin-top:35px;
}

#footer2 .phone {
	display:block;
	float:left;
	text-align:left;
	width:530px;
	font-size:18px;
	color:#fff;
}

#footer2 a {
	color:#fff;
	text-decoration:none;
}

.moreInfo {
	display:block;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:15px 0 20px 0;
}

.moreInfo h3 {
	margin-left:90px;
	width:220px;
	display:block;
}

.moreInfo img { float:left; }

.gdot {
	height:0;
	margin:0;
	border:0;
	border-bottom:1px dotted #BAD356;
}

#contactForm {
	background:#E9F2F7;
	margin-top:10px;
	padding:10px;
	width: 390px;
}

#contactForm table td { padding:5px; }

.cLabel {
	text-align:right;
	width:100px;
	color:#76B1CC;
	font-weight:bold;
}

.req { color:#B0C700; }

.txtField {
	border:0;
	padding:3px;
	color:#76B1CC;
	width:200px;
}

.txtField2 {
	border:1px solid #FF0000;
	padding:2px;
	color:#76B1CC;
}

.txtArea {
	border:0;
	padding:3px;
	color:#76B1CC;
	width:200px;
}

p.address {
	margin:0;
	margin-left:10px;
	display:block;
	width:160px;
	float:left;
	margin-right:10px;
}

.label {
	float:left;
	display:block;
	margin-left:5px;
	width:15px;
	color:#B0C700;
	font-weight:bold;
}

.btnSubmit {
	float:left;
	background:url(../images/green-arrow.gif) no-repeat left;
	padding-left:15px;
	width:120px;
	font-weight:bold;
	border:0;
	font-size:12px;
	cursor:pointer;
}

.dataNav {
	text-align:right;
	margin-right:10px;
	color:#B0C700;
	font-weight:bold;
}

.dataNav img {
	border:0;
	margin-left:5px;
}

.bannerBottom {
	margin-top:10px;
	background:#F7931E;
	margin-right:20px;
}

.awards {
	width:220px;
	display:block;
	float:left;
}

.award-info {
	background:#2D783F;
	padding:5px;
 width:500 ];
	margin-left:240px;
	display:block;
	color:#fff;
	margin-bottom:10px;
	width: 240px;
}

.award-info h3 {
	font-size:16px;
	margin:0;
	color:#fff;
}

.award-info p { color:#fff; }

.err { font-size:9px; }

#newsReel {
	background:url(../images/news-icon.jpg) no-repeat left #F1F7FA;
	color:#85B9D1;
	padding:5px;
	width:780px;
	margin-left:10px;
	margin-bottom:20px;
	padding-left:45px;
}

#NewsTicker{
	border:solid 1px #cccccc;
	background:#eaf5e0;
	width:300px;
	height:200px;
	margin:0 auto;
}
	#NewsHeader{
	padding:6px;
	margin:0;
	border:0;
	background:#dfe9d5;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	padding-bottom: 8px;
	}
	#NewsTicker h1{
		padding:6px; margin:0; border:0;
		background:#dfe9d5;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}
	#NewsVertical {
	width: 300px;
	height: 160px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#controller{
	font-size:11px;
	color:#666;
	font-weight: normal;
	text-align: right;
	float: right;
	}
	#play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 300px;
		height: 330px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 288px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 6px;
		float: left;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}

.pdfDownload {
	padding:10px;
	padding-left:100px;
	margin-top:10px;
	border-top:1px dotted #9EAB25;
	border-bottom:1px dotted #9EAB25;
	background:url(..//images/pdf-icon.jpg) no-repeat left center;
	margin-right: 20px;
}

#navigation {
	position:relative;
	left:0px;
	width: 900px;
	z-index:3;
	display:block;
	font-size: 11px;
	height: 24px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
 //display:inline;
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
}

#navigation li a {
 //display:inline;
	color:#eeeeee;
	font-weight: bold;
	text-decoration:none;
	padding-top:2px;
}

#navigation li.li_far_left a {
	background: url(../images/home_off.jpg) 0 0 no-repeat;
	width:42px;
	height:24px;
	display:block;
	float: left;
}

#navigation li.li_far_left a:hover {
	background: url(../images/home_on.jpg) 0 0 no-repeat;
	width:42px;
	height:24px;
	display:block;
	float: left;
}

#navigation li.li_far_left_no_link {
	background: url(../images/home_on.jpg) 0 0 no-repeat;
	width:42px;
	height:24px;
	display:block;
	float: left;
}

#navigation li.li_generic_no_link {
	background: url(../images/menu_on.jpg) 0 0 no-repeat;
	width:162px;
	height:24px;
	display:block;
	float: left;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	padding-top:2px;
}

#navigation li.li_generic a {
	background: url(../images/menu_off.jpg) 0 0 no-repeat;
	width:162px;
	height:24px;
	display:block;
	float: left;
	text-align:center;
}

#navigation li.li_generic a:hover {
	background: url(../images/menu_on.jpg) 0 0 no-repeat;
	width:162px;
	display:block;
	float: left;
}

#navigation li.li_far_right_no_link {
	background: url(../images/right_on.jpg) 0 0 no-repeat;
	width:40px;
	height:24px;
	display:block;
	float: left;
	text-align:center;
 //display:inline;
	color:#ffffff;
	text-decoration:none;
	padding-top:2px;
}

#navigation li.li_far_right a {
	background: url(../images/right_off.jpg) 0 0 no-repeat;
	width:40px;
	height:24px;
	display:block;
	float: left;
	text-align:center;
}

#navigation li.li_far_right a:hover {
	background: url(../images/right_on.jpg) 0 0 no-repeat;
	width:40px;
	display:block;
	float: left;
}

#navigation li img.arrow { vertical-align: top; }

#sub_navigation {
	position:relative;
	top:0px;
	left:460px;
	width: 430px;
	height: 24px;
	color: #333;
	z-index:3;
	display:block;
	font-size: 11px;
}

#stock_navigation {
	position:relative;
	top:30px;
	left:500px;
	width: 350px;
	height: 24px;
	color: #333;
	z-index:3;
	display:block;
	font-size: 11px;
	text-align: right;
	font-style: italic;
}

#wrapContainer #container #header #sub_navigation a { color: #000000; }

#wrapContainer #container #header #sub_navigation a:hover { color: #B0C700; }

#wrapContainer #container #innerContainer #leftColumn ul {
	list-style-type: disc;
	color: #76B1CC;
}

#wrapContainer #container #innerContainer #rightColumn h2 {
	font-size: 36px;
	padding-bottom: 20px;
}
