* {padding: 0; margin: 0;}
img, fieldset {border: none;}
#wrapper ul {list-style: none;}
html {min-height: 100%;}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	line-height: 200%;
	color: #012c5a;
}
body.standard {
	background: url(/images/fade.png) left bottom repeat-x #0575bc;
}
/*end reset*/

/*text and defaults*/
p {
	margin-bottom: 1.4em;
	font-size: 1.2em;
}

p.slim {
	margin: 0;
}

br {
	margin-bottom: 1.4em;
}

p br, li br {
	margin-bottom: 0;
}

table {
	font-size: 1.2em;
}

#facebox table {
	font-size: 1em;
}

dl {
	margin-bottom: 1.4em;
}

li {
	font-size: 1.2em;
}

ul.bullets {/*bulleted lists must have a class on them*/
	list-style: disc !important;
	margin: 0 0 1.4em 14px;
}

ul.bullets li {
	font-size: 1.3em;
}

ol {
	margin: 0 0 1.4em 14px;
}

table {
	
}

input, textarea, option {
	padding: 2px;
}

a {
	text-decoration: none;
	color: #0072bb;
}

a:visited {
	color: #0072bb;
}


a:hover {
	text-decoration: underline;
	color: #23b14d;
}

a:active {
	text-decoration: underline;
}

h1 {
	font-size: 2.4em;
	margin-bottom: .4em;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	color: #0072bb;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.4em;
}

h4, h5, h6 {
	font-size: 1.2em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.enabled .inviz, .preload {/*hide content while preloading it*/
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	height: 0px !important;
	width: 0px !important;
	overflow: hidden !important;
}

.inner { /*a common inner wrapper element, seperates contents from edge*/
	position: relative;
}

.center {
	text-align: center;
}

img.centered {
	display: block;
	margin: 0 auto;
}

.rounded {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.faux {
	overflow: hidden;
}

/*end text and defaults*/

/*main layout*/

#background {
	padding: 1px 0;
	background: url(/images/background.png) repeat-x;
}

#wrapper {
	width: 950px;
	margin: 14px auto;
	border-top: 3px solid #005592;
	border-bottom: 3px solid #005592;
	position: relative;
	
}

#header, #footer, #page .faux {
	border-left: 3px solid #005592;
	border-right: 3px solid #005592;
}

#header {
	height: 157px;
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}

	div#homelink {
		background: #fff;/*masks out banner in case it is too large*/
		height: 157px;
		width: 227px;
	}
	
	a#logo {
		position: absolute;
		text-indent: -9999px;
		display: block;
		background: url(/images/logo.png) top left no-repeat;
		height: 141px;
		width: 141px;
		left: 51px;
		bottom: 1px;
	}
	
	a#logo:hover {
		background: url(/images/logo.png) bottom left no-repeat;
	}

#page {
	padding-top: 20px;
	background: url(/images/padding.png) no-repeat #fff;
	position: relative;
}

	#page .faux, #footer .faux {
		background: url(/images/sidebar-stripe.gif) repeat-y #fff;
		overflow: hidden;
	}
	
	#page .faux {
		padding: 20px;
	}
	

	#main {
		width: 680px;
		float: right;
		position: relative;
	}
	
	.index #main {
		min-height: 425px;
	}
	
	#sidebar {
		width: 190px;
		float: left;
	}
	
		#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
			color: #012C5A;
		}
		
		#sidebar img {
			border: 3px solid #005592;
			width: 180px;
		}
                
                #sidebar p.center img {
                        width: auto;
                        border: none;
                }
		
		#sidebar h2 {
			margin-top: .7em;
		}
		
		#sidebar #newsflash h2 {
			font-style: italic;
			margin-top: 0;
			margin-bottom: .7em;
		}
		
		#sidebar #newsflash {
			background: #fff;
			border: 3px solid #005592;
			padding: 20px;
		}
		
		#sidebar a:hover {
			color: #0072bb;
		}
		
		#newsflash li {
			margin-bottom: 1em;
		}
		
		#newsflash a {
			text-decoration: none;
			color: #005592 !important;
		}
		
		#newsflash h2 {
			color: #005592;
		}
		
		#newsflash a:hover {
			text-decoration: underline;
		}
		
	#fadeout {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
	}
	
	.enabled #fadeout {/*only shows up if JS enabled*/
		display: block;
	}
	
	.enabled #fadeout.second-visit {/*but hidden if second or more visit to page today*/
		display: none;
	}
	
#footer {
	clear: both;
	text-align: center;
}

	#footer .faux {
		padding: 0 20px;
	}
	
	#footer p {
		margin: 0;
	}
	
	#footer .left {
		width: 190px;
	}
	
	#footer .right {
		width: 680px;
	}

/*end main layout*/

/*navigation rules*/
#webadmin-nav2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 717px;
	height: 38px;
	text-align: center;
	color: #333;
	background: #0072bb;
}

#webadmin-nav2 span {
	font-size: 12px;
	color: #fff;
}

#webadmin-nav2 .spacer {
	padding:0 20px;
}


ul#nav, ul#webadmin-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 717px;
	height: 43px;
	text-align: center;
}

ul#nav li {
	float: left;
}

li#nav-about {
	width: 118px;
}

li#nav-services {
	width: 109px;
}

li#nav-parts {
	width: 86px;
}

li#nav-careers {
	width: 103px;
}

li#nav-news {
	width: 81px;
}

li#nav-forms {
	width: 95px;
}

li#nav-contact {
	width: 125px;
}

ul#nav a {
	display: block;
	height: 43px;
	text-indent: -9999px;
	background-image: url(/images/nav.png);
	background-repeat: no-repeat;
}

ul#nav a:focus {
	outline: none;
}

li#nav-about a {
	background-position: 0 0;
}

li#nav-services a {
	background-position: -118px 0;
}

li#nav-parts a {
	background-position: -227px 0;
}

li#nav-careers a {
	background-position: -313px 0;
}

li#nav-news a {
	background-position: -416px 0;
}

li#nav-forms a {
	background-position: -497px 0;
}

li#nav-contact a {
	background-position: -592px 0;
}

li#nav-about a:hover, li#nav-about a.active, li#nav-about a:focus, .staff li#nav-about a {
	background-position: 0 -43px;
}

li#nav-services a:hover, li#nav-services a.active, li#nav-services a:focus, .services li#nav-services a {
	background-position: -118px -43px;
}

li#nav-parts a:hover, li#nav-parts a.active, li#nav-parts a:focus {
	background-position: -227px -43px;
}

li#nav-careers a:hover, li#nav-careers a.active, li#nav-careers a:focus {
	background-position: -313px -43px;
}

li#nav-news a:hover, li#nav-news a.active, li#nav-news a:focus, .articles li#nav-news a {
	background-position: -416px -43px;
}

li#nav-forms a:hover, li#nav-forms a.active, li#nav-forms a:focus {
	background-position: -497px -43px;
}

li#nav-contact a:hover, li#nav-contact a.active, li#nav-contact a:focus {
	background-position: -592px -43px;
}

#webadmin-nav {
	background: #0072bb;
	line-height: 20px;
}

#webadmin-nav li {
	display: inline;
}

#webadmin-nav * {
	font-size: 12px;
	color: #fff !important;
}

#webadmin-nav a {
	padding: 0 5px;
}

#webadmin-nav a:hover {
	color: #b7cf85 !important;
}
/*end navigation rules*/

/*carousel rules*/
#slide {
	height: 210px;
	position: relative;
	border: #005592 solid;
	border-width: 3px 4px; 
	overflow: hidden;
	margin-bottom: 20px;
}

#slide li {
	float: left;
	line-height: 0;
}

#slide img {
	width: 224px;
	height: 210px;
}

#slide a.arrow, #slide .mask {
	display: none;/*hidden by default*/
	position: absolute;
	top: 0;
	width: 224px;
	height: 210px;
	z-index: 10;
	text-indent: -9999px;
}

#slide.slideready a.arrow, #slide.slideready .mask {
	display: block;
}

#left-mask {
	left: 0;
}

#right-mask {
	right: 0;
}

#left-arrow {
	background: url(/images/left-arrow.png) no-repeat;
	left: 0;
}

#right-arrow {
	background: url(/images/right-arrow.png) no-repeat;
	right: 0;
}

#slide a.arrow {
	opacity: .3;
	filter: alpha(opacity=30);
}

#slide .mask {
	background: #abd1e9;
	opacity: .5;
	filter: alpha(opacity=50);
}

#slide a.arrow:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}

#slide li a {
	position: relative;
	/*display: block;*/
	height: 210px;
	text-decoration: none !important;
}

#slide li a span.memo {
	position: absolute;
	width: 224px;
	padding: 2px 0;
	text-align: center;
	font-size: 12px;
	bottom: 0;
	left: 0;
	display: block;
	color: #fff;
	background: url(/images/memo.png) repeat-x;
	line-height: 20px;
}

#lightbox-image-details-currentNumber, #lightbox-nav-btnNext, #lightbox-nav-btnPrev {
	display: none !important;
}
/*end carousel rules*/

/*additional layout*/
.rightlist {
	background: #8e8d8d;
	float: right;
	width: 222px;
	border: 3px solid #005592;
	margin-left: 10px;
	margin-bottom: 10px;
}

.with-estimate-request .rightlist {
    margin-top: 15px;
}

.rightlist ol {
	padding: 0 16px 10px 16px;
	margin-left: 16px;
	font-weight: bold;
}

.rightlist * {
	color: #fff!important;
}

.rightlist a {
	text-decoration: underline;
}

.rightlist a:hover {
	text-decoration: none;
}

.rightlist h4 {
	border-bottom: 2px solid #fff;
	padding-top: 10px;
	margin: 0 16px 1em;
	font-size: 1.4em;
}

.rightlist ol span {
	font-weight: normal;
}

.about .rightlist em, .staff .rightlist em {
	font-size: .8em;
}

em.position, em.date {
	color: #0072BB;
	font-size: 1.3em;
}

h3.section {
	border-top: 3px solid #86acd4;
	padding-top: 8px;
}

p.price, p.bolddate {
	font-weight: bold;
	padding-right: 8px;
}

#map {
	border: 3px solid #005592;
	line-height: 0;
}

#loginlink {
	position: relative;
	z-index: 100;
	width: 227px;
	text-align: center;
}

#loginlink a, #loginlink a:visited {
	color: #fff;
}

#webadmin-nav a.active {
	text-decoration: underline;
	color: #23b14d !important;
}

p#request-info {
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 12px;
	font-weight: bold;
	width: 222px;
	text-align: center;
}

p#request-info a:hover {
    text-decoration: none;
}

p#request-info a:hover img {
    opacity: .85;
    filter: alpha(opacity=85);
}

.interior {/*featureless interior element for positioning only*/
	position: relative;
}

div#contactform {
	margin: 0 auto;
	width: 420px;
}

#contactform p {
    margin-bottom: .5em;
}

#contactform label {
    font-weight: bold;
}

#contactform input[type=text], #contactform textarea {
	width: 410px;
}

#contactform textarea {
	height: 100px;
}

.enabled div#contactform {
	/*display: none;*/
	margin: 0;
}

/*end additional layout*/

/*banner styles*/

#banner {
    width: 717px;
    height: 114px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}

#banner .mask {
    position: absolute;
    background: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    left: 0;
    top: 0;
    width: 717px;
    height: 114px;
}

#banner .left {
    width: 114px;
    position: relative;
}

#cycle {
    width: 589px;
    height: 114px;
    overflow: hidden;
}

#cycle, #cycle * {
    background: none !important;/*something to do with IE, cycles fade fix I guess*/
}

#banner table {
    position: relative;
    text-align: center;
}

#cycle table {
    height: 114px;
    overflow: hidden;
    width: 589px;
}

#cycle table td {
    width: 100%;
}

#close-sale {
    position:absolute;
    top:0;
    right:0;
    line-height:0;
}

#banner table * {
    margin: 0 !important;
    font-size: 19px;
    color: #20b239;
}

#banner a {
    text-decoration: underline;
}

#banner .slide {
    width: 589px;
    /*display: none;*/
}

/*#banner #slide1.slide {
    display: block;
}*/

