body 
{
	text-align: center;
	background: #8b8f4b url('./images/bg.jpg') repeat-x center top;
	margin:0 auto;
	font-family: arial;
	font-size:10pt;
}
a {
	color:#777c3b;
}
ul,li 
{
	padding:0;
	margin:0;
	list-style:none;
}
a img {
	border:none;
	
}

div#Container 
{
	margin: 0 auto;
	overflow:hidden;
	width:779px;
}


ul#Navigation, #Navigation ul { /* all lists */
	padding: 0;
	list-style: none;
	line-height: 1;
	float:right;
	margin:  0 2px 0;
}
ul#Navigation{
	margin:  0 8px 0 0;
}
ul#Navigation li ul  ul {
	margin: -35px 0 0 166px;
}
ul#Navigation li:hover ul ul, ul#Navigation li.sfhover ul ul {
	left: -999em;
}
ul#Navigation li ul, ul#Navigation li ul ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height:35px;
}

ul#Navigation li:hover ul, #Navigation li.sfhover ul, ul#Navigation li ul li:hover ul , ul#Navigation li ul li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	height:35px;
	background: #ffffff;
}
ul#Navigation li 
{
	float:left;	
	position:relative;
	
}
ul#Navigation li a
{
	display:block;
	overflow:hidden;
}

li a#Home {background:url('./images/nav-home.jpg') no-repeat;width:42px; height:67px;}
li a#Home:hover,li a#Home.Cpage {background-position: 0 -66px;}
li a#About {background:url('./images/nav-about.jpg') no-repeat;	width:85px; height:67px;}
li a#About:hover,li a#About.Cpage {background-position: 0 -66px;}
li a#Timber {background:url('./images/nav-timber.jpg') no-repeat;width:118px; height:67px;}
li a#Timber:hover,li a#Timber.Cpage {background-position: 0 -66px;}
li a#Products {background:url('./images/nav-products.jpg') no-repeat;width:83px; height:67px;}
li a#Products:hover,li a#Products.Cpage {background-position: 0 -66px;}
li a#TechInfo {background:url('./images/nav-techinfo.jpg') no-repeat;width:109px; height:67px;}
li a#TechInfo:hover,li a#TechInfo.Cpage {background-position: 0 -66px;}
li a#Prices {background:url('./images/nav-prices.jpg') no-repeat;width:67px; height:67px;}
li a#Prices:hover,li a#Prices.Cpage {background-position: 0 -66px;}
li a#Gallery {background:url('./images/nav-gallery.jpg') no-repeat;width:73px; height:67px;}
li a#Gallery:hover,li a#Gallery.Cpage {background-position: 0 -66px;}
li a#Contact {background:url('./images/nav-contact.jpg') no-repeat;width:94px; height:67px;}
li a#Contact:hover,li a#Contact.Cpage {background-position: 0 -66px;}
/**
*	Dropdown stuff
**/
li a#Flooring {background:url('./images/nav-flooring-dd.jpg') no-repeat; height:35px; width: 166px;}
li a#Flooring:hover,li a#Flooring.Cpage {background-position: 0 -35px;}
li a#Cladding {background:url('./images/nav-cladding-dd.jpg') no-repeat;height:29px; width: 166px;}
li a#Cladding:hover,li a#Cladding.Cpage {background-position: 0 -29px;}
li a#Machined {background:url('./images/nav-machtimber-dd.jpg') no-repeat;height:29px; width: 166px;}
li a#Machined:hover,li a#Machined.Cpage {background-position: 0 -29px;}
li a#Fabricated {background:url('./images/nav-fabricated-dd.jpg') no-repeat;height:30px; width: 166px;}
li a#Fabricated:hover,li a#Fabricated.Cpage {background-position: 0 -30px;}
/**
*	Sub dropdown stuff
**/
li a#Floorboards {background:url('./images/nav-floorboards-dd-dd.jpg') no-repeat; height:24px; width: 166px;}
li a#Floorboards:hover,li a#Floorboards.Cpage {background-position: 0 -24px;}
li a#Decking {background:url('./images/nav-decking-dd-dd.jpg') no-repeat;height:25px; width: 166px;}
li a#Decking:hover,li a#Decking.Cpage {background-position: 0 -25px;}
li a#Parquetry {background:url('./images/nav-parquetry-dd-dd.jpg') no-repeat;height:24px; width: 166px;}
li a#Parquetry:hover,li a#Parquetry.Cpage {background-position: 0 -24px;}


div#Content 
{
	clear:both;
	width:779px;
	overflow:hidden;
	margin:0 auto;
}

div#Wood 
{
	width:451px;
	height:537px;
	background:url('./images/wood-bg.jpg') no-repeat;
	float:left;
}

div#Text 
{
	width:320px;
	height:537px;
	float:left;
	background: #ffffff;
}

p#LogoText 
{
	background:url('./images/logo-text.jpg') no-repeat;
	width:300px;
	height:162px;
	display:block;
	margin: 8px 10px 0 17px;
}


p#Introduction 
{
	font-family: Arial;
	font-size:10pt;
	width:auto;
	padding: 15px;
	margin: 0px 0 0 10px;
	background: url('./images/lines.jpg') no-repeat bottom right #ffffff;
	height:292px;
	_height:296px;
	display:block;
	line-height:11pt;
	text-align:left;
}


#House 
{
	float:left;
	margin: 0px 18px 40px -320px;
	_margin: -30px 18px 40px -320px;
	position:relative;
}
ul#Contact
{
	float:left;
	color:#9a9e63;
	width:322px;
	margin: 5px 0 0 2px;
}
ul#Contact li 
{
	padding: 5px 0 0 15px;
	font-family: arial;
	font-size:7.6pt;	
	font-weight:bolder;
	float:left;
	display:block;
	text-align:left;
	margin-left: 10px;	
	_margin-left: 4px;
}

ul#Contact li#Phone 
{                                         
	background: url('./images/icon-p.jpg') no-repeat bottom left #ffffff;
}

ul#Contact li#Email 
{
	background: url('./images/icon-e.jpg') no-repeat bottom left #ffffff;
	clear:right;	
	width: 190px;
}

ul#Contact li#Fax 
{
	background: url('./images/icon-f.jpg') no-repeat bottom left #ffffff;
}

ul#Contact li#Address {
	background: url('./images/icon-a.jpg') no-repeat bottom left;
	width: 195px;
	_width: 205px;
}
ul#Footer 
{
	float:left;
	clear:both;
	width:100%;
}
ul#Contact a {
	color:#9a9e63;	
} 
ul#Footer li 
{
	font-family: arial;
	font-size:7.6pt;	
	font-weight:bolder;
	color:#c4c6a4;
	float:left;
	margin:10px 0;
	padding: 0 6px;
	background: url('./images/footer-seperator.jpg') center left no-repeat;
}  
 
ul#Footer li a {
	color:#c4c6a4;
	text-decoration:none;	
}           
ul#Footer li#Copy 
{
	float:right;
	padding: 0 0 0 10px;
	background: none;
}

ul#Footer li#Home 
{
	background: none;
	
}
/**
*	Subpage CSS
**/
div#Bodycont {
	background: url('./images/subpagebg.jpg') repeat-y;
	width:778px;
	text-align: left;
	font-size:10pt;
	line-height: 17px;
	clear:both;
}

div#WoodSub {
	background: url('./images/wood-small-bg.jpg') no-repeat;
	width:219px;
	height:537px;
	float:left;
}

div#Subtext {
	width:546px;
	float:left;
	padding: 15px 0 30px 35px;
	
}
html>body div#Subtext {width:515px}
p#SubConts {
	text-align:center;
}
p#SubConts span {
	float:left;
	clear:right; 
	
	display:block;
}

div#Header {
	width: 520px;
	height:15px;
}

.Product {
	margin: 10px;
}

#Table {
	border: solid 2px #8c8f4e;
	margin: 0 0 20px 0;	
}
#Table td {
	border: solid 1px #8c8f4e;
}
#Table tr#Tablewhite {
	color:#ffffff;
}

.Client{
	clear: left;
	float:left;
	width:200px;
	display:block;
}
.Website {
	float:left;
	width:150px;
	display:block;
	clear:right;
}

.Contact {
	clear: left;
	float:left;
	width:150px;
	color:#8b8f4b;
	text-align:left;
	
}
.Info {
	clear: right;
	float:left;
	width:120px;
	text-align:left;
	margin: 0 0 20px 0;
}
#Cpage {
	color:#8b8f4b;
	font-family: arial;
	font-weight:normal;
	font-size: 14pt;
	padding: 5px 0 0 5px;
	display:block;
}
#Cpage strong {
	padding:0;
	font-size: 14pt;
	color:#8b8f4b;
	font-weight:normal;
	height:50px;
	float:left;
	font-family: arial;
	width:100px;
	display:block;
	background:none;
}
#Cpage a {
	float:left;
	color:#8b8f4b;
	text-decoration:none;
	
}
#Cpage a:hover, #Cpage a.Current {
	color:#b7b882;
}
/**
*	Wood MO Styling
**/
.Wood {
	margin: 5px;
	float:left;
}
strong {
	font-family: Verdana;
	width:206px;
	height:27px;
	background: #898f4b;
	display:block;
	color:#f9f8f4;
	text-align:left;
	padding: 13px 0 0 20px;
	font-size: 12pt;
}
p.WoodMO {
	width:206px;
	background: #a1a56f;
	margin:0;
	color:#f9f8f4;
	padding: 10px 10px 10px 10px;
	font-size:10pt;
	text-align:left;
}
span.WoodDesc {
	float:left;
	margin:0;
	clear:right;
}
em {
	float:left;
	width: 67px;
}
a.ExampleLink {
	float:right;
	clear:both;
	margin: 5px 5px 5px 0;
	color:#f9f8f4;
	text-decoration: none;
}
.Clear 
{
	clear:both;
}

.Hidden {
	display:none;
	
}