@charset "utf-8";
body {
	background-image: url(images/body.png);
	background-repeat: repeat;
	margin: 0px;
}
.footerBG {
	background-image: url(images/footer.png);
	height: 82px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 79px;
}
.leftColumn h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #D13529;
	margin-top: 0px;
	margin-bottom: 18px;
	font-weight: normal;
	font-size: 23px;
}

.content {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	clear: both;
	padding-top: 8px;
	background-image: url(images/bodybg.png);
}
.clear {
	clear: both;
}

.leftColumn {
	clear: right;
	float: left;
	width: 551px;
	padding-left: 40px;
	padding-right: 20px;
}
p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 18px;
}
.rightColumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.leftColumn h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 23px;
	color: #D13529;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 18px;
}
.leftColumn h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 19px;
	color: #D93529;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 18px;
}

.zeroMargin {
	margin-top: 0px;
	margin-bottom: 0px;
}

.leftColumn li {
	list-style-type: none;
	background-image: url(images/bullett.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}
.leftColumn li a:hover {
	text-decoration: underline;
}

.leftColumn ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.leftColumn li a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #D13529;
	font-weight: bold;
	text-decoration: none;
}


.rightColumn {
	clear: right;
	float: left;
	width: 175px;
	padding-right: 30px;
	padding-left: 30px;
}
.rightColumn h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #D13529;
	margin-top: 0px;
	margin-bottom: 18px;
}
.rightColumn h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #D13529;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}



.logo {
	height: 86px;
	width: 234px;
	position: absolute;
	left: 39px;
	top: 13px;
}
.directions {
	height: 80px;
	width: 189px;
	position: absolute;
	left: 628px;
	top: 17px;
}


.headerContainer {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 116px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.bodyContainer {
	overflow: visible;
	background-color: #FFFFFF;
}
.bodyBG {
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
	overflow: visible;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.shadowbg {
	background-image: url(images/shadowBG.png);
	height: 22px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navMenu {
	height: 39px;
	width: 860px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/navBG.png);
	margin-right: auto;
	margin-left: auto;
}

/******** Begin Nav Menu*************/

.solidblockmenu{
	overflow: hidden;
	margin-bottom: 0em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: center center;
	margin-top: 0;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 700px;
	margin-left: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.solidblockmenu .leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}


.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	height: 23px;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #000000;
	background-color: transparent;
	background-image: url(images/hover.png);
	background-repeat: repeat-x;
	background-position: center center;
}
body.bmwActive a.bmw {
	background-image: url(images/hover.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
body.audiActive a.bmw {
	background-image: url(images/hover.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
body.mercedesActive a.bmw {
	background-image: url(images/hover.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
body.volkswagenActive a.bmw {
	background-image: url(images/hover.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
