body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #bababa;
	background: url('../img/header.png') repeat-x #3d3224;
	margin: 0;
}

h1 {
	color: #c0b09c;
	font-weight: bold;
	font-size: 30px;
}

.inner h1 {
	color: #443728;
}

a {
	text-decoration: none;
	color: #c0b09c;
}

a:hover {
	color: #fff;
}

.container {
	width: 945px;
	margin: 0 auto;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

#header {
	height: 153px;
}

#header #logo img {
	margin-top: 40px;
}

#logo {
	float: left;
}

.excavator {
	margin-left: 680px;
	position: absolute;
	top: 25px;
}

#mainmenu {
	width: 100%;
	background-color: #120d06;
	overflow: auto;
}

#mainmenu ul {
	margin: 0;
	padding-left: 0;
}

#mainmenu ul li {
	border-right: 1px solid #382e21;
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

#mainmenu ul li a {
	color: #a18969;
	padding: 17px 25px;
	float: left;
}

#mainmenu ul li.active a,
#mainmenu ul li a:hover {
	background: #3a342d;
}

#mainmenu ul li.active a {
	color: #fff;
}

#slider {
	margin-top: 20px;
}

#content {
	background: #1b1208;
	margin-top: 20px;
}

.inner #content {
	background: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px #222;
    -moz-box-shadow: 0px 1px 5px 0px #222;
    box-shadow: 0px 1px 5px 0px #222;
}

.content-left {
	float: left;
	padding: 30px 25px 30px 40px;
	width: 525px;
}
.sidebar {
	float: right;
	padding: 25px 20px;
	background: #443728;
	margin: 30px 40px 30px 20px;
	width: 250px;
}
.inner .sidebar {
	background: #8c8173;
}
.sidebar h3 {
	font-size: 20px;
	margin-top: 0;
}

.contact form {
	margin-top: 25px;
}

.contact form label {
	float: left;
	width: 130px;
	margin-bottom: 7px;
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form textarea {
	float: left;
	width: 360px;
	padding: 7px 10px;
	border: 0;
	margin-bottom: 7px;
}

.contact form textarea {
	resize: none;
}

.service-container li {
	list-style-type: none;
	float: left;
}

.service-container h2 {
	padding-top: 30px;
}

.service-one li,
.service-two li {
	float: none;
	background: url('../img/arrow.png') no-repeat 0 4px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}

.service-one,
.service-two {
	float: left;
}

#machines {
	clear: both;
}

#machines p {
	margin-top: 3px;
	font-weight: bold;
}

.btn {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 12px 45px 12px 20px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #4b2e04;
	background: #ce8c19;
	background: url('../img/btn-arrow.png') no-repeat 187px 13px;
	background: url('../img/btn-arrow.png') no-repeat 187px 13px, -moz-linear-gradient(top, #ce8c19 0%, #b96c08 100%);
	background: url('../img/btn-arrow.png') no-repeat 187px 13px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce8c19), color-stop(100%,#b96c08));
	background: url('../img/btn-arrow.png') no-repeat 187px 13px, -webkit-linear-gradient(top, #ce8c19 0%,#b96c08 100%);
	background: url('../img/btn-arrow.png') no-repeat 187px 13px, -o-linear-gradient(top, #ce8c19 0%,#b96c08 100%);
	background: url('../img/btn-arrow.png') no-repeat 187px 13px, -ms-linear-gradient(top, #ce8c19 0%,#b96c08 100%);
	background: url('../img/btn-arrow.png') no-repeat 187px 13px, linear-gradient(to bottom, #ce8c19 0%,#b96c08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce8c19', endColorstr='#b96c08',GradientType=0 );
}

.btn:hover {
	background: #b96c08;
	background: url('../img/btn-arrow.png') no-repeat 187px 13px, -moz-linear-gradient(top, #b96c08 0%, #ce8c19 100%);
	background: url('../img/btn-arrow.png') no-repeat 187px 13px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b96c08), color-stop(100%,#ce8c19));
	background: url('../img/btn-arrow.png') no-repeat 187px 13px, -webkit-linear-gradient(top, #b96c08 0%,#ce8c19 100%);
	background: url('../img/btn-arrow.png') no-repeat 187px 13px, -o-linear-gradient(top, #b96c08 0%,#ce8c19 100%);
	background: url('../img/btn-arrow.png') no-repeat 187px 13px, -ms-linear-gradient(top, #b96c08 0%,#ce8c19 100%);
	background: url('../img/btn-arrow.png') no-repeat 187px 13px, linear-gradient(to bottom, #b96c08 0%,#ce8c19 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b96c08', endColorstr='#ce8c19',GradientType=0 );
}

.btn-submit {
	color: #fff;
	float: right;
	font-weight: bold;
	font-size: 13px;
	padding: 10px 20px;
	margin-right: 12px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #4b2e04;
	background: #ce8c19;
	background: -moz-linear-gradient(top, #ce8c19 0%, #b96c08 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce8c19), color-stop(100%,#b96c08));
	background: -webkit-linear-gradient(top, #ce8c19 0%,#b96c08 100%);
	background: -o-linear-gradient(top, #ce8c19 0%,#b96c08 100%);
	background: -ms-linear-gradient(top, #ce8c19 0%,#b96c08 100%);
	background: linear-gradient(to bottom, #ce8c19 0%,#b96c08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce8c19', endColorstr='#b96c08',GradientType=0 );
}

.btn-submit:hover {
	background: #b96c08;
	background: -moz-linear-gradient(top, #b96c08 0%, #ce8c19 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b96c08), color-stop(100%,#ce8c19));
	background: -webkit-linear-gradient(top, #b96c08 0%,#ce8c19 100%);
	background: -o-linear-gradient(top, #b96c08 0%,#ce8c19 100%);
	background: -ms-linear-gradient(top, #b96c08 0%,#ce8c19 100%);
	background: linear-gradient(to bottom, #b96c08 0%,#ce8c19 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b96c08', endColorstr='#ce8c19',GradientType=0 );
}

.machines-one,
.machines-two {
	overflow: auto;
}

.machines-one li,
.machines-two li {
	width: 50%;
	margin-top: 10px;
}

.machines-one li:nth-child(3),
.machines-one li:nth-child(3) {
	clear: left;
}

#footer,
#footer a {
	font-size: 12px;
	color: #8c8173;
}

#footer a:hover {
	color: #fff;
}