@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body{	
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:11px;
	letter-spacing:2px;
	color:#000;
	line-height:2;
	position:relative;

}
h1{
	font-size:25px;
	color:#004a2c;
	text-align: center;
	letter-spacing: 8px;
	font-weight:normal;
	margin:-4px 0 37px 0;
	line-height:22px;
}
h1 img.lt{
	margin-right:19px;
}
h1 img.rt{
	margin-left:12px;
}	
h2{
	font-size:13px;
	color: #004a2c;
	text-align:center;
	margin: 37px 0 19px 0;
	letter-spacing:5px;
}
h2.contactH2{
	text-align:left;
	margin: 17px 0 1px 0;
}


a{
	text-decoration:none;	
	outline:none !important;
	color: #457969;
	font-style:italic;
	font-weight: bold;
}
a:hover{
	color: #002a14;
}
a.enquire{
	display:block;
	width: 134px;
	height: 28px;	
	background: #004a2c;
	font-size: 11px;
	color: #fff;
	text-align:center;
	margin: 16px auto 16px auto;
	line-height: 28px;
	letter-spacing: 2px;
	font-style:normal;
}
main a.enquire:last-child{
	margin-bottom: 0px;	
}
a.enquire:hover{
	background:#407761;	
}
.social{
	margin: 0 20px 0 0;
}
.social img{
	margin-top: 20px;
}
.clear{ clear:both; } .hidden{display:none; }
.fll{ float:left; } .flr{ float:right; } 
.white{ color:#fff; } .black{ color:#000; } 

#containter{
	min-height: 100%;
	margin-bottom: -55px;
	position: relative;
	
}

header{
	height:190px;
	background: #004a2c;
	text-align:center;
	width: 100%;
	min-width: 1100px;
	position: fixed;
	z-index: 5;
}
header img{
	margin-top: 39px;	
}
.spacer{
	height: 249px;	
}
.backcover, .cycle-slideshow{
	position:absolute;
	top: 189px;
	left: 0;
	right: 0;
	bottom: 0;	
	overflow: auto;
	z-index:-1;
}
.backcover div{
	width: 100%;
	height: 100%;	
}
nav{
	margin: 26px auto 0 auto;
	color: #5b897d;
	width:1100px;
}
nav a{
	color: #fff;
	padding:0 5px 0 5px;
	font-weight: normal;
	font-style:normal;
}
nav a:hover, body.about a.about,body.commercial a.commercial,body.residential a.residential,body.farming a.farming,body.woodland a.woodland,body.conservation a.conservation,body.renewable a.renewable,body.stud a.stud,body.contact a.contact{
	font-style:italic;	
	color: #407761;
}
main{
	width: 771px;
	background: rgba(255,255,255,0.80);
	margin: 0 auto 60px auto;
	padding:40px 3% 50px 3%;
	color: #002a14;
	line-height: 17px;
	font-size: 13px;
	letter-spacing:0;
	position:relative;
}

main p:last-child{
	margin-bottom: 0;	
}
main h1{
	margin-bottom:37px;	
}
main div.arrow{
	position:absolute;
	width: 100%;
	background: url(../images/Close.png) center no-repeat;	
	height: 30px;
	left:0;
	bottom: 18px;
}
main div.arrow a{
	display:block;	
	text-align:center;
	color: #9d9d9c;
	letter-spacing: 2px;
	font-style:normal;
	padding-top: 20px;
	font-size:10px;
	font-weight: normal;
	height: 24px;
}
body.home main{
	display:none;	
}
body.contact main{
	height: 380px;	
}
.clearfooter {
	height: 55px;
	clear: both;
}
footer{
	color: #fff;
	text-align:center;
	text-shadow: 0 0 2px #000000;
	position: relative;
	height: 55px;
	letter-spacing: 3px;
	
}


footer a{
	color: #fff !important;	
	font-weight: bold;
}

footer a:hover{
	color: #004a2c !important;	
}
footer b{
	margin-right: 20px;	
}
footer span{
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}
body.contact main{
	position: relative;	
}
span.gmap{
	position: absolute;	
	right:7.5%;
	top: 99px;
	display: block;
	width: 168px;
	text-align:right;
}
span.gmap a span{
	color: #fff;	
}

@media (max-width: 865px) 
{
	main {
		width: 94%;	
	}
}

@media (max-width: 1100px) 
{
	header{
		width:100%;	
		min-width: inherit;
	}
	nav {
		width: 85% !important;	
		margin: 5px auto 0 auto;
	}
	
}
