﻿@import url('reset.css');
@import url('tabs.css');

@font-face {
    font-family: 'HelveticaLTStdBoldCondensed';
    src: url('../fonts/helveticaltstd-boldcond_0-webfont.eot');
    src: url('../fonts/helveticaltstd-boldcond_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaltstd-boldcond_0-webfont.woff') format('woff'),
         url('../fonts/helveticaltstd-boldcond_0-webfont.ttf') format('truetype'),
         url('../fonts/helveticaltstd-boldcond_0-webfont.svg#HelveticaLTStdBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLTStdCondensed';
    src: url('../fonts/helveticaltstd-cond_0-webfont.eot');
    src: url('../fonts/helveticaltstd-cond_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaltstd-cond_0-webfont.woff') format('woff'),
         url('../fonts/helveticaltstd-cond_0-webfont.ttf') format('truetype'),
         url('../fonts/helveticaltstd-cond_0-webfont.svg#HelveticaLTStdCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd87HvCn';
    src: url('../fonts/helveticaneueltstd-hvcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-hvcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-hvcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-hvcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-hvcn-webfont.svg#HelveticaNeueLTStd87HvCn') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#bcbcbc;
}

td {vertical-align:top;}

a:link, a:visited, a:active {text-decoration:underline; color:#bcbcbc;}
a:hover {color:#fff;}

p {
	display:block;
	margin:0 0 18px 0;
	line-height:18px;
}

.clear {
	display:block;
	height:1px;
	clear:both;
}

.center {text-align:center;}


h1, h2 {
	font-family: 'HelveticaLTStdBoldCondensed';
	font-size:22px;
	color:#fff;
	letter-spacing:-1px;
	margin-bottom:10px;
	display:block;
	text-shadow:1px 1px 3px #000;
	-moz-text-shadow:1px 1px 3px #000;
	-webkit-text-shadow:1px 1px 3px #000;
}

h3 {
	font-family: 'HelveticaLTStdBoldCondensed';
	font-size:18px;
	color:#fff;
	letter-spacing:-1px;
	text-shadow:1px 1px 3px #000;
	-moz-text-shadow:1px 1px 3px #000;
	-webkit-text-shadow:1px 1px 3px #000;
}

h4 {
	font-family: 'HelveticaLTStdBoldCondensed';
	font-size:16px;
	color:#931a1d;
	letter-spacing:-1px;
}



/*-------------------------Top Section----------------------*/

#top-bar {
	display:block;
	width:100%;
	height:25px;
	background:#231f20 url('../siteart/top-bar.gif') repeat-x left bottom;
	border-bottom:8px solid #931a1d;
}

#top {
	display:block;
	width:100%;
	height:617px;
	background:#fff url('../siteart/top-bg.jpg') no-repeat center bottom;
}

#top-content {
	display:block;
	width:994px;
	margin:0 auto;
}

#header {
	display:block;
	padding:8px 0 30px 0;
	font-family: 'HelveticaLTStdCondensed';
	font-size:16px;
	color:#231f20;
}

#header span.highlight {font-family: 'HelveticaNeueLTStd87HvCn';}

#header a:link, #header a:visited, #header a:active {text-decoration:underline; color:#931a1d;}
#header a:hover {color:#231f20;}


.logo {
	display:block;
	width:208px;
	height:172px;
	float:left;
	background:url('../siteart/logo.png') no-repeat left top;
}

.logo a {
	display:block;
	width:208px;
	height:172px;
	text-indent:-9999px;
}


.contact-info {float:right; width:734px; margin-top:60px;}
.contact-info table {width:734px;}
.address {width:195px;}
.hours {width:255px;}
.phone {width:284px;}


/*---Navigation---*/

#nav {display:block; width:208px; float:left;}
#nav li {display:block; margin-bottom:5px;}

#nav li a:link, #nav li a:visited, #nav li a:active {
	text-decoration:none;
	text-transform:uppercase;
	text-align:left;
	font-family: 'HelveticaNeueLTStd87HvCn';
	font-size:15px;
	letter-spacing:-1px;
	color:#fff;
	text-shadow:1px 1px 3px #000;
	-moz-text-shadow:1px 1px 3px #000;
	-webkit-text-shadow:1px 1px 3px #000;
	background:url('../siteart/btn-bg-off.png') no-repeat left top;
	padding:10px 0 9px 5px;
	display:block;
	box-shadow:0 2px 2px #6e6e6e;
	-moz-box-shadow:0 2px 2px #6e6e6e;
	-webkit-box-shadow:0 2px 2px #6e6e6e;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#nav li a:hover {background:url('../siteart/btn-bg-on.png') no-repeat left top;}



/*-------------------------Slide Section----------------------*/

#slide {
	display:block;
	width:100%;
	background:#931a1d url('../siteart/slide-bg.jpg') repeat center top;
}

#slide-content {
	display:block;
	width:994px;
	margin:0 auto;
	padding:10px 0;
}



/*-------------------------Content Section----------------------*/

#btm {
	display:block;
	width:100%;
	background:#231f20 url('../siteart/content-bg.gif') repeat-x left top;
}

#btm-content {
	display:block;
	width:994px;
	margin:0 auto;
	padding:40px 0;
}

.intro {
	display:block;
	padding-bottom:30px;
	border-bottom:1px solid #000;
}

.welcome {
	width:397px;
	padding-right:30px;
	border-right:1px solid #000;
}

.location {
	width:145px;
	padding:0 30px;
	border-left:1px solid #373737;
	border-right:1px solid #000;
}

.promo {
	width:332px;
	padding-left:30px;
	border-left:1px solid #373737;
}

.promo img {
	box-shadow:1px 3px 5px #000;
	-moz-box-shadow:1px 3px 5px #000;
	-webkit-box-shadow:1px 3px 5px #000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-bottom:5px;
}

.weather {
	display:block;
	border-top:1px solid #373737;
	padding:30px 0 0 0;
	text-align:center;
}

.main {
	width:650px;
	padding-right:30px;
	border-right:1px solid #000;
}

.sidebar {
	width:284px;
	padding-left:30px;
	border-left:1px solid #373737;
}



/*-------------------------OEM Section----------------------*/

#oem {
	display:block;
	width:100%;
	background:#fff url('../siteart/oem-bg.gif') repeat-x left top;
	border-top:8px solid #931a1d;
}

#oem-content {
	display:block;
	width:994px;
	margin:0 auto;
	text-align:center;
	padding:40px 0;
}

#oem-content img {margin:0 5px;}

.oem-row1 {display:block; text-align:center; margin-bottom:30px;}
.oem-row2 {display:block; text-align:center;}


/*-------------------------Footer Section----------------------*/

#footer {
	display:block;
	width:100%;
	background:#f3f3f3;
	padding:40px 0;
	text-align:center;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#999999;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#999999;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#999999;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#999999;}

.divfooter {width:450px; text-align:center; margin:0 auto;}

