ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, img {
	margin:0;
	padding:0;
	border: 0;
}

ul { 
	list-style:none;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #314c4e;
	font-size: 62.5%;
	padding: 0 0 0 0;
}

#contentHome .copy::-webkit-scrollbar, #contentHome .copy::-webkit-scrollbar {
	background: transparent;
	width: 10px;
}

#contentHome .copy::-webkit-scrollbar-thumb, #contentHome .copy::-webkit-scrollbar-thumb {
	background: #b4c850;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#contentHome .copy::-webkit-scrollbar-thumb:hover, #contentHome .copy::-webkit-scrollbar-thumb:hover {
	background: #8ba310;
}

#contentHome .copy::-webkit-scrollbar-button , #contentHome .copy::-webkit-scrollbar-track, #contentHome .copy::-webkit-scrollbar-corner , #contentHome .copy::-webkit-scrollbar-track-piece, #contentHome .copy::-webkit-resizer, #contentHome .copy::-webkit-scrollbar-button , #contentHome .copy::-webkit-scrollbar-track, #contentHome .copy::-webkit-scrollbar-corner , #contentHome .copy::-webkit-scrollbar-track-piece, #contentHome .copy::-webkit-resizer {
	display: none;
}

div#wrap {
	/*background: transparent url('../images/layout/bgWrap.png') 0px 0px repeat-x;*/
	position:relative;
}

body#home div#wrap {
	/*background-image: url('../images/layout/bgWrap.png');*/
}

div#header {
	width: 100%;
	background: transparent	url('../images/layout/bgHeader.png') center bottom repeat-x;
}

div#headerInner {
	width: 1100px;
	height: 125px;
	margin: 0 auto;
}

div#mainNav {
	width: 1100px;
	height: 40px;
	height: 0px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

div#contentWrap, div#contentWrapNoLeft, div#contentWrapWide {
	width: 1100px;
	margin: 0 auto;
	padding: 0 22px 0 22px;
	overflow: hidden;
	position: relative;
	z-index: 4;
}

body#home div#contentWrap {
	margin-top: -231px;
}



/*CONTENT
*************************************************************/

div#leftNav {
	width: 230px;
	float: left;
	margin: 10px 0 0 0;
}

div#leftNavInner {
	background: #eaeed6;
	padding: 10px 0 10px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
  box-shadow: inset 0 0 55px rgba(86,98,23,0.2);
}

div#sidebar {
	width: 230px;
	float: right;
}

div#content {
	float: left;
	width: 840px;
	padding: 0 0 20px 30px;
}	

div#contentWrapNoLeft div#content {
	float: left;
	width: 840px;
	padding: 0 30px 20px 0;
}	

div#contentWrapWide div#content {
	float: none;
	width: 1100px;
	padding: 0 0 20px 0;
}	

div#column1 {
	width: 500px;
	float: left;
	padding: 15px 0 0 0;
}

div#column2 {
	width: 460px;
	float: right;
	padding: 15px 0 0 0;
}



/*FOOTER
*******************************************************/

div#footer {
	width: 100%;
	background: #eaeed6 url('../images/layout/bgFooter.png') 0px 0px repeat-x;
	position: relative;
	z-index: 1;
	margin-top: 30px;
	padding: 0 0 20px 0;
	overflow: hidden;
}

div#footerInner {
	width: 1100px;
	padding: 30px 0 0 0;
	margin: 0 auto;
}

div.footerColumn {
	width: 190px;
	float: left;
}

div.footerColumn.wide {
	width: 280px;
}

div#footerContact {
	width: 210px;
	padding: 20px;
	float: right;
	background: #d9dec1;
	background: rgba(163,171,127,0.2);
	position: relative;
	top: -25px;
}

div#bottom {
	background-color: #eaeed6;
}

div#bottomInner {
	border-top: 1px solid #cad1a3;
	padding: 18px 0 0 0;
	height: 32px;
	width: 1100px;
	margin: 0 auto;
}

div#bbdc {
	width: 480px;
	float: right;
}

body#enquiryform div.copy p, body#enquiryform div.copy h3, body#enquiryform div.copy h5 {
	text-align:justify;
}