/** GENERAL */

body {
	font-family: Georgia, Times, verdana; 
	color: #262928;
	margin: 0;
	background: url(../img/bkgLine.gif) repeat-x;
	text-align: center;
	min-width: 848px;
	font-size: 13px;
	background-color: #eccf98;
	}

p {
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 18px;
	padding: 0;
	}
	
a, a:link, a:visited {
	color: #e65d1c;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	color: #e65d1c;
	}

a hot, a:link hot, a:visited hot {
	text-decoration: none;
	}
	
h1 {
	text-indent: -10001px;
	height: 150px; 
	width: 101px; 
	padding: 0;
	margin: 0 0 0 25px;
	position: inherit;
	background: url(../img/logo.jpg) no-repeat;
	}
	
h1 a { 
	display: block; 
	height: 150px; 
	width: 101px; 
	background-color: transparent; 
	text-decoration: none;
	}
	
h1 a:hover { background-color: transparent; text-decoration: none; }

h2 {
	font-size: 18px;
	line-height: 24px;
	color: #b64b26;
	margin: 0 0 18px 0;
	text-align: center;
	}

h3 {
	font-size: 15px;
	line-height: 20px;
	color: #e65d1c;
	margin: 10px 0 0 0;
	text-align: center;
	}
	
h4 {
	font-size: 13px;
	line-height: 18px;
	color: #e65d1c;
	margin: 10px 0 0 0;
	text-align: center;
	}
	
h5 {
	font-size: 13px;
	color: #e65d1c;
	margin: 20px 0 0 0;
	text-align: center;
	}
	
h6 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #e65d1c;
	margin: 0 0 10px 0;
	}

ul {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 15px 30px;
	list-style: disc;
}

li {
	margin: 0;
	padding: 0 0 0 0;
}


	
/* GENERAL **/


/** STRUCTURE */
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 848px;
	background: url(../img/border.jpg) repeat-y;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	width: 848px;
	height: 150px;
	background: url(../img/header.jpg) no-repeat;
	}
	
#hcontent {
	padding: 0;
	margin: 0 auto;
	width: 840px;
	height: auto;
	text-align: left;
	}
	
#home-maintenance {
	float: left;
	width: 455px;
	height: auto;
	margin: 25px 0 25px 25px;
}

#home-renovation {
	float: right;
	width: 315px;
	height: auto;
	margin: 25px 25px 25px 0;
}

	
#scontent {
	padding: 22px 175px 15px 175px;
	margin: 0 auto;
	width: 490px;
	height: 250px auto;
	text-align: left;
	background: url(../img/servicesbkg.jpg) no-repeat;
	}
	
#pcontent {
	padding: 22px 175px 15px 175px;
	margin: 0 auto;
	width: 490px;
	height: 400px;
	text-align: left;
	}
	
#acontent {
	padding: 22px 175px 15px 175px;
	margin: 0 auto;
	width: 490px;
	height: auto;
	text-align: left;
	background: url(../img/aboutbkg.jpg) no-repeat;
	}
	
#ncontent {
	padding: 22px 175px 15px 175px;
	margin: 0 auto;
	width: 490px;
	height: auto;
	text-align: left;
	background: url(../img/newsbkg.jpg) no-repeat;
	}
	
#tcontent {
	padding: 22px 175px 15px 175px;
	margin: 0 auto;
	width: 490px;
	height: auto;
	text-align: left;
	background: url(../img/testimonialsbkg.jpg) no-repeat;
	}
	
#ccontent {
	padding: 22px 175px 15px 175px;
	margin: 0 auto;
	width: 490px;
	height: 250px;
	text-align: center;
	background: url(../img/contactbkg.jpg) no-repeat;
	}
	
#homeimage {
	padding: 0 0 0 1px;
	margin: 0;
	}
	
#recentnews {
	padding: 30px 225px 0 225px;
	margin: 20px 0 20px 0;
	background: url(../img/recentnews.gif) no-repeat;
	background-position: top;
	}
	
/* STRUCTURE **/
	
		
/** NAVIGATION */
	
#nav {
	width: 840px;
	height: 41px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	}
	

#nav ul {
	padding: 0;
	margin: 0;
	}

#nav li {
	padding: 0;
	margin: 0;
	float: left;
	}
	
#nav a {
	display: block;
	height: 41px;
	text-indent: -10001px;
	}
	
#services a { background: url(../img/services.gif) no-repeat; width: 140px; }
#portfolio a { background: url(../img/portfolio.gif) no-repeat; width: 140px; }
#about a { background: url(../img/about.gif) no-repeat; width: 140px; }
#news a { background: url(../img/news.gif) no-repeat; width: 140px; }
#testimonials a { background: url(../img/testimonials.gif) no-repeat; width: 140px; }
#contact a { background: url(../img/contact.gif) no-repeat; width: 140px; }

#services a:hover { background: url(../img/services_over.gif) no-repeat; width: 140px; }
#portfolio a:hover { background: url(../img/portfolio_over.gif) no-repeat; width: 140px; }
#about a:hover { background: url(../img/about_over.gif) no-repeat; width: 140px; }
#news a:hover { background: url(../img/news_over.gif) no-repeat; width: 140px; }
#testimonials a:hover { background: url(../img/testimonials_over.gif) no-repeat; width: 140px; }
#contact a:hover { background: url(../img/contact_over.gif) no-repeat; width: 140px; }

.services #services a { background: url(../img/services_over.gif) no-repeat; width: 140px; }
.portfolio #portfolio a { background: url(../img/portfolio_over.gif) no-repeat; width: 140px; }
.about #about a { background: url(../img/about_over.gif) no-repeat; width: 140px; }
.news #news a { background: url(../img/news_over.gif) no-repeat; width: 140px; }
.testimonials #testimonials a { background: url(../img/testimonials_over.gif) no-repeat; width: 140px; }
.contact #contact a { background: url(../img/contact_over.gif) no-repeat; width: 140px; }

/* NAVIGATION **/


/** SUB NAVIGATION */
	
#subnav {
	width: 840px;
	height: 20px;
	padding: 8px 0 0 0;
	margin: 0 auto;
	font-size: 11px;
	color: #e65d1c;
	border-bottom: 1px solid #f1a373;
	}
	
#subnav a {
	text-decoration: none;
	}

#subnav a:hover {
	text-decoration: underline;
	}
	
.on {
	color: #262928;
	text-decoration: underline;
	}

/* SUB NAVIGATION **/


/** FOOTER */

#footer {
	width: 848px;
	height: 27px;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
	font-size: 9px;
	color: #e65d1c;
	clear: both;
	background: url(../img/footer.jpg) no-repeat;
	}
	
#footer a {
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}
	
/* FOOTER **/


/* PORTFOLIO **/
#portfoliocontent {
	padding: 22px 0px 15px 0px;
	margin: auto auto;
	width: 800px;
	height: 550px;
	background-color:#FFFFFF;
}



#thumbHitlist {
	padding: 0px 0px 0px 0px;
	margin: 0 20px;
	width: 150px;
	height: 400px;
	float:left;
	text-align: left;
	}
#mainImage {
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	width: 550px;
	height: 300px;
	float:left;
	}

#mainImage p {
	margin: 15px 0;
	}


img.thumbnailOn {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
/*	border: 1px solid #333333; */
}
img.thumbnailOff {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
/*	border: 1px solid #333333; */
}

a.thumbnail:link {
    opacity: .4;
    filter: alpha(opacity=40);
}

a.thumbnail:visited {
    opacity: .4;
    filter: alpha(opacity=40);
}

a.thumbnail:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

