











































































								     


body {
			background-color: #e5e5e5;
			color: #000000;
			text-align:center;
			border:0px;
			padding:0px;
			font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
		}
		
		a:hover {
			color:#a2cf54;
			}

		#container {
			position: relative;
			top: 0px; 
			width: 978px; 
			height: auto; 
			margin: 0 auto;
			text-align: left;
			background-color: #fff;
			background-image: url(../gifs/stripe_bg.gif);
			background-position: top left;
			background-repeat: no-repeat;
		}
		
		/* ============================ footer styles ============================ */
		
		#footer {
			position: relative;
			width: 978px;
			top: 0px; 
			background-image: url(../gifs/dynamic_strap_bg.gif);
			background-repeat: repeat-x;
			height: 25px;
			margin: 0 auto;
			text-align: left;			
		}
		
		#footer p {
			position: absolute;
			left: 5px;
			top: 4px;
			font-size: 10px;
			color: #fff;
			margin-top: 0px;
			display: inline;
		}
		
		#footer p a {
			color: #999;
			text-decoration: none;
			font-weight: bold;
			
		}
		
		/* ============================ end footer styles ============================ */
		
		/* ============================ headerstyles ============================ */
		#header {
			background-image: url(../gifs/header_bg.gif);
			background-position: top left;
			background-repeat: no-repeat;
			width: 978px;
			height: 90px;
			position: relative;
			margin-bottom: 3px;
		}
		
		#header #logo {
			position: absolute;
			left: 10px;
			top: 13px;
		}
		
		#header #phone {
			position: absolute;
			right: 10px;
			top: 13px;
		}

		#headerprint {
			width: 810px;
			height: 90px;
			position: relative;
			margin-bottom: 3px;
			display: none;
			float: none;
		}
		
		#headerprint #logo {
			position: absolute;
			left: 10px;
			top: 13px;
		}
		
		#headerprint #phone {
			position: absolute;
			right: 10px;
			top: 13px;
		}
		
		#header #headermenu {
			position: absolute;
			right: 10px;
			top: 70px;
		}
		
		#header a, #header span {
			font-size: 10px;
			text-decoration: none;
			color: #fff;
		}

		#header a:hover {
			color: #a2cf54;
		}
		
		/* ============================ end header styles ============================ */
		
		/* ================ strap styles ==================== */
		
	

		#strap {
			position: relative;
			width: 978px;
			height: 26px;
			background-image: url(../gifs/strap_bg.gif);
			background-position: top left;
			background-repeat: repeat-x;
			margin-bottom: 3px;
			overflow:hidden;
		}

		#strap p {
			position: absolute;
			left: 5px;
			top: 4px;
			font-size: 10px;
			color: #fff;
			margin-top: 0px;
			display: inline;
		}
		
		#strap #breadcrumb {
			position: absolute;
			left: 3px;
			
			display: inline;
			margin-left: 0px;
			padding-left: 0px;
			margin-top: 0px;
		}
		
		#strap #breadcrumb li {
			display: inline;
			float: left;
			background-image: url(../gifs/chevron.gif);
			background-repeat: no-repeat;
			background-position: 3px 6px;
			padding-left: 12px;
			margin-right: 5px;
			margin-top: 0px;
		}
		
		#strap #breadcrumb li.first {
			background-image: none;
			padding-left: 3px;
		}
		
		#strap #breadcrumb li a {
			color: white;
			font-size: 11px;
			text-decoration: none;
		}
		
		#strap #breadcrumb a:hover {
			color: #a2cf54;
		}

		#strap #breadcrumb li span.nolink {
			color: #ccc;
			font-size: 11px;
			text-decoration: none;
		}		

		#strap #genericsearch {
			display: inline;
			position: absolute;
			right: 5px;
			top: 2px;
		}
		
		#strap #genericsearch #words {
			width: 240px;
			font-size: 10px;
			border: 1px;
		}
		
		#strap #genericsearch .submitbutt {
			background-color: #484848;
			color: white;
			background-image: url(../gifs/green_chevron.gif);
			background-repeat: no-repeat;
			background-position: 55px 3px;
			width: 70px;
			font-size: 10px;
			border: 1px;
			padding-right: 14px;
			cursor: pointer;
		}
		
		/* =============== end strap styles =================== */
		
		/* =============== menu styles ======================== */
		#menu {
			width: 180px;
			float: left;
			background-color: #000;
			z-index: 5000;
		}
		
		#menulist {
			margin: 0px;
			padding-left: 0px;
			top: 0px;
			left: 0px;
		}
		
		#menulist li {
			list-style-image: none;
			list-style-type : none;
			height: 20px;
			width: 170px;
			font-family: "Century Gothic", arial, helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			color: #fff;
			position: relative;
			padding: 3px 0px 0px 3px;
			border-bottom: 1px solid #333;
		}
		
		#menulist li.more {
			background-image: url(../gifs/green_chevron.gif);
			background-repeat: no-repeat;
			background-position: 160px 7px;
		}
		
		#menulist li a {
			color: #fff;
			text-decoration: none;
			
			width: 170px;
		}

		#menulist li span.nolink {
			color: #fff;
			text-decoration: none;
		
			width: 170px;
		}
		
		#menulist li a:hover {
			color: #a2cf54;
		}
		
		#menulist li ul {
			display: none;
			position: absolute;
			left: 170px;
			top: -1px;
			margin-left: 0px;
			padding-left: 0px;
			border-bottom: 0px;
		}
		
		#menulist li:hover ul, #menulist li.over ul {
			display: block;
			
		}
		
		/* second levels */
		#menulist li:hover ul ul, #menulist li.over ul ul {
			left: -2000px;
		}
		
		#menulist li ul li {
			list-style-image: none;
			list-style-type : none;
			height: 20px;
			width: 225px;
			font-weight: bold;
			font-size: 12px;
			background-image: url(../gifs/semi.png);
			position: relative;
			border-bottom: 0px;
			border-right: 0px;
			z-index: 5000;
		}
		
		#menulist li ul li a {
			color: #fff;
			text-decoration: none;
			padding: 3px 0px 0px 3px;
			width: 225px;
		}

		#menulist li ul li a:hover {
			color: #000;
			background-color: #a2cf54;
			text-decoration: none;
			padding: 3px 0px 0px 3px;
			width: 225px;
		}
		
		#menulist li ul ul {
			display: none;
			position: absolute;
			left: 225px;
			top: -1px;
			margin-left: 0px;
			padding-left: 0px;
		}
		
		#menulist li ul li:hover ul, #menulist li ul li.over ul {
			display: block;
			left: 225px;
		}
		
		
		/* end menu styles */
		
		
		
		
		/* =============== end menu styles ==================== */
		#content {
			width: 788px;
			float: right;
			position: relative;
		}

		#pictures {
			display: none;
			float:none;
		}
		
		#flashmovie {
			width: 788px;
			height: 200px;
			z-index: 1000;
		}

		#content #topbit {
			position: absolute;
			top: 0px;
		}
		
		#content #bottombit {
			padding-top: 265px;
		}

		#content #bottombit.noflash {
			padding-top: 65px;
		}

		#content span.maincontent p, #content span.maincontent form {
			font-size: 11px;
			color: #333;
		}
		#content span.maincontent h1 {
			font-size: 16px;
			font-weight: bold;
			text-transform: upper-case;
			color: #333;
		}

		#content span.maincontent h2 {
			font-size: 14px;
			font-weight: bold;
			color: #333;
		}

		#content span.maincontent a {
			font-weight: bold;
			text-decoration: underline;
			font-size: 11px;
			color: #333;
		}

		#content span.maincontent a:hover {
			text-decoration: none;
			font-weight: bold;
			font-size: 11px;
			color: #666;
		}

		#content span.maincontent form {
			display: inline;
		}

		#content span.maincontent input.submitbutton {
			background-color: #484848;
			color: white;
			background-image: url(../gifs/green_chevron.gif);
			background-repeat: no-repeat;
			background-position: 85px 3px;
			width: 100px;
			font-size: 10px;
			border: 1px;
			padding-right: 14px;
			position: absolute;
			right: 5px;
			float: right;
			cursor: pointer;
		}

		#content #map {
			width: 500px; height: 300px; float: left;
		}

		#content #panel {
			width: 260px; height: 300px; border:1px solid black; overflow:auto;
		}

		#content #address {
			display:none;
		}
	
#content #printgoogledirections {
	display: none;
}	
		/* ================================= Dynamic strap =============================== */
		
		#dynamicstrap {
			width: 788px;
			background-image: url(../gifs/dynamic_strap_bg.gif);
			background-repeat: repeat-x;
			height: 25px;
			position: relative;
		}
		
		#dynamicstrap p {
			position: absolute;
			left: 6px;
			top: 4px;
			font-size: 14px;
			font-weight: lighter;
			display: inline;
			color: #909090;
			margin-top: 0px;
		}
		
		#dynamicstrap h1 {
			position: absolute;
			color: #f6f6f6;
			left: 6px;
			top: 4px;
			font-size: 14px;
			font-weight: lighter;
			display: inline;
			margin-top: 0px;
		}

		
		/* ======================== end dynamic strap styles ============================ */
		
		
		/* ======================== searchbar =========================================== */
		
		#searchbar {
			width: 788px;
			background-color: #424242;
			height: 38px;
			border-bottom: 1px solid black;
			margin-bottom: 3px;
			color: #fff;
			font-size: 11px;
			position: relative;
		}
		
		#searchbar #bigform {
			position: absolute;
			top: 8px;
			left: 8px;
		}
		
		#searchbar #bigform input {
			width: 50px;
			font-size: 10px;
			border: 1px;
			margin-right: 20px;
			margin-left: 6px;
		}
		
		#searchbar #bigform select {
			font-size: 10px;
			border: 1px solid black;
			margin-right: 20px;
		}
		
		#searchbar #bigform .submitbutt {
			background-color: #1e1e1e;
			color: white;
			background-image: url(../gifs/green_chevron.gif);
			background-repeat: no-repeat;
			background-position: 55px 3px;
			width: 70px;
			font-size: 10px;
			border: 1px;
			padding-right: 14px;
			cursor: pointer;
		}
		
		/* ========================= end searchbar ======================================== */
		
	/* carwidget styles */
		.carwidget {
			float: right;
			width: 786px;
			border: 1px solid #ccc;
			margin-bottom: 3px;
		}
		
		.carpic {
			float: left;
			width: 140px;
			height: 105px;
		}
		
		.cartitle {
			float: left;
			width: 524px;
			height: 23px;
			background-image: url(../gifs/car_title_bg.gif);
			background-repeat: repeat-x;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
			position: relative;
		}
		

            .cartitle a {
                    font-size: 11px;
                    color: #fff;
                    position: absolute;
                    top: 2px;
                    left: 4px;
                    margin-top: 0px;
                    text-decoration: none;
                    font-weight: bold;
            }

		.cartitle a:hover {
			color: #a2cf54;
		}

            .cartitle p span.desc {
                    color: #cbcbcb;
                    font-size: 10px;
                    font-weight: lighter;
            }
		
		.carprice {
			float: right;
			width: 120px;
			height: 23px;
			background-image: url(../gifs/car_title_bg.gif);
			background-repeat: repeat-x;
			position: relative;
		}
		
		.carprice p {
			font-size: 12px;
			color: #a0f310;
			position: absolute;
			top: 2px;
			right: 4px;
			margin-top: 0px;
		}
		
		.cardesc {
			float: left;
			width: 524px;
			height: 81px;
			background-image: url(../gifs/car_desc_bg.jpg);
			background-repeat: repeat-x;
			border-right: 1px solid #ccc;
			border-left: 1px solid #ccc;
			border-top: 1px solid #ccc;
			
		}
		
		.cardesc p {
			font-size: 10px;
			padding: 5px;
			margin-top: 0px;
		}

		.carlink p {
			font-size: 10px;
			padding: 5px;
			margin-top: 0px;
		}
		
		.carlink {
			float: right;
			width: 120px;
			height: 81px;
			background-image: url(../gifs/car_desc_bg.jpg);
			background-repeat: repeat-x;
			border-top: 1px solid #ccc;
			position: relative;
		}
		
		.carlink .submitbutton {
			background-color: #484848;
			color: white;
			background-image: url(../gifs/green_chevron.gif);
			background-repeat: no-repeat;
			background-position: 85px 3px;
			width: 100px;
			font-size: 10px;
			border: 1px;
			padding-right: 14px;
			position: absolute;
			right: 5px;
			bottom: 5px;
			cursor: pointer;
		}
	/* emd carwidget styles */

/* ======================= individual car pages ==================================== */
	
	#onecarinfo {
		width: 788px;
		background-image: url(../gifs/onecar_bg.gif);
		background-repeat: repeat-y;
	}
	
	#onecarinfo p {
		font-size: 11px;
		padding: 5px;
		margin: 2px 0px 2px 0px;
	}
	
	/* Column 1 */
	
	.carcol1 {
		width: 426px;
		float: left;
		color: #333;
	}
	
	.carcol1 div.carcol1header {
		background-color: #b2b2b2;
		height: 46px;
	}
	
	.carcol1 div.carcol1header h1 { font-size: 14px; font-family: arial, helvetica, verdana, sans-serif; margin: 1px 4px 1px 4px; }
	.carcol1 div.carcol1header h2 { font-size: 11px; font-family: arial, helvetica, verdana, sans-serif; margin: 1px 4px 1px 4px; }
	.carcol1 h3 { font-size: 11px; font-family: arial, helvetica, verdana, sans-serif; margin: 1px 4px 1px 4px; }
	
	.carcol1 ul.extralinks, .carcol3 ul.extralinks {
		padding-left: 0px;
		margin-left: 0px;
		list-style-image: none;
	}
	
	.carcol1 ul.extralinks li, .carcol3 ul.extralinks li{
		padding-left: 16px;
		padding-bottom: 3px;
		background-image: url(../gifs/green_chevron.gif);
		background-position: 3px 2px;
		background-repeat: no-repeat;
		font-size: 10px;
		list-style: none;
		margin: 2px 0 2px 0;
	}
	
	.carcol1 ul.extralinks li a, .carcol3 ul.extralinks li a {
		color: #666;
		text-decoration: none;
	}

	.carcol1 ul.extralinks li a:hover, .carcol3 ul.extralinks li a:hover {
		color: #a2cf54;
		text-decoration: none;
	}
	
	.carcol1 hr {
		height: 0px;
		margin-top: 1px solid #b2b2b2;
	}
	
	/* end column 1 */
	
	/* start col 2 */
	
.carcol2 {
		width: 158px;
		float: left;
		margin: 0px 1px 0px 1px;
		position: relative;
	}
	
	html>body div.carcol2 {
		border-top: 1px solid white;
	}
	
	.carcol2 div.carcol2header {
		background-color: #c4c6c1;
		height: 46px;
		position: relative;
	}
	.carcol2 div.carcol2header h1 { 
		font-size: 18px; 
		font-family: arial, helvetica, verdana, sans-serif; 
		position: absolute;
		right: 5px;
		bottom: 3px;
	}
	
	.carcol2 table.detailstable {
		width: 100%;
		border-collapse: collapse;
	}	
	
	.carcol2 table.detailstable tr {
		border-bottom: 1px solid white;
	}
	
	.carcol2 table.detailstable td {
		font-size: 10px;
		padding:2px;
		margin: 0px;
		border-bottom: 1px solid white;
	}
	
	.carcol2 table.detailstable td.col1 {
		color: #666;
	}
	
	.carcol2 table.detailstable td.col2 {
		color: #333;
		font-weight: bold;
	}

	.carcol2 p.authorisation {
		color: #666;
		font-size: 10px;
	}
	
	/* end col 2 */
	
	/* start col 3 */
	.carcol3 {
		width: 202px;
		float: right;
	}
	
	.carcol3 div.carcol3header {
		background-color: #b5bbad;
		height: 46px;
	}
	
	.carcol3 div.carcol3header2 {
		background-color: #b5bbad;
		padding: 3px;
	}
	
	.carcol3 div.carcol3header h1 { font-size: 14px; font-family: arial, helvetica, verdana, sans-serif; margin: 1px 4px 1px 4px; }	
	.carcol3 h3 { font-size: 11px; font-family: arial, helvetica, verdana, sans-serif; margin: 1px 4px 1px 4px; }
	
	.carcol3 div.greenphone {
		color: #73b500;
		margin: 2px 0px 2px 4px;
		font-size: 15px;
		font-weight: bold;
	} 
	
	.carcol3 form input.inputstyle {
		width: 100%;
		display: block;
		margin: 0px 3px 0px 3px;
	}
	
	.carcol3 label {
		display: block;
		font-size: 11px;
		margin: 3px 3px 0px 3px;
	}
	
	.carcol3 form input.buttonstyle {
		background-color: #484848;
		color: white;
		background-image: url(../gifs/green_chevron.gif);
		background-repeat: no-repeat;
		background-position: 55px 3px;
		width: 70px;
		font-size: 10px;
		border: 1px;
		padding-right: 14px;
		position: absolute;
		right: 5px;
		margin-top: 5px;
		cursor: pointer;
	} 

	.carcol2 form input.buttonstyle {
		background-color: #484848;
		color: white;
		background-image: url(../gifs/green_chevron.gif);
		background-repeat: no-repeat;
		background-position: 85px 3px;
		width: 100px;
		font-size: 10px;
		border: 1px;
		padding-right: 14px;
		position: absolute;
		right: 5px;
		margin-top: 5px;
		cursor: pointer;
	}
	
	.carcol3 p.disclaimer {
		color: #999;
		font-size: 9px;
	}
	.carcol3 p.email {
		display: none;
	}
	
	/* end col 3 */

	
	/* =============================== end individual car page ==================================*/

/* ======================== contact form =========================================== */
		#carcontactform {
			position: relative;
			width: 315px;
			margin-bottom: 10px;
			padding-bottom: 15px;
		}

		#contactform {
			position: relative;
			width: 360px;
			margin-bottom:10px;
		}

		#info {
			padding-left: 10px;
		}
	
		#info label {
			width: 150px;
			float: left;
		}
		
		#info input.inputfield {
			width: 150px;
			font-family: arial, helvetica, verdana, sans-serif;
			font-size: 11px;

		}
		
		#info textarea {
			width: 190px;
			height: 80px;
			font-family: arial, helvetica, verdana, sans-serif;
			font-size: 11px;

		}
		
		#info input.cbox {
			width: auto;

		}
		
		#info input.submitbutton {
			position: absolute;
			right: 5px;
			width:100px;
			cursor: pointer;
		}	

	#keybenefits {
		width:400px;
		margin:20px auto 0 auto;
		padding:10px;
		text-align:center;
		border:2px solid #000000; 
		background-color:white;
		color: #A0F310;
	}

	#keybenefits p {
		font-size:20px;
		font-weight:bold;
		margin-bottom:0px;
	}

