/*
main content area containers
*/

body {
margin:0;
background-color: #444;
font-family: Verdana;
font-size: 10pt;
color: #222;
}

#container {
background-color: #fff;
width: 764px;
border: 2px #4a4e62 solid;
height: auto;
float: left;
position: relative;
}

#header {
width: 764px;
background-image: url(../images/headerBg.jpg);
background-repeat: repeat-x;
height: 78px;
}

#logo {
	width: 474px;
	height: 78px;
	float: left;
	position: relative;
}

#companyName {
	color: #fff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12pt;
	height: 54px;
	padding-left: 100px;
}

#tagLine {
	color: #fff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11pt;
	padding-left: 100px;
	font-variant: small-caps;
}

#navBox {
	width: 290px;
	height: 78px;
	background-image: url(../images/navBg2.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	font-family: Verdana;
	font-size: 9pt;
	color: #fff;
	float: left;
	position: relative;
	vertical-align: bottom;
}

#navItem_Home {
	width: 50px;
	float: left;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	margin: 56px 0px 0px 2px;
}

#navItem_Links {
	width: 50px;
	float: left;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	margin: 56px 0px 0px 0px;
}

#navItem_Gallery {
	width: 110px;
	float: left;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	margin: 56px 0px 0px 2px;
}

#navItem_Contact {
	width: 74px;
	float: left;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	margin: 56px 0px 0px 0px;
}

#content {
	margin: 15px 15px 15px 15px;
}

#leftCol {
	width: 420px;
	float: left;
	position: relative;
}

#rightCol {
	width: 300px;
	float: left;
	margin-left:10px;
	position: relative;
	text-align: left;
}

#footer {
	color: #fff;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-align:center;
	width: 764px;
	padding-bottom:20px;
	padding-top:20px;
}

#footercbs {
	color: #fff;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
}

/*
site navigation/links styles
*/

a {
	font-weight: bold;
	font-family: Verdana;
	color: #E77918;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	font-family: Verdana;
	color: #E77918;
	text-decoration: underline;
}

#navItem_Home a {
	width: 50px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	padding: 56px 6px 5px 6px;
}

#navItem_Home a:hover {
	width: 50px;
	background-color: #4a4e62;
	padding: 56px 6px 5px 6px;
}

#navItem_Links a {
	width: 50px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	padding: 56px 7px 5px 6px;
}

#navItem_Links a:hover {
	width: 46px;
	background-color: #4a4e62;
	padding: 56px 7px 5px 6px;
}

#navItem_Gallery a {
	width: 110px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	padding: 56px 10px 5px 12px;
}

#navItem_Gallery a:hover {
	width: 110px;
	background-color: #4a4e62;
	padding: 56px 10px 5px 12px;
}

#navItem_Contact a {
	width: 74px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	padding: 56px 12px 5px 12px;
}

#navItem_Contact a:hover {
	width: 74px;
	background-color: #4a4e62;
	padding: 56px 12px 5px 12px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}

#footer a:hover {
	color: #e77a19;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}

#footercbs a {
	color: #fff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
}

#footercbs a:hover {
	color: #FF8C00;
	text-decoration: none;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
}

/*
site content styles not already defined in a specific content container
*/
#usedDiesels {
	font-weight: bold;
}

h2 {
	color: #4a4e62;
	font-weight: bold;
	font-size:12pt;
	font-family: Verdana;
	margin: 5px 0 5px 0;
	text-align: left;
}

#rightCol img{
	border: 1px #4a4e62 solid;
}