@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin:auto 0;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}
#wrapper {
	width:959px;
	margin:0 auto;
	background:url(img/bg.png) bottom repeat-x;
	border-left:10px #336600 solid;
	border-right:10px solid #336600;
	height:850px;
}
#wrapper .main {
	margin:auto 0;
	margin-top:-96px;
}
#wrapper .contentBox {
	position:absolute; 
	margin:20px 65px; 
	width:820px; 
	height: 413px;
	text-align:left
}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #804000;
}
a:hover {
	text-decoration: underline;
	color: #060;
}
a:active {
	text-decoration: none;
}
#nav {
	float:left;
	margin-left:140px;
	margin-top:-40px;
	width: 400px;
}
#nav .products a {
	height:204px;
	width:94px;
	float:left;
	background:url(img/products-btn.png) no-repeat;
	padding-right:15px;
}
#nav .products a:hover, #nav .products a.active {
	background:url(img/products-mo.png) no-repeat;
	margin-top:-5px;
}
#nav .services a {
	height:204px;
	width:94px;
	float:left;
	background:url(img/services-btn.png) no-repeat;
	padding-right:15px;
}
#nav .services a:hover, #nav .services a.active {
	background:url(img/services-mo.png) no-repeat;
	margin-top:-5px;
}
#nav .equip a {
	height:204px;
	width:94px;
	float:left;
	background:url(img/equipment-btn.png) no-repeat;
	padding-right:15px;
}
#nav .equip a:hover, #nav .equip a.active {
	background:url(img/equipment-mo.png) no-repeat;
	margin-top:-5px;
}
#nav .home a {
	height:148px;
	width:64px;
	float:left;
	background:url(img/home-btn.png) no-repeat;
	margin-top:60px;
}
#nav .home a:hover, #nav .home a.active {
	background:url(img/home-mo.png) no-repeat;
	margin-top:55px;
}
#bottomNav {
	height:424px;
	background:url(img/dirt-bottom.png) repeat-x center; 
	position:absolute;
	border:0;
	width:100%;
	z-index:0;
	margin-top:-189px;
}
#bottomNav .sign {
	margin-top:-250px;
	margin-right:-90px;
	float:right;
}