 
body  {
	margin: 0; 
	padding: 0;
	background-color: #FFF; font-family:Arial, Helvetica, sans-serif;
}
a {
	color: #eeba44; text-decoration:none; 
}
a:hover { text-decoration:underline;}
img { border:none;}
p{
	margin:0;
	padding-top:0;
	padding-bottom:10px;
}
#logo{
	position:absolute;
	left: 5px;
	width: 220px;
	height: 130px;
	top: 5px;
}
 #container {
	width: 864px;
	text-align: left;
	background-image: url(images/Border.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 427px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
 #nav {
	float: left;
	width: 80px;
	position: absolute;
	left: 760px;
	top: 285px;
}
 #homeLeft {
	height: 406px;
	width: 732px;
	padding: 10px;
	float: left;
} #homePgWrapper {
	height: 406px;
	width: 842px;
	float: left;
	background-image: url(images/HomePageGraphic.gif);
	background-repeat: no-repeat;
	margin: 10px;
	position:relative;
}  #interiorPgWrapper {
	height: 406px;
	width: 842px;
	float: left;
	background-image: url(images/InteriorPgBg.gif);
	background-repeat: no-repeat;
	margin: 10px;
	position:relative;
} #mainLeftContentArea {
	position:absolute;
	left: 80px;
	width: 499px;
	height: 190px;
	top: 147px;
	color: #8C7A52;
	font-size: 13px;
	line-height: 18px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}  #mainLeftContentArea a img { border:none;
	
} 
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header{
	position:absolute;
	left: 640px;
	top: 200px;
}
.menu{
list-style-type: none;
margin:  0;
padding: 0;
width: 80px;
}

.menu li a{
	display: block;
	width: auto;
	padding-top: 6px;
	padding-bottom: 3px;
	height: 4px;
	background-repeat:no-repeat;
	margin-top: 2px;
	margin-bottom: 5px;
}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 80px;	background-repeat: no-repeat;

}
 .menu li a.home{
	background-image: url(images/HomeOff.gif);
}

.menu li a.home:hover, .menu li a.home_current{
	background-image: url(images/HomeOn.gif);	

}
 .menu li a.about{
	background-image: url(images/AboutOff.gif);
}

.menu li a.about:hover, .menu li a.about_current{
	background-image: url(images/AboutOn.gif);
}
 .menu li a.services{
	background-image: url(images/ServicesOff.gif);
}

.menu li a.services:hover, .menu li a.services_current{
	background-image: url(images/ServicesOn.gif);
}
 .menu li a.photos{
	background-image: url(images/PhotosOff.gif);
}

.menu li a.photos:hover, .menu li a.photos_current{
	background-image: url(images/PhotosOn.gif);
} .menu li a.testimonials{
	background-image: url(images/TestimonialsOff.gif);
}

.menu li a.testimonials:hover, .menu li a.testimonials_current{
	background-image: url(images/TestimonialsOn.gif);
} .menu li a.contact{
	background-image: url(images/ContactOff.gif);
}

.menu li a.contact:hover, .menu li a.contact_current{
	background-image: url(images/ContactOn.gif);
}
#services {
	width: 240px;
	padding: 0;
	margin: 0px;
	float: left;
}
.header{
	font-size:15px;
	color:#F5C24F;
	padding-bottom: 8px;
	letter-spacing: 1px;
	font-weight: bold;
	}
	.estimates{
	font-size:15px;
	padding-top:8px;
	color:#F5C24F;
	position: absolute;
	top: 180px;
	font-weight: bold;
	letter-spacing: 1px;
	}
#services ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#services li {
	margin: 0;
	background-image: url(images/Bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:13px;
}

/*LightBox*/



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block; 
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	background-color: #fff;
	margin: 0 auto; font-size:70%;
	line-height: 1.4em; font-family:Verdana, Geneva, sans-serif;	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{
	font-weight: bold;
	font-size:15px;
	color:#C49A3B
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
