body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #336;
	margin: 0;
	padding: 0;
}


a{
	color: #336;
}

a img, img {
	border: 0;
}

h1{
	font-size: 20px;
	font-weight: normal;
	color: #c00;
}

#header{
	background: url('images/header/truck.jpg') no-repeat top center;
	color: #fff;
	height: 420px;
}

#header-bar{
	background: url('images/header/trans-bg.png') repeat top left;
	color: #fff;
}

#header-content{
	width: 980px;
	margin: 0 auto;
	padding: 6px 0 0 0;
	height: 74px;
}

#header a{
	color: #fff;
}

#header h1, #header #logo{
	margin: 0;
}

#header h1 a, #header #logo a{
	display: block;
	background: url('images/header/logo.jpg') no-repeat top left;
	float: left;
	width: 283px;
	height: 0;
	padding: 74px 0 0 0;
	overflow: hidden;
	margin: 0 0 0 10px;
}

#menu{
	float: right;
	margin: 54px 0 0 0;
	padding: 0;
	font-size: 14px;
}

#menu ul{
	float: left;
	margin: 0;
	padding: 0;
}

#menu li{
	float: left;
	list-style: none;
}

#menu li a{
	padding: 0 1em;
	color: #fff;
	text-decoration: none;
	background: url('images/menu/bullet.png') no-repeat left center;
}

#menu li a:hover, #menu li a.current{
	color: #f33;
}

#contact-bar{
	background: #f33;
	color: #fff;
}

#contact-bar-content{
	margin: 0 auto;
	width: 980px;
	height: 27px;
	line-height: 27px;
}

#contact-bar-content p{
	float: right;
	margin: 0;
}

#contact-bar-content p.tagline{
	float:left;
}

#contact-bar-content a{
	color: #fff;
	text-decoration: none;
}

#contact-bar-content a:hover{
	text-decoration: underline;
}

#content{
	margin: 0 auto;
	width: 940px;
	padding: 0 20px;
	position: relative;
}

#content #border-top-left{
	position: absolute;
	top: 0;
	left: 0;
	background: #f33 url('images/content/top-fade-border.jpg') no-repeat top left;
	width: 1px;
	height: 100%;
}

#content #border-bottom-left{
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('images/content/bottom-fade-border.jpg') no-repeat top left;
	width: 1px;
	height: 40px;
}


#content #border-top-right{
	position: absolute;
	top: 0;
	right: 0;
	background: #f33 url('images/content/top-fade-border.jpg') no-repeat top left;
	width: 1px;
	height: 100%;
}

#content #border-bottom-right{
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('images/content/bottom-fade-border.jpg') no-repeat top left;
	width: 1px;
	height: 40px;
}

#footer{
	clear: both;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: url('images/footer/brands.jpg') no-repeat top left;
	height: 313px;
	margin: 20px 0 0 0;
	padding: 0;
}

.brand{
	clear: both;
	border-top: 1px solid #ccc;
	margin: 1em 0;
}

.brand .brand-image{
	float: left;
	width: 300px;
	text-align: center;
	padding: 1em 0;
}

.brand .brand-text{
	float: left;
	width: 600px;
	color: #666;
}

.brand .brand-text span{
	font-weight: bold;
	color: #336;
}

.expanding-list dt{
	color: #c00;
	cursor: pointer;
}

.expanding-list dd{
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}

img.sidebar{
	float: right;
}
