* {
	margin: 0;
	padding: 0;
}
body {
	font:13px "Helvetica",sans-serif;
	background: #0e6431;
}
#main {
	width: 980px;
	display: block;
	float: none;
	margin: 0 auto;
}
#hl, 
#header, 
a#home,  
#header h2,
#header h3,  
#navigation, 
#navigation li, 
#navigation li a,
#hero-message, 
#content, 
#content-home, 
#content-home a,
#content-left,
#content-left table,
.home-link,
a.service-link,
#content-left img,
.gallery, 
#content-right, 
#footer, 
#footer ul,
#footer ul li,
#footer li li, 
#footer img
{
	display: inline;
	float: left;
}
#header {
	width: 980px;
	height: 120px;
	position: relative;
	z-index: 5;
	background: url(../img/header.png) no-repeat;
}
h1, 
h2, 
h3, 
h4, 
h5, 
#navigation,
#content-home a, 
#heading {
	text-transform: uppercase;
}
a {text-decoration: none;}
a#home {
	text-indent: -9999px;
}
a#home {
	width: 185px;
	height: 100px;
	margin: 2px 0 0 0;
}
#header h2, 
#header h3, 
#footer h3 {
	font-size: 14px;
}
#header h2 {
	font-weight: normal;
	line-height: 15px;
	width: 610px;
	height: 30px;
	margin: 10px 0 0 -20px;
	padding: 10px 0 0 0;
}
#header h3, 
#footer h3 {
	width: 205px;
	color: #ffffff;
	letter-spacing: 1px;
}
#header h3 {
	text-align: center;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
	padding: 3px 0 0 0;
} 
#top-tile, #home-tile {
	width: 100%;
	position: absolute;
}
#top-tile {
	height: 90px;
	margin: 10px 0 0 0;
	background: url(../img/top-tile.png) top center no-repeat;
	z-index: 3;
}
#home-tile {
	height: 560px;
	margin: 550px 0 0 0;
	background: url(../img/home-tile.png) top center no-repeat;
	z-index: 2;
}
#navigation {
	list-style-type: none;
	width: 795px;
	height: 40px;
	clear: none;
}
#navigation li {
	width: 198px;
	padding: 10px 0 0 0;
}
#navigation li a, #content-home a {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
}
#navigation li a {
	width: 198px;
	height: 30px;
}
#navigation a:hover, #content-home a:hover {
	color: #10954b;
}
#navigation, #navigation * {
    margin: 0;
    padding: 0;
    list-style: none;
    
}
#navigation ul {
    position: absolute;
    top: -9999px;
    width: 220px;
    border: 1px solid #000000;
}
#navigation ul li {
    width: 100%;
    background: url(../img/drop-down.png);
}
#navigation li:hover {
    visibility: inherit;
}
#navigation li {
    float: left;
    position: relative;
}
#navigation li:hover ul,
#navigation li.sfHover ul {
    left: 0;
    top: 30px;
}
ul#navigation li:hover li ul,
ul#navigation li.sfHover li ul {
    top: -9999px;
}
ul#navigation li li:hover ul,
ul#navigation li li.sfHover ul {
    left: 190px;
    top: 0;
}
ul#navigation li li:hover li ul,
ul#navigation li li.sfHover li ul {
    top: -9999px;
}
ul#navigation li li li:hover ul,
ul#navigation li li li.sfHover ul {
    left: 420px;
    top: 0;
}
#navigation li a {text-align: center;}
#navigation li li a {
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
    width: 200px;
    text-align: left;
    height: 20px;
    margin: 0;
	padding: 0 10px;
}
#hero {
	position: absolute;
	width: 100%;
	height: 600px;
	margin: 0 auto;
	z-index: 2;
	background: #ffffff;
}
#hero-message {
	color: #ffffff;
	width: 420px;
	height: 240px;
	margin: 212px 0 0 0;
	padding: 20px 110px 0 20px;
	position: relative;
	z-index: 2;
	background: url(../img/hero-message.png) no-repeat;
}
#hero-message h1 {
	font-size: 35px;
	line-height: 34px;
	letter-spacing: 8px;
}
#hero-message p {
	margin: 5px 0 0 0;
	font-size: 15px;
	line-height: 16px;
}
#breadcrumbs {
	width: 920px;
	height: 22px;
	display: inline;
	float: left;
	margin: 10px 0 0 0;
	padding: 8px 0 0 20px;
	position: relative;
	z-index: 2;
}
#breadcrumbs a {
	font-size: 14px;
	color: #0e6431;
	padding: 0 15px 0 10px;
	background: url(../img/breadcrumb-arrow.png) right no-repeat;
}
#breadcrumbs span {
	color: #7d7d7d;
	padding: 0 15px 0 10px;
}
#content, #content-home {
	position: relative;
	z-index: 3;
	width: 980px;
}
#content-home {
	height: 243px;
	background: url(../img/content-home.jpg) no-repeat;
}
#content-home a {
	text-align: center;
	width: 245px;
	height: 53px;
	padding: 209px 0 0 0;
}
#content-home a:hover {
	background: url(../img/home-link.jpg) 30px 31px no-repeat;
}
a#home-gallery:hover {
	background-position: -215px 31px;
}
a#home-about_us:hover {
	background-position: -460px 31px;
}
a#home-contact_us:hover {
	background-position: -705px 31px;
}
#content {
	width: 860px;
	padding: 30px;
	margin: 0 30px 30px 30px;
	background: #ffffff;
	
}
#content-left {
	width: 530px;
	padding: 0 20px 0 0;
}
#content-left tr {
	width: 100%;
}
#content-left td {
	padding: 5px;
	border: 1px solid #cccccc;
}
#content-left table {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin: 20px 0 0 0;
}
a.service-link {
	width: 530px;
	height: 40px;
	background: url(../img/service-link.jpg) no-repeat;
}
a.service-link {
	width: 530px;
	height: 40px;
	margin: 10px 0;
	background: url(../img/service-link.jpg) no-repeat;
}
a.kitchen-service:hover {background-position: 0 -40px;}
a.bathroom-service {background-position: -530px 0;}
a.bathroom-service:hover {background-position: -530px -40px;}
a.additions-service {background-position: -1060px 0;}
a.additions-service:hover {background-position: -1060px -40px;}
a.new-home-service {background-position: -1590px 0;}
a.new-home-service:hover {background-position: -1590px -40px;}
#content-left h2 {
	font-size: 16px;
	font-weight: normal;
	color: #3a3a3a;
	line-height: 20px;
	letter-spacing: 1px;
}
#content-left img {
	margin: 0 0 20px 0;
}
.gallery {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ededed;
}
#content-left .gallery img {
	width: 96px;
	height: 96px;
	margin: 8px 8px 0 0;
}
#content-left .gallery a img {
	border: 1px solid #ffffff;
}
#content-left .gallery a:hover img {
	border: 1px solid #0e6431;
}
#content-right {
	width: 280px;
	height: 490px;
	padding: 0 15px;
	background: url(../img/content-right.png) no-repeat;
}
#content-right h3 {
	color: #ffffff;
	text-align: right;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	height: 25px;
}
#content-right p {
	color: #383838;
	padding: 10px 0px 0 25px;
}
#content-right input {
	font-size: 14px;
	font-family: "Helvetica",sans-serif;
	font-weight: bold;
	width: 153px;
	height: 23px;
	display: inline;
	float: right;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	outline: none;
	border: 1px solid #c6c6c6;
	background: #ffffff;
}
input#submit {
	width: 160px;
	height: 50px;
	padding: 0;
	margin: 0;
	border: none;
}
#content-right label {
	color: #7d7d7d;
	text-align: right;
	line-height: 26px;
	width: 90px;
	height: 25px;
	display: inline;
	float: left;
	margin: 0 0 10px 0;
}
#content-left p {
	color: #585858;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0 0 0;
}
#content-left h1 {
	font-size: 28px;
	letter-spacing: 3px;
}
#content-left img.alignright {
	display: block;
	float: right;
	margin: 15px 0 10px 10px;
}
#content-left a {
	color: #0e6431;
}
#content-left a:hover {
	text-decoration: underline;
}
blockquote {
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0;
	padding: 10px;
	border-bottom: 1px dotted #ededed;
}
cite {
	color: #7d7d7d;
}
#heading {
	color: #ffffff;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 35px;
	width: 320px;
	height: 40px;
	display: inline;
	float: left;
	margin: -10px 0 0 0;
	padding: 0 0 0 30px;
	position: relative;
	z-index: 2;
	background: url(../img/heading.png) no-repeat;
}
#footer {
	width: 920px;
	height: 100px;
	position: relative;
	z-index: 5;
	padding: 10px 30px;
	background: url(../img/footer.png) no-repeat;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
}
#footer ul li {
	width: 90px;
}
#footer li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul li ul {
	margin: 0;
	padding: 0;
}
#footer li li {
	width: 120px;
	clear: left;
	padding: 0;
}
#footer li li a {
	color: #a8c7b5;
	font-size: 11px;
}
#footer h3, #footer p, #footer p a {
	text-align: right;
	display: inline;
	float: right;
	clear: right;
}
#footer h3 {
	margin: 0 0 25px 0;
}
#footer p, 
#footer p a {
	font-size: 13px;
	color: #ffffff;
	line-height: 18px;
}
#footer a {
	text-decoration: none;
}
#content-tile, #content-shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 150px;
	z-index: 1;
}
#footer-left {
	width: 100%;
	height: 156px;
	position: absolute;
	z-index: 1;
	background: url(../img/footer-left.png) no-repeat center;
}
#content-tile {background: #f0f0f0 url(../img/content-tile.png) center repeat-y;}
#splash {
	width: 100%;
	height: 150px;
	position: absolute;
	z-index: 1;
}
#content-shadow {
	z-index: 2;
	background: url(../img/content.png) top center no-repeat;
}
#pattern {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: url(../img/pattern.png);
}