html, body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #880000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#container  {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	background-image: url(../../images/background-container.gif);
	background-repeat: repeat-y;
	text-align: center;
}
#container div#header {
	margin: 0 15px;
	height: auto;
	padding: 0;
	width: 750px;
}
#container  div#navbar {
	margin: 0px 15px;
	padding: 0px;
	width: 750px;
	height: 30px;
	float: left;
	background-color: #990000;
	background-image: url(../../images/navbar-bg-default.gif);
}
#container  #navbar ul  {
	list-style-type: none;
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
}
#container    #navbar  ul li {
	float: left;
	font-size: 1.15em;
	background-color: #990000;
	color: #FFFFFF;
	padding: 6px 14px;
	height: 18px;
	font-weight: bold;
	background-image: url(../../images/navbar-bg-default.gif);
}
#container   #navbar li:hover  {
	background-color: #FFFFFF;
	background-image: url(../../images/navbar-bg-over.gif);
}
#container  #navbar  li a {
	color: #FFFFFF;
}
#container #navbar li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#container #content {
	background-image: url(../../images/maincontent-bg-sw.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: auto;
	margin: 30px 15px 0px 15px;
	padding: 0;
}
#content   select  {
	width: auto;
	padding: 1px 1px 1px 3px;
	border: 1px solid #880000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#content   table.contact  {
	width: 80%;
	text-align: center;
	margin: 0 100px;
	padding: 0;
	border: 1px solid #880000;
}
#content    input   {
	width: auto;
	padding: 1px 1px 1px 3px;
	border: 1px solid #880000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#content   input.button  {
	width: auto;
	padding: .2em;
	border: 1px solid #880000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#content  textarea   {
	width: auto;
	padding: 2px;
	border: 1px solid #880000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#content    table.contact   th   {
	color: #880000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
#content   table.contact   th.h1  {
	color: #880000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#content  #bodyAbout {
	margin: 0px;
	text-align: left;
	height: auto;
	padding: 10px;
	width: auto;
	background-image: url(../../images/maincontent-bg-ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content  #bodyContact {
	margin: 0px;
	text-align: left;
	height: auto;
	padding: 10px;
	width: auto;
	background-image: url(../../images/maincontent-bg-ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content #bodyContact div.department  {
	margin: 0px 0px 0px 80px;
	text-align: left;
	padding: 0px;
	font-size: 1.1em;
	color: #990000;
	font-weight: bold;
	clear: both;
}
#content #bodyContact div.crow {
	margin: 6px 80px;
	text-align: left;
	padding: 0px;
	clear: both;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
}
#content #bodyContact div.crow div.cname {
	margin: 0px 0px 0px 20px;
	text-align: left;
	padding: 2px;
	float: left;
	width: 200px;
}
#content #bodyContact div.crow div.cphone {
	margin: 0px;
	text-align: left;
	padding: 2px;
	width: 150px;
	float: left;
}
#content #bodyContact div.crow div.cemail  {
	margin: 0px;
	text-align: left;
	padding: 2px;
	float: left;
	width: auto;
}
#content  #bodyNews {
	margin: 0px;
	text-align: left;
	height: auto;
	padding: 10px;
	width: auto;
	background-image: url(../../images/maincontent-bg-ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content  #bodyParts {
	margin: 0px;
	text-align: left;
	height: auto;
	padding: 10px;
	width: auto;
	background-image: url(../../images/maincontent-bg-ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content  #bodyService {
	margin: 0px;
	text-align: left;
	height: auto;
	padding: 10px;
	width: auto;
	background-image: url(../../images/maincontent-bg-ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content  #bodySitemap {
	margin: 0px;
	text-align: left;
	height: auto;
	padding: 10px;
	width: auto;
	background-image: url(../../images/maincontent-bg-ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content #bodySitemap ul {
	padding: 0px;
	margin-left: 11em;
}
#content #bodySitemap ul li ul {
	padding: 0px;
	margin-left: 3em;
}
#content #bodyParts ul.partsList {
	font-size: 0.9em;
	margin: 0 0 0 10em;
}
#content div#bodyTrucks {
	margin: 0px;
	text-align: left;
	height: auto;
	padding: 10px;
	width: auto;
	background-image: url(../../images/maincontent-bg-ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content #bodyTrucks p {
	margin:.5em .5em .5em .5em;
	padding:0;
	text-indent: 0em;
}
#content #bodyTrucks div.truck {
	padding: 0px;
	margin: 0 10px 10px 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	width: 80%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
}
#content #bodyTrucks div.truck  div.truckTitle {
	font-size: 1.15em;
	padding: 1px 0px 1px 5px;
	text-align: left;
	background-color: #CCCCCC;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content #bodyTrucks div.truck  div.truckDesc {
	margin: 0em;
	padding: 0px;
	text-align: left;
}
#content #bodyTrucks div.truck div.truckSpecs {
	float: right;
	margin: 2px;
	padding: 0;
}
#content #bodyTrucks div.truck div.truckPhotos {
	float: left;
	margin: 2px;
	padding: 0;
}
#content #bodyTrucks div.truck div.truckInquire {
	float: right;
	margin: 2px;
	padding: 0;
}
#content #bodyTrucks div.truck  br.truckEnd {
	clear: both;
}
#content #bodyTrucks div.truck br.truckBodyEnd {
	margin: 0em;
	padding: 0px;
	clear: both;
	line-height: 0;
}
#content #bodyTrucks div.truck  div.truck  {
	margin:0;
	padding:0;
	text-indent: 0em;
}
#content #bodyTrucks img.truckPromo {
	float: left;
	margin: 3px 3px 3px 90px;
	padding: 0;
}
#content #bodyTrucks div.truck img.truckThumb {
	float: left;
	margin: 4px;
	padding: 0px;
	border: 1px solid #990000;
}
#content div#bodyVendors {
	margin: 0px;
	text-align: left;
	height: auto;
	padding: 10px;
	width: auto;
	background-image: url(../../images/maincontent-bg-ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content #bodyVendors ul.equipmentVendors {
	font-size: 0.9em;
	margin: 0 0 0 10em;
}
#content  br#bodyEnd {
	line-height: 0px;
	clear: both;
	margin: 0;
	padding: 0;
}
#content  div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	margin: 0px;
	padding: 0;
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 12px;
}
#content  #footer  a {
	color: #FFFFFF;
	text-decoration: none;
}
#content #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#sitemap   {
	float: left;
	padding: 0;
	margin: 0px 5px;
}
div#copytext   {
	float: right;
	padding: 0;
	margin: 0 5px;
}
#content   h1 {
	font-size: 1.25em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin: .5em 5px .5em 3em;
	padding: 0em;
	width: 80%;
	text-align: left;
}
#content   h2 {
	font-size: 1.1em;
	margin: 0 5px 0 4em;
	padding: 1px 0px 1px 5px;
	text-align: left;
	background-color: #DCDFDB;
	font-weight: normal;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #880000;
	width: 80%;
}
#content    h3 {
	font-size: 1.1em;
	margin: 0 0 0 6em;
	padding: 0;
	text-align: left;
}
#container ul.serviceList {
	font-size: 0.9em;
	margin: 0 0 0 10em;
}
#container ul.newsList {
	font-size: 0.9em;
	margin: 0 0 0 10em;
}
#content  em {
	color: #C30404;
	font-style: normal;
	letter-spacing: normal;
}
#content   p {
	margin:.5em 5em .5em 5em;
	padding:0;
	text-indent: 3em;
}
#content  br.sectionEnd {
	line-height: 0px;
	clear: both;
	margin: 0;
	padding: 0;
}
#content  img.floatright {
	float: right;
	margin: 10px;
	padding: 0;
}
#content img.collage {
	margin-top: 100px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#content #bodyContact table.locations {
	margin: 6px 80px;
	text-align: left;
	padding: 0px;
	clear: both;
	width: auto;
	border: 1px solid #FF6600;
	border-collapse: collapse;
}
#content #bodyContact table.locations th.h1 {
	text-align: center;
	padding: 4px;
	font-size: 1.1em;
	color: #990000;
	font-weight: bold;
	clear: both;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF6600;
}
#content #bodyContact table.locations td {
	text-align: left;
	padding: 2px;
	clear: both;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF6600;
	font-size: 0.8em;
	vertical-align: top;
}
#content #bodyContact table.locations td.photos {
	text-align: center;
	padding: 2px;
	clear: both;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF6600;
	font-size: 0.9em;
	vertical-align: top;
}
#content #bodyEvents ul {
	padding: 0px;
	margin: 0 0 0 11em;
}
#content #bodyEvents {
	margin: 0px;
	text-align: left;
	height: auto;
	padding: 10px;
	width: auto;
	background-image: url(../../images/maincontent-bg-ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content  #bodyTrucksNew div.newOrderRow {
	padding: 0px;
	margin: 10px 80px;
	width: auto;
}
#content #bodyTrucksNew div.newOrderRow div.newOrder {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	width: 40%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
	text-align: right;
	float: left;
}
#content #bodyTrucksNew div.newOrderRow div.newOrder div.truckTitle {
	font-size: 1.15em;
	padding: 1px 0px 1px 5px;
	text-align: center;
	background-color: #CCCCCC;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content #bodyTrucksNew div.newOrderRow div.newOrder div.truckBody {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#content #bodyTrucksNew div.newOrderRow div.newOrder img.truckThumb {
	margin: 4px;
	padding: 4px;
	border: none;
}
#content #bodyTrucksNew br.newOrderRowEnd {
	clear: both;
}
#content #bodyTrucksNew {
	margin: 0px;
	text-align: left;
	height: auto;
	padding: 10px;
	width: auto;
	background-image: url(../../images/maincontent-bg-ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content img.floatLeft {
	float: left;
	margin: 4px;
	padding: 0px;
}
#content img.floatRight {
	float: right;
	margin: 4px;
	padding: 0px;
	border: 1px solid #990000;
}
div.subscript {
	padding: 0;
	width: 550px;
	text-align: center;
	background: #FFFFFF;
	height: 14px;
	clear: both;
	margin: auto;
}
div#introcontainer {
	padding: 0;
	width: 100%;
	text-align: center;
	clear: both;
	height: 26px;
	font-size: 10px;
}
div#introcontainer div#copytext {
	float: left;
	padding: 0;
	margin: 0 5;
	font-size: 10px;
}
div#introcontainer div#skipintro {
	float: right;
	padding: 0;
	margin: 0 5;
	font-size: 10px;
}
#content #bodyTrucks div.truck div.truckPlan {
	float: left;
	margin: 2px;
	padding: 0;
}
