html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




body {
	margin: 0;
	padding: 0;
	background: #E9E6C9 url("/_img/bgd.gif") repeat-x top;
	font: 11px Georgia,serif;
	color: #191D1E;
}

h1 {
	color: #FFF;
	font: 2.25em Georgia,serif;
	padding: 15px 0 0 15px;
}

#container {
	width: 100%;
	margin: 0 auto;
}

/* HEADER SECTION */

#header {
	width: 960px;
	margin: 0 auto;
	height: 70px;
	background: url("/_img/bgd_logo.gif") no-repeat top center;
}

#header ul.left_nav {
	margin: 50px 0 0 0;
	padding: 0;
	float: left;
}

#header ul.right_contact {
	margin: 50px 0 0 0;
	padding: 0;
	float: right;
}

#header li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-image: none;
	font-weight: bold;
	padding-right: 12px;
	background: url("/_img/bgd_pipe.gif") no-repeat top right;
}

#header li a:link { color: #191D1E; text-decoration: none; }
#header li a:visited { color: #191D1E; text-decoration: none; }
#header li a:hover { color: #191D1E; text-decoration: underline; }
#header li a:active { color: #191D1E; text-decoration: none; }

#header li.last_one { background: none; }

/* FOCAL SECTION */

#focal {
	width: 960px;
	margin: 0 auto;
	height: 264px;
}

#focal.patio { background: url("/_img/focal1.jpg") no-repeat; }
#focal.stonework { background: url("/_img/focal3.jpg") no-repeat; }
#focal.fireplace { background: url("/_img/focal2.jpg") no-repeat; }

#focal p {
	color: #FFF;
	font: 1.25em Georgia,serif;
	width: 30em;
	padding: 0 0 0 15px;
}

/* FOOTER SECTION */

#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 200px;
}

.footer_feature {
	position: absolute;
	width: 220px;
	height: 168px;
}

.footer_feature#landscape { left: 16px; top: 15px; background: url("/_img/bgd_landscape.jpg"); }
.footer_feature#lawn_maintenance { left: 252px; top: 15px; background: url("/_img/bgd_lawn_maintenance.jpg"); }
.footer_feature#winter_services { left: 488px; top: 15px; background: url("/_img/bgd_winter_services.jpg"); }
.footer_feature#blank { left: 724px; top: 15px; background: url("/_img/bgd_blank.jpg"); }

.footer_feature p {
	padding: 78px 0 0 20px;
	width: 100px;
	font: bold 11px Georgia,serif;
}


#copyright {
	width: 960px;
	margin: 0 auto;
}

#copyright img {
	float: left;
	border: 0;
	padding-left: 16px;
}

#copyright p {
	float: right;
	padding-right: 15px;
	font-size: 11px;
}


.sub {
	position: absolute;  
	left: 265px;
	top: 70px; 
	background: #FFF url("/_img/bgd_top_inside.gif") repeat-x top;
	float: left;
	display: none;  
	border-right: 1px solid #5E8033;
	border-left: 1px solid #5E8033;
	border-bottom: 1px solid #5E8033;
}