/* CSS Document */
body{

	padding: 0;
	margin: 0;
    background-image:url(../images/bg-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-crushing-equipment {
width: 804px;
height: 246px;
background: url(../images/rock-crushing-equipment.jpg) no-repeat;
margin: 0;
padding: 0;
}
.main-content {
padding-left: 180px;
position: relative;
}
.nav {
position: absolute;
top: 0;
left: 0;
width: 190px;
margin-left: -35px;
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;
}
