@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}


body 	{ 
	background:#f6f6f5 url('bgRise.gif') 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('navigationBG.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 #cd811d;  background:#333 repeat-x center bottom; padding:5px 10px 5px 10px;}



#leftSide { width:509px; float:left; margin-top:12px; margin-left:50px;}
#leftSide img   { margin-bottom:10px; border:1px 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:225px;
	margin-right:35px;
}
	
#form{
	background-image:url('formBG.jpg');
	width:225px;
	height:311px;
	margin-top:10px;
}
#form input {
	margin-left:38px;
}

#listing	{ background-color:#e2dee3; width:220px; margin-left:3px; border:1px solid #666; margin-bottom:10px; margin-top:10px;}
#listing .left { float:left; width:140px; cursor:pointer; cursor:hand; }
#listing .right { float:right; width:60px;  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: #ffeabf;  padding-top:2px; height:13px; border:1px solid #cd811d; border-top:0px; }
#listing a.odd { background-color: #ffd47e;  padding-top:2px; height:13px; border:1px solid #cd811d; 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:left; 
	margin-top:30px;
	margin-bottom:10px; 
	line-height:13px;
} 


#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
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);
}