html {
	height: 100%;
}
body {
	background-image: url(images/striped_background_1pixel.gif);
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, san-serif;
	font-size: 85%;
	text-align: center;
}

h1 {
	display: block;
	font-size: 1.4em;
	border-bottom: 1px solid #273759;
	padding: 0 0 5px 0;
}

h2 {
	display: block;
	font-size: 1.2em;
	color: #273759;
	padding: 0px;
	margin: 0px;
}

h4 {
	border-bottom: 1px solid silver;
	margin: 0px;
	padding: 0 0 3px 0;
	color: #086af1;
}

.mainColumn {
	padding: 15px;
	display: block;
	width: 474px;
}
a.showroomLink:active, a.showroomLink:visited, a.showroomLink:link {
	color: #273759;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	text-decoration: none;
	font-size: 65%;
	text-align: left;
	display: block;
}
a.showroomLink:hover {
	color: #ffffff;
	background-color: #273759;
}
a.footerLink:active, a.footerLink:visited, a.footerLink:link {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
}
a.footerLink:hover {
	color: #999999;
}
.navBlock ul, .navBlock li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
A.mainNav:link, A.mainNav:visited, A.mainNav:active, .navBlock li a, .navBlock li a:link, .navBlock li a:visited, .navBlock li a:active, .navBlock li a {
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	display: block;
	padding: 3px 0px 3px 10px;
	font-size: 80%;
	border-bottom: 1px solid silver;
}
A.mainNav:hover, .navBlock li a:hover {
	background-color: #e1e1e1;
	color: #666666;
}
img {
	border: none;
}
.printHeader {
	display: none;
}
.mainBody {
	width: 716px;
	background-color: #ffffff;
	margin-right: 8px;
	text-align: left;
}
label {
	font-weight: bold;
	color: #666666;
}
.outerFrame {
	height: 100%;
	float: none;
	margin-left: 8px;
	width: 724px;
	background-image: url(images/right_outer_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.leftBorder {
	background-image: url(images/left_outer_bg.gif);
	background-repeat: no-repeat;
	width: 732px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
.titleNav {
	padding-left: 5px;
	padding-top: 5px
}
.showroom {
	border: 1px solid silver;
	background-image: url(images/showroom_bg2.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 155px;
	width: 129px;
	margin-top: 3px;
}
.special1 {
	width: 168px;
	height: 135px;
	background-color: silver;
	border: 1px solid silver;
	background-image: url(images/special1_bg.gif);
	background-position: bottom;
	padding: 20px 15px 0px 23px;
	margin-top: 3px;
}
.bodyTable {
	margin-left: 4px;
	width: 709px;
}
.navBlock {
	margin-left: 4px;
	background-image: url(images/mainNav_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 187px;
	width: 206px;
	text-align: left;
	border: 1px solid silver;
	position: relative;
}

.motortrend {
	display: block;
	position: absolute;
	width: 206px;
	height: 63px;
	overflow: hidden;
	top: 124px;
}

.bodyCopy {
	width:560px;
	border: 1px solid #999999;
	font-size: 75%;
	background-color: #e1e1e1;
	margin-top: 3px;
	margin-left: 2px;
	padding: 5px 5px 0px 5px;
}
.footer {
	width: 694px;
	margin-left: 4px;
	border-top: 3px solid white;
	padding-bottom: 3px;
	text-align: left;
	padding-top: 1px;
	padding-left: 15px;
	height: 26px;
	color: #ccccff;
	background-image: url(images/footer_bg.gif);
}
.splashdiv {
	float: right;
	width: 500px;
	background-color: black;
}
.formdiv {
	float: right;
	width: 500px;
	font-size: 9pt;
	padding-top: 28px
}
.navBlockPreOwned {
	background-image: url(images/mainNav_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 170px;
	border: 1px solid silver;
	float: right;
}
div.serviceLinks a, div.serviceLinks a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #273759;
	font-size: 10pt;
}
div.serviceLinks a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Drop Menu */

.navBlock li.hasChildren {
	position: relative;
	background: url(images/arrow.png) no-repeat 190px center;	
}

.navBlock li.hasChildren a, .navBlock li.hasChildren a:link, .navBlock li.hasChildren a:active, .navBlock li.hasChildren a:visited {
	display: block;
}

.navBlock li ul{
	display: none;
	position: absolute;
	margin: 15px 0 0 0;
	padding: 0;
	width: 160px;
	border: 1px solid black;
	background: white;
	z-index: 99999;
	top: 7px;
	left: 200px;
	border-bottom: 0px;
	}

.navBlock li ul li{
	margin: 0;
	width: 100%;
	z-index: 99999;
	float: left;
	padding: 0;
	position: relative;
	background: none;
	clear: left;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	}

.navBlock li ul li a:link, .navBlock li ul li a:visited{
	margin: 0px;
	padding: 5px 0;
	padding-left: 15px;
	text-transform: none;
	color: #333333;
	display: block;
	background: none;
	}

.navBlock li ul li a:hover{
	margin: 0px;
	text-transform: none;
	color: white;
	display: block;
	text-decoration: none;
	background: #082197;
	}

.navBlock li:hover ul, .navBlock li.sfhover ul{
	margin: 0px;
	display: block;
	}

.navBlock li li ul{
	display: none;
	}
	
.navBlock li li:hover ul, .navBlockli li.sfhover ul{
	margin: 0px;
	padding: 0px;
	display: block;
	left: 150px;
	top: 0;
	}

.navBlock li li ul{
	display: none !important;
}

.hours {
	color: white;
	display: block;
	text-decoration:none;
	font-weight: bold;
	margin: 7px 0 0 0;
}

