/*COMMON ELEMENTS*/
html, BODY { 
	font-family : Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 11px; 
	color: #000000; 
	margin: 0;
	padding: 0;
}
body {
	/*following is for IE ONLY!*/
	scrollbar-3dlight-color:#ccc;
	scrollbar-arrow-color:#999;
	scrollbar-base-color:#000;
	scrollbar-darkshadow-color:#ccc;
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#000;
	scrollbar-shadow-color:#000;
	scrollbar-track-color:#333;
}
TD { 
	font-family : Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 11px; 
	color: #000000;  
	font-weight : normal;
}
a:link, a:active, a:visited { 
	color : #990000; 
	text-decoration : none; 
}
a:hover { 
	color : #CC0000; 
	text-decoration : underline; 
}

img { border: 0; }

.left {float: left;}
.right {float: right;}
.itemBorder { border: 1px solid #666; }	
.Hidden		{visibility: hidden;}	
.NoDisplay	{visibility: hidden; display: none;}
.Visible	{visibility: visible;}		
.bckWhite	 { background-color: #fff; }
.bckBlack	 { background-color: #000; }
.bckPopUp1	 { background-color: #fff; background-image: url(/images/bckPopup.jpg); background-repeat: no-repeat; }
.bckPopUp2	 { background-color: #fff; background-image: url(/images/bckPopup.jpg); background-repeat: no-repeat; }

.title 	  { 
color: #036; 
font-size : 18px; 
font-weight: bold; 
}
.subtitle { 
color: #829ABF; 
font-size : 13px; 
font-weight: bold; 
}
.subhead { 
color: #829ABF; 
font-size : 13px; 
font-weight: bold; 
}
.subhead a:link, .subhead a:active, .subhead a:visited { 
	color : #829ABF; 
	text-decoration : none; 
	font-weight: bold; 
}
.subhead a:hover { 
	color : #fff; 
	text-decoration : underline; 
}	
h1 	  { 
color: #036; 
font-size : 18px; 
font-weight: bold; 
margin: 0;
}
h2 { 
color: #829ABF; 
font-size : 13px; 
font-weight: bold; 
margin: 0;
}
h2 a:link, h2 a:active, h2 a:visited { 
	color : #000; 
	text-decoration : none; 
	font-weight: bold; 
}
h2 a:hover { 
	color : #829ABF; 
	text-decoration : underline; 
}	

.whiteSm 		{ font-family : Arial,Verdana, Geneva, Helvetica, sans-serif; font-size : 11px; color : white ;  }
.whiteSm a:link, .whiteSm a:active, .whiteSm a:visited	{ text-decoration : none; color : #fc0; }
.whiteSm a:hover	{ text-decoration : underline; color : #cccccc ; }
.Sm 		{ font-family : Arial,Verdana, Geneva, Helvetica, sans-serif; font-size : 11px; color : #666;  }
.Sm a:link, .Sm a:active, .Sm a:visited	{ font-weight: bold; text-decoration : none; color : #333; }
.Sm a:hover	{ text-decoration : underline; color : #cccccc ; }
.graySm, .graySm a:link, .graySm a:active, .graySm a:visited { font-size : 10px; text-decoration : none; color : #909090 ; }
.graySm a:hover	{ text-decoration : underline; color : #c6c6c6 ; }
.redSm 		{ font-family : Garamond,Palatino, Times New Roman, serif; font-size : 16px; color : #990000 ; font-weight: bold; }
.redSm a:link, .redSm a:active, .redSm a:visited	{ text-decoration : none; color : #fc0; }
.redSm a:hover	{ text-decoration : underline; color : #cccccc ; }
/*END COMMON ELEMENTS*/



/*HEADER ELEMENTS*/
.bckHdr { background: #6d0909 url(/images/bckHdr.jpg) repeat-x 0 0;}
.bckHdrRight { background: url(/images/hdrLogo2.gif) no-repeat top right; }
#address { 
	width: 280px;
	overflow: hidden;
	position: relative; 
	float:right;
	padding: 5px;
	text-align: right;
	color: #fff;
	font-size: 11px;
}
#address a:link, #address a:active, #address a:visited {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
#address a:hover { color: #000; }

/*Testimonials*/
.SiteTestimonialScroller { position:absolute; top:0px; left:0px; width: 400px; height: 111px; }
.TestimonialFrame { background:#771919 url(/images/hdrLogo2.gif) no-repeat top right; width: 400px; height:111px;}
.TestimonialItem  { text-align: left;padding:4px;width:390px; position:absolute;}	
.TestimonialCustomer  { display: inline; 
	font-family : Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 9pt; 
	color : #fff ; 
	font-weight : bold; 
}	
.TestimonialLocation  { display: inline; }	
.TestimonialCity  { 
	font-family : Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 9pt; 
	color : #fff ; 
	font-weight : bold; 
}	
.TestimonialState  { 
	font-family : Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 9pt; 
	color : #fff ; 
	font-weight : bold; 
}	
.TestimonialBody  { 
	line-height : 100%; 
	font-family : Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 9pt; 
	color : #fff ; 
	font-weight : normal; 
}	
.TestimonialBody a:link, .TestimonialBody a:active, .TestimonialBody a:visited  { color : #fff ; text-decoration: none; }
/*END HEADER ELEMENTS*/


/*NAV ELEMENTS*/
.bckNav		 { background: #403e3e url(/images/bckNav.gif) repeat-x; }
#navContainer { text-align: left; }
#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style-type: none; 
	line-height: 20px; 
	z-index: 55;
	}
	html>body #nav, #nav ul { position: relative; }
#nav a {
	display: block; 
	font-size: 11px;
	color: #000;
	text-decoration: none;
	width: 100%; 
}	
#nav a.parent {
	background: url(/images/arrow.gif) no-repeat; background-position: 95% 50%; 
}	
#nav a.parent:hover {
	background: url(/images/arrow.gif) center no-repeat; background-position: 95% 50%; 
	background-color: #cc0000; 
}
#nav a:hover {
	background: #cc0000; 
	text-decoration: none;
	color: #fff;
}	
#nav li { 
	float: left;
	white-space: nowrap; 
}
#nav li ul { 
	z-index: 3; 
	border: 1px solid #999; border-bottom-style: none; 
	padding: 0px; 
	position: absolute;
	background: #ccc; 
	width: 130px; 
	/*width: expression('132px'); */
	left: -999em; 
}	
#nav li ul li {
	width: 100%;
	border-bottom: 1px solid #999; 
}
#nav li ul ul { 
	margin: -21px 0 0 130px; 
}
#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; 
}
/*END NAV ELEMENTS*/
	
/*SPLASH PAGE ELEMENTS*/
.bckSplGray	 	{ background-color: #AAB6BD; }
.bckSplStripe	{ background-color: #658CA7; }
.bckHdr3  { background-color: #aab6bd;}
.bckHdr4  { background-color: #0C4F83;}
.splashSm 		{ font-family : Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif; font-size : 9pt; text-decoration : none; color : #000000 ;   }
.splashSm a:link, .splashSm a:active, .splashSm a:visited	{ font-size : 10px; text-decoration : none; color : #000000 ; }
.splashSm a:hover	{ text-decoration : underline; color : #6666ff ; }
/*END SPLASH PAGE ELEMENTS*/

/*DEFAULT PAGE ELEMENTS*/
.bckPopup { background: #ccc; }
.bckSplash { background: #fff url(/images/bckSplash.jpg) no-repeat 0 0; }

/*mainWhite-Models box*/
.contentMiddle { background: url(/images/contentMiddle.gif) repeat-y; }
.models a:link, .models a:active, .models a:visited {color: #000;font-size: 10px; line-height: 11px;}
.models a:hover {text-decoration: none;	color: #999;}
.models img { margin-bottom: -3px; margin-top:-3px;}
#mainBox { width: 406px; text-align: left;}

/*Welcome box*/
#box {
	padding: 5px;
	position:relative; 
	width: 203px; 
	height: 275px;
	margin:0;
}
#transbkg {position:absolute; top:0; right:0; width:203px; height:272px; background:#000; padding:5px;}
#transbkg {filter: alpha(opacity=70);
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	 -moz-opacity: 0.70; opacity:0.7;
}
html>body #transbkg { width: 193px; height: 262px;}
#words {	
	/*position: absolute;*/
	position: relative;
	top: 0px;
	right: 0px;
	width: 955px;
	height: 272px;
	overflow: auto;
	text-align: left;
	padding: 10px;
	color: #000;
}
html>body #words { width: 935px; height: 252px; }
#words h1 {
	color: #fff;
}

/*LatestNews box*/
#LatestNewsbox {
	position:relative; 
	width:203px; 
	height: 248px;
	margin:0;
}
#LatestNewstransbkg {position:absolute; top:0; right:0; width:203px; height:245px; background:#000; padding:5px;}
#LatestNewstransbkg {filter: alpha(opacity=70);
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	 -moz-opacity: 0.70; opacity:0.7;
}
html>body #LatestNewstransbkg { width: 193px; height: 235px;}
#LatestNewswords {	
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 245px;
	overflow: auto;
	text-align: left;
	padding: 10px;
	color: #fff;
}
html>body #LatestNewswords { width: 180px; height: 225px; }
#LatestNewswords h1 {
	color: #fff;
}

/* search inventory popup */
	.BckBox, .BckBox a { 
	color: #cc0000;
	font-weight: bold;
	margin-bottom: 0;
	}
	div#InventoryBlock{
	display:none;
	}
	div#Inventory { 
	position: absolute; 
	z-index: 5000; 
	top: 115px; 
	left: 425px; 
	width: 250px; 
	height: 200px; 
	color: #fff;
	}
	div#Inventory td { color: #fff; }
	div#TransBackground { 
	position: absolute; 
	z-index: 4000; 
	top: 100px; 
	left: 400px; 
	width:300px; 
	height:300px; 
	background-color:#000000; 
	border: 1px solid #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	 -moz-opacity: 0.85; opacity:0.85;
	}
	
/*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; }	
.invSpcUsedContainer { position: relative; margin:0 auto; width:100px; text-align: center; }
.invSpcUsedText { position: absolute; top: 68px; left: 0px; width: 100px; height: 15px; z-index: 2; font-size: 11px; font-weight: bold; color:#ccc; }
/*END DEFAULT PAGE ELEMENTS*/

#modelSlideShow { float:left; padding-right:10px; }
#modelText { border: font-family : Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; font-size : 11px; }

/*MISC ELEMENTS*/

#miniChat { position: absolute; top:-25px; left:-15px; }
html>body #miniChat { top:-55px; left:-25px; }

#mini800 { position: absolute; top:-30px; left:25px; color: #990000; font-family : Trebuchet MS, Arial, Verdana; font-size : 12px; font-weight: bold; }
html>body #mini800 { top:-30px; left:15px; }

#miniPreapproved { position: absolute; top:0px; left:290px; }
html>body #miniPreapproved { top:-30px; left:280px; }

.videoContainer { float: left; width: 220px; height: 300px; overflow: hidden; margin-right: 10px; margin-bottom: 20px;text-align: center; }
.videoContainerTitle {
position: relative;
height: 50px;
}

/* SOCIAL NETWORKING PAGE */

#networkWelcome {
position: relative;
padding: 100px;
height: 400px;
overflow: auto;
}

#socialLogos img {
margin-top: 20px;
margin-left: 15px;
margin-right: 15px;
}