﻿body {
background: #CCCCCC;
}

td{
font-family: Verdana;
font-size: 8pt;
color: #000000;
}

a:link, a:visited, a:active{
text-decoration: none;
color: #B70231;
}

a:hover{
text-decoration: underline;
}

#logo{
background: url('siteart/logo_banner.gif') no-repeat;
height: 170px;
width: 700px;
}

#phone{
font-size: 22pt;
color: #5D5D5D;
padding-right: 20px;
text-align: right;
}

#content{
background: #EEEEEE;
padding: 10px;
height: 245px;
vertical-align: top;
}

.title{
background: #B70231;
color: #FFFFFF;
font-weight: bold;
font-size: 10pt;
}

.highlight{
background: #bbbbbb;
}

#state{
width: 305px;
height: 245px;
background: #5D5D5D;
padding-top: 10px;
}

#bottom{
height: 35px;
background: #333333;
}

/*Scrolling Inventory*/
#picture_opacity img{width:100px; height:70px; border:5px solid #B70231; margin-right:15px;}
#picture_opacity a img {filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5}
#picture_opacity a:hover img {filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;}

/***NAVIGATION STYLE BEGIN***/


a.nav:link, a.nav:visited, a.nav:active {
	background-color:#000000;
	color:#B70231;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;  
	text-decoration:none;
	display:block;
	padding: 15px 4px 15px 4px;
	text-align:center;
	}
	
a.nav:hover {background-color:#B70231; color:#000000;}

.navcell {
	width: auto;
	font-size:8pt;
	border-right: 1px solid #A9033A;
}


/***NAVIGATION STYLE END***/