@import url('reset.css');
html{
     width:100%;
     overflow-x: hidden;
    }


	/*"""""""" GLOBAL """"""""*/	

	body {
	
	background-color:black;
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-x;
	height:536px;
	background-position:top left;
	color:white;

	
	}
	
	#container {
	
	background-image:url(../images/bodyborder.png);
 	background-repeat:no-repeat;
	height:623px;
	width:950px;




	}
	

	
	#header {
	margin:0px auto;
	background-image:url(../images/topheader.png);
	background-repeat:no-repeat;
	height:153px;
	width:950px;
	}
	

	
	
	#logo { 
	width:226px;
	height:87px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	float:left;
	margin:28px 0px 0px 54px;
	}

	
	#hr {
	border-top:2px solid red;
	margin:0px auto 0px auto;
	width:840px;
	padding:0px;

	
	
	}

	#header ul {
	
	margin:3px 0px 0px 280px;
	
	}
	#header ul li {
	
	background-image:url(../images/tab.png);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	
	}
	
	#contact {
	
	font-size:12pt;
	font-weight:bold;
	color:red;
	float:right;
	margin:10px 100px 0px 0px;
	
	}
	
	#header_contact p {
	font-size:10pt;
    
	}
	
	#header_contact {
	
	float:right;

	
	}
	
	#content,.content {
	background-color:black;
	width:850px;
	margin:0px auto;
	}
	
	.leasingbg {
	
	background-image:url(../images/interior1.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:300px 50px;
	
	
	}
	
	.quotesbg {
	
	background-image:url(../images/interior2.jpg);
	background-repeat:no-repeat;
	background-position:0px 200px;
	
	}
	
	.appbg {
	
	background-image:url(../images/interior3.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top right;
	
	}
	
	.contactbg {
	
	background-image:url(../images/interior4.jpg);
	background-repeat:no-repeat;
	background-position:-100px 100px;
	
	}
	

	
	
	
	#left-col {
	float:left;
	position:relative;
	left:35px;
	top:-10px;
	line-height:40px;
	
	
	
	}
	
	#left-col ul li {
	
	background-image:url(../images/list.png);
	background-repeat:no-repeat;
	background-position:top left;
	
	}
	
	
	#left-col a,#float-left a:active {
	
	color:red;
	text-transform:capitalize;
	font-size:10pt;
	font-weight:bold;
	}
	
	#left-col a:hover {
	
	color:white;
	text-decoration:none;
	}
	
	#right-col {
	
	width:700px;
	font-size:10pt;
	float:right;
	position:relative;
	left:90px;
	top:-245px;

	
	
	
	}
	
	#right-col p.title {
	
	width:500px;
	
	}
	
	
	
	#footer {
	
	
	font-size:9pt;
	text-align:center;
	background-color:black;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;

	height:32px;
	width:900px;
	color:white;
	padding:2px 0px;
	
	}
	
	#footer a {
	color: white;
	
	}
	
	#footer a:hover {
	
	color:white;
	}
	
	#homebg {
	
	background-image:url(../images/ferrari.gif);
	background-repeat:no-repeat;
	background-position:top;
	
	
	}


	
	
	.table-title {
	
	font-size:11pt;
	color:red;
	
	}
	
	
	.textbox {
	
	border:1px solid silver;
	background-color:black;
	width:150px;
	color:white;
	padding:2px 0px;
	}
	
	.select {
	border:1px solid silver;
	background-color:black;
	width:150px;
	color:white;
	}
	
	.short_select {
	
	border:1px solid silver;
	background-color:black;
	width:50px;
	color:white;
	}
	
	tr,td {
	
	padding:6px;
	font-size:10pt;
	
	}
	
	table {
	
	width:800px;
	
	}
	
	#textareafix {
	margin-left:25px;
	font-size:11pt;
	
	}
	
	#button {
	
	background-image:url(../images/button.png);
	width:81px;
	height:24px;
	background-color:black;
	border:0px;
	color:white;
	
	}
	

	

	/*"""""""" Navigation """"""""*/

	#jsddm 	{	
	
	margin: 0;
	padding: 0
	}
	
	#jsddm li {	
	
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	z-index:1000;
	}
	
	#jsddm li a	{	
	
	text-decoration:none;
	color:#d8d8d8;
	background-image:url(../images/tab.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:122px;
	height: 34px;
	float:left;
	text-align:center;
	}
	
	#jsddm li a:hover {	
	
	text-decoration:none;
	color:white;
	background-image:url(../images/tab.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:122px;
	height: 34px;
	float:left;
	text-align:center;
	}
	
	#jsddm li ul {	
	margin: 0;
	position: absolute;
	visibility: hidden;
	
	
	}
	
	#jsddm li ul li	{	
	background:#333333;
	float: none;
	display:block;
	position:relative;
	top:37px;
	
	}
	
	#jsddm li ul li a {	
	
    font-weight:bold;
	padding:10px 0px 0px 10px;
    background:#333333;
	color:white;
	text-align:left;
	
	}
	
	#jsddm li ul li a:hover	{	
	background:#333333;
	color:red;
	text-align:left;
	padding:10px 0px 0px 10px;
	}
	
	.navfix {
	
	padding:0.90em 0em 0em 0em;
	}
	
	

	/*"""""""" Typography """"""""*/
	
	.heading1 {
	
	font-size:10pt;
	width:400px;
	padding:20px 0px 20px 10px;
	
	}
	
	.heading2 {
	
	font-size:10pt;
	padding:20px 0px 20px 25px;
	width:600px;
	}
	
	.heading1 a,.heading1 a:active {
	
	color:red;
	text-decoration:none;
	font-size:11pt;
	
	}
	
	.heading1 b,.contact b,h2 b` {
	
	color:red;
	
	}
	
	.list {
	
	font-size:10pt;
	width:400px;
	padding:0px 15px;
	}
	
	.leaseterm {
	
	font-size:11pt;
	color:red;
	font-weight:bold;
	width:580px;
	}
	
	.title {
	
	font-size:10pt;
	color:red;
	font-weight:bold;
	width:185px;
	
	
	
	}
	
	.description {
	
	font-size:9pt;
	width:580px;
	
	}
	
	
	
	textarea {
	
	border:1px solid silver;
	background-color:black;
	color:white;
	
	
	
	}
	
	
	p.contact {
	
	font-size:12pt;
	line-height:1.5em;
	margin-left:25px;
	
	}
	
	p.lease-versus-buy-title {
	
	color:red;
	font-size:14pt;
	margin-left:240px;
	padding-top:25px;
	
	
	}
	
	p.top-heading {
	
	color:red;
	font-size:14pt;
	margin-left:25px;
	padding-top:25px;
	
	}
	
	
	.logo-title {
	
	position:relative;
	top:120px;
	right:202px;
	font-size:10pt;
	text-transform:uppercase;
	color:red;
	font-weight:bold;
	
	
	
	}
	
	h2 {
	
	font-size:11pt;
	width:600px;
	margin-left:27px;
	
	}
	
	#list {
	
	font-size:11pt;
	margin-left:27px;
	}
	
    .text {
	
	width:800px;
	font-size:10pt;
	margin-left:10px;
	}
	
	/*"""""""" Pagination """"""""*/
	
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#a0a0a0;
		font-size:80%;
		float:right;
		margin-right:100px;
	}
	div.pagination a {
		border: 1px solid #909090;
		margin-right:3px;
		padding:2px 5px;
		background-image:url('images/bar.gif');
		background-position:bottom;
		text-decoration: none;
		color: #c0c0c0;
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #f0f0f0;
		background-image:url(images/invbar.gif);
		background-color:#404040;
		color: #ffffff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #ffffff;
		font-weight: bold;
		background-color: #606060;
		color: #ffffff;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #606060;
		color: #808080;
	}
	
	/*"""""""" Specials """"""""*/
	
	#specials  {
	
	margin:0px auto; 
	width:850px;
	background-color:black;
	
	}
	
	
	
	#specials ul li {
	
	float:left;
	height:237px;
	width:185px;
	margin:5px 0px 0px 20px;
	
	
	}
	
	#policytxt {
	
	font-size:10pt;
	width:700px;
	margin-left:24px;
	
	}
	
	#policytxt a {
	
	color:red;
	}
	
	
	#lvbbg {
	
	background-color:black;
	
	
	}
	
	.vehicle {
	
	width:185px;
	height:102px;
	}
	
	#filternav {
	
	background-image:url(../images/filterbg.jpg);
	height:32px;
	background-repeat:no-repeat;
	text-align:center;
	padding:5px 0px;
	
	
	}
	
	#filternav input {
	
	border:1px solid silver;
	padding:2px 10px;
	color:red;
	
	
	}
	
	
		/*"""""""" Pagination """"""""*/

		#pagination{
		
		color:white;
		font-family:verdana;
		font-size:10pt;
		text-align:center;
		margin:0px auto;
		
		}
		
		#pagination a {
		
		color:red;
		
		}
		
		
		#pagination a:hover {
		
		
		color:white;
		
		}
	
	
	
	
	