body {
	background-color:#4a4940;
	background-image:url(images/bg_frame.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin:0;
	}
#page {
	width:1080px;
	height:500px;
	position:absolute;
	left:-540px;
	margin-left:50%;
	background-color:#979480;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	}
p#contact {
	position: absolute;
	left: 190px;
	top: 36px;
	font-size:10px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#contact a {
	color: #000000;
	text-decoration: none;
}


#header {
	float:left;
	width:1072px;
	background-color:#afad98;
	margin-top:25px;
	margin-left:8px;
	}
h1#logo {
	width:169px;
	height:63px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	margin:0;
	float:left;
}
h1#logo span {
	display: none;
}
img#header_tab {
	display:block;
	float:right;
	margin-top:-9px;
	margin-right:13px;
	}

ul#top_nav {
	clear:left;
	list-style:none;
	margin:0;
	padding:0;
	left:8px;
	top:128px;
	position:absolute;
	}

#top_nav li {
	margin:0;
	padding:0;
	height:26px;
	position:absolute;
	}
#top_nav img {
	border:0;
	}
li#top_nav_home {
	width:88px;
	}
li#top_nav_about {
	width:98px;
	left:88px;
	}
li#top_nav_iron {
	width:139px;
	left:186px;
	}
li#top_nav_wood {
	width:139px;
	left:325px;
	}

/* home page styles */
#main {
	border-top:11px solid #323933;
	position:absolute;
	top:154px;
	width:1080px;
	}
#left_column {
	width:203px;
	height:832px;
	border-right:10px solid #323933;
	background-color:#595d52;
	}
#column_header span {
	display:none;
	}
#column_header {
	width: 182px;
	height: 50px;
	margin:0;
	padding:0;
	position:relative;
	left:11px;
	top:14px;
	background-image:url(images/left_header.gif);
	background-repeat:no-repeat;
	}
#thumbs{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:35px;
	margin-left:24px;
	}
#thumbs li {
	margin:0;
	padding:0;
	margin-bottom:11px;
	color:#cecbb5;
	font-size:10px;
	}
#thumbs li img {
	border:0;
	}
#thumbs .related {
	display:none;
	}
/* main gallery */
#right_column {
	width:867px;
	height:832px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:213px;
	}
#right_column img {
	border:0;
	}
#row_1 {
	width:867px;
	height:266px;
	position:absolute;
	top:0;
	left:0;
	}
#row_2 {
	width:867px;
	height:280px;
	position:absolute;
	top:276px;
	left:0;
	}
#row_3 {
	width:867px;
	height:280px;
	position:absolute;
	top:566px;
	left:0;
	}
#right_column div.frame {
	border-right:10px solid #323933;
	border-bottom:10px solid #323933;
	position:absolute;
	}
#g1 {
	width:194px;
	left:0;
	}
#g2 {
	width:295px;
	left:204px;
	}
#g3 {
	width:357px;
	left:509px;
	}
#g4 {
	width:377px;
	left:0;
	}
#g5 {
	width:258px;
	left:387px;
	}
#g6 {
	width:558px;
	left:655px;
	}
#g7 {
	width:304px;
	left:0;
	}
#g8 {
	width:309px;
	left:314px;
	}
#g9 {
	width:243px;
	left:633px;
	}
/* tooltip */


.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	color: #cd4c2c;
	padding: 8px 8px 4px;
	background: url(images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #cd4c2c;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


