body {
	background: url(../images/body.png) repeat-x top left fixed;
}

/***** wrapper *****/
 
#wrapper {
	width:974px;
	margin:0 auto;
}

#header {
	width:974px;
	margin: 0 0 12px;
}

#header .login {
	float: right;
	margin: 11px 0 0;
}

#header .login * {
	float: left;
}

#header .login a {
	display: block;
	margin: 5px 8px 0 0;
	border: 0 !important;
	cursor:crosshair;
}

#header .login .username,
#header .login .password {
	border: 1px solid #91ce44;
	height: 18px;
	padding: 5px 0 0 14px;
	color: #999;
	margin: 0 10px 0 0;
}

#header .login a.log-in {
	width: 90px;
	height: 20px;
	background: url(../images/log-in.png) no-repeat 0 0;
	border: 0;
	margin: 3px 0 0;
	cursor: pointer;
	text-indent:-99999px;
}

#header .login a.log-in:hover  {
	width: 90px;
	height: 20px;
	background: url(../images/log-in.png) no-repeat 0 -20px;
	border: 0;
	margin: 3px 0 0;
	cursor: pointer;
}

#logo {
	width: 241px;
	height: 42px;
	float: left;
	display: block;
	background: url(../images/logo.png) no-repeat top left;
	text-indent: -9999px;
	margin: 41px 0 33px;
	border: 0 !important;
}

#tabs {
	position: relative;
 	height: 359px;
}

#tabs img {
	position: relative;
}

#tabs a.read-more {
	background: url(../images/read-more-gr.png) top left no-repeat;
	width: 104px;
	height: 29px;
	display: block;
	position: absolute;
	top: 191px;
	left: 36px;
	float: none;
	border: 0 !important;
	z-index: 1;
}
#tabs a.read-more:hover {
	background: url(../images/read-more-gr.png) bottom left no-repeat;
}

#tabs a.read-more span {
	display: none;
}


.tab-nav {
	padding: 0;
	position: relative;
	height: 58px;
}

.tab-nav li {
	border-top: 1px solid #c9c9c9; 
	height: 57px;
	float: left;
	font-size: 2.3em;
	line-height: 1em;
	list-style: none;
	margin: 0;
}

.tab-nav li a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	display: block;
	height: 34px;
	padding: 16px 0 7px;
	border-left: 1px solid #c7dbad;
	border-bottom: 0 !important;
	text-align: center;
}

.tab-nav li a span {
	display: none;
}

.tab-nav li.landscaping a {
	border-left: 1px solid #c9c9c9;
	width: 237px;
	background: url(../images/tab-nav.png) 0px 0px no-repeat;
}

.tab-nav li.landscaping a:hover,
.tab-nav li.landscaping a.active {
	background-position: 0 -57px;
}

.tab-nav li.ground-maintenance a {
	width: 257px;
	background: url(../images/tab-nav.png) -237px 0px no-repeat;
}

.tab-nav li.ground-maintenance a:hover,
.tab-nav li.ground-maintenance a.active {
	background-position: -237px -57px;
}

.tab-nav li.fencing a {
	width: 233px;
	background: url(../images/tab-nav.png) -494px 0px no-repeat;
}

.tab-nav li.fencing a:hover,
.tab-nav li.fencing a.active {
	background-position: -494px -57px;
}

.tab-nav li.design a {
	width: 242px;
	background: url(../images/tab-nav.png) -730px 0px no-repeat;
	border-right: 1px solid #c9c9c9;
}

.tab-nav li.design a:hover,
.tab-nav li.design a.active {
	background-position: -730px -57px;
}

#header-image {
	height: 133px;
	position:relative;
	z-index:1;
}

#mask {
	position:absolute;
	z-index:2;
	top:0;
	right:0;
}
#back {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.services {
	background: url(../images/banner-services.jpg) no-repeat top left;
}

.fencing {
	background: url(../images/banner-fencing.jpg) no-repeat top left;
}


#content {
	border-left: 1px solid #c9c9c9;
	background: #fff url(../images/content.png) top left repeat-x;
	padding: 60px 25px 60px 35px;
	position:relative;
	z-index:1;
}


#content-left {
	float:left;
	width: 610px;
	position:relative;
	z-index:2;
}

#content-left-wide{
	float:left;
	width: 650px;
	position:relative;
	z-index:2;
}
#content-left-full{
	float:left;
	width: 900px;
	position:relative;
	z-index:2;
}

.index #content-left {
	float:left;
	width: 425px;
	position:relative;
	z-index:2;
}

#content-right {
	float:right;
	width: 215px;
	padding: 0 0 0 35px;
	display: inline;
	border-left: 1px solid #c9c9c9;
	position:relative;
	z-index:2;
}

.index #content-right {
	float:right;
	width: 425px;
	padding: 0;
	border: 0;
}


/***** nav *****/
#nav {
	clear: both;
	height: 25px;
	margin: 0;
	padding: 0;
	z-index:100;
	position:relative;
}

#nav li {
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1em;
	margin: 0;
	list-style: none;
	border-right: 1px solid #eee;
}

#nav li ul li {
	border-bottom:1px solid #eee;
	width:216px;
	background:#fff;
}

#nav li a {
	text-decoration: none;
	font-weight: 400;
	color: #444;
	border: 0 !important;
}

#nav li li a{width:157px; height:10px}

#nav li a:hover {
	background:#eee
}
#nav li a.active {
	color: #91ce44;
	font-weight:bold;
}

/***** footer *****/
#footer{
	width: 974px;
	margin: 0 auto;
	background: #fff;
	height: 369px
}

.sub-footer {
	background: #4c4c4c;
	height: 200px;
	padding: 0 40px;
}

.sub-footer .column {
	float: left;
	padding: 20px 40px 0 0;
	margin: 0 30px 0 0;
	border-right: 1px solid #949494;
	height: 125px;
}

.sub-footer .column h3 {
	color: #91ce44;
	font-size: 1.4em;
}

.sub-footer .column ul {
	margin: 0;
	padding: 0;
}

.sub-footer .column li {
	margin: 0 0 5px 15px;
	padding: 0;
	list-style-image: url(../images/column-li.png);
}

.sub-footer .column li a {
	font-weight: 400;
	text-decoration: none;
	color: #ccc;
	font-size: 1.1em;
	border: 0 !important;
}

.sub-footer .column li a:hover {
	color: #fff;
}

.sub-footer .contact {
	float: right;
	text-align: right;
	padding: 20px 0 0;
}

.sub-footer .contact h2 {
	color: #fff;
	font-size: 2em;
	line-height: 1.5em;
	margin: 0;
}
.sub-footer .contact a{
	color: #fff;
	font-weight:normal;
}

.sub-footer .contact h2 span {
	color: #91ce44;
}

#footer .copyright {
	float: left;
	padding: 35px 0 0 35px;
	color: #999;
	font-size: 0.9em;
}

#footer img.logo {
	float: right;
	margin: 20px 35px 0 0;
}

/***** classes *****/

.index h1 {
	color: #a74a07;
}

h1,
h2 {
	color: #959595;
}

h2.green {
	font-size: 2em;
	color: #6aa81a;
}

h3 {
	color: #a74a07;
}

p.emphasise {
	font-size: 1.6em;
}

blockquote {
	font-size: 1.4em;
	color: #6aa81a;
	font-style: oblique;
}

blockquote p {
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	margin: 15px 0 0;
}

.read-more {
	display: block;
	width: 90px;
	height: 20px;
	background: url(../images/read-more.png) top left no-repeat;
	float: left;
	border: 0 !important;
}
.read-more:hover {
	background: url(../images/read-more.png) bottom left no-repeat;
}

.read-more span {
	display: none;
}

.request-quote {
	display: block;
	width: 143px;
	height: 29px;
	background: url(../images/request-quote.png) top left no-repeat;
	margin: 0 0 25px;
	border: 0 !important;
}

.request-quote span {
	display: none;
}


#content img {
	padding: 5px;
	border: 1px solid #91ce44;
	float: left;
	margin: 0 15px 0 0;
}

.seperator {
	font-size: 0.1em;
	line-height: 0.1em;
	height: 0px;
	border-bottom: 1px solid #c9c9c9;
	clear: both;
	padding: 30px 0 0;
	margin: 0 0 30px;
}

#content-right div.clear {
	height: 40px;
}

#content-left img {
	margin: 0 15px 10px 0;
	position: relative;
}

div.service {
	width: 290px;
	float: left;
	display: inline;
	position:relative;
	margin: 0 20px 0 0;
}

div.service h3 {
	clear: both;
	margin: 0 0 20px 5px;
	padding-top: 5px;
}

div.service a {
	font-weight: 400;
	color: #a74a07;
	border: 0 !important;
}

blockquote.service {
	float: left;
	width: 230px;
	margin: 0 50px 0 0;
	padding: 10px 0;
}

p.last {
	padding-bottom: 50px;
}

.img:hover {
	border:none;!important;
}
img:hover {
	border:none;!important;
}

#sitemap{margin:0; padding:0; ; list-style:none; font-size:14px}
#sitemap li{margin:0;padding:4px; list-style:none}
#sitemap li a{}
#sitemap li ul{margin-left:10px; padding:0;}
#sitemap li ul li{list-style:square; color:#91CE44}
#sitemap li .parent{background: #6AAA4F;color:#FFFFFF;padding:0 15px;}

/* NEWS PAGE */
.newsItem{background:#EEE; margin-top:10px; padding:8px; border:1px solid #EEE; display:block}
.newsItem:hover{background: #F3FAF1; border:1px solid #CDEDC9}
.newsItem h3{}
.newsItem p{}
.newsItem span{float:right; font-size:16px}
.newsItem span strong{font-weight:bold}

/* CAREERS */
.salary{float:right; padding:12px; background:#EEE; border:1px solid #D5E7CF; font-size:14px; font-weight:bold}

.largeImg{width:280px; margin-left:10px}


/* Form Help Box */
.whatsThisPopup{   
padding: 0;    
position: relative; 
} 
 
 
.whatsThisPopup em {     
background: url(../images/bubble.png) no-repeat;    
width: 150px;     
height: 49px;    
position: absolute;   
top: 25px; 
left: -68px;   
text-align: center;   
text-indent: -9999px;   
z-index: 2;  
display: none; } 

 
#whatIcon {    
width: 15px; 
height: 15px;   
background: url(../images/question-mark.png) no-repeat 0 0;    
text-indent: -9999px;   
margin: 0 auto;  
display: block;}

#readMore1{}
#readMore2{display:none!important}
#readMore3{display:none!important}
#readMore4{display:none!important}

#gMap{width:625px; background:#CCCCCC; height:300px; border:3px solid #8AC640; padding:1px}
#sitemap li{list-style:circle!important}
.copyright a{color: #999999; font-weight:normal}