/* CSS Document */
body{

	padding: 0;
	margin: 0;
		background-image:url(../images/background-img.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #0f1d40;
}
h1{
	font-size:32px;
	color: #040335;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:uppercase;
	margin-top:0px;
}
h1 span{
	color:#A6A90A;
}
h2{
	font-size: 16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#4E4E4E;
}
.wrapper{
	width:804px;
	background: url(../images/conveyor-systems.jpg) top left repeat-y;
	margin: 0 auto;
	font-family:"MS Sans Serif4", Geneva, sans-serif;
	color:#2C2C2C;
	font-size: 12px;
}
.rock-crushers {
width: 804px;
height: 246px;
background: url(../images/rock-crushers.jpg) no-repeat;
margin: 0;
padding: 0;
}
.main-content {
padding-left: 180px;
position: relative;
height: 440px;
}
.nav {
position: absolute;
top: 0;
left: 0;
width: 180px;
margin-left: -30px;
line-height: 3em;
}
.nav ul {
list-style-type: none;
list-style: none;
}
.nav ul li a {
color: #FFF;
text-decoration: none;
}
.nav ul li a:hover {
text-decoration: underline;
}.form {
	float: right;
	width: 200px;
	margin: -19px 0 0 0;
	border-left: 1px solid #CCC;
	padding: 0 0 0 5px;
}

