* {
	margin: 0px;
	padding: 0px;
}
html {
	width:100%;
	height:100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #48442e;
	line-height:17px;
	width: 100%;
	min-width:790px;
}
a {
	color: #06723e;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin-left:25px;
}
p {
	margin: 0 0 18px;
	text-align:justify;
}
img {
	border: none;
}
h1 {
	font-size: 14px;
	line-height:14px;
	font-weight: bold;
	color: #06723e;
	padding: 0px 0px 20px 0px;
}

h2 {
	font-size: 13px;
	line-height:12px;
	font-weight: bold;
	color: #875a31;
	padding: 0px 0px 5px 0px;
}
h3 {
	font-size:14px;
	line-height:14px;
	font-weight: bold;
	color:#000;
}
.h3 {
	font-size:14px;
	line-height:14px;
	font-weight: bold;
	color:#000;
}
fieldset {
	border: 0px solid transparent;
}
input, textarea {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	vertical-align: middle;
}

.required {
	color:#F00;
}
.clear {
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}
.hidden {
	display: none;
}
.hr {
	line-height:1px;
	height:21px;
	font-size:1px;
	background:url(images/hr_bg.gif) top repeat-x;
}
.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.images {
	border: #c7c3ad solid 2px;
	background: #3b3b3b;
}
.images_left {
	border: #ffffff solid 4px;
	background: #3b3b3b;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.images_right {
	border: #ffffff solid 4px;
	background: #3b3b3b;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imagesmallname {
	color: #48442e; 
	font-weight: normal;
}
.imagemediumname {
	color: #48442e; 
	font-weight: bold;
}
.imagebigname {
	color: #48442e; 
	font-weight: bold;
}
.imagepages {
	color: #48442e; 
	font-weight: normal;
}
.imagepageselected {
	color: #1d6e1f; 
	font-weight: bold;
}
.imagepagesnav {
	color: #1d6e1f; 
	font-weight: normal;
}
.imagebignav {
	color: #48442e; 
	font-weight: bold;
}
.sectionname {
	color: #877f5d; 
	font-weight: bold;
}
.sectionnameselected {
	color: #1d6e1f; 
	font-weight: bold;
}

/* Logos
-----------------------------------------------------------------------------*/
#logos {
	width: 104px;
	height: 48px;
	overflow:hidden;
	padding: 75px 0px 0px 75px;
}
/* Wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	overflow:hidden;
	background: url(images/wrapper_bg.jpg) #474029;
}
/* Wrapper1
-----------------------------------------------------------------------------*/
#wrapper1 {
	width: 100%;
	overflow:hidden;
	background: url(images/wrapper1_bg.jpg) center top repeat-y;
}

/* Wrapper2
-----------------------------------------------------------------------------*/
#wrapper2 {
	width: 100%;
	background: url(images/wrapper2_bg.jpg) center top no-repeat;
}

/* Wrapper3
-----------------------------------------------------------------------------*/
#wrapper3 {
	width: 790px;
	position:relative;
	left:50%;
	margin-left: -395px;
	background:url(images/home_welcome_bg2.gif) right repeat-y #f2f1e5;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 170px;
	background: url(images/header1.jpg) center top no-repeat;
	position: relative;
}
#header h1 {
	width: 400px;
	height: 150px;
	position: relative;
	color:#000;
	text-indent:-5000px;
}
#header h1 a {
	position: absolute;
	width: 298px;
	height: 100px;
	top: -69px;
	left: 225px;
}
#header span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	left:630px;
	top: 115px;
	text-align:right;
	color:#286F0F;
}
#header span a {
	font-size: 18px;
	line-height:18px;
	color:#8B5C33;
	font-weight:bold;
}
#header span a:hover {
	text-decoration: none;
}
.delimiter {
	line-height: 5px;
	height: 5px;
	font-size: 5px;
	background: #fff;
}
/* Menu Top
-----------------------------------------------------------------------------*/
#menutop {
	width:790px;
	height:41px;
	overflow:hidden;
    background:url(images/bg_menutop.gif) top no-repeat;
}
#menutop ul {
	width:597px;
	height:41px;
	margin-left:94px;
	list-style:none;
	background:url(images/bg_menutop2.gif) top left repeat-x;
}
#menutop ul li {
	width: 113px;
	height: 41px;
	float: left;
	background:url(images/menutop_dilimiter.gif) left no-repeat;
    position:relative; 
}
#menutop a {
	width: 100%;
	height: 41px;
	line-height: 37px;
	display:block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size: 12px;
}
#menutop a:hover {
	background:url(images/bg_menutop2_on.gif) top left repeat-x;
}
#menutop span {
	display:block;
	position:absolute;
	top: 38px;
	left: 0px;
	width: 100%;
	height: 3px;
	font-size:1px;
	background:url(images/menutop_arrow.gif) bottom no-repeat;
}
#menutop #menutop_garden {
	width: 145px;
}
#menutop_garden span {
	width: 145px;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle{
	width:769px;
	padding-left:21px;
	overflow: hidden;
	background:url(images/content_home_portfolio_bott.gif) bottom right no-repeat #f2f1e5;
}
/* Middle Inside
-----------------------------------------------------------------------------*/
#middle_inside{
	width:769px;
	padding-left:21px;
	overflow: hidden;
	background:url(images/content_home_portfolio_bottom_on.gif) bottom right no-repeat;
}

/* Middleleft
-----------------------------------------------------------------------------*/
#middleleft{
	width:197px;
	float:left;
}
/* Middleright
-----------------------------------------------------------------------------*/
#middleright{
	width:562px;
	float:right;
}
/* Menu Left
-----------------------------------------------------------------------------*/
#menuleft {
	width:197px;
	background:url(images/menul_bg_top.gif) top no-repeat;
	padding-top:50px;
}
#menuleft_top {
	width:197px;
	height:50px;
	background:url(images/menul_bg_top.gif) top no-repeat;
}
#menuleft ul {
	width:197px;
	list-style:none;
	margin: 0px;
	padding-bottom:19px;
	background:url(images/menul_bg_bottom.gif) bottom no-repeat;
}
#menuleft ul li {
	width: 197px;
	height: 32px;
	font-size:1px;
	background:url(images/menul_button.gif) top no-repeat;
}
#menuleft a {
	width: 177px;
	height: 32px;
	line-height: 27px;
	display:block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	text-align: left;
	font-size: 12px;
    padding-left:20px;

}
#menuleft a:hover {
	background:url(images/menul_button_on.gif) top no-repeat;
}
/* Home Garden Center
-----------------------------------------------------------------------------*/
#garden_center{
	height:405px;
	width:197px;
	background:url(images/home_garden_bg.gif) top repeat-y;
}
#garden_center_top{
	height:50px;
	width:197px;
	background:url(images/home_garden_bg_top.gif) top no-repeat;
}
#garden_center_bottom{
	height:23px;
	width:197px;
	background:url(images/home_garden_bg_bottom.gif) bottom no-repeat;
}
#garden_center_image{
	height:174px;
	width:159px;
	padding: 50px 19px 0px 19px;
	background:url(images/home_pic_garden.gif) top no-repeat;
}
#garden_center_text{
	width: 159px;
	line-height: 17px;
	display:block;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	text-align: left;
	font-size: 12px;
	padding:133px 0px 0px 0px;
}
/* Home Contact Us
-----------------------------------------------------------------------------*/
#home_contact{
	height:290px;
	width:197px;
	background:url(images/home_contact_bg.gif) top repeat-y;
}
#home_contact_top{
	height:42px;
	width:197px;
	background:url(images/home_contact_top.gif) top no-repeat;
}
#home_contact_bottom{
	height:22px;
	width:197px;
	background:url(images/home_contact_bottom.gif) bottom no-repeat;
	font-size: 1px;
}
#home_contact_text{
	width: 159px;
	line-height: 17px;
	display:block;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	text-align: left;
	font-size: 12px;
	padding: 8px 19px 0px 19px;
}
/* Shadow Top
-----------------------------------------------------------------------------*/
#shadow_top{
	overflow:hidden;
	width:790px;
	height:10px;
	background:url(images/shadow_home_top.gif) top no-repeat;
}

/* Homeimage
-----------------------------------------------------------------------------*/
#home {
	width:562px;
}
#homeimage {
	width:562px;
	height:392px;
}
#homeimage h1 {
	position:relative;
	font-size: 23px;
	color:#FFFFFF;
	width: 562px;
	height: 392px;
}
#homeimage span {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	background:url(images/homeimage_1.gif) top right no-repeat;
}

/* Slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	height: 392px;
	width: 562px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
}

/* Homeimage Inside
-----------------------------------------------------------------------------*/
#home_inside {
	width:562px;
}
#homeimage_inside {
	width:562px;
	height:172px;
}
#homeimage_inside h1 {
	position:relative;
	font-size: 23px;
	color:#FFFFFF;
	width: 562px;
	height: 172px;
}
#homeimage_inside span {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	background:url(images/homeimage_on.gif) top right no-repeat;
}

/* Content Home
-----------------------------------------------------------------------------*/
#content_home {
	width:542px;
	overflow:hidden;
	float:left;
	padding:0px 20px 0px 10px;
	/*border:#F00 1px solid;*/
}
#content_home #content {
	background:url(images/home_welcome_bg.gif) top repeat-y;
}
#content_home #bottom {
	min-height:368px;
	height:expression(this.scrollHeight < 368? "368px" : "auto");
    background:url(images/home_welcome_bg_bottom.gif) bottom right no-repeat;
}
#content_home #title {
	padding: 0px 0px 20px 20px;
	height:16px;   
}
#content_home #main{
	padding: 0px 31px 0px 24px;
	height:16px;
}

/* Content Inside
-----------------------------------------------------------------------------*/
#content_inside {
	width:542px;
	float:left;
	padding:0px 20px 0px 10px;
	/*border:#F00 1px solid;*/
}
#content_inside #title {
	padding: 0px 0px 20px 20px;
	height:16px;
}
#content_inside #main{
	padding: 0px 31px 30px 24px;
}

/* Content Services
-----------------------------------------------------------------------------*/
#content_services {
	width:542px;
	background:url(images/content_home_portfolio.gif) top repeat-y;
}
#content_services #top {
	overflow:hidden;
	width:542px;
	background:url(images/content_home_portfolio_top.gif) top left no-repeat;
}
#content_services #title {
	padding: 15px 0px 15px 20px;
	height:16px;
}
#content_services #main{
	height:568px;
	width:542px;
}
#content_services #main span{
	width:159px;
	height:162px;
	float:left;
	padding: 13px 12px 0px 0px;
	display:block;
	font-weight: bold;
	color: #5a4b3f;
	text-decoration:none;
	text-align: center;
}
#content_services #main span img{
	padding: 0px 0px 10px 0px;
}
#content_services #main a {
	text-decoration:none;
}
/* area_we_service
-----------------------------------------------------------------------------*/
#area_service {
	display:none;
}
.area_service_ul {
	padding-right:20px;
	padding-top:10px;
	vertical-align:top;
	line-height: 17px;
	float: left;
}
/* Footer	
-----------------------------------------------------------------------------*/
#footer {
	height: 81px;
	background:url(images/footer_bg.jpg) center top no-repeat;
}

/* Footer1
-----------------------------------------------------------------------------*/
#footer1 {
	width: 750px;
	position:relative;
	left:50%;
	margin-left: -375px;
	padding-top: 10px;
}

/* Footer2
-----------------------------------------------------------------------------*/
#footer2 {
	font-family: "Times New Roman", Georgia, Times, serif;
	color:#DCD4CE;
	font-size:12px;
	line-height:15px;
	font-size:12px;
	margin: 0px 25px 0px 25px;
}
#footer2 div {
	top:-45px;
	position:relative;
	text-align:right;
}
#footer2 a {
	color:#DCD4CE;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 200px;
	float:left;
}
#contact_form {
	width: 280px;
	float:right;
}
#contact_form label {
	float: left;
	width: 135px;
}
#contact_form input {
	height:18px;
	width: 130px;
}
#contact_form #labelState {
	width: 45px;
}
#contact_form input#state {
	width: 40px;
	text-transform:uppercase;
}
#contact_form #labelZip {
	width: 90px;
}
#contact_form input#zip {
	width: 85px;
}
#contact_form input#address, #contact_form textarea {
	width: 265px;
}
#contact_form textarea {
	height:100px;
}

#scode_block {
	width: 260px;
	font-size:11px;
	line-height:13px;
	text-align: left;
}
#scode_block input#scode {
	width: 60px;
	text-transform:uppercase;
	text-align:center;
	height:18px;
}
#scode_block .submit {
	color: #ffffff;
	background-color:#000000;
	font-size:11px;
	font-weight: bold;
	width:80px;
	height:22px;
}
#scode_block div {
	width: 250px;
	position:relative;
	left:50%;
	margin-left: -125px;
}
#scode_block span {
	float: left;
	padding: 0px 2px 0px 2px;
}

/* Request
-----------------------------------------------------------------------------*/
#request_form {
	width: 435px;
}
#request_form fieldset {
	border: 1px solid #d3d0c1;
	padding: 10px;
}
#request_form legend {
	font-weight: bold;
}
#request_form label {
	float: left;
	width: 205px;
}
#request_form input {
	width: 200px;
	height:18px;
}
#request_form select {
	width: 205px;
	height:22px;
}
#request_form #labelState {
	width: 45px;
}
#request_form input#state {
	width: 40px;
	text-transform:uppercase;
}
#request_form input#email, #request_form input#comp_address, #request_form textarea {
	width: 405px;
}
#request_form textarea {
	height:100px;
}
#request_form #scode_block {
	width: 400px;
}

