body {
	background: #666666;
	margin: 0; /* 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;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .8em; }
h1, h3 {
	color: #2e3292;
	margin: 0px;
	padding: 0 0 .5em 0; }
	
h2 {
	color: #2e3292;
	margin: 0px;
	padding: 0 0 .5em 0; 
	font-size:14px;}	
	
p {
	margin: 0px;
	padding: 0 0 1.0em 0; }
	
	
.twoColFixRtHdr #container {
	width: 861px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #6C6C90;
	background-position: top;
	position: relative;
	background-image: url(images/backstripe.jpg);
	background-repeat: repeat-x; } 
.twoColFixRtHdr #container #navbar {
	background-image: url(images/navbarback.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
/*	height: 29px;*/
	position: relative; }
.twoColFixRtHdr #container #navbar ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	padding: 5px 0px 8px 94px;
	height: 16px;
	margin: 0px; }
.twoColFixRtHdr #container #navbar li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px; }
.twoColFixRtHdr #container #navbar a {
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 5px 5px 8px;
	background-color: #F4F4F4;
	background-image: url(images/button_out.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #BCBCBE; }
.twoColFixRtHdr #container #navbar a:hover {
	text-decoration: none;
	color: #31328E;
	margin: 0px;
	padding: 5px 5px 8px;
	background-color: #F4F4F4;
	background-image: url(images/button_over.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #BCBCBE; }
.twoColFixRtHdr #container #navbar #truck {
	position: absolute;
	left: 555px; 
	top: -172px; 	}
#truck #topright {
	position: absolute; 
	top: 40px; 
	left: 0; 
	width: 285px;
	text-align: right; 
	font-size: 11px; }
.twoColFixRtHdr #container #navbar #truck #topright a, .twoColFixRtHdr #container #navbar #truck #topright a:hover  {
	background: none; 
	border: 0;
	padding: 0; }
	
	
	
.twoColFixRtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 138px;
	margin: 0px;
	width: 861px; } 
	
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ }.twoColFixRtHdr #header p {
	margin: 0;
	padding-left: 91px;
	height: 138px; }
.twoColFixRtHdr #wrapper {
	width: 673px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	padding: 0px;
	border-width: 0px; } 
.twoColFixRtHdr #wrapper #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 168px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF; }
.twoColFixRtHdr #wrapper #mainContent {
	margin: 0 185px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0 34px; } 
.twoColFixRtHdr #footer {
	/* padding: 0;
	height: 50px; */
	padding-bottom: 5px;
	background-color: #FFFFFF;
	background-image: url(images/footerstripe.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center; } 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: .85em; }
	
	
/* #mylist {
	background-color: #FFFF00;
	width: 760px;
	padding: 5px 0px; } */
	
	

	
	
	
.twoColFixRtHdr #container #titlebar {
	margin: 0px auto;
	padding: 0px;
	width: 673px;
	background-image: url(images/titlbarbak.jpg);
	background-repeat: repeat-x; }
.twoColFixRtHdr #container #titlebar p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 12px 10px 10px 0; }
.twoColFixRtHdr #container #titlebar strong {
	color: #2e3292;
	font-size: 13px; }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px; }
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px; }

.twoColFixRtHdr #container #wrapper #mainContent li {
	margin: 0px;
	padding: 0px;
	list-style-position: outside; }
.twoColFixRtHdr #container #wrapper #mainContent ul {
	padding: 0px;
	margin-top: -10px;
	margin-left: 25px; }
.twoColFixRtHdr #container #wrapper #mainContent ul.landing {
	padding: 0px;
	margin-top: 0;
	margin-left: 55px; }
	
	
.productspotleft {
	text-align: left;
	border: 1px solid #999999;
	margin: 15px 15px 5px;
	padding: 0px;
	float: left; }
.productspotleftBlock {
	text-align: left;
	border: 1px solid #999999;
	margin: 15px 15px 5px;
	padding: 0px;
	float: left;
	display: block;
	width: 400px; }
.product {
	background-image: url(images/productboxtop.jpg);
	background-repeat: no-repeat;
	width: 441px; }
.product p {
	padding-top: 15px;
	padding-right: 10px; }
.productnoback { }.product ul {
	padding: 0px;
	margin-top: -10px;
	margin-left: 25px; }
.twoColFixRtHdr #container #wrapper #mainContent a {
	color: #2E3391; }
.product ul li {
	margin: 0px;
	padding: 0px;
	list-style-position: outside; }
.product .blurb {
	padding: 15px 10px 10px 0px;
	margin: 0px 0px 0px 205px; }
.product .equipmentInfo {
	padding: 0px 10px 10px 15px;
	margin: 0; }
.productspot {
	text-align: left;
	border: 1px solid #999999;
	margin: 10px 15px 10px 0px;
	padding: 0px;
	float: left; }
.productspotNoBotMargin {
	text-align: left;
	border: 1px solid #999999;
	margin: 10px 15px 0px 0px;
	padding: 5px 0px 0px;
	float: left; }
.productspotAddWhite {
	text-align: left;
	border: 1px solid #999999;
	margin: 10px 15px 10px 0px;
	padding: 3px;
	float: left; }
	
	
#logobox {
	background-image: url(images/logotop3across.jpg);
	background-repeat: no-repeat;
	height: 36px;
	margin: 0px;
	padding: 0px; }
#logobox p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	padding: 8px 15px 5px;
	font-size: 14px;
	font-weight: bold; }
#logogalley {
	padding: 0px 11px 11px;
	text-align: left;
	margin: 0px;
	color: #000000; }
#logowrapper {
	background-image: url(images/logobox3acrossmid.jpg);
	background-repeat: repeat-y; }
	
div.smallogobox {
	background-image: url(images/smalllogobox.jpg);
	background-repeat: no-repeat;
	width: 139px;
	color: #000000;
	float: left;
	height: 8em;
	text-align:left;
	vertical-align: middle; }
div.smallogobox p {
	margin: 0px;
	text-align: center;
	border-style: none; }
	
	
.galleryBox {
	background-image: url(images/productboxmid200w.jpg);
	background-repeat: no-repeat;
	width: 200px;
	float: left;
	margin-right: 15px;
	text-align: center; }
.galleryBoxPhoto {
	padding: 15px 15px 8px; }
	
	
.usedTruckInfo {
	margin: 15px 15px 15px 0;
	width: 215px;
	float: right; }
.usedTruckInfo p {
	margin: 0;
	padding: 0 0 5px 0; }
	
	
div#quickquoteback {
	background-image: url(images/quickquoteback.jpg);
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 440px; }
form#quickquote {
	padding: 5px; }
form#quickquote p {
	padding: 5px;
	border-bottom: 1px dotted #666666;
	vertical-align: top; }
form#quickquote textarea {}
form#quickquote input {}
form#quickquote label {}



/*div.containerX {
background-color:#33FFCC;
height: 10em;
display: table-cell;
vertical-align: middle; }
div.containerX p {
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
}*/


#footer ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 7px 0px 0px;
	margin: 0px auto;
	font-size: 11px;
	text-transform: uppercase; }
#footer  ul li {
	display: inline;
	padding: 0px;
	margin: 0px; }
#footer ul li a {
	color: #000000;
	text-decoration: none;
	padding: 5px 4px;
	text-align: center;
	width: 9em; }
#footer ul li a:hover {
	color: #31328E;
	text-decoration: none;	/* background-color: #990000 */ }