































































	
								     
	    


:link, :visited { text-decoration: none;  }



ul,ol { list-style: none; }



h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }



ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,textarea,select
{ margin: 0; padding: 0; }

img, a img, :link img, :visited img { border: none; }

address { font-style: normal; }

/* Core Basics */

img {
	border: 0;
}

html, body {
	height: 100%;
}

html>body {
	font-size: 12px; /* Sort out font size on Mac */
}

body {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	text-align: center;
	font: 62.5% Arial, Helvetica, Verdana, sans-serif;
	font-size/* */: /**/62.5%;
	font-size: /**/62.5%;
	color: #ccc;
}

/* Page Layout */

body {
			background-color: #7966a3;
			color: #271a44;
			text-align:center;
			border:0px;
			padding:0px;
			font-family: arial, helvetica, verdana, sans-serif;
		}

		a {
			color: #49307e;
		}

		 a:hover {
			color: #e01f22;
		}

		#container {
			position: relative;
			top: 0px; 
			width: 978px; 
			height: auto; 
			margin: 0 auto;
			text-align: left;
			background-image: url(../gifs/main-bg.gif);
			background-position: left;
			background-repeat: repeat-y;
			background-color: #f3f3f3;
			border: 1px solid black;
		}

		#footer {
			position: relative;
			width: 978px;
			top: 0px; 
			height: 25px;
			margin: 0 auto;
			text-align: left;		
		}
		
		#header {
			width: 978px;
			height: 200px;
			background-color: #A9A9A9;
			background-image: url (../gifs/banner-bg.jpg);
			background-repeat: repeat-x;
			position: relative;
			margin-bottom: 0px;
		}

		#header #phone h2 {
			position: absolute;
			right:400px;
			top :70px;
			font-size :14px;
			
			font-weight: bold;
			color: white;
		}		

		#breadcrumb {
			width: 978px;
			height: 22px;
			background-color: #271a44;
			margin-top: 0px;
			position:relative;
			color: #333333;
		}
		
		#breadcrumb ul {
			display: inline;
		}
		
		#breadcrumb ul li {
			display: inline;
			float: left;
			padding: 2px 5px 0px 20px;
			font-size: 11px;
			background-image: url(../gifs/chev.gif);
			background-repeat: no-repeat;
			background-position: 5px 3px;
		}

		#breadcrumb ul li a {
			color: #ffffff;
			text-decoration: underline;
		}

		#breadcrumb ul li a:hover {
			color: #7966a3;
		}

		#breadcrumb ul li span.nolink {
			color: #7966a3;
		}

		#breadcrumb #options form {
			float:right;
			display:inline;
			margin:0px;
		}

		#breadcrumb #options {
			width:360px;           
			position: absolute;
			right:10px;
			top: 0px;
			margin: 0px;
			padding:0px;
		}

		#breadcrumb #options p {
			display: inline;
			color: #ffffff;
		}
		
		#breadcrumb #options select.dropdown {
			display:inline;
			height:18px;
			font-size:9px;
		}
		
		#breadcrumb #options input.gobutton {
			width: 40px;
			font-size: 9px;
			height:18px;
			cursor: pointer;
		}
		
		#menu {
			width: 150px;
			float: left;
			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: 139px;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			color: #333333;
			position: relative;
			padding-left: 10px;
			background-color: #ee8224;
			border-width: 0px 0px 0px 0px;
			border-color: #333;
			border-style: solid;
		}

		#menulist li.more {
			background-image: url(../gifs/white-chevron.gif);
			background-repeat: no-repeat;
			background-position: 130px 6px;
			top:0px;
			margin: 0px;
			border: 0px;
			
			
		}
		
		#menulist li a {
			position: relative;
			top: 3px;
			text-decoration: none;
			color: #ffffff;
			width: 100%;
			display: block;
		}
		
		#menulist li a:hover {
			color: #e01f22;
		}

		#menulist li ul {
			
			visibility: hidden;
			position: absolute;
			left: 149px;
			top:0px;
			margin: 0px;
			padding: 0px;
			border: 0px;
			z-index: 500;
			
		}
		
		#menulist li:hover ul, #menulist li.over ul {
			visibility:visible;
			
			
		}
		
		/* 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: 139px;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			color: #fff;
			position: relative;
			padding-left: 10px;
			background-color: #ee8224;
			border-width: 0px 0px 1px 1px;
			border-color: #fff;
			border-style: solid;
		}
		
		#menulist li ul li a {
			color: #fff;
			text-decoration: none;
				
		}

		#menulist li ul li a:hover {
		color: #e01f22;
		
		}

		
		#content {
			width: 828px;
			float: right;
			font-size: 11px;
		}
		
		#content p {
			margin-bottom: 10px;
			color: #271a44 ;
			padding: 2px 10px 0px 5px;
		}	
		
		#content h1 {
			font-size: 16px;
			padding: 2px 10px 0px 5px;
			margin-bottom: 2px; 
			color: #271a44 ;
		}
		
		#content h2 {
			font-size: 14px;
			padding: 2px 10px 0px 5px;
			margin-bottom: 2px; 
			color: #271a44 ;
		}
		
		#content h3 {
			font-size: 12px;
			padding: 2px 10px 0px 5px;
			margin-bottom: 2px; 
			color: #271a44 ;
		}
		
		#content td {
			font-size: 11px;
		}
		
		#content ul {
			padding-left: 20px;
			list-style-type: square;
			color: #271a44 ;
		}
		
		#content address {
			padding-left: 20px;
			color: #271a44 ;
		}
		
		#content th {
			font-size: 11px;
			font-weight: bold;
			color: #271a44 ;
		}
		
		#content h1.carlistheader {
			height: 20px;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			color: #fff;
			position: relative;
			padding-left: 10px;
			background-color: #49307e;
			width: 808px;
			background-repeat: repeat-x;
		}
		
	/* ======================== start carwidget styles =================================== */
		.carwidget {
			float: right;
			width: 786px;
			border: 1px solid #271a44;
			margin: 0px 20px 3px 0px;
		}
		
		.carpic {
			float: left;
			width: 140px;
			height: 105px;
		}
		
		.cartitle {
			float: left;
			width: 504px;
			height: 23px;
			background-image: url(../gifs/car_title_bg.gif);
			background-repeat: repeat-x;
			border-left: 1px solid #271a44;
			border-right: 1px solid #271a44;
			position: relative;
		}
		
		.cartitle p {
			font-size: 12px;
			color: #000000;
			position: absolute;
			top: 2px;
			margin-top: 0px;
		}
		
		.carprice {
			float: right;
			width: 140px;
			height: 23px;
			background-image: url(../gifs/car_title_bg.gif);
			background-repeat: repeat-x;
			position: relative;
			color: #000000;
		}
		
		#content div.carwidget div.carprice p {
			font-size: 14px;
			font-weight: bold;
			color: #ee8224;
			position: absolute;
			top: 2px;
			right: 4px;
			margin-top: 0px;
		}

		.cartitle p span.desc {
			color: #271a44;
			font-size: 11px;
			font-weight: normal;
		}
		
		.cartitle a {
			color: #271a44;
			font-weight: bold;
			text-decoration: underline;
		}
		
		.cartitle a:hover {
			color: #49307e;
			text-decoration: underline;
		}
		
		.cardesc {
			float: left;
			width: 504px;
			height: 81px;
			background-image: url(../gifs/car_desc_bg.jpg);
			background-repeat: repeat-x;
			border-right: 1px solid #271a44;
			border-left: 1px solid #271a44;
			border-top: 1px solid #271a44;
			color: #333333;
		}
		
		.cardesc p {
			font-size: 11px;
			padding: 5px;
			margin-top: 0px;
		}
		
		.carlink {
			float: right;
			width: 140px;
			height: 81px;
			background-image: url(../gifs/car_desc_bg.jpg);
			background-repeat: repeat-x;
			border-top: 1px solid #271a44;
			position: relative;
		}
		
		.carlink .submitbutton {

			position: absolute;
			right: 5px;
			bottom: 5px;
			cursor: pointer;
		
		}   
		
		.carlink .button {

			position: absolute;
			right: 5px;
			bottom: 35px;
			cursor: pointer;
		
		}  
	/* ======================== end carwidget styles =================================== */	
	
	/* ======================== 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: 150px;
			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;
		}	

		

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

		}
		
		#finance textarea {
			width: 200px;
			height: 80px;
			font-family: arial, helvetica, verdana, sans-serif;
			font-size: 11px;
			margin-left:30px;

		}
		
		#finance input.cbox {
			width: auto;
			margin-left:30px;
		}
		
		#finance input.submitbutton {
			position: absolute;
			right: 100px;
			width:100px;
			cursor: pointer;
		}
	/* ======================== slideshow ===================================== */
		#player {
				margin-bottom: 0px;
			}
			
			#player #mainwin {
				display: block;
				background-color:#F3F3F3;
				margin: 0px 0px 0px 0px;
				width:480px;
				height:430px;
			}
			
			#thumbs {
				float:right;
			}
			
			#playpause {
				float:left;
				margin: 5px 5px 5px 5px;
			}
			
			#thumbs img {
				margin: 5px 5px 5px 5px;
				border: 0px;
				display: inline;
				
			}
			
			#player #mainwin img {
				filter:progid:DXImageTransform.Microsoft.Fade(Duration=1);
				float:right;
				visibility: hidden;
				border: 0px;
				margin: 0px;
			}
			
			#playpause a{
				width: 90px;
				text-align: center;
				border: 1px solid black;
				margin: 5px 0px 0px 0px;
				font-family: verdana;
				font-size: 11px;
				padding: 3px;
				font-weight: bold;
				text-decoration: underline;
				clear: both;
				display: inline;
				background-color: #271a44;
				color: #fff;
			}
			
			#playpause a:hover{
				background-color: #ee8224;
			}
		/* ========================= end slideshow ============================ */
		
			td.label {
				color:#333333;
				font-weight: bold;
			}

			#content td.price {
				color:#ee8224;
				font-weight:bold;
				font-size:16px;
			}

		 	span.features {
				color:#333333;
				font-weight:bold;
				font-size:14px;
				padding-top: 20px;
			}

			.phone {
				white-space: nowrap;
			}

			p.disclaimer {
				color: #666;
				font-size: 9px;
	                }

			ul.morelinks li a {
				font-weight: bold;
				text-decoration: underline;
			}

			ul.morelinks li a:hover {
				font-weight: bold;
				text-decoration: underline;
				color: #333333;
			}

			#keybenefits {
				width:400px;
				margin-top: 10px;
				margin-right: 10px;
				float:right;
				padding:10px;
				border:4px solid #271a44 ; 
				background-color: #49307e ;
				color:white;
			}

			#keybenefits p {
				font-size:16px;
				font-weight:bold;
				margin-bottom:0px;
			}
			#keybenefits ul {
				font-weight:bold;
				font-size:14px;
								margin-bottom:0px;
				color:white;
			}
			
			#mot{
				width:400px;
				margin-top: 10px;
				margin-right: 10px;
				padding:10px;
				 
				
				
			}

			#mot p {
				font-size:16px;
				font-weight:bold;
				margin-bottom:0px;
			}
			#mot ul {
				font-weight:bold;
				font-size:14px;
				margin-bottom:0px;
				
			}


#slidecontainer {
			float:right;
			margin-right:5px;
			height: 230px;
			border: 1px solid #271a44;
			width: 150px;
			overflow: hidden;
			position: relative;
		}
	#slidecontainer div#slidehead
	{
		position: absolute;
		top: 0px;
		left: 0px;
		height: 30px;
		width: 150px;
		text-align: center;
		background-color:#ee8224;
		border-bottom: 1px solid #271a44;

	
	}

	#slidecontainer div#slidehead p
	{
		padding-top: 4px;
		text-align: center;
		font-family: Arial;
		font-weight: bold;
		font-size: 16px;

		color:#271a44 ;
		margin: 0px;
	}

		#slide0 {
		position: absolute;
		top: 30px;
		left: 0px;
			height: 200px;
			width: 146px;
			text-align: center;
			float:left;
			margin: 2px;
		}
		
		#slide1 {
			position: absolute;
			top: 30px;
			left: 150px;
			height: 200px;
			width: 146px;
			text-align: center;
			margin: 2px;
		}
	
		p.slidetext1 {
			font-family: Arial;
			font-weight: bold;
			font-size: xx-small;
			margin-bottom: 0px;
			text-align:center;
			color:#271a44 ;
		}
		p.slidetext2 {
			margin-top: 0px;
			margin-bottom: 0px;
			font-family: Arial;
			font-weight: bold;
			font-size: small;
			text-align:center;
			color:#271a44 ;
		}
		#slidecontainer a {
			margin-top: 0px;
			margin-bottom: 0px;
			font-family: Arial;
			font-weight: bold;
			color:#e01f22;
			font-size: xx-small;
		}
.financelink a {
			color: #EE8224;
			
		}

.financelink a:hover {
			color: #271A44;
			text-decoration: underline;
		}

