html, body {
	margin:0;
	background-image:url(/Images/bg.jpg);
	height:100%;
	min-height:100%;
	}

.clear {
	clear:both;
	}
	
input, textarea, p, br, hr, table, tr, td, div {
	font-family:"Verdana", "Helvetica", "Arial", sans-serif;
	font-size:9pt;
	line-height:18px;
	color:#333333;
	text-align:left;
	}
	
h1 {
	font-weight:bold;
	font-size:20pt;
	line-height:40px;
	}

/* blink removed per FB4542
a:link {color:#999;text-decoration:none;}
a:visited {color:#999;text-decoration:none;}
a:active {color:#000;text-decoration:none;}
a:hover {color:#000;text-decoration:none;}
*/

/* BOX FOR EVERYTHING & RED BACKGROUND BAR */

.box {
	width:939px;
	text-align:center;
	padding:0;
	margin:auto;
	margin-top:-645px;
	margin-bottom:20px;
	border-style:solid;
	border-width:8px;
	border-color:#000;
	background-color:#fff;
	}
	
/* Min-height is height of sidebar gradient (images/gradient.jpg) */

.bar {
	width:100%;
	height:416px;
	margin-top:230px;
	background-image:url(/Images/bar.jpg);	
	}


/* UPPER RIGHT CONTACT INFO */

.header {
	position:relative;
	width:939px;
	padding:0;
	margin:0;
	background:transparent;
	float:left;
	}

.contact {
	position:absolute;
	top:10px; right:0px;
	background-color:#fff;
	float:left;
	padding-right:10px;
	color:#999;
	text-align:right;
	}


/* CONTENT */

.contentA {
	width:939px;
	background-color:#fff;
	float:left;
	}

.contentB {
	position:relative;
	width:939px;
	float:left;
	}

.flash {
	width:929px;
	height:258;
	margin: 0 0 0 5px
	}

.blurb {
	width:909px;
	padding:15px;
	margin:0;
	margin-top:2px;
	border-top-style:solid;
	border-color:#999;
	border-width:1px;
	font-size:7.5pt;
	float:left;
	text-align:center;
	}

/* THREE IMAGES */

.images {
	height:350px;
	padding:0;
	margin-left:24px;
	padding-top:20px;
	text-align:center;
	float:left;
	}

.image {
	position:relative;
	float:left;
	width:296px;
	}
	
.divider {
	position:relative;
	float:left;
	width:1px;
	height:227px;
	background-color:#999;
	}
	
.menuboxes {
	position:relative;
	float:left;
	margin-top:15px;
	width:295px;
	}

.menu {
	margin:0px;
	margin-top:3px;
	background-color:#e8e8e8;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
a.menu:link {color:#000;text-decoration:none;font-weight:bold;}
a.menu:visited {color:#000;text-decoration:none;font-weight:bold;}
a.menu:active {color:#c00;text-decoration:none;font-weight:bold;}
a.menu:hover {color:#c00;text-decoration:none;font-weight:bold;}


/* FOOTER */

.footer {
	width:889px;
	padding:25px;
	margin:0;
	margin-top:2px;
	border-top-style:solid;
	border-color:#999;
	border-width:1px;
	color:#999;
	float:left;
	}


/* SEARCH BOX */

.searchbox {
	position:absolute;
	left:770px; top:1px;
	background-image:url(/Images/nav/customerloginbox.gif);
	background-repeat:no-repeat;
	width:129px;
	height:27px;
	padding-left:40px;
	}
	
.search {
	position:absolute;
	left:40px; top:2px;
	}

.go {
	position:absolute;
	left:125px; top:3px;
	}
	

/* NAVIGATION */

.nav {
	position:relative;
	background-color:#fff;
	width:939px;
	height:36px;
	float:left;
	}

a.nav_aboutus {
	position:absolute;
	left:0; top:0px;
	width:177px;
	height:36px;
	background-image:url(/Images/nav/aboutus.gif);
	display:block;
	background-position:0px 0px;
	}
a.nav_aboutus:hover {
	background-position:0px 36px;
	}

a.nav_services {
	position:absolute;
	left:130px; top:0px;
	width:177px;
	height:36px;
	background-image:url(/Images/nav/services.gif);
	display:block;
	background-position:0px 0px;
	}
a.nav_services:hover {
	background-position:0px 36px;
	}

a.nav_machinery {
	position:absolute;
	left:260px; top:0px;
	width:203px;
	height:36px;
	background-image:url(/Images/nav/machinery.gif);
	display:block;
	background-position:0px 0px;
	}
a.nav_machinery:hover {
	background-position:0px -36px;
	}

a.nav_products {
	position:absolute;
	left:416px; top:0px;
	width:192px;
	height:36px;
	background-image:url(/Images/nav/products.gif);
	display:block;
	background-position:0px 0px;
	}
a.nav_products:hover {
	background-position:0px -36px;
	}

a.nav_contactus {
	position:absolute;
	left:560px; top:0px;
	width:210px;
	height:36px;
	background-image:url(/Images/nav/contactus.gif);
	display:block;
	background-position:0px 0px;
	}
a.nav_contactus:hover {
	background-position:0px -36px;
	}

a.nav_customerlogin {
	position:absolute;
	left:723px; top:0px;
	width:216px;
	height:36px;
	background-image:url(/Images/nav/customerlogin.gif);
	display:block;
	background-position:0px 0px;
	}
a.nav_customerlogin:hover {
	background-position:0px -36px;
	}