body {
	padding:0;
	margin:0;
	background-image:url(../images/bg/page_background.jpg);
	background-repeat:no-repeat;
	/*overflow:hidden;*/
}

#wrap { 
	width:1250px; 
	margin:0 auto;
	-moz-box-shadow: 0px 0px 30px 6px #421D0D;
	-webkit-box-shadow: 0px 0px 30px 6px #421D0D;
	box-shadow: 0px 0px 30px 6px #421D0D;	
}

#header {
	height:135px;
	background-image:url(../images/bg/header.jpg);
	background-repeat:no-repeat;
}

#header .logo {
	margin-top:30px;
	margin-left:150px;
}

#header #wood_shavings {
	background-image:url(../images/bg/wood_shavings.png);
	width:120px;
	height:150px;
	position:relative;
	top:-120px;
	left:1180px;
}


/*****************************************/

#navigation {
	height:25px;
	background-image:url(../images/bg/navigation.jpg);
	background-repeat:no-repeat;
}
#navigation a, #navigation a:hover {
  text-decoration: none;
  text-transform:uppercase;
}

#top_horizontal {
	margin-left:100px !important;
  	width: 1200px; /* Set width to stop menu breaking in samll windows */
}
#top_horizontal, #top_horizontal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#top_horizontal a {
  	display: block;
	font-family:Trebuchet, sans-serif;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	color:#f5a16a;
	margin-right:20px;
	padding-top:5px;
	padding-bottom:2px;
}

#top_horizontal a:hover {
	color:#eee3cb;
}
#top_horizontal li:hover {
  	cursor: pointer;
}


#top_horizontal li {
  float: left;
}
#top_horizontal li ul {
  position: absolute;
  top:160px;
  width: 280px;
  left: -999em;
  border: 1px solid #f5a16a;
  border-bottom:none;
  background-color:#94420A;
  z-index:1000;
}
#top_horizontal li li {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#top_horizontal li:hover ul {
  left: auto;
}
#top_horizontal li ul li a {
  line-height: 26px;
  color: #f5a16a;
  font-size: 15px;
  width: 240px;
  padding: 0 20px;
  border-bottom: 1px solid #f5a16a;
}
/* IE7 Fix */
#top_horizontal li:hover {
  position: static;
}

/************************************************/

#content {
	background-image:url(../images/bg/body.jpg);
	background-repeat:no-repeat;
	background-color:#e3d7bd;
}

#anim_container {
	padding-top:40px;
	padding-bottom:30px;
	text-align:center;
	position:relative;
	height:250px;
}

#anim_container img{
position:absolute;
top:50px;
display:none;
border:0;
}
#anim_container #img1{
	z-index:60;
	left:113px;
}
#anim_container #img2{
	z-index:50;
	left:270px;
}
#anim_container #img3{
	z-index:40;
	left:427px;
}
#anim_container #img4{
	z-index:30;
	left:584px;
}
#anim_container #img5{
	z-index:20;
	left:741px;
}
#anim_container #img6{
	z-index:10;
	left:898px;
}

#text_container {
	padding:18px 200px 40px 200px;
	text-align:left;
}

#text_container_home {
	padding:0px 200px 40px 200px;
	text-align:left;
}

.page_title {
	font-family:Trebuchet, sans-serif;
	font-size:18px;
	color:#3b2001;
}

.page_text {
	font-family:Trebuchet, sans-serif;
	font-size:14px;
	color:#3b2001;
	line-height:24px;
}

/*** gallery ***/
#categories {
	float:left;
	width:250px;
	height:465px;
	background-image:url(../images/bg/sidebar_left.png);
	background-repeat:y-repeat;
}

#categories .items {
	list-style:none;
	margin-top:40px;
}

#categories .items li.title span{
	font-family:Trebuchet, sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	background-color:#421c0d;
	font-size:13px;
	padding:5px 20px 5px 40px;
	position:relative;
	left:-40px;
}

#categories .items li {
	margin-top:4px;
	margin-bottom:4px;
}

#categories .items li a {
	color:#3b2001;
	font-family:Trebuchet, sans-serif;
	font-weight:normal;
	font-size:15px;
	text-decoration:none;
	line-height:30px;
	padding:5px 15px 5px 10px;
}

#categories .items li:hover a,
#categories .items li.active a {
	font-weight:bold;
	background-color:rgba(66,28,13,0.3);
}

#showcase_wrap {
	float:left;
	width:750px;
	padding:45px 0 20px 0;
}

#showcase_carousel {
	margin:0 auto;
}

#showcase_carousel img {
	cursor:pointer;
}

#sidebar {
	float:left;
	width:250px;
	background-image:url(../images/bg/sidebar_right.png);
	background-repeat:y-repeat;
	height:465px;
}

#showcase_details {
	padding:40px 20px 20px 20px;
	height:300px;
}

#showcase_details .piece_title {
	font-family:Trebuchet, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#3b2001;
	text-transform:uppercase;
}

#showcase_details .textholder {
	font-family:Trebuchet, sans-serif;
	font-size:15px;	
}
#thumbnails_wrap {
	height:100px;
	padding:0 20px 0 20px;
}

#thumbnails_wrap #thumbs {
	width:210px !important;
}
#description {

}

#products {
	height:120px;
}

.content_image_right {
	float:right;
	margin-left:7px;
	margin-bottom:7px;
}

.content_image_left {
	float:left;
	margin-right:7px;
	margin-bottom:7px;
}

.content_image_right img,
.content_image_left img,
.image_column img{
	border: solid 1px #3B2001;
}

.content_column {
	width:590px;
}

.image_column {
	width:260px;
	padding-top:20px;
}

#footer {
	height:123px;
	background-image:url(../images/bg/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

#footer #site_links {
	list-style:none;
	margin-left:100px;
	margin-top:0px;
	margin-bottom:0;
	margin-right:0;
	padding-top:50px;
}

#footer #site_links li a {
	float:left;
	margin-right:26px;
	font-family:Trebuchet, sans-serif;
	font-size:13px;
	color:#a35638;
	text-transform:uppercase;
	text-decoration:none;
}

#footer #site_links li a:hover {
	color:#3b2001;
	text-decoration:none;
}	

#footer #copyright {
	list-style:none;
	margin-left:300px;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	padding-top:24px;
	
}

#footer #copyright li,
#footer #copyright li a {
	float:left;
	font-family:Trebuchet, sans-serif;
	font-size:9px;
	color:#907351;
	text-decoration:none;
}

#footer #copyright li a:hover {
	color:#907351;
	text-decoration:underline;
}	

a.link {
	color:#a35638;
	text-decoration:none;	
}

a.link:hover {
	color:#3b2001;
}

a.sitemap_link {
	color:#a35638;
	text-transform:uppercase;
	text-decoration:none;
}

a.sitemap_link:hover {
	color:#3b2001;
	text-decoration:none;
}

.left {
	float:left;
}

.clear {
	clear:both;
}