@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #e2e2e2 url(../images/bg.gif) top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#666666;
	behavior: url("/css/csshover3.htc");/*Behaviour for IE6 bug*/

}

hr {
margin: 10px 0;
border-top: 1px solid #f1f1f1;
height: 1px;
color: #f1f1f1;
clear:both;
}

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #FFFFFF; 
	height:100px;
	padding: 0 30px 0px 30px; 
	position: relative; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#footer { 
text-align:center;
	padding: 30px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#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 */
}
.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;
}

h1,h2,h3,h4{
font-size:16px;
color:#8CC63F;
line-height:19px;
font-weight:bold;
}


strong, #fscfront h3 a{
color:#8CC63F;
font-weight:bold;
}

a, #fscfront h3 a:hover {
/*text-decoration:none*/
color:#666666;
outline:none;
}
a:hover{
color:#99CC33;
/*text-decoration:underline;*/
}

/*a:visited {
color:#666666;
}*/

p{
font-size:12px;
line-height:16px;
}



#mainContent ul li{
font-size:12px;
list-style-type:disc;
list-style-position:outside;
margin-left:40px;
line-height:16px;
padding-bottom:2px;
}

ul#fpb {
clear:left;
}

ul#fpb  li {
list-style-type:none;
width: 400px;
margin: 20px 20px;

}

ul#fpb li img {
clear:left;
margin-right: 10px;
margin-bottom: 10px;
}


ul#fpb li a {
color:#8CC63F;
text-decoration:none;
}

#nav {
	position:absolute;
	top:61px;
	width:700px;
	left: 35px;
}

/*#nav ul {
list-style-type:none;
padding: 0;
	margin: 0;
float:left;
width:600px;
}

#nav ul li{
display:inline;
position:relative;
}*/




#navbar li{
list-style:none;
float: left;
}


#navbar li a
{
display: inline;
padding: 3px 25px 3px 0;
text-decoration:none;
font-size:16px;
font-weight:bold;
} 

#navbar li ul {
	position: absolute;
	left: auto;
	top: 19px;
	display: none;
	float: left; 
	background-color:#FFFFFF;
	width:700px;
	border:none;
	}

#navbar li ul a, #sidebar1 ul li a{
font-size:12px;
color:#666666;
background-color:#FFFFFF;
font-weight:normal;
border:none;
text-decoration:none;
}


#navbar li ul a:hover, #sidebar1 ul li a:hover{
font-size:12px;
color:#99CC33;
background-color:#FFFFFF;

text-decoration:none;
}

#sidebar1 ul li a, #sidebar1 ul li a:hover{
background: none;
}

#navbar li ul {
	display: none;  }
	
	
/*#navbar li:hover li, #navbar li.hover li {
	display: inline;
	float: left; }*/
	
.clearboard #navbar li  ul#product-nav, .cortex #navbar li  ul#product-nav , .contourexterior #navbar li  ul#product-nav,.product #navbar li  ul#product-nav, .verticalintegration  li  ul#about-nav, .people  li  ul#about-nav, .company li ul#about-nav, .forests li ul#about-nav, .fsc li ul#about-nav, .nz li ul#about-nav, .specs #navbar li  ul#product-nav, .contourexterior #navbar li  ul#product-nav, .specs #navbar li  ul#product-nav {
	position: absolute;
	display: block;
	
	left: 0;
	/*width: 100%;*/
	/*width:600px;*/
	margin: 0;
	padding: 5px 0px 4px 0px;
	
	 }
	 
	 
 
#navbar li:hover ul, #navbar li.hover ul  {
	position: absolute;
	display: block;
	left: 0;
	width: 700px;
	margin: 0;
	padding: 5px 0px 4px 0px;
	z-index:100;
	 }


img{
border:none;
}

.logo{
float:right;
padding: 0px 0 20;
position:relative;
}

.intro{
font-size:16px;
line-height:20px;
}

#main-image{
	width:100%;
	height:350px;
	overflow:hidden;
	margin:10px 0px 0px 0px;
	position:relative;
	border-top: 1px solid #999;
	border-bottom:1px solid #E2E2E2;
	/*background-image: url(../images/cortex-img.jpg);*/
}

body.clearboard #clearboardnav, body.cortex #cortexnav, body.verticalintegration #aboutnav,  body.people #aboutnav, body.company #aboutnav, body.forests #aboutnav, body.fsc #aboutnav, body.nz #aboutnav, body.contourexterior #contourexnav,  body.specs #specsnav {
color:#8CC63F;
}

body.clearboard #productnav, body.specs #productnav, body.contourexterior #productnav, body.product #productnav, body.cortex #productnav,  body.verticalintegration #verticalnav, body.company #companynav, body.people #peoplenav, body.fsc #fscnav, body.contact #contactnav,  body.forests #forestsnav,    body.nz #nznav {
color:#8CC63F;
}

.brochureimg {
position:absolute;
top:50px;
right:30px;
float:left;
}

.brochureimg  a img, .download a img, #wide a img{
border:#CCCCCC 1px solid;
}

.brochureimg  a:hover img, .download a:hover img, #wide a:hover img{
border:#999999 1px solid;
}

.brochureimg p {
font-size:14px;
text-align:center;
}

iframe {
border:none;
}

#frame {
width:720px;
display:inline;
text-align:right;
margin-left:-45px;
}

#frame p{
padding:10px;
}

.productgallery{
margin-top: 10px;
width:100%;
height:180px;
overflow:hidden;
padding-top:10px;
position:relative;
margin-bottom:10px;
}

.productname{
float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	/*margin-top: 40px;*/
	padding-top:100px;
	padding-right: 0px;
	padding-bottom: 15px;
	/*margin-left: 30px; 30px of header padding + 10px of nav padding
	padding-left: 5px;*/
	padding-left:35px;
	display:inline;
	height:100px;
	/*padding-top:10px;*/
	position:absolute;
	top:0px;
	background-color:#FFFFFF;
}

.download {
float:left;
display:inline;
width: 200px;
padding:5px;

}

body.clearboard #wide{
width:370px;
margin-right:0;
overflow:hidden;
padding: 5px 0px 5px 5px;
}

#main-image h3, #main-image p{
text-align:right;
color:#FFFFFF;
font-weight:normal;
padding-right: 30px;
}

#main-image h3{
padding-top:300px;
font-size:30px;
padding-bottom:10px;
padding-right: 30px;
}

#main-image a{
font-size:12px;
color:#FFFFFF;
text-decoration:none;

}

.contourexterior #main-image{
background: url(../images/contourexterior-home.jpg) no-repeat;
}

.cortex #main-image{
background: url(../images/cortex-home.jpg) no-repeat;
}

.clearboard #main-image{
background: url(../images/clearboard-home.jpg) no-repeat;
}

.company #main-image{
background: url(../images/company-image.jpg) no-repeat;
}
.verticalintegration #main-image{
background: url(../images/integration-home.jpg) no-repeat;
}
.forests #main-image{
background: url(../images/rings-home.jpg) no-repeat;
}
.nz #main-image{
background: url(../images/nz-home.jpg) no-repeat;
}
.fsc #main-image{
background: url(../images/2900-Pine_Seedhead.jpg) no-repeat;
}
.contact #main-image{
background: url(../images/contact.jpg) no-repeat;
}

.product #main-image{
background: url(../images/product-home.jpg) no-repeat;
}
.thrColFixHdr #main-image{
/*background: url(../images/cortex-img.jpg) no-repeat;*/

}
.flickr-ref {
width:500px;
margin-top: 10px;
text-align:right;
font-size: 11px;
margin-bottom: 10px;
}

table.checklist td.number p {
display: block;
padding-top: 1px;
color: #fff;
width:20px;
height:20px;
text-align: center;
background:url(../images/number-bg.gif) no-repeat;
}