
body{
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	color: #4A780E;
	background: #B2D671 url(images/page_background.gif) no-repeat top;
}

#wrapper{
	position: relative;
	width: 724px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	z-index: 1;
 }
 
/*////////////////////////////////////
		TOP MENU		
////////////////////////////////////*/


#menu div {
	min-height: 28px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	height: auto;
	padding-top: 10px;
	margin: 0;
	float: left;
}

*html #menu div { height: 28px;}/* IF IE6 OR below*/

.menuitem1{ background-color: #9B2C26; width: 89px;}/* home */
.menuitem2{ background-color: #74A139; width: 140px;}/* tree surgery*/
.menuitem3{ background-color: #D4902C; width: 125px;}/* firewood*/
.menuitem4{ background-color: #006E2C; width: 158px;}/* wood products*/
.menuitem5{ background-color: #D4902C; width: 106px;}/* contact*/
.menuitem6{ background-color: #9B2C26; width: 106px;}/* links*/


#menu a, #menu a:hover, #menu a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/*////////////////////////////////////
		CONTENT AREA	
////////////////////////////////////*/


#content{
	min-height: 300px;
	max-height: auto;
	width: 724px;
	background: #fff url(images/content_background.gif) repeat-y top right;
	margin: 0px;
	padding: 0px;
	float: left;
}

*html #content{ height: 300px; background-color: #fff;}

.innercontent{
	padding: 10px;
	height: auto;
}


#rightcontent{
	float: left;
	width: 288px;
	height: auto;
	margin: 0;
	text-align: center;
}

.innercontent img{
	text-align: center;
}

#leftcontent{
	float: left;
	width: 406px;
	padding: 10px;
	height: auto;
}


#logo{
	height: 159px;
	text-align: center;
}


#headingtitle{
	width: 298px;
	height: 121px;
	color: #fff;
	text-align: center;
	background: url(images/heading_top.gif) no-repeat top left;
	margin-bottom: 10px;
	float: left;
}

#headingtitle h2{
	padding-top: 20px;
	color: #fff;
	margin: 0px;
}


/*////////////////////////////////////
		HEADINGS	
////////////////////////////////////*/

h1{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #4A780E;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

h2{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #4A780E;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

h3{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: small;
	font-weight: bold;
	text-align: center;
}


/*////////////////////////////
	LINKS
////////////////////////////*/

a{
	color: #9B2C26; /*red */
	text-decoration: underline;
}

a:visited{
    color: #9B2C26; /* red*/
	text-decoration: none;

}

a:hover{
    color: #4A780E;  /* green */
	text-decoration: underline;
}

/*////////////////////////////////////
		FOOTER	
////////////////////////////////////*/


#footer{
	width: 724px;
	height: 152px;
	background: #B2D671 url(images/footer.gif) no-repeat top;
	float: left;

}

.footertext{
	padding: 10px;
	color: #fff;
	float: left;
	font-size: 80%;
}

#footer a, #footer a:hover, #footer a:visited{
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

/*////////////////////////////////////
		OTHER	
////////////////////////////////////*/

label.enquiry
{
	width: 85px;
	float: left;
}

input, textarea
{
	border: 1px solid #B2D671;
}

.center{
	text-align: center;
}

