/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

img
{
border: 0px;
}


body {
	margin: 0;
	background-position: top;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


#contmain
{
	width: 100%;
	background: url(images/back_all.jpg) no-repeat center top;
	margin-top: 22px;
	margin-bottom: 5px;
}

h1, h2, h3 {
	color: #246030;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #246030;
}


h3 {
	font-size: 1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #246030;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #246030;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #246030;
}


#main
{
	width: 778px;
	margin: 0 auto;
	margin-top: 22px;
	padding-top: 10px;
	border: 1px solid #666666;
}

/* Header */

#header {
	width: 778px;
	margin: 0 auto;
	height: 75px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

#menu {
	height: 38px;
	margin: 0 auto;
	width: 700px;
	padding-left: 50px;
	background: url(images/menu.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 28px;
	width: 100px;
	text-decoration: none;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
	color: #ffffff;
    text-align: center;

}

#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 778px;
	height: 75px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
	text-align: left;
}


#logo h1 {
	padding-top: 80px;
	padding-left: 20px;
	color: #246030;
	font-size: 18px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
}

#logo a {
	color: #ffffff;
}

/* Page */

#page {
	width: 778px;
	border-top: none;
}

/* Content */

#content {
	width: 760px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
}

#content H4 
{
	width: auto;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
	background-repeat: repeat-y;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	background-color: #94ce08;
	border: 1px solid #006600;
}

#content p
{
	line-height: 20px;
	margin: 20px;
	text-align: justify;
}



#bottom
{
}

/* Footer */
#footer
{
	padding-top: 5px;
	height: 30px;
	width: 778px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/menu.gif);
}

#footer p {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#footer a
{
	color: #FFFFFF
}


#content2 {
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
}

#content2 H4 {
	width: auto;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
	background-repeat: repeat-y;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	background-color: #94ce08;
	border: 1px solid #006600;
}

#content2 p {
	line-height: 20px;
	margin-left: 300px;
}

#content2 img {
	float: left;
	height: 200px;
	width: 300px;
	margin-left: 15px;
	margin-top: 15px;
}

#newsitem {
	width:auto;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:50px;
	margin-right:50px;
}

#newsitem p {
	margin-left:175px;
	font-size:14px;
}

#newsitem img {
	height:150px;
	width:150px;
}

#gardenitem {
	width:auto;
	margin-left:50px;
	margin-right:50px;
}


#gardenitem p {
	padding-left:10px;
	padding-top:10px;
	line-height:20px;
}




.desc {
	font-weight: bold;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.floatleft {
	float: left;
	margin-left: 10px;
}
.floatright {
	float: right;
	margin-left: 20px;
}
#content H3 {
	width: auto;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
