﻿/* Make HTML 5 elements display block-level for consistent styling */ 
header, nav, article, footer, address, section { 
display: block; 
} 


/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

/***** END RESET *****/

body {
	margin: 0 auto;
	background: #fff;
	/*background-image:url(../siteart/background.jpg);*/
	border-top:5px solid #676767;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#000;
	overflow-x: hidden;
}

p, table {
	margin:0 0 15px 0;
}

h1 {font-size: 30px; color:#0d3276; font-weight:800; margin:0 0 10px 0;}
h2 {font-size: 14px; color:#a66836; font-weight:bold; margin:0 0 10px 0; text-transform:uppercase;}


p {font-size: 14px; color:#000; margin:0 0 10px 0;line-height:20px;}

td {
	padding:20px;
	
}

th {
	text-align:left;
	font-size: 20px; 
	color:#0d3276; 
	font-weight:bold; 
	margin:0 0 10px 0; 
	text-transform:uppercase;
	padding-top:20px;
}

a img {border:0;}
a {color: #0d3276; text-decoration:none;}
a:hover {color: #0d3276; text-decoration:underline;}

#clear {
	clear:both;	
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	position:relative;
	display:block;
}

.shadow {
	-webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, .5);
    box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, .5);
	background-color:#fff;
}

header {
	padding:0;
	height: 120px;/*For IE7*/ 
}

.logo {
	float:left;	
	padding-top:10px;
	max-width:1024px;
}

nav {
	height: 88px;
	background-color: #0d3276;
	background-image:url(../siteart/nav-bg.jpg);
	padding-left: 90px;
	
}

nav ul {
    list-style: none;
}

nav ul li {
    display: block;
    position: relative;
    float: left;
	text-align:center;
}

nav li ul {
    display: none;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	line-height:88px;
	padding:0px 20px;
	border-left:2px solid #133169;
	border-right:2px solid #1a4696;
}

nav ul li a:hover {
	color:#fff;
	text-decoration:none;
	background-image:url(../siteart/nav-bg-hover.jpg);
	border-left:2px solid #bc753d;
	border-right:2px solid #d68c51;
}

.inv-menu {
	list-style: none;
	float:right !important;
}

.inv-menu ul {
	padding-left:0px; 
}

.inv-menu ul li a {
	font-size:16px;
}





.image {
	height:338px;
	background-image:url(../siteart/truck.jpg);
}

.map {
	display:inline-block;
	padding-left:200px;
}

#contact-wrap{
	float:left;
	padding-left:0;
	padding-top:0;
	color:#1b4695;
}

.info{
	float:left;
	padding-left:60px;
	background-repeat:no-repeat;
	background-position: left center;
	padding-top:20px;
	padding-bottom:10px;
}

#contact-divide{
	height:4px;
	background-image:url(../siteart/orange-divide.jpg);
}

#visit{background-image:url(../siteart/location.png); margin-left:85px; background-position:0 25px;}
#call{background-image:url(../siteart/phone.png); margin-left:175px; background-position:0 25px;}
#email{background-image:url(../siteart/email.png); margin-left:250px; background-position:0 25px;}
#white-divide{
	height:4px;
	background-image:url(../siteart/white-divide.jpg);
}

#scrollinv{
	margin:10px 0px;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding: 15px 0px;
}
 
.scrolling{
    width:100%;
    height:92px;
}


#text-area{
	margin: 10px 0px 40px 0px;
}

footer {
	padding:30px 0;
	background-color:#fff;
	border-top:5px solid #676767;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#757575;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#757575;}
.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#757575;}
.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#757575;}
.divfooter {width:450px; text-align:center; margin:20px auto; line-height:13px; display:block;}

.home-text {
	width:675px;
}

.starburst {
	float:right;
}

/******************************** slideshow styles **/

.slide-contain {
    width: 900px;
    height:110px;
    position:relative;
    display:block;
    overflow:hidden;
    margin: 0 auto;
}

.cycle-slideshow {
    width:900px;
    height:120px; 
    display:block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index:9;
}
.cycle-slideshow img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:900px;
    height:120px;
}
