@charset "UTF-8";
/* CSS Document */

html,body{margin:0;padding:0}

body{
	font-family: arial, sans-serif;
}

div#header{
	position:absolute;
	height:100px;
	width: 500px;
	left:250px;
	top:0px;
	font-family: "century gothic", arial, "sans serif";
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #3b2313;
	background-color: #cebc9d;
	letter-spacing: normal;
	text-align: center;
	word-spacing: 2px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3b2313;
}
	
div#header p{
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	}

div#logo{
	position:absolute;
	height:100px;
	width:250px;
	background-image: ;
	background-position: left;
	left: 0px;
	top: 0px;
	background-image: url(../images/logo_01.gif);
	background-repeat: no-repeat;
}
div#navbar1 {
	height: 30px;
	width: 750px;
	position: absolute;
	left: 0px;
	top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;}

div.navigation ul {
	height: 30px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
div.navigation li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	background-color: #3B2313;
	color: #cebc9d;
	list-style-type: none;

}
div.navigation li a {
	text-decoration: none;
	color: #CEBC9D;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
	display: block;
	width: 124px;
	float: left;
	height: 30px;

}
div.navigation li a:link ,a:visited {
	color: #cebc9d;
	float: left;
	background-color: #3B2313;
	
	
}
div.navigation li a:hover ,a:active {
	color: #3B2313;
	float: left;
	background-color: #DACDB6;
	
	}


body#home a#homeLink,
body#EIFS a#EIFSLink,
body#hardcoat a#hardcoatLink,
body#exteriorDetails a#exteriorDetailsLink,
body#interiorPlaster a#interiorPlasterLink,
body#photoGallery a#photoGalleryLink,
body#hardcoatPhotos a#hardcoatPhotosLink
body#EIFSPhotos a#hardcoatPhotosLink
body#interiorPhotos a#hardcoatPhotosLink
body#exteriorPhotos a#hardcoatPhotosLink
{
	color: #3B2313;
	float: left;
	background-color: #DACDB6;
}

div#content{
	position:absolute;
	height:340px;
	width:250px;
	left: 500px;
	top: 100px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3b2313;
	font-family: Arial, Helvetica, sans-serif;
	z-index: -1;
}
	
div#content h2{
	font-size: 11px;
	color: #3b2313;
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 11px;
	
}
div#content p{
	position: absolute;
	font-size: 11px;
	color: #3B2313;
	line-height: 16px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	left: 1px;
	top: 50px;


}	
	
div#navbar2 {
	height: 30px;
	width: 750px;
	background-color: #3B2313;
	position: absolute;
	left: 0px;
	top: 440px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3b2313;
	border-top-style: none;
}
		
div#extra{
	position:absolute;
	width:750px;
	height:100px;
	top:470px;
	left:0;
	background-color: #CEBC9D;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3b2313;
	border-top-style: none;
	border-bottom-style: none;

} 
div#footerBar{
	background: #dacdb6;
	position:absolute;
	top:570px;
	left:0px;
	height:30px;
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3b2313;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3b2313;
}
div.footer ul{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	color: #3b2313;
	text-decoration: none;
	line-height: 10px;
	margin: 10px;
	padding: 0px;
	color: #3b2313;
}
div.footer li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	color: #3b2313;
	display: inline;
	}
	
div.footer li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	text-transform: lowercase;
	color: #3b2313;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3b2313;
	padding-right: 5px;
	padding-left: 3px;
	display: inline;
	}
	
div.footerEnd li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	color: #3b2313;
	text-decoration: none;
	border-right-width: none;
	padding-right: 10px;
	display: inline;}

div.footer a:link, a:visited {
	text-decoration: none;
	background-color: transparent}

div.footer a:hover, a:active {
	text-decoration: underline;
	background-color: transparent
}

div#gal_thumb_container{
	position:absolute;
	height:107px;
	width:249px;
	left: 500px;
	top: 333px;
	z-index: 1;	
}
div#gal_enlarge_container{	
	height:310px;
	width:500px;
	position:absolute;
	top:130px;
	left:0px;
}

div.gal_thumbnails ul{ 
	height: 51px;
	width: 250px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left; 
}

div.gal_thumbnails li{
	float: left;
	background-color: #3B2313;
	list-style-type: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;	
	}

div.gal_thumbnails li a{
	text-decoration: none;
	float: left;
	width: 82px;
	height: 52px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;

	
}
div.gal_thumbnails li a:link ,a:visited {
	
	float: left;

	
}

div.gal_thumbnails li a:hover ,a:active {

	float: left;
}

