body {
	margin: 0;
	padding: 0;
	background: url(../images/header-bg.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 26px;
	font-style: italic;
	line-height: 32px;
	color: #4a3300;
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #4a3300;
}
h3 {
	font-size: 18px;
	font-style: italic;
	line-height: 140%;
	color: #4a3300;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 16px;
	font-style: italic;
	line-height: 140%;
	color: #4a3300;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0;
}

h5 {
	font-size: 14px;
	font-style: italic;
	line-height: 120%;
	color: #4a3300;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0;
}

#page {
	width: 760px;
	margin: 0 auto;
}
.header {
	height: 265px;
	position: relative;
}
.header h2{
	text-indent:-2999px;

}
#logo {
	background: url(../images/logo.gif) no-repeat;
	width: 503px;
	height: 170px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 42px;
	left: 256px;
}
#tree {
	position: absolute;
	top: 17px;
	background: url(../images/tree.gif) no-repeat;
	width: 239px;
	height: 212px;
}
.nav-menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 250px;
	left: 31px;
}
.nav-menu li {
	list-style: none;
	float: left;
	margin: 0 2px 0 0;
}
.nav-menu li a {
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position: 0 0;
}
.nav-menu li a.home {
	background: url(../images/home.gif) no-repeat;
	width: 55px;
}
.nav-menu li a.installs {
	background: url(../images/installs.gif) no-repeat;
	width: 76px;
}
.nav-menu li a.lighting {
	background: url(../images/lighting.gif) no-repeat;
	width: 85px;
}
.nav-menu li a.hardscapes {
	background: url(../images/hardscapes.gif) no-repeat;
	width: 100px;
}
.nav-menu li a.irrigation {
	background: url(../images/irrigation.gif) no-repeat;
	width: 100px;
}
.nav-menu li a.maintenance {
	background: url(../images/maintenance.gif) no-repeat;
	width: 124px;
}
.nav-menu li a.contact {
	background: url(../images/contact.gif) no-repeat;
	width: 85px;
}
.nav-menu li a:hover {
	background-position: 0 100%;
}
.center-flash {
	padding: 30px 15px;
	margin: 0;
	overflow: hidden;
	height: 1%;
}
.flash {
	float: left;
	margin-right:20px;
	margin-left:5px;
	display: block;
	width: 455px;
	text-align: center;
	height: 315px;
}
.rightcolumn {
	float: left;
	text-align: center;
	width: 250px;
	padding: 0px;
}
.content-bg {
	background: #cdccb2 url(../images/content-bg.jpg) repeat-x bottom;
	min-width: 760px;
}
.content {
	width: 724px;
	margin: 0 auto;
	padding: 36px 0 4px 31px;
	min-height:85px;
}
.content p {
	margin: 0;
	padding: 14px 0 10px;
	font-size: 12px;
	color: #4a3300;
	line-height: 18px;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
.footer-bg {
	background: #015d41;
	height: 35px;
}
.footer {
	background: #015d41;
	width: 722px;
	height: 22px;
	margin: 0 auto;
	padding: 13px 0 0 38px;
}
.footer p {
	font: 11px "Myriad Pro", Arial, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;	
}
.footer a, .footer a:visited{
	font: 11px "Myriad Pro", Arial, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	margin-left:10px;
	text-decoration:underline;	
}
.footer a:hover{
	font: 11px "Myriad Pro", Arial, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	margin-left:10px;
	text-decoration: overline;	
}
.contactinfo span{margin-right:10px;}
.contactinfo div{margin-bottom:7px;}