BODY {
	/*	background-color: #FFF8E5;*/
	font-size: 1em;
	background-color: #D0C598;
	
}

.container {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}


.header {
	width: 900px;
	height: 110px;
	margin: 0;
	padding: 0;
	border: 1px solid #C6B78D;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.logo{
	height: 100px;
	width: 250px;
	margin: 7px 0 0 24px;
	text-indent: -8000px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
}


/*NAVIGATION*/

.nav {
	float: left;
	margin: 30px 0 0 30px;
	padding: 0;
	height: 64px;
	width: 400px;
	
}

.nav ul{
	width:852px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
}
.nav ul li{
	padding:0;
	list-style:none;
	float:left;
}
.nav ul li a{
	overflow:hidden;
	padding:13px 0 11px 0;
	display:block;
}
.nav ul li a span{
	cursor:pointer;
	height:17px;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-3000px;
	display:block;
}
.nav ul li a.home span {
	background-image:url(../images/nav_bg_home.png);
	width:63px;
	height:36px;
}
.nav ul li a.about span {
	background-image:url(../images/nav_bg_about.png);
	width:125px;
	height:36px;
}
.nav ul li a.services span {
	background-image:url(../images/nav_bg_services.png);
	width:71px;
	height:36px;
}
.nav ul li a.portfolio span {
	background-image:url(../images/nav_bg_portfolio.png);
	width:74px;
	height:36px;
}
.nav ul li a.products span {
	background-image:url(../images/nav_bg_products.png);
	width:72px;
	height:36px;
}
.nav ul li a.team span {
	background-image:url(../images/nav_bg_team.png);
	width:103px;
	height:36px;
}
.nav ul li a.contact span {
	background-image:url(../images/nav_bg_contact.png);
	width:61px;
	height:36px;
}

.nav ul li a:hover,
.nav ul li a.active{background:url(../images/hov-arrow.gif) no-repeat 50% 100%;}

















/*HEADER*/

#divider {
	height: 6px;
	width: 902px;
	background-image: url(../images/divider.gif);
}


/*MAIN PIC*/

#main_img {
	height: 250px;
	width: 900px;
	cursor: wait;
	

}




/*MAIN CONTENT AREA*/

#elevation {
	width: 886px;
	height: auto;
	margin: 0;
	padding: 14px 0 28px 14px;
	min-height: 432px;
	background-image: url(../images/elevation3.png);
	background-repeat: no-repeat;
	border-left: 1px solid #C6B78D;
	border-right: 1px solid #C6B78D;
}
#elevation3 {
	width: 886px;
	height: auto;
	margin: 0;
	padding: 14px 0 28px 14px;
	min-height: 432px;
	background-image: url(../images/elevation3.png);
	background-repeat: repeat-y;
	border-left: 1px solid #C6B78D;
	border-right: 1px solid #C6B78D;
}
#elevation2 {
	width: 886px;
	height: auto;
	margin: 0;
	padding: 14px 0 28px 14px;
	min-height: 432px;
	background-image: url(../images/elevation2a.png);
	background-repeat: repeat-y;
	border-left: 1px solid #C6B78D;
	border-right: 1px solid #C6B78D;
}
/* FOR THE HOME PAGE */

#content {
	position: relative;
	width: 684px;
	height: auto;
	min-height: 532px;
	margin: 0;
	padding: 0;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
}


#content p{
	width: 625px;
	height: auto;
	margin: 10px 0 0 20px;
	padding: 0;
	font-family: "Garamond", "Georgia", "Times New Roman", serif;
	font-size: 115%;
	line-height: 150%;
}

#content p img {
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;

}

#content_header {
	position: relative;
	width: 684px;
	height: 32px;
	margin: 0;
	padding: 0;
	background-image: url(../images/content_header.png);
}


#content_footer {
	position: relative;
	width: 684px;
	height: 32px;
	margin: 0;
	padding: 0;
	background-image: url(../images/content_footer.png);

}


#content a.prod_link {
	text-align:right;
}


#content ul {
	margin: 0 0 0 225px;
	font-family: "Garamond", "Georgia", "Times New Roman", serif;
	font-size: 115%;
	line-height: 150%;
	width: 400px;
}

/*
#content li.list {
	margin: 0 0 0 225px;
	font-family: "Garamond", "Georgia", "Times New Roman", serif;
	font-size: 115%;
	line-height: 150%;
	width: 400px;
}

/* FOR THE INTERNAL PAGES */


#content-int {
	position: relative;
	width: 884px;
	height: auto;
	min-height: 432px;
	margin: 0;
	padding: 0;
	background-image: url(../images/content_bg_internal.png);
	background-repeat: repeat-y;
}

#content-int h1 #home{
	width: 625px;
	height: 59px;
	margin: 0 0 0 10px;;
	padding: 0;
	background-image: url(../images/contact.png);
	text-indent: -8000px;

}

#content-int p{
	width: 825px;
	height: auto;
	margin: 10px 0 0 20px;
	padding: 0;
	font-family: "Garamond", "Georgia", "Times New Roman", serif;
	font-size: 115%;
	line-height: 150%;
}

#content-int p img {
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;

}


#content-int li.list {
	margin: 0 0 0 225px;
	font-family: "Garamond", "Georgia", "Times New Roman", serif;
	font-size: 115%;
	line-height: 150%;
}


#content-int2 {
	position: relative;
	width: 884px;
	height: auto;
	min-height: 432px;
	margin: 0;
	padding: 0;
	/*background-image: url(../images/content_bg_internal.png);*/
	background-repeat: repeat-y;
}

#content-int2 h1 #home{
	width: 625px;
	height: 59px;
	margin: 0 0 0 10px;;
	padding: 0;
	background-image: url(../images/contact.png);
	text-indent: -8000px;

}

#content-int2 p{
	width: 825px;
	height: auto;
	margin: 10px 0 0 20px;
	padding: 0;
	font-family: "Garamond", "Georgia", "Times New Roman", serif;
	font-size: 115%;
	line-height: 150%;
}

#content-int2 p img {
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;

}
#content-int2 li.list {margin: 0 0 0 225px;}

#content_header_int {
	position: relative;
	width: 884px;
	height: 32px;
	margin: 0;
	padding: 0;
	background-image: url(../images/content_header_internal.png);
}
#content_header_int2 {
	position: relative;
	width: 884px;
	height: 32px;
	margin: 0;
	padding: 0;
	/*background-image: url(../images/content_header_internal.png);*/
}

#content_footer_int {
	position: relative;
	width: 884px;
	height: 32px;
	margin: 0;
	padding: 0;
	background-image: url(../images/content_footer_int.png);

}

#content_footer_int2 {
	position: relative;
	width: 884px;
	height: 32px;
	margin: 0;
	padding: 0;
	/*background-image: url(../images/content_footer_int.png);*/

}


/*HEADER GRAPHICS*/

#home-header {
	width: 625px;
	height: 59px;
	margin: 0 0 0 10px;
	padding: 0;
	background-image: url(../images/welcome.png);
	text-indent: -8000px;

}

#about-header {
	width: 625px;
	height: 59px;
	margin: 0 0 0 10px;
	padding: 0;
	background-image: url(../images/about.png);
	text-indent: -8000px;

}



#contact-header {
	width: 625px;
	height: 59px;
	margin: 0 0 0 10px;
	padding: 0;
	background-image: url(../images/contact.png);
	text-indent: -8000px;

}

#portfolio-header {
	width: 625px;
	height: 59px;
	margin: 0 0 0 10px;
	padding: 0;
	background-image: url(../images/portfolio.png);
	text-indent: -8000px;

}

#products-header {
	width: 625px;
	height: 59px;
	margin: 0 0 0 10px;
	padding: 0;
	background-image: url(../images/products.png);
	text-indent: -8000px;

}

#services-header {
	width: 625px;
	height: 59px;
	margin: 0 0 0 10px;
	padding: 0;
	background-image: url(../images/services.png);
	text-indent: -8000px;

}
#services-header2 {
	width: 625px;
	height: 59px;
	margin: 0 0 0 10px;
	padding: 0;
	background-image: url(../images/services2.png);
	text-indent: -8000px;

}
#team-header {
	width: 625px;
	height: 59px;
	margin: 0 0 0 10px;
	padding: 0;
	background-image: url(../images/team.png);
	text-indent: -8000px;

}


/*FOOTER*/

#footer {
	width: 900px;
	height: 36px;
	background-color: #62441E;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: "Georgia", "Times New Roman", serif;
	color: #fff8e5;
	font-size: 13px;
	font-weight: normal;
}
#footer p a {
	color: #fff8e5;}
table {
	color: #62441e;
	margin: 15px 0 0 15px;}
table a {
	color: #62441E
	}
table img a {
	color: #62441e;}
table img {
	border: 1px solid #62441e; }
/* lightbox stuff */

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

#lightbox a img{ border: none; }

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

#imageContainer{
	padding: 10px;
	}

#loading{
	background-image: url(../loading.gif)
	position: absolute;
	top: 30%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0px;
	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;background: url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;background: url(../images/nextlabel.gif) right 15% no-repeat;}
#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{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFffff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#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;
	filter:alpha(opacity=90);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	/* END OF LIGHTBOX STUFF */

