/* CSS Document */

html {
	margin: 0;
	padding: 0;
	background: #fff url(../images/html_bg.jpg) repeat-x 0px bottom;
}

body {
	background: url(../images/body_bg.gif) repeat-x 0px 0px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	color: #000000;
	height: 100%;
}
h1 {
	margin: 0;
	color: #32557E;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #55462a;
	font-size: 1.667em;
	line-height: 1;
	margin: 0 0 7px 0;
	font-weight: normal;
}
a {
	color: #728e1d;
}
img { border: none; }
h2.sep {
	background: url(../images/h2_bg.gif) repeat-x;
	line-height: 2.18em;
}
h2.sep .capL {
	width: 8px;
	height: 24px;
	display: block;
	background: url(../images/h2-cap-left.gif) no-repeat;
	float: left;
}
h2.sep .capR {
	width: 8px;
	height: 24px;
	display: block;
	background: url(../images/h2-cap-right.gif) no-repeat;
	float: right;
}
#wrap {
	width: 765px;
	margin: 0 auto;
	padding: 0;
}
#topContainer {
	width: 100%;
	height: 84px;
}
#topContainer .capL {
	display: block;
	float: left;
	width: 8px;
	height: 84px;
	background: url(../images/header-cap-left.gif) no-repeat;
}
#topContainer .capR {
	display: block;
	float: right;
	width: 8px;
	height: 84px;
	background: url(../images/header-cap-right.gif) no-repeat;
}
#topContainer h4 {
	float: right;
	font-weight: normal;
	color: #9B9AA6;
	font-size: 1.5em;
	line-height: 1em;
	padding-top: 28px;
	margin: 1em 0;
}
/* self clearing rules */
#topContainer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#topContainer { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#topContainer { display: block; }
/* End hide from IE-mac */
#logo {
	margin: 74px 0 0 6px;
	float: left;
}
#logo a:link, #logo a:visited {
	width: 378px;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	padding-top: 48px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
}
#header {
	margin: 0 auto;
}
#header h3 {
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	width: 360px;
	color: #050;
	float: right;
	text-align: right;
	margin: 0;
}
#header p {
	float: right;
	text-align: right;
	font-size: 18px;
	color: #010080;
	margin: 68px 0 0;
}
#nav {
	clear: both;
	text-align: right;
	width: 100%;
	margin: 12px 0;
	float: left;
	background: url(../images/nav_bg.gif) repeat-x;
}
/* self clearing rules */
#nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#nav { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#nav { display: block; }
/* End hide from IE-mac */
#nav .capL {
	display: block;
	float: left;
	width: 8px;
	height: 34px;
	background: url(../images/nav-cap-left.gif) no-repeat;
}
#nav .capR {
	display: block;
	float: right;
	width: 8px;
	height: 34px;
	background: url(../images/nav-cap-right.gif) no-repeat;
}
#nav ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-size: 14px;
	color: #55462a;
	text-decoration: none;
	padding: 0 8px;
	line-height: 34px;
}
#nav ul li a:hover {
	color: #728e1d;
}
#nav ul li a.first {
	padding-left: 0;
	background-position: 0 0;
}
#nav ul li a.last {
	background-position: -416px 0;
	padding-right: 0;
}
#nav ul li a.first:hover {
	background-position: -526px 0;
}
#nav ul li a.last:hover {
	background-position: -942px 0;
}
#nav ul li .sep {
	display: block;
	width: 2px;
	height: 39px;
	background: url(../images/sep.gif) no-repeat;
	float: left;
}
#contentContainer {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* Main Graphic Styles */
#maingraphic {
	width: 765px;
	float: left;
	margin-bottom: 12px;
}
/* Feature Box Styles */
.feature {
	float: right;
	width: 180px;
	background: url(../images/feature-cap_head.gif) no-repeat;
	padding-top: 8px;
	margin-bottom: 12px;
}
.content {
	padding: 9px;
	background: #e9e9ce url(../images/content_bg.gif) repeat-x 0px 0px;
	border-left: 1px solid #c4c5a6;
	border-right: 1px solid #c4c5a6;
}
.feature .capB {
	display: block;
	width: 180px;
	height: 8px;
	margin: 0 auto;
	background: url(../images/feature-cap_foot.gif) no-repeat;
}
.feature .content img {
	float: left;
	padding: 0 9px 9px 0;
}
.feature .content h4 {
	font-size: .916em;
	line-height: 1.636em;
	margin: 0;
	color: #728E1D;
}
.feature .content p {
	font-size: .916em;
	line-height: 1.636em;
	margin: 0;
}
.feature .content p.more {
	text-align: right;
}
.feature .content p.more a {
	color: #728E1D;
	text-decoration: none;
}
.feature .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.feature .content ul li {
	font-size: .916em;
	line-height: 1.636em;
	margin: .818em 0;
}
.feature .content ul li.first {
	margin-top: 0;
}
.feature .content ul li a {	
	color: #524C80;
	text-decoration: none;
}
.feature .content ul li a:hover {
	text-decoration: underline;
}
* html .feature .capT {
	margin-bottom: -8px;
}
* html .feature .capB {
	margin-bottom: -8px;
}

#content {
	width: 570px;
	float: left;
	background: url(../images/content-cap_head.gif) no-repeat;
	padding-top: 8px;
	margin-bottom: 12px;
}
#contact .capB, #content .capB {
	display: block;
	height: 8px;
	background: url(../images/content-cap_foot.gif) no-repeat;
	width: 570px;
}
#contact {
	float: left;
	clear: left;
	width: 570px;
	background: url(../images/contact-cap_head.gif) no-repeat;
	padding-top: 14px;
	position: relative;
	z-index: 200;
	margin-bottom: 36px;
}
#contact .content {
	background: url(../images/contact_bg.gif) repeat-x;
	padding-bottom: 8px;
	font-size: .916em;
}
#contact .content p {
	margin: 0;
	text-align: center;
}
#content p {
	margin-bottom: 1.5em;
}
#content p.first {
	margin-top: 0;
}	
#content ul {
	padding-left: 20px;
}
#content ul li {
	margin-bottom: .75em;
}

#contentContainer .graphic {
	float: right;
	margin-bottom: 20px;
}
#portfolio {
	float: right;
	width: 180px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.portfolio {
	list-style: none;
	clear: left;
	margin: 0;
	padding: 0;
}
.portfolio a, #portfolio a {
	display: block;
	width: 180px;
	padding-top: 90px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-bottom: 12px;
}
.portfolio a {
	float: left;
	margin-right: 15px;
}
#painting { background-image: url(../images/menu_painting.jpg) }
#homeimprovement { background-image: url(../images/menu_homeimprovement.jpg) }
#lawn { background-image: url(../images/menu_lawn.jpg) }
#kitchen { background-image: url(../images/menu_kitchen.jpg) }
#landscape { background-image: url(../images/menu_landscape.jpg) }
#basement { background-image: url(../images/menu_basement.jpg) }
#sprinkler { background-image: url(../images/menu_sprinkler.jpg) }
#perennial { background-image: url(../images/menu_perennial.jpg) }
#koi { background-image: url(../images/menu_koi.jpg) }
#footerContainer {
	width: 100%;
	padding-top: 190px;
	background: url(../images/footer_bg.gif) no-repeat right top;
	position: relative;
	z-index: 100;
	margin-top:-6px;
}
#footer {
	width: 765px;
	margin: 0 auto;
	height: 73px;
	font-size: .916em;
	line-height: 1.636em;
	color: #afab7b;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 9px 0 0 0;
	float: left;
}

#footer div {
	float: right;
	text-align: right;
	margin: 21px 0 0 0;
}

#footer p {
	text-align: center;
	margin: 0 auto;
}
#footer a, #footer a:visited {
	color: #afab7b;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0 auto;
	padding: 36px 0 0;
	width: 100%;
	text-align: center;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #afab7b;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #afab7b;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.designers {
	font-size: 14px;
	font-weight: bold;
}
.sidepic {
	float: right;
	clear: right;
	margin-bottom: 12px;
}
.bodypic {
	float: right;
	margin-left: 9px;
	margin-bottom: 9px;
}
img.last {
	margin-bottom: 120px;
}
.smallright {
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 450px;
}

#indent {
	margin-left: 25px;
	line-height: 2;
}
.name {
	text-align: right;
}
hr {
	display: block;
	width: 90%;
	height: 8px;
	border: none;
	border-top: 1px dotted #728E1D;
	margin-bottom: 9px;
}
.promotions {
	list-style: none;
	padding: 0 !important;
	margin: 0;
}
.promotions li { display: inherit; }
.promotions a img { display: block; float: left; margin-right: 15px; margin-bottom: 12px; }