@charset "utf-8";
body {
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
	background-image: url(../images_css/diamondplateBG.jpg);
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #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. */
	background-color: #FFFF00;
	background-position: center center;
	margin: 0px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 15px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000000;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: small;
}
#picture1 {
	float: left;
}
.leftFlt {
	float: left;
	padding: 5px;
}

#picture2 {
	float: left;
	padding-right: 10px;
	padding-left: 20px;
}
#picture3 {
	float: left;
}
#parts1 {
	float: left;
}
#parts2 {
	float: left;
	padding-right: 45px;
	padding-left: 55px;
}
#parts3 {
	float: left;
}
#parts4 {
	float: left;
	padding-top: 40px;
	padding-right: 100px;
	padding-left: 100px;
}
.partsborder {
	border: medium double #999999;
}
#parts5 {
	float: left;
	padding-top: 20px;
}
#parts6 {
	float: left;
	padding-top: 30px;
	padding-left: 158px;
	padding-right: 158px;
}
#parts7 {
	float: left;
	padding-top: 20px;
	padding-left: 158px;
	padding-right: 158px;
}
#dist1 {
	float: left;
	padding-left: 200px;
	padding-right: 25px;
}
#dist2 {
	float: left;
}
#watsWrapper {
	text-align: center;
	margin-left: 50px;
	margin-right: 35px;
}
.oneColFixCtrHdr #container #mainContent #brochureWrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
#navbar {
	background-color: #FFFF00;
	width: 780px;
}
#banner {
	background-color: #FFFF00;
	padding-top: 10px;
	padding-bottom: 10px;
}


#aboutus {
	background-attachment: scroll;
	background-image: url(../images_css/backgroundimg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: normal;
	color: #FFFF00;
	border: medium double #FFFF00;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: left;
}
#plowPix {
	float: left;
	width: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}
#plowpix2 {
	padding: 10px;
	float: left;
	width: auto;
	margin-right: auto;
}
#brochureWrapper {
	color: #000000;
}
#text1 {
	width: auto;
	padding-left: 45px;
}
#pic1 {
	float: left;
}
#pic2 {
	float: right;
	padding-right: 25px;
}
#clear {
	clear: both;
}
#contactForm {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
#windrowHome {
	background-image: url(../images_css/770_4.jpg);
	height: 400px;
}
#sidebarHome2 {
	padding-left: 52px;
	padding-top: 52px;
}
#sidebarHome3 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#logooncontact {
	width: auto;
	background-color: #000000;
}
#email {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.downloadBrochure {
	font: 70% Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 2px 5px;
	margin: 5px;
	display: block;
}
#flashMap {
	text-align: center;
}
