* {
	margin: 0;
	padding: 0;
	border: none;
}

a:active {
	outline: none;
}

a:focus {
	outline-style: none;
}

a {
	color: #E89D00;
}

a:hover {
	text-decoration: none;
}

.clearfix {
	clear: both;
	height: 1px;
}

body {
	background: #eee;
	font-size: 62.5%;
	font-family: verdana, arial, sans-serif;
	color: #555;
	text-align: center;
}

h1 {
	font-size: 2em;
	margin-bottom: 10px;
}

p, ul, ol, dl {
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: left;
	color: #555;
}

ul, ol {
	margin-left: 30px;
}

dt {
	font-weight: bold;
	margin: 5px 0 0 0;
}

em {
	color: #E89D00;
	font-style: normal;
}

#wrapper {
	width: 800px;
	margin: 0 auto 30px auto;
}

#header {
	height: 115px;
	padding-top: 50px;
}

#header img {
	float: left;
	margin-right: 120px;
}

#header p {
	font-size: 20px;
	font-weight: bold;
	line-height: 70px;
}

#main-bottom-top {
	background: url(../images/design/content-top.jpg) no-repeat;
	height: 9px;
}

#main-top, #main-bottom {
	background: url(../images/design/content-bgd.jpg) repeat-y;
}

#main-bottom-top {
	margin-top: 20px;
}

body#homePage #main-bottom {
	background: none;
}

#main-top-bottom, #main-bottom-bottom {
	background: url(../images/design/content-bottom.jpg) no-repeat;
	height: 16px;
}

#main-nav {
	background: url(../images/design/nav-bgd.jpg) no-repeat;
	height: 39px;
}

#main-nav ul {
	list-style: none;
}

#main-nav ul li {
	display: inline;
}

#main-nav ul li a {
	display: block;
	float: right;
	line-height: 39px;
	padding: 0 20px 0 0;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
}

#main-nav ul li a:hover {
	color: #E89D00;
}

#main-top p {
	padding: 10px 25px 0 25px;
	margin: 0;
}

body#homePage #main-top p {
	padding: 0;
	margin-bottom: 15px;
}

img.banner {
	margin-left: -1px;
}

#main-content {
	padding: 15px 10px;
	color: #000;
	text-align: left;
}

body#homePage #main-content {
	padding: 25px 25px 15px 25px;
}

#content-left {
	width: 500px;
	padding: 0 20px 0 25px;
	float: left;
	border-right: 1px solid #eee;
}

#content-left h3 {
	color: #000;
	margin: 15px 0 5px 0;
	font-size: 1.6em;
}

#content-right {
	margin-left: 552px;
	background: #A9A9A9;
	color: #fff;
	text-align: center;
	padding: 15px;
}

#content-right h3 {
	font-size: 1.6em;
	margin-bottom: 15px;
}

#content-right p {
	text-align: center;
}

#content-right ul#services-nav {
	list-style: none;
	text-align: left;
	margin-left: 10px;
}

#content-right ul#services-nav li a {
	color: #fff;
	background: url(../images/design/list-arrow.gif) bottom left no-repeat;
	display: block;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	padding-left: 13px;
	font-size: 15px;
}

#content-right ul#services-nav li a:hover {
	color: #464241;
	background: url(../images/design/list-arrow.gif) top left no-repeat;
}

.content-box {
	width: 254px;
	float: left;
	margin: 20px 0 0 0;
}

.tiledrainage, .precisionearthmoving {
	margin-right: 18px;
}

.content-box h2 {
	margin: 0 0 10px 10px;
	text-align: left;
	font-size: 1.4em;
}

.content-box h2 a {
	text-decoration: none;
}

.content-box p {
	margin-bottom: 0;
	padding: 15px 15px 5px 15px;
}

.content-box p.more {
	text-align: right;
}

.content-box p.more a {
	color: #E89D00;
	text-decoration: none;
}

.content-box img {
	border-top: 8px solid #E89D00;
	margin-left: -2px;
}

.content-box .top {
	background: url(../images/design/content-box-top.jpg) no-repeat;
	height: 10px;
}

.content-box .middle {
	background: url(../images/design/content-box-bgd.jpg) repeat-y;
}

.content-box .bottom {
	background: url(../images/design/content-box-bottom.jpg) no-repeat;
	height: 10px;
}

.faq_question a {
	display: block;
	width: 100%;
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

.faq_answer {
	width: auto;
	display: none;
}

#gallery {
	text-align: left;
}

#picture-slides-container{
	/* Width HAS to be here for IE to render the filter */
	width: 100%;
}

body#galleryPage #content-right {
	background: none;
	height: 460px;
	overflow: auto;
	overflow-x: hidden;
	width: 170px;
}

body#galleryPage #content-right ul {
	list-style: none;
	margin: 0;
}

ul#navigation-controls li {
	display: inline;
	margin: 5px;
	text-align: center;
	background: #fff;
}


#footer {
	background: url(../images/design/footer-bgd.jpg) no-repeat;
	margin-top: 20px;
	width: 800px;
}

#footer .legal {
	float: left;
	width: 380px;
	text-align: left;
	padding-left: 20px;
}

#footer .pixels p {
	text-align: right;
	padding-right: 20px;
}

#footer p {
	color: #fff;
	margin: 0;
	line-height: 51px;
}


