
.fade {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1520px;
	width: 100%;
   z-index: 10;
   visibility: hidden;
	background-color: black;
	background-image: url(blackbg.jpg);
}
/*BEGIN MAIN LAYOUT*/
body {
	margin: 0px;
	background-color: #330000;
	background-image: url(bois05.jpg);
	margin-left: auto;
	margin-right: auto;
	
}

.heading {
	width: 100%;
	float: left;
	height: 150px;
	background-color: #68302F;
}

.heading-logo {
	float: left;
	width: 200px;
	height: 150px;
	background-color: #68302F;
	background-image: url(contentbg.jpg);
	text-align: center;
}

.heading-border {
	width: 30px;
	height: 150px;
	float: left;
	background-color: #330000;
	background-image: url(border.jpg);
	
}

.top-border {
	float: left;
	width: 100%;
	height: 30px;
	background-color: #330000;
	background-image: url(border-horizontal.jpg);
}

.content {
	width: 100%;
	height: 1300px;
	float: left;
	background-color: #330000;
	background-image: url(bois05.jpg);
	text-align: center;
	overflow: hidden;
}

.content-top-bg {
	background-image: url(contentbg.jpg);
	border-bottom: 3px black solid;

}

.navigation {
	width: 200px;
	float: left;
	height: 1340px;
	background-color: #68302F;
}

.navigation-border {
	width: 30px;
	float: left;
	height: 1340px;
	background-color: #330000;
	background-image: url(border.jpg);
}

.spacer {
	width: 10px;
	height: 400px;
	float: left;
}
.spacer-right {
	width: 10px;
	height: 400px;
	float: right;
}

/* END MAIN LAYOUT*/
/* BEGIN LEGACY NAVIGATION*/
.navigation-top {
	background-image: url(menutop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	width: 190px;
	height: 20px;
	z-index: 4;
	font-family: arial;
	font-size: x-large;
  
	
}

.navigation-center {
  
	width: 190px;
	height: 20px;
	overflow: hidden;
	color: black;
	background-color: #E3BC53;
	background-image: url(menubg.jpg);
	background-repeat: repeat-y;
	font-family: arial;
	font-size: x-large;
	
	
	
}

.navigation-bottom {
	background-image: url(menubottom.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 19px;
	position: relative;
	z-index: 1;
		
}

.navigation-overlay {
	position: relative;
	top: 78px;
	z-index: 9;
	font-family: Times New Roman, Times, serif;
	font-size: x-large;
	width: 190px;
	height: 36px;
	background-image: url(general-button-overlay.gif);
	display: block;
}

.button-home {
  width: 190px;
  height: 31px;
  padding-top: 7px;
  margin-top: 3px;
  color: black;
  background-color: #E3BC53;
  background-image: url(home-button.jpg);
  font-family:  Arial;
  font-size: x-large;
	
}

.button-prices{
  width: 190px;
  height: 31px;
  padding-top: 7px;
  margin-top: 3px;
  color: black;
  background-color: #E3BC53;
  background-image: url(price-list-button.jpg);
  font-family:  Arial;
  font-size: x-large;
	
}

.button-gallery {
  width: 190px;
  height: 31px;
  padding-top: 7px;
  margin-top: 3px;
  color: black;
  background-color: #E3BC53;
  background-image: url(gallery-button.jpg);
  font-family:  Arial;
  font-size: x-large;
}

.button-contact {
  width: 190px;
  height: 31px;
  padding-top: 7px;
  margin-top: 3px;
  color: black;
  background-color: #E3BC53;
  background-image: url(contact-button.jpg);
  font-family:  Arial;
  font-size: x-large;
}

.button-location {
  width: 190px;
  height: 31px;
  padding-top: 7px;
  margin-top: 3px;
  color: black;
  background-color: #E3BC53;
  background-image: url(location-button.jpg);
  font-family:  Arial;
  font-size: x-large;
}

.button-plans {
  width: 190px;
  height: 33px;
  padding-top: 7px;
  margin-top: 3px;
  color: black;
  background-color: #E3BC53;
  background-image: url(home-plan-button.jpg);
  font-family:  Arial;
  font-size: x-large;
}
/*END LEGACY NAVIGATION*/

.info-bar {
	float: right;
	width: 150px;
	height: 1200px;
	background-color: green;
	border-left: 3px black solid;
	overflow: hidden;
}
/* BEGIN WELCOME PAGE*/
.signature {
	font-family: serif;
	font-size: large;
	font-weight: 300;
   color: #C7C3AD;
	line-height: 21px;
	text-align: left;
	
}

.paragraph {
	font-family: serif;
	font-size: large;
	font-weight: 300;
   color: #C7C3AD;
	line-height: 21px;	
   text-align: left;
}
/*END WELCOME PAGE*/


/*PRICE LIST LAYOUT*/
.pricelist-entry-blue {
	height: 20px;
	background-color: Navy;
	border-bottom: 3px black solid;
	
}

.pricelist-entry-silver {
   
   color: black;
	height: 20px;
	background-color: silver;
	border-bottom: 3px black solid;
	
}
/*END PRICE LIST LAYOUT*/

/* start gallery layout*/
.gallery-item {
  height: 170px; 
  border-bottom: 8px black solid; 
  background-color: #DBCE9B;
  background-image: url(gallery-light.jpg);
  cursor: pointer;
  

}

.gallery-item-right {

  height: 170px; 
  border-bottom: 8px black solid; 
  background-color: #EAB466;
  background-image: url(gallery-dark.jpg);
  cursor: pointer;	
}

.gallery-picture-left {
	float: left;
	
}

.gallery-picture-right {
	float: right;
}

.gallery-description {
	font-family:  "Arial Black";
	font-size: large;
	font-weight: 300;
   color: black;

}

.gallery-title {
	font-family:  "Arial Black";
	font-size: x-large;
   color: #4A400A;
	
}

 A img {
	text-decoration: none;
	border: 0px;
}

.slideshow-image {
	cursor: pointer;
}
/*end gallery layout*/
