body {
	background-color: #EAEAEA;
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin:0;
}
#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	display:block;
	background-image:url(../images/common/header.jpg);
	background-repeat:no-repeat;
	height:262px;
	border-bottom:5px solid #000;
}
#menu {
	padding-top:232px;
	height:36px;
	font-family:"Century Gothic";
	font-size:13px;
	float:left;
	list-style:none;
	margin:0px;
}
#menu ul {
	margin:0px;
	float:left;
}
#menu li {
	display:block;
	list-style:none;
	float:left;
}
#menu li a {
	list-style:none;
	display:block;
	padding:5px 10px 0 10px;
	height:22px;
	border-top:2px solid #FF0000;
	background-color:#000;
	color: #fff;
	text-decoration:none;
	margin-right:1px;
}
#menu li a:hover {
	list-style:none;
	display:block;
	padding:5px 10px 0 10px;
	height:22px;
	color: #FFFF00;
	text-decoration:none;
	margin-right:1px;
	border-top:2px solid #000;
	background-color:#FF0000;
}
#content-home {
	margin-top:2px;
	background-color:#fff;
	padding:10px;
	min-height:900px;
}
#content-sitemap {
	margin-top:2px;
	background-color:#fff;
	padding:10px;
	min-height:200px;
}
#content-haulage {
	margin-top:2px;
	background-color:#fff;
	padding:10px;
	min-height:500px;
}
#content-grass {
	margin-top:2px;
	background-color:#fff;
	padding:10px;
	min-height:300px;
}
#contentText {
	float:left;
	width:520px;
	padding:10px;
	background-color:#F8F8F8;
	font-family: "Century Gothic";
	font-size:14px;
	color:#000;
}
#contentText li {
	list-style-image:url(../images/common/dot.gif);
}
#contentText a {
	color:#000;
	text-decoration:underline;
}
#contentText a:hover {
	color: #FF0000;
	text-decoration:none;
}
#contentImages {
	margin-left:560px;
}
#contentImages img {
	background-color:#fff;
	padding:3px;
	border:1px solid #C5C5C5;
	margin:3px;
}
h1 {
	font-family: "Century Gothic";
	font-size:16px;
	color:#000;
	font-weight:700;
}
#contactDetails {
	margin-top:2px;
	border-top:5px solid #FF0000;
	background-color:#000;
	height:95px;
	padding:5px;
	font-family:"Century Gothic";
	font-size:14px;
	color:#fff;
	clear:both;
}
#contactDetailsLeft {
	float:left;
	width:300px;
}
#contactDetailsCenter {
	float:left;
	width:300px;
}
#contactDetailsRight {
	float:left;
	width:300px;
}
#contactDetails a {
	text-decoration:none;
	color:#fff;
}
#contactDetails a:hover {
	color:#FFFF00;
}
#footer {
	width:100%;
	background-image:url(../images/common/footer.gif);
	background-repeat:repeat-x;
	height:23px;
	margin-top:2px;
	clear:both;
}
#footerContent {
	padding-top:1px;
	text-align:center;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	font-family: "Century Gothic";
	font-size:12px;
	color:#fff;
}
#footerContent a {
	text-decoration:none;
	color:#FFF;
}
#footerContent a:hover {
	color: #FFFF00;
}
