@charset "utf-8";
/* CSS Document */
*		{ margin:0px; padding:0px;}
body 		{ background:#f6f6f5 url('riseBG.jpg') repeat-x center top; margin:0px; background-color:#6A93AA;}

	
#container1 {
	margin-left:auto;
	margin-right:auto;
	border-left:2px solid black;
	border-right:2px solid black;
	border-bottom:10px solid black;
	background-color:#FFFFFF;
	width:870px;
	}


#nav		{ background:#e2dee3 url('navBG.gif') repeat-x center bottom; height:29px; width:870px; text-align:center; border-top:1px solid #c3bec3; border-bottom:1px solid #7c706e;font:1em/1.75em normal arial, sans-serif; font-weight:bold; color:#333; letter-spacing:1px; text-transform:uppercase; text-decoration:none;}
#nav ul		{ list-style-type:none; }
#nav li		{ display:inline; }
#nav a		{ font:1em/1.75em normal arial, sans-serif; font-weight:bold; color:#333; letter-spacing:1px; text-transform:uppercase; text-decoration:none; margin:0px 10px 0 10px;  padding:0 5px 0 5px;}
#nav a:hover { color:#ddd; border:2px solid #af922f;  background:#333 repeat-x center bottom; padding:5px 10px 5px 10px;}



#leftSide { width:631px; float:left; margin-top:10px; margin-left:3px;}
#leftSide img   { margin-bottom:3px; border:0px solid #000; }/*Space between "new car" images :D*/
#leftSide a.one { margin:5px; font:.85em/1.5em normal Trebuchet, "Trebuchet MS", arial, sans-serif; color:#fff; text-transform:uppercase; font-weight:bold; float:left; width:225px; border:1px solid #7c706e; background:#0c2d53 url('') no-repeat center 1.5em; }
#leftSide a.one:hover { background-color:#5a6f88; border:1px solid #000; }


#rightSide {
	float:right;
	width:230px;
	margin-right:0px;
	}
	
#form{
	background-image:url('formBG.gif');
	width:230px;
	height:324px;
	margin-top:10px;
	}
#form input {
	margin-left:38px;
	}

#listing	{ background-color:#222222; width:221px; margin-left:3px; border:1px solid #666; margin-bottom:5px;}
#listing h1	{ background:#FFF url('specialsBG.jpg') no-repeat top center; height:84px; color:#666; font:.875em/140px normal arial, sans-serif; font-weight:bold; text-transform:uppercase; text-align:center;  }
#listing .left { float:left;  cursor:pointer; cursor:hand; }
#listing .right { float:right;   text-align:right;  cursor:pointer; cursor:hand;  }
#listing a	{ padding:0 3px 5px 3px; height:.75em; font:.75em/.75em normal verdana, sans-serif; font-weight:bold; color:#052c59; text-align:left; display:block; line-height:15px;}	
#listing a.even { background-color: #e9cf67;  padding-top:2px; height:13px;  border:1px solid #af922f; border-top:0px;  }
#listing a.odd { background-color: #fff3c6;  padding-top:2px; height:13px;  border:1px solid #af922f; border-top:0px;  }
#listing a.even:hover, #listing a.odd:hover { background:#a3a4a3 url('bg_nav.gif') repeat-x center bottom;  padding-top:2px; height:13px; color:#000; border:1px solid #333; border-top:0px;}
	
	
#footer		{ clear:both; font:10px normal Trebuchet, "Trebuchet MS", arial, sans-serif; padding:10px 25px 0 25px; color:#666; text-align:center; margin-top:30px;margin-bottom:10px; line-height:13px;} 


#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 3px;
background-color: #dbcc8f;
visibility: hidden;
z-index: 100;
font: normal arial, sans-serif;
text-align:left;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}