@charset "UTF-8";

/* PNG Fix for those pesky IE6 people */
img, div, a, table, tr, td, input, ul, li { behavior: url(Styles/resources/iepngfix.htc) }

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/tile.gif);
	background-repeat: repeat;
}
#top {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 201px;
	width: 100%;
	background-color: #000;
}
#top #container {
	padding: 0px;
	height: 201px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/inside-banner.jpg);
	background-repeat: no-repeat;
}
#top #container #header {
	height: 80px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
#top #container #header .logo {
	display: block;
	float: left;
	height: 58px;
	width: 235px;
	padding-top: 22px;
}
#top #container #header .nav {
	display: block;
	padding: 0px;
	float: left;
	width: 537px;
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 188px;
}
#top #container #header .nav div {
	display: block;
	padding: 0px;
	height: 50px;
	float: left;
	margin: 0px;
	overflow: auto;
}
#top #container #header .nav div a  {
	height: 50px;
	position: block;
	display: block;
}
#top #container #header .nav div.home {
	background-image: url(../images/nav-home-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 72px;
	display: block;
}
#top #container #header .nav div.homeOn {
	background-image: url(../images/nav-home-btn.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	width: 72px;
	display: block;
}
#top #container #header .nav div.about {
	background-image: url(../images/nav-about-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 92px;
	display: block;
}
#top #container #header .nav div.aboutOn {
	background-image: url(../images/nav-about-btn.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	width: 92px;
	display: block;
}
#top #container #header .nav div.current {
	background-image: url(../images/nav-specials-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 148px;
	display: block;
}
#top #container #header .nav div.currentOn {
	background-image: url(../images/nav-specials-btn.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	width: 148px;
	display: block;
}
#top #container #header .nav div.dealer {
	background-image: url(../images/nav-dealer-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 139px;
	display: block;
}
#top #container #header .nav div.dealerOn {
	background-image: url(../images/nav-dealer-btn.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	width: 139px;
	display: block;
}
#top #container #header .nav div.contact {
	background-image: url(../images/nav-contact-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 86px;
	display: block;
}
#top #container #header .nav div.contactOn {
	background-image: url(../images/nav-contact-btn.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	width: 86px;
	display: block;
}
#top #container #header .nav div:hover {
	background-position: 0px -50px
}
#bottom {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/body-top-border.gif);
	background-repeat: repeat-x;
}
#bottom #box {
	display: block;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bottom #box h1 img  {
	text-align: left;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#bottom #box .content {
	display: block;
	float: left;
	width: 690px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottom #box .content p {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-style: normal;
	line-height: 18px;
	text-align: left;
	padding-bottom: 15px;
}
#bottom #box #sidebar {
	display: block;
	float: left;
	width: 230px;
	margin-left: 10px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#bottom #box .promo {
	display: block;
	width: 230px;
	margin-bottom: 30px;
}
#bottom #box .promo .list {
	display: block;
	width: 220px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
	margin-bottom: 15px;
}
#bottom #box .promo .list a {
	display: block;
	text-decoration: none;
}
#bottom #box .promo .list a:hover {
	display: block;
	color: #00C;
	text-decoration: none;
}
#bottom #box .promo .list img {
	float: left;
	display: block;
	padding-right: 10px;
	padding-bottom: 15px;
}
#bottom #box .promo .list p {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-style: normal;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
}
#bottom #box .promo .list p.intro {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-style: normal;
	line-height: 12px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#bottom #box .promo p {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-style: normal;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
}
#bottom #box .promo p.instruction {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-style: normal;
	line-height: 12px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding-top: 15px;
}
#bottom #box .promo #searchform {
	display: block;
	width: 230px;
	padding-top: 5px;
	text-align: left;
}
#bottom #box .promo #searchform label #search {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-image: url(../images/form-field.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 220px;
	height: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	padding-right: 5px;
	padding-left: 8px;
}
#footer {
	display: block;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #BBB;
	padding-top: 10px;
}
#footer .left {
	float: left;
	width: 50%;
	text-align: left;
}
#footer .left p {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #999;
	text-decoration: none;
}
#footer .left p a {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #999;
	text-decoration: none;
}
#footer .left p a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #666;
	text-decoration: none;
}
#footer .right {
	float: left;
	width: 50%;
	text-align: right;
}
#footer .right p {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #999;
	text-decoration: none;
}
#footer .right p a {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #999;
	text-decoration: none;
}
#footer .right p a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #666;
	text-decoration: none;
}
table { border-collapse:separate; border-spacing:0; }
th, td, caption { padding:4px 10px 4px 5px; vertical-align:top;
	}


.contact_main
{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #666;
	text-decoration: none;
}

.dealerlocator
{	
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-style: normal;
	line-height: 18px;
	text-align:left;
}

.dlr
{
	height:125px;
	width:230px;
	float:left;
}

a:link
{
	font-size:10px;
	color:#666;
}

a:visited
{
	font-size:10px;
	color:#666;
}

.dlrLogo
{
	float:left;	
}

.clear 
{
	clear:both;
}

.dealerlocator img
{
	padding:2px;
}
.dealerlocator h1
{
	padding-top:25px;
}

.dealerlocator  h2
{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #666;
	font-style: normal;
	line-height: 18px;
}

h1
{
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	color: #3397dc;
	font-style: normal;
	line-height: 18px;
	padding-bottom: 15px;
}

.DefaultLinks_alt
{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

.DefaultLinks 
{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

.blueOver
{
	color: #FFFFFF;
	font-size: 10px;
	background-color: #0552A2; 
	border: 0px #FFFFFF solid;
	cursor: hand;
} 


.admin_main
{
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	width:450px;
}

.admin_box
{
	background-color:White;
	padding:10px;
	width:350px;
	border:solid 1px gray;
}

.lg_left
{
	float:right;
	padding:20px;
}
.lg_right
{
	float:right;
	padding:20px;
}