@charset "utf-8";
/* CSS Document */
body
{
	background-color:#640E27;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center 180px;
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	color:#640E27;
	margin:0;
	padding:0;
	margin-bottom:13px;
}
#wrapper 
{
	width:772px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:13px;
	text-align:left;
	border: 2px solid #FEE4C0;
}
#footerWrapper
{
	width:772px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:13px;
	margin-bottom:50px;
	text-align:left;
	color:#FFF3BF;
}
#footerWrapper a
{
	text-decoration:none;
	color:#FFF3BF;
}
#header
{
	width:776px;
	float:left;
}
#content
{
	float:left;
	width:740px;
	margin:16px;

}
.flashBG
{
	background:#FFF3BF;
}
.menuBG
{
	background-color:#FFF3BF;
	background-image: url(../images/menuBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:120px;
}
p
{
	margin-top:0;
	font-size:1.4em;
}
.address
{
	float:left;
	margin-top:10px;
	margin-left:16px;
	padding:0;
	width:300px;
}
.links
{
	float:right;
}
.links ul
{
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.4em;
	margin-right:24px;
	margin-top:10px;
}
.links ul li
{
	margin-bottom:12px;
}
.mailto
{
	text-decoration:none;
	color:#640E27 !important;
}
.links ul li a
{
	text-decoration:none;
	color:#640E27;
}
ul.gallery
{
	list-style:none;
	padding:0;
	margin:0;
}
ul.gallery li
{
	padding:0;
	margin:0;
	display:inline;
	height:155px;
	width:170px;
	background:#FFF3BF;
}
ul.gallery li img
{
	margin-bottom:15px;
}
/*car containers*/
.carWrapper
{
	background:#FFF3BF;
	width:156px;
	height:164px;
	padding:7px;
	float:left;
	margin-top:19px;
	margin-right:19px;
		
}
.carText
{
	width:155px;
	height:50px;
	overflow:hidden;
	
}
.carText h2, .carText p, .carText a
{
	color:#000;
	font-size:1em;
	margin:0;
	padding:0;
	font-weight:bold;
	margin-top:4px;
	text-decoration:none;

}
.carPhoto
{
	margin:0;
	padding:0;
 	border: 1px solid #000000;
}
.carContainer
{
	width:155px;
	margin-left:1px;
}
#breadCrumb 
{
	color:#FFF3BF;
	margin-bottom:15px;
	display:block;
}
#breadCrumb a
{
	color:#FFF3BF;
	text-decoration:none;
}
.borderTable
{
	border:thin solid #FFE680;
	border-collapse:collapse;	
	font-size:1.1em;
}
.borderTable a
{
text-decoration:none;
color:#640E27;
}
.borderTable td
{
	border-collapse:collapse;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFE680;
	border-bottom-color: #FFE680;
}
.odd
{
	background:#FFEEA8;
}
.catName
{
color:#FFF3BF;
font-size:2em;
margin-bottom:10px;
font-weight:bold;
display:block;
width:740px;
float:left;
}
