/* CSS Document */
body{
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	/*background: url(images/pbg.gif) no-repeat left bottom;*/
}
H1{
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:#FFFFFF;
	text-align:right;
	font-weight:normal;
	line-height: 28px;
	font-variant:small-caps;
	margin: 0px;
	padding-top: 140px;
	padding-right: 20px;
}
H2{
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color:#FFFFFF;
	text-align:right;
	font-weight:normal;
	line-height: 28px;
	font-variant:small-caps;
	margin: 0px;
	padding-right: 20px;
}

#shadow{
	width: 1004px;
	background:url(images/shadow.png) repeat-y;
	margin: 0 auto;
	text-align: center;
	/*padding-left: 14px;*/
}
#bot{
	width: 1004px;
	height: 24px;
	background:url(images/bot.png) no-repeat left;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
#container{
	margin: 0 auto;
	text-align: center;
	width: 976px;
	overflow:hidden;
	}
p{
	margin: 0;
	padding: 0;
	}

#header{
	width: 979px;
	height: 201px;
	background:url(images/header_03.gif) no-repeat #ADB77B;
}
#main{
	height: 485px;
	background:url(images/home.jpg);
	}
#mainContent{
	height: 355px;
	overflow:hidden;
	}
#menuHolder{
	padding: 0;
	margin: 0;
	height: 26px;
	background: #ADB77B;
	/*background: #fff;
	width: 240px;*/
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
	text-align:left;
	color:#919463;
	padding-left: 20px;
	}
#menuHolder a{
	text-decoration: none;
	color: #fff;
	width: 240px;
	} 
#menuHolder a:hover{
	text-decoration: underline;
	} 

#menuHolder ul{
	margin: 0;
	padding: 0;
	
	margin-left: 15px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	display:inline;
	}
#menuHolder ul ul{
	margin: 0;
	}
#menuHolder li{
	display:inline;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 100px;
	padding-right: 6px;
	padding-left: 6px;
	}
#menuHolder .indent{
	margin-left: 20px;
	list-style-type:square;
}
#pageText{
	margin: 0;
	padding: 0;
	padding-left: 260px;
	padding-right: 20px;
	padding-top: 14px;
	padding-bottom: 20px;
	width: 697px;
	text-align: left;
	background: url(images/cBG.gif) repeat-y #6E6C49;
	color: #FFF;
	font-size: 13px;
	}
#pageText p{
	margin-top: 8px;
	margin-bottom: 5px;
}
#pageText a{
	color: #fff;
	text-decoration: none;
}
#pageText a:hover{
	color: #fff;
	text-decoration: underline;
}

#pageText h2{
	text-align: left;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	}
#pageText ul{
	font-size: 13px;
	font-weight: normal;
	list-style-type:square;
}
#pageText li{
	font-size: 13px;
	font-weight: normal;
	list-style-type:square;
}
.theconcept{
	background:url(images/theconcept.jpg);
}
.theperennial{
	background:url(images/perennial.jpg);
}
.thedrygarden{
	background:url(images/drygarden.jpg);
}
.theforestgarden{
	background:url(images/forest.jpg);
}
.theparterregarden{
	background:url(images/parterre.jpg);
}
.thedisplaygarden{
	background:url(images/display.jpg);
}
.recycle{
	background:url(images/recycle.jpg);
}
.refresh{
	background:url(images/refresh.jpg);
}
.location{
	background:url(images/location.jpg);
}
.contact{
	background:url(images/contact.jpg);
}
#gutter{
	/*height:64px;*/
	height: 30px;
	background: #999966;
	}
dl{
	margin: 0;
	width: 500px;
	margin-bottom: 20px;
	}
dt {margin: 0;
	width: 120px;
	display:block;
	float: left;
	margin-top: 8px;
	font-weight: bold;}
dd {margin: 0;
	width: 370px;
	display:block;
	float: left;
	margin-top: 8px;}
#subMenu{
	position:absolute;
	z-index: 10;
	margin-left: -488px;
	left: 50%;
	top: 227px;
	width: 976px;
	background: #fff;
	filter:alpha(opacity=80);

	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	height: 24px;
	text-align: left;
	padding-top: 2px;
	color:#919463;
	overflow: hidden;
	background-color: #FFF;
}
#subMenu ul{
	margin: 0;
	padding: 0;
	padding-left: 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	text-align: left;
	list-style-type:none;
	padding-left: 48px;
}
#subMenu li{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 14px;
	list-style-type: none;
}
#subMenu a{
	padding-left: 10px;
	padding-right: 10px;
	color: #73724D;
	text-decoration: none;
}
#subMenu a:hover{
	text-decoration:underline;
	}

