/*General Elements */	
	html, body { 
	margin: 0;
	padding: 0;
	height: 100%;
	}
	
	body, td { 
	font-family : Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 11px; 
	color: #000000; 
	}
	
	a { color : #990000; text-decoration : none; }
	a:hover { color : #CC0000; text-decoration : underline; }
	
	img { border: 0; }
	
	hr {
	color: #6b717f;
	background-color: #6b717f;
	border: 1px solid #6b717f;
	}
	
	.bckBlack	 { background-color: #000000; }
	.bckWhite	 { background-color: #ffffff; }
	
	.Hidden		{visibility: hidden;}	
	.NoDisplay	{visibility: hidden; display: none;}
	.Visible	{visibility: visible;}	
	.left { float: left; }
	.right { float: right; }
	.clear { clear: both; }
	
/*Text Elements */	
	h2, .subtitle, .subhead, .subhead a:link, .subhead a:active, .subhead :visited  { color: #829ABF; 
	font-size : 13px; 
	font-weight: bold; 
	margin: 0;
	}
	.subhead a:HOVER { color : MediumBlue; text-decoration : underline;  }
	
	h1, .title 	  { 
	color: #3D66A4; 
	font-size : 18px; 
	font-weight: bold; 
	margin: 0;
	}
	.pop 	{ font-family : Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 18px;
	color: #FFF;
	font-weight : normal;
	background : #20669e;
	}
	
	
	.Sm 		{ font-family : Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif; font-size : 9pt; text-decoration : none; color : #000000 ; font-weight : normal;  }
	.Sm a:link 	{ font-family : Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif; font-size : 9pt; text-decoration : none; color : #000000 ; font-weight : normal;  }
	.Sm a:hover	{ font-family : Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif; font-size : 9pt; text-decoration : underline; color : #484848 ; font-weight : normal;  }
	.Sm a:visited { font-family : Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif; font-size : 9pt; text-decoration : none; color : #000000 ; font-weight : normal;  }
	.Sm a:active	{ font-family : Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif; font-size : 9pt; text-decoration : none; color : #000000 ; font-weight : normal;  }
	

	
	.bckPopUp1	 { background-color: #FFFFFF; background-image: url(/media/images/bckPopup1.jpg); background-repeat: no-repeat; }
	.bckPopUp2	 { background-color: #FFFFFF; background-image: url(/media/images/bckPopup2.jpg); background-repeat: no-repeat; }
	.bckNav		 { background-color: #4B4B4B; background-image: url(/media/images/bckNav.gif); background-repeat: repeat-x; }

	
/* Default elements */
	.mainBKG { background: url(/images/mainBKG.gif); }
	
	#wrapper { 
	background: #fff url(/images/wrapperBKG.gif) repeat-y; 
	}
	
	#sidebar {
	width: 358px;
	height: 100%;
	float: left;
	position: relative;
	}
	
	#address {
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: right;
	width: 190px;
	color: #fff;
	font-size: 10px;
	}
	#address h1 { 
	color: #ccc;
	text-tranform: uppercase;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	}
	
	#salesinfo {
	font-family: Verdana, Arial, sans-serif;
	position: absolute;
	width: 115px;
	text-align: right;
	color: #666;
	font-size: 10px;
	top: 275px;
	left: 210px;
	}
	#salesinfo h1 { 
	color: #1e486e;
	text-tranform: uppercase;
	margin: 0;
	font-size: 10px;
	}
	
	#subwrap {
	margin: 10px;
	background: #fff;
	overflow: visible;
	}
	
	#rightgreybar {
	background: #e1e1e1;
	}
	
	#rotation {
	margin: 15px;
	width: 228px;
	}
	
	
/* This starts the styles for the new CSS Navigation */
	#nav { background: url(/images/leftSideBKG.jpg) repeat-x; height: 425px;}
	#nav, #nav ul { 
		padding: 0;
		margin: 0;
		list-style-type: none; 
		width: 200px;		
		line-height: 18px; 
		z-index: 55;
	}
	html>body #nav, #nav ul { position: relative; }	
	#nav a {
		display: block; 
		font-size: 11px;
		color: #fff;
		text-decoration: none;
		width: 100%; 
	}	
	#nav a:hover {
		text-decoration: none;
		color: #FFF;
	}	
	#nav li ul li a {
		display: block; 
		font-size: 11px;
		color: #fff;
		background: #20669f;
		text-decoration: none;
		width: 100%; 	
	}	
	#nav li ul li a:hover {
		background: #000; 
		text-decoration: none;
		color: #FFF;
	}		
	#nav li { 
		height: 19px;
		margin-bottom: -4px;
	}	
	html>body #nav li { margin-bottom: 0; }
	#nav li ul { 
		z-index: 2; 
		padding: 0px; 
		position: absolute;
		width: 100px; 
		width: expression('102px'); 
		left: -999em; 
	}	
	#nav li ul {
		margin: -20px 0 0 196px; /*bounces drop downs over to the right */
	}	
	#nav li ul li {
		width: 100%;		
		height: 18px;	
		border-top: 1px solid #52636d; 
		border-bottom: 1px solid #000;
		margin-bottom: 0;
	}
	#nav li ul ul { 
		margin: -21px 0 0 100px; 
	}	
	#nav li:hover ul ul, #nav li.sfhover ul ul {
		left: -999em; 
	}
		#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
		left: auto; 
	}
	/*Vehicle Specials*/
.invWhiteTitle { color: #000; font-family : Trebuchet MS, Arial, Verdana; font-size : 14pt; font-weight: bold; }
.invSpcHdr	  { color: #a8b1b7; font-family : Trebuchet MS, Arial, sans-serif; font-size : 13.5pt; font-weight: bold; }
.invSpcText	  { color: #a8b1b7; font-family : Trebuchet MS, Arial, sans-serif; font-size : 10pt; font-weight: bold; }	
.invSpcPrice  { color: #a8b1b7; font-family : Trebuchet MS, Arial, sans-serif; font-size : 11pt; font-weight: bold; }
.invSpcBorder { border: 1px solid #a8b1b7; background-color: #fff; float: none; background-image: url(/images/bckVehicleSpecials.jpg); background-repeat: repeat-x; background-position: 0 0;}
.invSpcBck	  { background-color: #fff; }
.invSpcHdrBck { border-bottom: 1px solid #a8b1b7; background-color: #fff; text-align: center; }
.invSpcTableCellHor       { border-right: 1px solid #a8b1b7; }
.invSpcTableCellVer       { border-bottom: 1px solid #a8b1b7; }

	
	
		

