/* CSS Document */

/* this is the style sheet for Rustic Woods website */

body{
/*background-image:url(images/background.jpg);*/
	background-repeat: no-repeat;
  	background-attachment:fixed;
  	background-color:#E5C97F;
}

#wrapperhome {
/*
	top: 0;
 	left: 0; 
 	width: 100%;
 	height: 100%;
    position: fixed; 
	display: table;
	border: 1px solid blue;
	*/
}

#wrapper {
	border: 2px solid #D1BA85;
	min-height: 750px;
	width: 694px;
	margin:auto;
	background-color:#FCE8B0;
	padding:0!important;
	
	
}

#banner {
	/*
	margin:0;
	width:694px;
	*/
	margin:0;
	padding:0;
	}
	
	
	
 #bannertop{
 margin:0;
 padding:0;
 width: 694px;
 height: 100px;



 }
 
 #bannerbottom {

  padding: 0;
  height:34px;
  margin-top:-1px;
 
 }
 
 #bannertop img {
 margin-bottom:0;
 margin-right:0;
 }
 
 #bannerbottom img {
margin-top:0;
 margin-right:0;
}
	
	#content {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
		
	
	}

p{

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.75em;
	line-height: 160%;
}
td.more {
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.75em;
	line-height: 160%;
	font-weight:bold;
}


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color:#464541;


}


img.border {
padding:4px;
border: 1px solid #C7B997; 
display: block;
margin-left: auto;
margin-right: auto; 

  }
  
  img.borderhome {
  padding:4px;
border: 1px solid #8C7F5F; 
display: block;
margin-left: auto;
margin-right: auto; 
 }


/********* all examples *********/


/* both IE/win and mac */
#bannerbottom a {display:inline-block;}
/* \*/
html #bannerbottom a {display:block;}

/* end hiding from IE/mac */







/******** all rollover images ********/
.artisan { background:url(images/bArtisanhover.jpg) bottom left no-repeat; }
.process { background:url(images/bProcesshover.jpg) bottom left no-repeat; }
.thegallery{ background:url(images/bGalleryhover.jpg) bottom left no-repeat; }
.order { background:url(images/bOrderhover.jpg) bottom left no-repeat; }




/********** horizontal ********/
#horizontal-list {
	height:34px;
	width:694px;
	padding:0;
	list-style:none;
	margin:0;
}
#horizontal-list li {
	display:block;	
	height:34px;
	float:left;
	margin:0;
	padding:0;
}

#horizontal-list li.artisan {width:243px;}
#horizontal-list li.process {width:143px;}
#horizontal-list li.thegallery {width:104px;}
#horizontal-list li.order {width:204px;}

#horizontal-list a:hover img {
	visibility:hidden;
}
#horizontal-list a {
	display:block;
}
#horizontal-list a/**/ {
	height:34px; /* hide from IE5.0/win */
}
/* fixes for IE/win \*/
* html #horizontal-list a {
	cursor:hand;
}
* html #horizontal-list li a:hover {
	height:1%;
}

table.gallery {
background-color:#E0C99D;
border:none;


}

table.gallery td{
border:none;
}


  

