﻿/*-----Site Colors-----
	Red: #e90000
	Gray: #bfbfbf
	Black: #000
*/


body {
	background:url(../siteart/sitebg.jpg) #757575 top;
	margin:0;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#e90000;
}

a:hover {
	color:#000;
}

img {
	border:0;
}

h1 {
	font-size:18px;
	font-weight:normal;
	color:#e90000;
	display:block;
	margin:0 0 10px;
}

h2 {
	font-size:16px;
	font-weight:normal;
	color:#000;
	margin:0 0 10px;
	display:block;
}

#wrapper {
	background:#fff;
	border-right:5px #e90000 solid;
	width:1024px;
}

/*----------------Left Section---------------*/

#left {
	vertical-align:top;
	background:#e90000;
	width:215px;
}

#nav {
	vertical-align:top;
	padding:10px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:block;
	float:left;
	padding:3px 0;
	border-bottom:1px #bfbfbf dotted;
}

#nav li a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	background:#bfbfbf;
	padding:5px;
	width:195px;
	display:block;
}

#nav li a:hover {
	background:#767676;
}

.link1 {
	border-top:1px #bfbfbf dotted;
}


/*------------------Right Section------------------*/

#right {
	vertical-align:top;
	width:809px;
}


/*---Top---*/

#top {
	text-align:center;
	height:146px;
}

.top1 {
	text-align:center;
	padding:0 15px;
}

.top2 {
	text-align:center;
	padding:0 15px;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
}

.top3 {
	text-align:center;
	padding:0 15px;
}


/*---Mid---*/

#mid {
	background:#000;
	padding:10px 0;
	text-align:center;
	color:#fff;
}


/*---Main---*/

#main-content {
	background:url(../siteart/mainbg.gif) repeat-x top center;
	padding:15px;
}

#main-full {
	padding-bottom:15px;
	vertical-align:top;
}


/*---Home Page---*/

#main-left {
	width:428px;
	vertical-align:top;
	padding-right:20px;
	padding-bottom:15px;
}

#main-right {
	vertical-align:top;
	width:343px;
	padding-bottom:15px;
}

.right1 {
	vertical-align:top;
	padding-bottom:15px;
	border-bottom:1px #f2f2f2 solid;
	width:210px;
}

.right2 {
	vertical-align:top;
	width:133px;
}

.right3 {
	padding:15px 0;
}

.credit-cards {
	border-top:1px #f2f2f2 solid;
	border-bottom:1px #f2f2f2 solid;
	padding:10px 0;
	text-align:center;
}


/*---Body Shop---*/

.shop-photos {
	float:right;
	width:260px;
}

.shop-photos img {
	border:3px #f2f2f2 solid;
	margin-bottom:10px;
}

.quote {
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#e90000;
}

/*---Truck Equipment---*/

.trk-photo {
	border:4px #f2f2f2 solid;
	margin-bottom:5px;
}

.btm-bar {
	background:#000;
	color:#fff;
	padding:5px;
}

#footer {
	display:block;
	padding:15px;
}
