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

body{
	background-color:#494677;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

#MainContainer{
	margin:0px 0px 20px 0px;
	width:872px;
}

#Banner{
	background-image:url(/images/steel.jpg);
	background-repeat:no-repeat;
	height:62px;
	width:871px;
}

#Logo{
	position:relative;
	top:5px;
	left:-250px;
	width:170px;
	height:45px;
}

#Machines{
	margin:0px;
	padding:50px 0px 0px 0px;
	min-height:200px;
	overflow:auto;
	width:700px;
}

#TopMachine{
	margin:0px 0px 20px 0px;
}

#LeftMachine{
	float:left;
	margin:0px 20px 0px 20px;
	width:300px;
}

#RightMachine{
	float:left;
	margin:20px 20px 0px 20px;
	width:300px;
}

#ContentContainer{
	width:871px;
	background-image:url(/images/bottom_bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	min-height:12px;
	overflow:auto;
	margin:0px 0px 10px 0px;
}

#EnviroSmart{
	background-image:url(/images/bottom_gradient.jpg);
	width:96px;
	height:188px;
	position:relative;
	top:0px;
	left:-96px;
	float:left;
}

#Content{
	float:left;
	width:767px;
	background-color:#FFFFFF;
	position:relative;
	top:0px;
	left:96px;
	background-image:url(/images/blue-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-right:solid #FFFFFF 8px;
}

#Content p{
	font-size:16px;
	text-align:left;
	width:650px;
}

#Content a:link, #Content a:visited, #Content a:active{
	color:#000000;
}

#Content a:hover{
	color:#494677;
}