@charset "utf-8";
/* CSS Document */

body{
width:920px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #663300;
background-color:#ccc;
line-height: 125%;
margin:0 auto;
position:relative;

}

#wrapper{
background-color:#fff;
width:920px;
margin:0 auto;
}

img{ border:none;}
/* old styles */
a {
	text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #663300;
	line-height: 125%;
}
	
a:hover, a:active {
	text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #663300;
	line-height: 125%;
}
a:visited {
	text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #663300;
	line-height: 125%;
}
	


h1 {
	font-family: Tahoma, arial, sans-serif;
	font-size: 18px;
	color: #2f1c61; 
	letter-spacing: 5px;
	margin-top:#2f1c610;
	margin-bottom: 0px;
	padding-top:20px;
}

h2 {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #2f1c61;
	letter-spacing: 2px;
	margin-top: 5px;
}

h3 {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	text-align:center;
	color: #1C6419;
	letter-spacing: 5px;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 20px;
	text-transform: uppercase;
}
h4 {
	font-family: tahoma, sans-serif;
	font-size: 16px;
	color: #0075A3;
	letter-spacing: 5px;
	margin-top: 0;
	margin-bottom: -15px;
	padding-top:20px;
	text-transform: uppercase;
}

h5 {
	font-family: tahoma, sans-serif;
	font-size: 16px;
	color: #D4891C;
	letter-spacing: 5px;
	margin-top: 12px;
	margin-bottom: -15px;
	text-transform: uppercase;
}

h6 {
	font-size: 15px;
	font-weight: bold;
	color: #571C02;
	letter-spacing: 2px;
}

.required {
color:red;
}

.floatright{
float:right;
margin-top:-35px;
margin-left: 3px;
margin-bottom:-2px;
}

/* end old styles */
#header{
height:141px;
width:920px;
position:relative;
}


#navigation{
list-style-type:none;
position:absolute;
top:100px;
left:500px;
}

#navigation li{
display:inline;
padding-right:30px;
}

#navigation li a, #navigation li a:visited, #navigation li a:link{
font-size:18px;
text-decoration:none;
}

#navigation li a:hover{
color:#333;
}

#mainnavbar{
width:1300px;
height:24px;
background:#fff;
display:none;
}


#sub-content1{
width:920px;
height:340px;
position:relative;
}

#teak #sub-content1, #oak #sub-content1{
background:url('images/teak-table-banner.jpg') no-repeat;
}

#oak #sub-content1, #home #sub-content1{
background:url('images/brazilian-oak-header.jpg') no-repeat;
}

#mesquite #sub-content1{
background:url('images/mesquite-header.jpg') no-repeat;
}

#contact #sub-content1, #media #sub-content1{
background:url('images/contact-teak.jpg') no-repeat;
}

#about #sub-content1{
background:url('images/proteak-shop.jpg') no-repeat;
}

#sub-content1 p{
position:absolute;
top:240px;
left:100px;
color:#fff;
background-color:#333;
padding:15px;
/* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.85;
  /* for the old school */
  -moz-opacity: 0.85;

}

#sub-content2{
margin-bottom:50px;
}

#sub-content2 img{
padding-right:20px;
float:left;
}

#oak #ttcontent img, #teak #ttcontent img, #mesquite #ttcontent img{
float:left;
margin-right:40px;
margin-bottom:40px;
}

/* Home Page Feature Boxes */

.sub-content3{
width:190px;
margin-right:25px;
display:inline;
float:left;
}

.sub-content3 p{
width:190px;
}

.sub-content3 img{
margin-bottom:10px;
}



#contact-info{
position:absolute;
top:20px;
left:740px;
}

#contact-info p{
margin-top:0px;
}


#maincontent{
	width:920px;
	height:auto;
	position:relative;
}

#home #maincontent{
	min-height:1100px;
}

#oak #maincontent{
	min-height:2100px;
}

#teak #maincontent{
	min-height:3100px;
}

#mesquite #maincontent{
	min-height:1000px;
}

#contact #maincontent, #about #maincontent, #media #maincontent{
	min-height:800px;
}
/* woods navigation */

#nav2{
width:180px;
position:absolute;
top:36px;
left:0px;
}

#nav2 ul li{
display:block;
background-color:#333;
border-bottom:1px solid #fff;
border-bottom:2px solid #fff;
height:30px;
padding-top:10px;
width:180px;
text-decoration:none;
list-style-type:none;
}



#nav2 ul li a, #nav2 ul li a:link, #nav2 ul li a:visited{
color:#fff;
font-size:14px;
text-decoration:none;
text-transform:uppercase;
letter-spacing:2px;
padding-left:20px;
margin-left:0;
}

#nav2 ul li a:hover{
color:orange;
}

#nav2 strong{
padding-left:30px;
font-size:16px;
}




#ttcontent{
width:655px;
margin-right:15px;
position:absolute;
left:260px;
top:20px;
}







#footer {
	background:#7a1e20;
	height:30px;
	font-size: 12px;
	color: #fff;
	padding-top:10px;
	padding-left:20px;
}

#footer a{
	color: #fff;
	text-decoration:none;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-right:14px;
	}
	
#footer:visited a {
	color: #571CO2;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
	
#footer a:active, #footer a:hover  {
	color: #571CO2;
	text-decoration:underline;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}


.samples{
width:480px;

margin-top:20px;
}








