@charset "utf-8";
body  {
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font: 84% Arial, Helvetica, sans-serif, "MS sans serif"; /* IE defaults to 16px, 80% = 14px */
}

.container {
	background-color: #1a1a1a;
	width: 950px;
	margin: 0px auto 0 auto;
	border: 1px solid #bababa;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
	position:relative;
  }

#container-home{
	background-image: url(../images/home-pic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#container-about {
	background-image: url(../images/bedroom-pic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#container-contact {
	background-image: url(../images/lounge-pic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#container-blank {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right:20px;
	width: 930px;
}
  
.bottomleft {
	position: absolute;
	bottom: -1px;
	left: -1px;
	background-image: url(../images/rounded/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 9px;
	width: 9px;
}

.topright {
	position: absolute;
	top: -1px;
	right: -1px;
	background-image: url(../images/rounded/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 9px;
	width: 9px;
}

.topleft {
	position: absolute;
	top: -1px;
	left: -1px;
	background-image: url(../images/rounded/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	width: 9px;
}

.bottomright {
	position: absolute;
	bottom: -1px;
	right: -1px;
	background-image: url(../images/rounded/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 9px;
	width: 9px;
}
  
#header { 
	width: 950px;
	height:155px;	
	margin: 0 auto; 
	padding: 0;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 283px;  /*the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 15px 15px;
	margin:0;
}
#mainContent { 
	float: right;
	margin: 0px;	
	padding: 10px 0 0 0; 
	width:600px;
	position:relative;
} 
#footer { 
	width: 950px;	
	margin: 0 auto 20px auto;
	padding: 0; 
	display:block;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float:right;
	color: #666666;
	font-size: 90%;	
}
#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* header */ 

img.logo {
	float:left;
	border: 0px;
	margin:28px 0 0 0;
}

/* woodbox */

ul.woodlist {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	width:600px;
	display: inline-block;	
} 

ul.woodlist li {
	margin: 0px 10px 20px 0;
	padding: 0;
	float:left;
	width:103px;
} 

ul.woodlist a.woodbox {
	display:block;
	width: 103px;
	height:215px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 3px 0px;
}

ul.woodlist a:hover.woodbox {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #1c1c1c;
}

ul.woodlist a.woodbox img{
	display:block;
	border: 0;
	margin-bottom:10px;
}

/* headers */
#mainContent h2 {
	margin-bottom:20px;
	font-weight: normal;
	font-size: 1.3em;
}

#sidebar1 h2.intro {
	margin-bottom:10px;
	font-weight: bold;
	font-size: 1.1em;
	line-height:130%;
}

#sidebar1 h2 {
	margin-bottom:10px;
	font-weight: normal;
	font-size: 1.3em;
}

#mainContent h2.wood {
	background-color: #4d4d4d;
	background-image: url(../images/wood/box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px 10px;
	margin-top:30px;
	font-size:120%;
	color: #DBDBDB;
}

#mainContent h2.wood a{
	text-decoration:none;
	color: #DBDBDB;
}
#mainContent h2.wood a:hover{ text-decoration:none; color: #ffffff;}


h2.caps {
	text-transform: capitalize;
}


/* general */

#mainContent b {
	width:100px;
	display: inline-block;
}

.spec td {
	font-size: 90%;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.timber-detail {margin:10px 0 6px 0;  float:left; width:590px; height:430px;position:relative;}

#tcontent1 {position:absolute; top:0; left:0; z-index:10;}
#tcontent2 {position:absolute; top:0; left:0; z-index:20;}


.timber-desc {
	width:540px;
	background-color: #474747;
	padding:0 12px 0px 0;
	margin-top:20px;
	background-image: url(/images/hover-m.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainContent .timber-desc h2 {
	margin:5px 0 0px 0;
	padding:0;
	font-weight: bold;
	font-size: 120%; 
}


.timber-pic {width:350px; height:232px; float:left;}



ul.subnav{
	margin-bottom:5px;
	padding:0px;
}
ul.subnav {list-style-type:none;margin:0;padding:0; font-size:115%;}
ul.subnav li a{
	display:block;
	text-decoration:none;
	color:#ffffff;
	margin:0;
	padding:10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a2a99b;
}
ul.subnav  li a:hover {
	text-decoration:none;
	color:#CCCCCC;
}

input.viewbutton {	  color:#e7e7e7; 
	  font: bold 84%; 
	  background-color:#4d4d4d; 
	  border:1px solid #4d4d4d;  
	  padding:4px 6px;}
	  
p.lighter {
	color: #CCCCCC;
}

#flashd {
	width:636px;
	height:430px;
	padding:0;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 20;
}