@charset "utf-8";

a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #7F885C;
}
a img {
	border: 0;
}
a img.border {
	border: 1px solid #000;
}
a:hover img.border {
	/* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
	border: 1px solid #FC3307;
}
body {
    font-family: Arial, Helvetica, sans-serif;
	color: #483A23;
	font-size:11px;
	background-color: white;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	min-height:768px;
	min-width:914px;
}

#back {
	background-image:url(/assets/images/b.gif);
	background-repeat:repeat
}

#btop {
background:url(/assets/images/btop2.png) no-repeat center;
height:36px;
width:914px;
}

#RCbanner {
	background:url(/assets/images/logo2.gif) no-repeat center;
	height:28px;
	width:55px;
	margin: 0 0 0 30px;
}

#toppic {
	margin: 0 0 0 -3px;
}


#topbar {
	background:url(/assets/images/bar.gif) no-repeat center;
	height:20px;
	width:894px;
	margin-left:6px;
}

#topbar2 {
	background:url(assets/images/bar.gif) no-repeat center;
	height:20px;
	width:894px;
	margin-left:6px;
}


#btmbar {
	background:url(/assets/images/bbar.gif) no-repeat center;
	height:8px;
	width:894px;
	margin-left:6px;
}

#btmbar2 {
	background:url(assets/images/bbar.gif) no-repeat center;
	height:8px;
	width:894px;
	margin-left:6px;
}

#banbot {
background:url(/assets/images/bbtm.png) no-repeat center;
height:44px;
width:914px;
}

#bbtm ul,#btop ul {list-style-type:none;}
#bbtm li,#btop li {display:inline;} 

#bcntr {
background:url(/assets/images/bcntr.png) repeat-y center;
}

#bcntr2 {
	background:url(/assets/images/bcntr2.png) repeat-y center;
}

#container {
	display:table-cell;
	height:100%;
	position:relative;
	text-align:center;
	vertical-align:middle;
}


#inner {
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:914px;
}

#container2 {
	display:table-cell;
	height:630px;
	position:relative;
	text-align:center;
	vertical-align:middle;
}


#inner2 {
	height:630px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:914px;
}

#outer {
display:table;
height:100%;
vertical-align:middle;
width:100%;
}

#validbtns {
	float:right;
	margin:7px 25px 0 5px;
}

.btnA {
margin:0 3px;
}
.btnB {
margin:0 7px;
}

* {
margin:0;
padding:0;
}

.mnuTXThi {
	color:#E6DEC6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
	font-weight:normal;
	letter-spacing:0.1px;
	margin: 20px 0 0 10px;
	text-decoration:none;
	float:left;
	text-align:left;
}
.mnuTXTlo {
	color:#42413C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-variant:normal;
	font-weight:bolder;
	letter-spacing:0.1px;
	margin: 10px 0 0 10px;
	text-decoration:none;
	float:left;
}
.sp {
	margin: 0 20px 0 20px;
}

#content2 h3 {
	margin: 0;
	margin-left: 400px;
}

.sp3 {
	margin: 15px 0 30px 0;
}

.trighth span.dntshow { display:none;}  
.mnuTXTlo span.dntshow { display:none;} 
#content span.dntshow { display:none;} 
#content2 span.dntshow { display:none;} 

.mnuTXThi a:link,.mnuTXThi a:active,.mnuTXThi a:visited
{
	color:#E6DEC6;
	text-decoration:none;
}

.mnuTXTlo a:link,.mnuTXTlo a:active,.mnuTXTlo a:visited
{
	color:#42413C;
	text-decoration:none;
}


.mnuTXThi a:hover,.mnuTXTlo a:hover {
	color:#7F885C;
	text-decoration:none;
}



html,body {
height:100%;
width:100%;
}

.leftpic{
 margin: 5px 10px 10px 10px;
 float:left;
}
.rightpic{
	margin: 5px 10px 15px 10px;
	float:right;
}


.left {
	float:left;
}
.right {float:right;}

.tleft {
	float:left;
	margin: 4px 0 0 48px;
	font-weight:bold;
}
.tright {
	float:right;
	margin: 4px 10px 0 0;
	font-weight:bold;
}

.tlefth {
	float:left;
	margin: 4px 0 0 48px;
	font-weight:bold;
	color: #CCD0BA;
	text-align: left;
}
.trighth {
	float:right;
	margin: 4px 10px 0 0;
	font-weight:bold;
	color: #CCD0BA;
	text-align: right;
}


.tright2 {
	float:right;
	margin: 4px 220px 0 0;
	font-weight:bold;
}

#content,#content2 {
	text-align:left;
	margin: 10px 25px 10px 25px;
}

#content p,#content2 p{
	text-align:left;
	text-indent: 5px;
	margin: 10px 20px 15px 10px;
}

#content2 p{
	text-align:left;
	text-indent: 5px;
	margin: 10px 20px 15px 10px;
	font-size: 14px;
	font-weight: bold;
}
#innercontainer{
	margin-left: 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#vids {
  margin: 20px 10px 10px 0;
}

.lgnink {
 float:right;
 margin-right:40px;
 color:#42413C;
 font-size:9px;
}

.admH2txt {
  margin:10px; color:#42413C;
}

.admTxt { 
 color:#42413C;
 font-weight:bold;
}

.adm2Txt a {
	color:#999999;
	font-weight:bold;
	font-size:14px;
	margin:5px 0 5px 0;
}

.adm2Txt a:hover {
	color:#7F885C;
	font-weight:bold;
	font-size:14px;
	margin:5px 0 5px 0;
}

.adm2Txt span {
	color:#CCCCCC;
	font-size:14px;
	margin:5px 10px 5px 10px;
}

.adm3Txt {
	background-color:#7F885C;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
.adm3Txt td {
	background-color:#7F885C;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin:10px 0 10px 0;
}


.adm4Txt {
	color:#42413C;
	font-size:11px;
	margin:5px 0 5px 0;
}


.adm4Txt a {
	color:#999999;
	font-weight:bold;
	font-size:11px;
}

.adm4Txt a:hover,.adm5Txt a:hover {
	color:#7F885C;
	font-weight:bold;
	font-size:11px;
}

.adm5Txt  {
	color:#999999;
	font-weight:bold;
	font-size:11px;
	padding:10px;
}

.adm5Txt a {
	color:#999999;
	font-weight:bold;
	font-size:11px;
	padding:10px;
}

.gridstyle {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #42413C;
}

.CarDate {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color:#483A23;
}

.CarTitle {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:13px;
	color:#483A23;
	margin: 15px 10px 0 0;
	vertical-align:bottom;
	line-height: 115%;
}
.CarPrice {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:14px;
	color:#483A23;
	float:left;
	margin:15px 0 0 0;
}

.CarDetail {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color:#999999;
	margin: 2px 10px 0 0;
    line-height: 115%;
}

.Mileage {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color:#999999;
	float:left;
	margin: 2px 0 0 0;
}

.imgset{
	margin:20px 0 10px 0;
}

.textaligntop {
 vertical-align:top;
}

.textalignbtm {
 vertical-align:bottom;

}

.adm6Txt {
	color:#999999;
	font-size:11px;
    padding:10px;
 
}

.ifx {
  margin-left:10px;
}

