@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background-image:url(/images/bkg.jpg);
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	font-size:22px;
	margin:0px;
	padding:0px;
}

td {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:active, a:visited, a:link {
	color:#ff3333;
	text-decoration:underline;
}
a:hover {
	color:#900;
	text-decoration:none;
}
.main {
	background-image:url(/images/main_bkg.jpg);
	background-repeat:repeat-y;
}
.topPhone {
	color:#ff3333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:30px;
	text-align:center;
}
.menu {
	background-image:url(/images/menu_bkg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	height:25px;
	color:#FFF;
}
.feature {
	background-image:url(/images/twine.jpg);
	background-repeat:no-repeat;
	width:468px;
	height:200px;
}
.search {
	background-image:url(/images/search_bkg.jpg);
	background-repeat:repeat;
	width:348px;
	height:197px;
}
.video {
	background-image:url(/images/video_bkg.jpg);
	background-repeat:repeat;
	width:348px;
	height:331px;
}

.menu2 {
	background-image:url(/images/menu_bkg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	color:#FFF;
	
}

.button
{
	width:80px;
	height:19px;
	display: block;
	background: url(/images/button_bkg.jpg) repeat-x right;
	border-width:0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff !important;
	font-weight:bold;
	font-variant:small-caps;

}



.formBox {
	align:right;
	width:150px;
}

label.innerForm
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
color:#010000;
font-weight:bold;
}

label.innerForm2
{
width: 13em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
color:#010000;
font-weight:bold;
}

a.customLink:active, a.customLink:visited, a.customLink:link {
text-decoration:none;
}

.customLink {
text-decoration:none;
display:block;
font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-weight:bold;
font-variant:small-caps;
text-align:center;
background-image:url(/images/button_bkg.jpg);
background-repeat:repeat-x;
height:20px;
width:160px;
padding-top:2px;
}

.PaymentTable {
      background-color:#eeddbb;
      border:1px solid #010000;
      }
      
a.newVehicles:link, a.newVehicles:visited, a.newVehicles:active 
{
	width:348px;
	height:40px;
	display: block;
	background: url(/images/newVehicles_btn.jpg) no-repeat right;

}
a.newVehicles:hover  
{
	background: url(/images/newVehicles_btn_over.jpg) no-repeat right;
}      

a.usedVehicles:link, a.usedVehicles:visited, a.usedVehicles:active 
{
	width:348px;
	height:39px;
	display: block;
	background: url(/images/usedVehicles_btn.jpg) no-repeat right;

}
a.usedVehicles:hover  
{
	background: url(/images/usedVehicles_btn_over.jpg) no-repeat right;
} 


a.approved:link, a.approved:visited, a.approved:active 
{
	width:348px;
	height:40px;
	display: block;
	background: url(/images/approved_btn.jpg) no-repeat right;

}
a.approved:hover  
{
	background: url(/images/approved_btn_over.jpg) no-repeat right;
} 

a.appointment:link, a.appointment:visited, a.appointment:active 
{
	width:348px;
	height:40px;
	display: block;
	background: url(/images/appointment_btn.jpg) no-repeat right;

}
a.appointment:hover  
{
	background: url(/images/appointment_btn_over.jpg) no-repeat right;
} 

a.cash:link, a.cash:visited, a.cash:active 
{
	width:348px;
	height:35px;
	display: block;
	background: url(/images/cash_btn.jpg) no-repeat right;

}
a.cash:hover  
{
	background: url(/images/cash_btn_over.jpg) no-repeat right;
} 

.dealerCitys {
	display:none;
}

.headerDiv {
	display:none;
}