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

/************************************************************
	STANDARD TAGS
************************************************************/

body {
	margin: 0pt auto;
	font: 78%/1.5em Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background: url(../images/background.png) center top repeat-y;
	color: #3F3F3F;
}

h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #8DC73F;
	font-size: 1.4em;
	line-height: 1.2;
}

h4 {
	color: #4F3F23;
	font-size: 1.3em;
	line-height: 1.1;
}

img {
	border: 0px;
}

a {
	color: #8DC73F;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #4F3F23;
	text-decoration: underline;
}

ul {
	list-style-type: square;
	color: #8DC73F;
}

ul span {
	color: #3F3F3F;
}

fieldset {
	border: 0px;
}

legend {
	display: none;
}

input, textarea {
	color: #8DC73F;
	font-family: Arial, Helvetica, sans-serif;
}

input.button {
	background-color: #8DC73F;
	font-family: Arial, Helvetica, sans-serif;
	color: #4F3F23;
	border: 1px solid #8DC73F;
	padding: 2px;
}

textarea {
	font-size: small;
}


/************************************************************
	LAYOUT
************************************************************/

#page-holder {
	margin: 0pt auto;
	padding: 0;
	width: 960px;
	height: 100%;
	display: block;
}

.column-25 {
	margin: 0pt auto;
	width: 234px;
	height: 100%;
	position: relative;
}

.column-75 {
	margin: 0pt auto;
	padding-left: 20px;
	padding-right: 10px;
	width: 694px;
	height: 100%;
	background-color: #FFFFFF;
	position: relative;
}

.column-100 {
	margin: 0pt auto;
	padding: 0pt;
	width: 960px;
	height: 100%;
}


/************************************************************
	TABLES
************************************************************/

table {  
	width: 694px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	display: block;
	font-size: 1em;
	border-collapse: collapse;
}

table caption {
	margin: 0 12px;
	padding: 20px 0 5px 0;
	font: 400 0.8em arial, sans-serif;
	text-align: left;  
}

table th, td {
	text-align: left;
	vertical-align: top;
	padding: 4px 7px !important;
	padding: 6px 10px;
}

thead th {
	color: #FFFFFF;
	background-color: #4F3F23;
}

tbody tr.highlight-row {
	background-color: #D4CFC5;
}

tbody td {
	border-bottom: 1px solid #C5BCB0;
}

tbody tr:hover td {
	background: #8DC73F;
}

.table-10 {
	width: 64px;
}

.table-20 {
	width: 128px;
}

.table-25 {
	width: 160px;
}

.table-33 {
	width: 213px;
}

.table-40 {
	width: 256px;
}

.table-50 {
	width: 320px;
}

.table-60 {
	width: 384px;
}

.table-75 {
	width: 480px;
}

.table-80 {
	width: 512px;
}

.table-90 {
	width: 576px;
}


/************************************************************
	CONTENT
************************************************************/

#logo-block {
	margin: 0pt auto;
	height: 180px;
	width: 100%;
}

/* MAIN MENU */

#main-menu {
	list-style: none;
	margin-bottom: 20px;
	height: 340px;
	width: 234px;
	background: url(../images/background-menu.png) top left no-repeat;
}

#main-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

#main-menu ul li {
	margin: 0;
	padding: 0;
	height: 50px;
	width: 234px;
	display: inline-block;
}

#main-menu li a {
	display: block;
	margin-left: 0;
	padding-left: 0;
	height: 50px;
	width: 234px;
	border-bottom: 4px solid #FFFFFF;
}

#main-menu ul li a span {
	display: none;
}

#main-menu ul li#menu-home a {
	background-image: url(/images/menu-home1.png);
	background-position: 0px 0px;
}

#main-menu ul li#menu-home a:hover {
	background-image: url(/images/menu-home1.png);
	background-position: 0px 50px;
}

#main-menu ul li#menu-about a {
	background-image: url(/images/menu-about1.png);
	background-position: 0px 0px;
}

#main-menu ul li#menu-about a:hover {
	background-image: url(/images/menu-about1.png);
	background-position: 0px 50px;
}

#main-menu ul li#menu-services a {
	background-image: url(/images/menu-services1.png);
	background-position: 0px 0px;
}

#main-menu ul li#menu-services a:hover {
	background-image: url(/images/menu-services1.png);
	background-position: 0px 50px;
}

#main-menu ul li#menu-gallery a {
	background-image: url(/images/menu-grow-gallery1.png);
	background-position: 0px 0px;
}

#main-menu ul li#menu-gallery a:hover {
	background-image: url(/images/menu-grow-gallery1.png);
	background-position: 0px 50px;
}

#main-menu ul li#menu-advice a {
	background-image: url(/images/menu-garden-advice1.png);
	background-position: 0px 0px;
}

#main-menu ul li#menu-advice a:hover {
	background-image: url(/images/menu-garden-advice1.png);
	background-position: 0px 50px;
}

#main-menu ul li#menu-contact a {
	background-image: url(/images/menu-contact1.png);
	background-position: 0px 0px;
}

#main-menu ul li#menu-contact a:hover {
	background-image: url(/images/menu-contact1.png);
	background-position: 0px 50px;
}


/* FEATURE BOX */

#feature-box {
	margin: 0pt auto;
	display: block;
	height: 100%;
	width: 234px;
	background-color: #8DC73F;
	border-bottom: 2px dotted #4F3F23;
}

#feature-box #heading {
	padding: 5px 12px;
	font: 1.4em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#feature-box img {
	border: 2px solid #FFFFFF;
}

#feature-box p {
	padding: 5px 12px;
	color: #3F3F3F;
}

#feature-box a {
	color: #FFFFFF;
	text-decoration: underline;
}

#feature-box a:hover {
	color: #4F3F23;
}


/* HEADINGS */

#heading-about h1 {
	float: left;
	height: 50px;
	width: 694px;
	margin-top: 10px;
	background-image: url(/images/heading-about.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-about h1 span {
	display: none;
}

#heading-testimonials h1 {
	float: left;
	height: 50px;
	width: 694px;
	margin-top: 10px;
	background-image: url(/images/heading-testimonials.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-testimonials h1 span {
	display: none;
}

#heading-services h1 {
	float: left;
	height: 50px;
	width: 694px;
	margin-top: 10px;
	background-image: url(/images/heading-services.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-services h1 span {
	display: none;
}

#heading-services-sub h1 {
	float: left;
	height: 40px;
	width: 694px;
	margin-top: 10px;
	background-image: url(/images/heading-services-sub.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-services-sub h1 span {
	display: none;
}

#heading-gallery h1 {
	float: left;
	height: 50px;
	width: 694px;
	margin-top: 10px;
	background-image: url(/images/heading-gallery.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-gallery h1 span {
	display: none;
}

#heading-advice h1 {
	float: left;
	height: 50px;
	width: 694px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(/images/heading-advice.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-advice h1 span {
	display: none;
}

#heading-advice-sub h1 {
	float: left;
	height: 40px;
	width: 694px;
	margin-top: 10px;
	background-image: url(/images/heading-advice-sub.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-advice-sub h1 span {
	display: none;
}

#heading-contact h1 {
	float: left;
	height: 50px;
	width: 694px;
	margin-top: 10px;
	background-image: url(/images/heading-contact.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-contact h1 span {
	display: none;
}

#heading-error h1 {
	float: left;
	height: 50px;
	width: 694px;
	background-image: url(/images/heading-error.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-error h1 span {
	display: none;
}

#heading-pruning h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-pruning.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-pruning h2 span {
	display: none;
}

#heading-hedging h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-hedging.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-hedging h2 span {
	display: none;
}

#heading-lawn h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-lawn.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-lawn h2 span {
	display: none;
}

#heading-fertilising h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-fertilising.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-fertilising h2 span {
	display: none;
}

#heading-pest h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-pest.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-pest h2 span {
	display: none;
}

#heading-soil h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-soil.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-soil h2 span {
	display: none;
}

#heading-january h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-january.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-january h2 span {
	display: none;
}

#heading-february h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-february.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-february h2 span {
	display: none;
}

#heading-march h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-march.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-march h2 span {
	display: none;
}

#heading-april h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-april.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-april h2 span {
	display: none;
}

#heading-may h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-may.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-may h2 span {
	display: none;
}

#heading-june h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-june.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-june h2 span {
	display: none;
}

#heading-july h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-july.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-july h2 span {
	display: none;
}

#heading-august h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-august.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-august h2 span {
	display: none;
}

#heading-september h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-september.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-september h2 span {
	display: none;
}

#heading-october h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-october.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-october h2 span {
	display: none;
}

#heading-november h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-november.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-november h2 span {
	display: none;
}

#heading-december h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	width: 694px;
	background-image: url(/images/heading-december.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#heading-december h2 span {
	display: none;
}

.services-heading h2 {
	display: none;
}


/* GALLERY */

#gallery ul {
	list-style: none;
	overflow: hidden;
}

#gallery ul li {
	display: inline;
	width: 200px;
	margin: 5px 0px;
}

#gallery ul li a img{
	border: 5px solid #C5BCB0;
}

#gallery a:hover img {
	border: 5px solid #4F3F23;
}

#gallery ul#pool-hedge {
	overflow: hidden;
}



/* Gallery */
div.gallery-list {
	height: 230px;
	width: 550px;
	margin-bottom: 20px;
	margin-left: 100px;
}

div.gallery-list ul {
	width: 200px;
	margin-bottom: 10px;
	display: inline;
	float: left; 
	position: relative;
}

div.gallery-list ul li {
	width: 210px;
	overflow: hidden;
	float: left;
	position: relative;
}

div.gallery-list ul li a img {
	height: 200px;
	width: 200px; 
	border: 5px solid #C5BCB0;
	position: relative;
}

div.gallery-list ul li a:hover img {
	height: 200px;
	width: 200px;
	border: 5px solid #4F3F23;
	position: relative;
}

div.gallery-list ul li div {
	width: 200px;
	padding: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #343536;
	line-height: 140%;
	padding-top: 5px;
	text-align: center;
}




/* BODY CONTENT */

.highlight {
	width: 674px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	background-color: #C5BCB0;
	border-bottom: 3px dotted #4F3F23;
	color: #4F3F23;
}

.highlight a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.highlight a:hover {
	color: #4F3F23;
}

.dots-green {
	height: 100%;
	padding: 10px;
	border-top: 2px dotted #8DC73F;
	border-bottom: 2px dotted #8DC73F;
}

.dots-brown {
	height: 100%;
	padding: 10px;
	border-top: 2px dotted #4F3F23;
	border-bottom: 2px dotted #4F3F23;
}

/* TESTIMONIALS */

.testimonials {
	margin: 0px;
	padding: 0px;
	height: 234px;
	width: 234px;
	overflow: hidden;
/*	background: transparent url(../images/testimonials-background-1.png) top left no-repeat; */
}

.testimonials ul {
	margin: 0px;
	padding: 0px;
	height: 224px;
	width: 234px;
	overflow: hidden;
}

.testimonials ul li {
	margin: 0px;
	padding: 10px;
	height: 204px;
	width: 204px;
	display: block;
	overflow: hidden;
	color: #4F3F23;
}


/* FEATURE BOX */

.feature-box {
	margin: 0px 10px 5px 15px;;
	display: block;
	height: 100%;
	width: 234px;
	background-color: #8DC73F;
	border-bottom: 2px dotted #4F3F23;
}

.feature-box #heading {
	padding: 5px 12px;
	font: 1.4em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.feature-box img {
	border: 2px solid #FFFFFF;
}

.feature-box p {
	padding: 5px 12px;
	color: #3F3F3F;
}

.feature-box a {
	color: #FFFFFF;
	text-decoration: underline;
}

.feature-box a:hover {
	color: #4F3F23;
}

.feature-box-clear {
	margin: 0px 10px 5px 15px;;
	display: block;
	height: 100%;
	width: 234px;
	border: 2px dotted #8DC73F;
}

.feature-box-clear p {
	padding: 5px 12px;
	color: #4F3F23;
}

.body-feature {
	margin: 0px 10px 5px 15px;
	padding: 10px;
	display: block;
	height: 100%;
	width: 680px;
	border-top: 2px dotted #8DC73F;
	border-bottom: 2px dotted #8DC73F;
}

.body-feature p {
	padding: 5px 12px;
	color: #4F3F23;
}

/* CALENDAR */

.cal-months {
	height: 267px;
	width: 200px;
	margin-left: 15px;
	padding: 0;
	overflow: hidden;
}

.cal-months img {
	border: 0;
}

#previous-month img {
	border: 0;
}

#next-month img {
	border: 0;
}

#services-list ul {
	list-style: none;
	margin: 0;
	padding: 10px 0px 0px 0px;
	border-top: 3px dotted #8DC73F;
}

#services-list ul li {
	border-bottom: 3px dotted #8DC73F;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

#services-list ul li p {
	color: #3F3F3F;
	padding: 0px 10px;
}

#form-list ul {
	list-style: none;
	margin: 0;
	padding: 10px 0px 0px 0px;
	border-top: 3px dotted #4F3F23;
}

#form-list ul li {
	border-bottom: 3px dotted #4F3F23;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.body-image {
	width: 234px;
	height: 234px;
	background-color: #D4CFC5;
	padding: 3px;
	margin-right: 10px;
	margin-left: 10px;
}

.body-image img {
	border: 3px solid #FFFFFF;
	text-align: center;
	vertical-align: middle
}

.map {
	background-color: #D4CFC5;
	padding: 3px;
}

.footer {
	background-color: #8DC73F;
	margin-top: 10px;
}

.footer p {
	padding: 10px 10px 20px 10px;
}


/************************************************************
	UTILITIES
************************************************************/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-small {
	font-size: 0.8em;
}

.text-xl {
	font-size: 2em;
	line-height: 1em;
}

.no-border img {
	border: 0px;
}

.text-brown {
	color: #4F3F23;
}

.text-white {
	color: #FFFFFF;
}

.text-white a {
	color: #FFFFFF;
	text-decoration: none;
}

.text-white a:hover {
	color: #4F3F23;
	text-decoration: underline;
}

.text-red {
	color: #FF0000;
}
