/* ------------------------------------------------------------------------
CSS sheet for From The Forest
Author: Chris Robinson
Date Created: 08-05-08

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS



------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
	color: #5b2a1c;
}
body{
	color: #5b2a1c;
	/*font: 14px/1.5em Arial, Helvetica, sans-serif;*/
	font: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: #1D1D1D;
	background: url(images/bodybg4.jpg) repeat scroll 0 0 #FBF7EA;
}
h2{
	background-image: url(images/grad1.png);
	background-position:right;
	background-repeat:no-repeat;
  background-color: #bf6a39; 
	
	font: 18px/28px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:.55em;
	color: #603913;
	
	border: 1px solid #996600;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	margin-top:15px;
	
	margin-bottom:7px;
	padding: 15px 15px;
}
#outer{
	background: url(images/topNavBoards.png) no-repeat top center;
	overflow: hidden;
}
#wrap{
	width: 1004px;
	display: block;
	margin: auto;
	text-align: left;
}
p{
	margin: 1.5em 0px;
}
input{
 margin: 5px 5px;
}
textarea{
 margin: 5px 5px;
 }
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header {
	height: 160px;
	position: relative;
}
#header a.index{
	display: block;
	background: url(images/logoSm.png) no-repeat;
	width: 362px;
	height: 128px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 35px;
	left: 10px;
}
/*#header a.index{
	display: block;
	background: url(images/logo.png) no-repeat;
	margin-left: 30px;
	margin-top: 25px;
	width: 421px;
	height: 160px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}*/
ul.nav{
	list-style-type: none;
	height: 30px;
	background: #a67c52;
	border: 1px solid #996600;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding-left: 2px;
	padding-right: 2px;
	position: absolute;
	top: 67px;
	left: 375px;
}
/*ul.nav{
	float: left;
	list-style-type: none;
	margin-top: 67px;
	margin-left: 17px;
	height: 30px;
	background: #a67c52;
	border: 1px solid #996600;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding-left: 2px;
	padding-right: 2px;
}*/
ul.nav li{
	float: left;
	position: relative;
}
ul.nav li a{
	margin-top: 3px;
	color: #fff;
	padding: 4px 8px 3px 8px;
	font-style: italic;
	font-weight: bold;
	font-size: 13.3px;
	text-decoration: none;
	display: block;
}
ul.nav li a:hover{
	padding: 3px 7px 2px 7px;
	background: #8c6239;
	/*color: #c69c6d;*/
	color: #f8d3a9;
  border: 1px solid #996600;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}
ul.nav li ul {
	display: none;
	list-style: none;
}
ul.nav li:hover ul {
	display: block;
	width: 220px;
	background: #8c6239;
	border:1px solid #f8d3a9;
	position: absolute;
	top: 26px;
	left: 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	z-index: 10000;
}
ul.nav li ul.shorter {
	width: 120px;
	left: -40px;
	text-align: right;
}
ul.nav li ul li a, ul.nav li ul li a:hover {
	border:none;
	padding: 4px 8px 3px 8px;
}

/* -----------------------------------------------------------------------
=MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#flash {
border: #5b2a1c solid;
width: 270px;
height: 325px;
margin-left: 150px;
}
#content{
	display: block;
	clear: both;
	width: 1004px;
}
#content #left{
	width: 400px;
	float: left;
}
#content dl.index{
	margin: 1.5em;
	display: block;
	clear: both;
}
#content dl.index dt{
	display: block;
	width: 406px;
	height: 22px;
	padding: 6px 0 0 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	font-size: 19px;
	background: url(images/h3bg2.jpg);
}
#content dl.index dd img{
	float: left;
	margin: 10px;
}
#content dl.index dd.left img{
	float: right;
	margin: -5px 110px 10px 10px;
}
#content dl.index dd{
	margin: 1.5em 0;
}
#content dl.index dd ul{
	margin-left: 20px;
}
.question{
	display: block;
	font-weight: bold;
}
#content ul.category li{
	margin-left: 20px;
}
#content p.moveOver{
	margin-left: 20px;
}
#productsFlash{
	/*border: 3px solid #ca6c18;*/
	width: 300px;
	height: 383px;
	margin: 0 auto 0 120px;
}
#flashFlooringFacts{
	/*border: 3px solid #ca6c18;*/
	width: 400px;
	height: 383px;
	margin-left:25px;
}
#vid{
  background: url(images/bg_slideshow.jpg) #5b2a1c center;
	height: 295px;
	width: 512px;
}
#vid a{
 text-align:center;
 margin-left: 15px;
 margin-top: -3px;
 padding-top: 15px;
}
#nothernExoticsGallery ul, #northwoodGallery ul {
	clear: both;
}
#nothernExoticsGallery h3, #northwoodGallery h3 {
	clear: both;
}
#nothernExoticsGallery ul li, #northwoodGallery ul li {
	float: left;
	display: block;
	margin: 15px 15px;
}
#nothernExoticsGallery ul li a, #northwoodGallery ul li a {
	text-decoration:none;	
}
#northernExoticsInfo, #northwoodInfo {
  
}
#northernExoticsInfo #whitebg, #northwoodInfo #whitebg {
	background-color:#FFFFFF;
	float: left;
	display: block;
	margin-left: 20px;
	width: 400px;
	border: #5b2a1c solid;
	vertical-align:middle;
	margin-right: 100px;
}
#northernExoticsInfo img, #northwoodInfo img {
	float: left;
	display: block;
	vertical-align:middle;
}
#northernExoticsInfo #northernExoticsLogo, #northwoodInfo #northwoodLogo {
	height: 70%;
	width: 70%;
	margin: 0px 60px 10px 60px;
}
#northernExoticsInfo #whitebg h3, #northwoodInfo #whitebg h3 {
	text-align:center;
}
#northernExoticsInfo #whitebg table, #northwoodInfo #whitebg table {
font-size:12px;
margin: 0px 25px 10px 20px;
}
#northernExoticsInfo .infoPic, #northwoodInfo .infoPic  {
	border: #5b2a1c solid;
	margin-left: 110px;
}
#galleryLink {
clear: both;
float: none;
text-align:center;
margin-left: 240px;
line-height:3em;
}
/* -----------------------------------------------------------------------
=ASIDE ELEMENTS
-------------------------------------------------------------------------*/
#aside{
	float: left;
	display: block;
	width: 550px;
}
#content > #aside{
	margin-left: 50px;
}
img.centerImg{
	text-align: center;
}
img.officepic{
	margin-left: 70px;	
	border: #5b2a1c solid;
}
#content dl.index dd.text img.contactpic{
	padding-right: 10px;
}
#asidevertcenter { 
	vertical-align:middle;
	height: 600px;
	display: block;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	background: url(images/footerbg.jpg) repeat-x;
	height: 197px;
	padding-top: 10px;
	color: #fff;
}
#footer #inner{
	width: 1004px;
	margin: auto;
}
#footer ul{
	border-top: 1px dashed #fff;
	width: 220px;
	float: left;
	text-align: left;
}
#footer ul li{
	list-style-type: none;
	display: block;
}
#footer a{
	color: #fff;
	padding: 4px 10px;
	width: 200px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
#footer a:hover{
	background: #fff;
	color: #000;
}
#footer p{
	float: right;
	margin: 0 10px 0 0;
}
#footer p a{
	width: auto;
	border-bottom: 0;
}
ul.sitemap{
	list-style-type: none;
	margin: 1.5em 0;
}
ul.sitemap a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
	padding: 0 5px;
}
ul.sitemap a:hover{
	border-bottom: 1px solid #000;
}

#left #links {
	background-color: #bf6a39;
	height: 280px;
	width: 250px;
	margin: 20px 50px;
	
	border: 1px solid #996600;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	margin-bottom:7px;
	padding: 15px 15px;
	
	background-image: url(images/grad1.png);
	background-position:right;
	background-repeat: repeat-y;
}

#left #links ul li {
	display: block;
	float: left;
	text-decoration:none;
	margin: 10px 15px;
	width: 200px;
}

#flooringFacts #hardnessRating {
	width: 500px;
	margin-left: 200px;
}

#flooringFacts #hardnessRating table {
border: 1px solid #996600;
margin-left: 90px;
margin-top: 15px;
}

#flooringFacts #hardnessRating table tr {
border: 1px solid #996600;
}

#flooringFacts #hardnessRating table tr td {
border: 1px solid #996600;
width: 150px;
text-align:center;
}

#flooringFacts #hardnessRating table tr td.title {
text-align:left;
}
#flooringFacts #hardnessRating table tr th {
border: 1px solid #996600;
width: 150px;
text-align:center;
font:Geneva, Arial, Helvetica, sans-serif bold;
}
#flooringFacts #details ul li {
display: block;
text-decoration:none;
}
#flooringFacts #details ul li.lh {
line-height:2em;
}
#flooringFacts #details {
	width:60%;
	margin-left: 150px;
}
#flooringFacts #moldings div.listItem {
width: 60%;
padding: 20px 20px;
float: none;
display: block;
margin: 30px auto 30px auto;
overflow: hidden;

	background-color:#a67c52;
	border: #5b2a1c solid;
	
	border: 1px solid #996600;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	margin-bottom:7px;
	padding: 15px 15px;
	
	background-image: url(images/grad1.png);
	background-position:right;
	background-repeat: repeat-y;
}
#orderedList {
text-indent:.3em;
margin-left: 30px;
}
#flooringFacts #moldings div.listItem div.left {
display: block;
float: left;
width: 50%;
}
#flooringFacts #moldings div.listItem div.left p {
vertical-align:top;
}
#flooringFacts #moldings div.listItem div.image {
display: block;
float: left;
border: #5b2a1c solid;
}
#flooringFacts #moldings div.listItem div.diag {
float: right;
display: block;
}
.dot {
line-height:4em;
color: #c69c6d;
}
/* -----------------------------------------------------------------------
=FORM ELEMENTS
-------------------------------------------------------------------------*/
form{
	margin: 1.5em;
}
form ul li{
	list-style-type: none;
	margin: 5px 0;
	display: block;
	clear: both;
}
form label{
	width: 150px;
	display: block;
	float: left;
}
form input{
	width: 168px;
	display: block;
	float: left;
}
#validationbox{
	display: none;
}

/*------------------------------------------------------------------------
--------------------- HEADER ELEMENTS ------------------------------------
------------------------------------------------------------------------*/

.left {
	float: left;
	display: block;
	padding: 15px 15px;
}
#contactus {
	margin: 15px 30px;
	float: right;
	display: block;
}
.clear {
	clear:both;
}	
.clearFloat {
	clear: both;
	float: left;
	display: block;	
}

.topMargin {
	margin-top: 8px;
}

#index td img {display: block;}
.margin10{margin-left:20px;}

#fscLogo {
	float: left;
	display: block;
	margin: 10px 10px;
}

.space {
line-height:.2em;
}
#fscimage {
	float: right;
	display: block;
	margin: 10px 10px;
}
#fscwidth {
	width: 400px;
}
/*------------------------------------------------------------------------------
------------------ ABOUT -------------------------------------------------------
------------------------------------------------------------------------------*/

#whoWeAreImage {
	float: left;
	display: block;
	margin: 10px 10px;
}

.specTable {
	margin-bottom: 20px;
}
.specTable td {
	vertical-align: top;
	padding: 2px 6px;
}
.specTable td.bold {
	font-weight: bold;
}


/*------------------------------------------------------------------------------
------------------ Distributor--------------------------------------------------
------------------------------------------------------------------------------*/
#map {
	display: block;
	position: relative;
	width: 600px;
	height: 446px;
	margin: 0px auto 10px auto;
	border: 5px solid #A67C52;
}
#usMap {
	display: block;
	width: 446px;
	width: 600px;	
	position: relative;
}
a.canadaLink {
	position: absolute;
	bottom: 16px;
	right: 20px;
	z-index: 100;
}
div.stateLink {
	text-align: center;
	display: none;
}
.pp_inline {
	font: 9pt/10pt Arial, Helvetica, sans-serif;
}
.pp_inline h3, .pp_inline p, .pp_inline ul {
	display: block;
	margin-bottom: 6px
}
.pp_inline h3 {
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
}
.pp_description {
	display: none !Important;
}
.pp_inline ul {
	margin-left: 12px;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
