* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
	font-size: 1em;
	text-decoration: none;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
}

a:active {
	color: #000;
}

h2 {
	height: 40px;
	font: 20px/40px Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	padding: 0 25px;
	background: url(../img/navigation.png) no-repeat 50% 0;
	clear: both;
}

body {
	/*background: url(../img/body-top.gif) repeat-x 0 0, url(../img/body.gif) repeat 0 0;*/
	background: url(../img/body.gif) repeat 0 0;
	background-color: #a7b1ba;
	padding-top: 5px;
	font: 11px/16px "Lucida Grande", Verdana, sans-serif;
	color: #999;
	text-shadow: #fff 0 1px 0;
	overflow: -moz-scrollbars-vertical;
	overflow: -webkit-scrollbars-vertical;
	-webkit-text-size-adjust: none;
}

#load {
	width: 100px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#sbg {
	width: 640px;
	margin: 0 auto;
	position: relative;
}

#header {
	background: url(../img/header.png) no-repeat 50% bottom;
	height: 85px;
	padding: 0px 35px 0;
	position: relative;
}

#logo {
	position: absolute;
	top: 0px;
	right: 45px;
}

h1 {
	font: 24px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	padding-top: 18px;
	padding-left: 10px;
}

#address {
	color: #888;
	padding-left: 10px;
	line-height: 20px;
	text-shadow: #eee 0 1px 0;
}

#navigation {
	height: 30px;
	padding: 5px 35px;
	background: url(../img/navigation.png) no-repeat 50% 0;
	line-height: 28px;
	font-weight: bold;
}

#navigation li {
	float: left;
}

#navigation li a {
	text-decoration: none;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
	background: url(../img/navigation-li-a.png) no-repeat right 30px;
}

#navigation li a span {
	float: left;
	padding: 1px 0 1px 10px;
	background: url(../img/navigation-li.png) no-repeat 0 30px;
}

#navigation li a:hover,
#navigation li a:focus {
	background-position: right 0;
	text-shadow: #ddd 0 1px 0;
}

#navigation li a:hover span,
#navigation li a:focus span {
	background-position: 0 0;
}

#navigation li a:active {
	background-position: right -30px;
	text-shadow: #eee 0 1px 0;
}

#navigation li a:active span {
	background-position: 0 -30px;
	padding: 2px 0 0 10px;
}

.home #navigation li#nav-home a,
.forestry #navigation li#nav-forestry a,
.environmental #navigation li#nav-environmental a,
.excavation #navigation li#nav-excavation a,
.demolition #navigation li#nav-demolition a,
.contact #navigation li#nav-contact a {
	background-position: right -60px;
	color: #fff;
	text-shadow: #666 0 1px 2px;
	cursor: default;
}

.home #navigation li#nav-home a span,
.forestry #navigation li#nav-forestry a span,
.environmental #navigation li#nav-environmental a span,
.excavation #navigation li#nav-excavation a span,
.demolition #navigation li#nav-demolition a span,
.contact #navigation li#nav-contact a span {
	background-position: 0 -60px;
}

.spacer {
	line-height: 5px;
	font-size: 1px;
}

#content {
	padding: 0 20px;
	background: url(../img/content.png) repeat-y 50% 0;
	overflow: hidden;
}

#statement {
	width: 500px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#history {
	width: 330px;
	float: left;
}

#imgs {
	width: 170px;
	float: right;
}

#clients {
	padding-top: 15px;
	width: 500px;
	float: right;
}

#footer {
	padding: 0 20px 20px;
	text-align: center;
	line-height: 30px;
	background: url(../img/footer.png) no-repeat 50% 0;
	color: #888;
	text-shadow: #ddd 0 1px 0;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}