*{	padding:0; margin:0; }*
body { 
	text-align: center; 
	background: #336699;
	}
	
p {
	font-family: "Verdana", Arial;
	font-size:15px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	color:#3a3a3a;
}

/* ------------------------------------------- header ----------------------------------------------------------------- */

#header {
	background:#ffcc00  url(images/header_bg.jpg) ;
	width:100%;
	height:210px;
	margin:0px auto;
	padding-top:14px;
}

#banner {
	background: url(images/banner.jpg);
	height:210px;
	margin:0px auto;
	width:864px;
}

/* --------------------------------------------Navigation---------------------------------------------------------------------*/

#navigation {
	background:url(images/nav.jpg) no-repeat;
	width:864px;
	height:42px;
	margin:15px auto;
	}        
	
/* -------------------------------------------- Content --------------------------------------------------------------------------*/

#container {
	width:864px;
	margin: 15px auto;
}

.padding {
	padding-top:10px;
	}

#maininfo {
	width:569px;
	background-color:#fff;
	text-align:left;
	float:left;
	padding-bottom:40px;
	margin-bottom:10px;
}

#usedinfo {
	width:864px;
	background-color:#fff;
	text-align:left;
	float:left;
	padding-bottom:40px;
	margin-bottom:10px;
}

#salesinfo {
	width:609px;
	background-color:#fff;
	text-align:left;
	float:left;
	padding-bottom:40px;
	margin-bottom:10px;
}

#sidebar {
	width:274px;
	background-color:#fff;
	text-align:left;
	float:right;
	padding-bottom:15px;
	font-family:"Verdana", Arial;
	font-weight:100;
	margin-bottom:15px;
}

#sidebar p {
	padding:4px;
	color:#3a3a3a;
	}

#salessidebar {
	width:234px;
	background-color:#fff;
	text-align:left;
	float:right;
	padding-bottom:15px;
	margin-bottom:10px;
}

#salessidebar p {
	font-size:15px;
	}

.image {
	padding:4px;
	}
	
.partsimage {
	padding:4px;
	float:right;
	border:1px dotted black;
	margin:6px;
	}	
	
.newimage {
	padding:4px;
	width:210px;
	float:left;
	}

#rollingimages {
	width:569px;
	background-color:#4b85c0;
	text-align:left;
	float:left;
	clear:both;
	}
	
#content {
	width:609px;
	background-color:#fff;
	text-align:left;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	}
	
#content li {
	list-style-image: none;
	}
	
#newcontent {
	width:380px;
	background-color:#fff;
	text-align:left;
	float:right;
	margin-top:10px;
	padding-right:10px;
}

.infobox {
	width:274px;
	background-color:#4b85c0;
	text-align:left;
	float:right;
	margin-bottom:15px;
}

/* ----------------------------------------------------Headings-------------------------------------------*/

h1 {
	font-size:23px;
	background-image:url(images/title.jpg);
	padding-top:15px;
	color:#fff;
	padding-left:10px;
	line-height:30px;
	height:31px;
	font-family:"Calibri", Verdana;
	font-weight:normal;
}

h2 {
	font-size:19px;
	color:#000;
	font-family: "Calibri", Arial;
}

h4 {
	font-size:16px;
	color:#000;
	font-family: "Verdana", Arial, Calibri;
	padding-left:10px;
}

h5 {
	font-size:14px;
	color:#000;
	font-family: "Verdana", Arial, Calibri;
	padding-left:10px;
}

/* ----------------------------------------------------------------Footer -------------------------------------------------*/

#footer {
	clear:both;
	width: 100%;
	height:103px;
	background-image: url(images/footer_bg.jpg);
	margin-top:15px;
}

#footerbanner {
	background: url(images/footerbanner.jpg) no-repeat;
	height:23px;
	margin:0px auto;
	width:864px;
	padding-top:80px;
	font-size:12px;
	font-family: "Calibri", Arial;
	margin-top:15px;
}

/* ----------------------------------------------------------Parts Nav --------------------------------------------------*/

#subnav {
	padding-left:50px;
	padding-top:20px;
	padding-bottom:20px;
	}
	
ul { 
	font-size: 20px; margin: 0; 
}

#salessidebar li{
	list-style-image: url(../sales/arrowbullet.png); 
	text-decoration:none;
	}

li { 
		color: #3a3a3a;
		background: none;
		text-decoration:none;
		font-size:13px;
		font-family: "Verdana", Arial, Tahoma;
		font-weight:100;
		margin-left:40px;
		padding-right:20px;
		text-decoration:none;
	}

li a {
	text-decoration:none;
	color:#000;
	}

li a: hover {
	color:#000;
	text-decoration:none;
	}
	
a: link {
	text-decoration:none;
	color:#3a3a3a;
	}
	
a: visited {
	text-decoration:none;
	color:#3a3a3a;
	}	
	
a: hover {
	text-decoration:none;
	color:#000;
	}
	
a: active {
	text-decoration:none;
	color:#3a3a3a;
	}
	
/* ----------------------Sales Nav ----------------------------*/
	
.arrowlistmenu{
width: 200px; /*width of accordion menu*/
padding-left:17px;
padding-top:10px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: black url(../sales/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../sales/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: white !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: white !important;
}

.arrowlistmenu ul li a{
	color: #A70303;
	/*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
text-decoration:none;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
text-decoration:none;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
text-decoration:none;
}

.arrowlistmenu a {
	color: #fff;
	display: block;
	text-decoration: none;
}

h3 {
	font: bold 14px Arial;
	color: white;
	background: black url(../sales/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 0px solid #ccc;
}

legend {
	font-weight:100;
	color: #ffcc00;
	font-size:22px;
	text-decoration: underline;
}

textarea {
	width: 300px;
	height: 100px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	font-weight:100;
}

form label {
	padding-top: 5px;
	padding-left:10px;
	float:left;
	width: 150px;
	font-family:"verdana", Arial, Tahoma;
		font-weight:100;
		font-size:15px;
}

form input {
	width: 300px;
	height: 28px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
		font-weight:100;
}

#contactus {
	margin-bottom:10px;
		font-weight:100;
	}
	

#address {
	margin: 10px;
	padding: 0 10px 0 10px;
	background: url(../contact/address.jpg) left top no-repeat;
	height:105px;
	list-style-type: none;
	}

#address li {
list-style-type: none;}

#tel {
	margin: 10px;
	padding: 0 10px 0 10px;
	background: url(../contact/phone.jpg) left top no-repeat;
	height:35px;
}

#tel li {
list-style-type: none;}

#fax {
	margin: 10px;
	padding: 0 10px 0 10px;
	background: url(../contact/fax.jpg) left top no-repeat;
	height:35px;
}

#fax li {
list-style-type: none;}

#email {
	margin: 0px;
	padding: 0 0px 0 0px;
	background: url(../usedplant/email.jpg) left top no-repeat;
	height:35px;
}

#email li {
list-style-type: none;}

#back {
	margin: 0px;
	padding: 0 0px 0 0px;
	background: url(../usedplant/back.jpg) left top no-repeat;
	height:35px;
}

#back li {
list-style-type: none;}

#sidebar li {
list-style-image:none;
}

.engineinfo {
	float:right;
	width:375px;
	margin-bottom:20px;
	}
	
.leftcolumn {
	float:left;
	width:220px;
	margin-left:10px;
	}
	
.twocolcont {
	width:605px;
	height:100%;
	clear:both;
	}
	
#col1 {
	width:230px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	}
	
#col2 {
	width:594px;
	float:right;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	}
	
#frames {
	width:864px;
	background-color:#fff;
	text-align:left;
	float:left;
	padding-bottom:40px;
	margin-bottom:10px;
}
