@charset "UTF-8";
/* CSS Document */
body {
	background-color: #f5efd7;
}
a {
	color: #333300;
	text-decoration: none;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:hover {
	color: #000000;
}
p {
	color: #333300;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.wrapper {
	width:695px;
	margin:0 auto;
}

/* **********HEADER********** */
.header {
	background-image:url(../images/headerNew.jpg);
	background-repeat:no-repeat;
	height:146px;
	width:695px;
}
#logoLink {
	float: left;
	display: block;
	width: 205px;
	height: 117px;
	margin: 4px 0px 0px 4px;
}
#logoLink span {visibility: hidden;}

.header h2 {
	color:#ffffff;
	display:block;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	width:323px;
	height:18px;
	margin-top:83px;
}
.nav {
	clear:both;
	width:687px;
	height:26px;
	background: url(../images/navBack.jpg) bottom center no-repeat;
	border-left:4px solid #000000; 
	border-right:4px solid #000000;
}
.nav ul {
	list-style:none;
}
.nav li {
	float:left;
	position:relative;
	z-index:10;
}
.nav li a {
	font-family:Trebuchet MS;
	color:#000000;
	line-height:26px;
	font-size:12px;
	border-left:1px solid #000000;
	padding:0px 14px 0px 14px;
	font-weight:bold;
}
.nav li a:hover {
	color:#ffffff;
	text-decoration:none;
}
.nav li:first-child a {
	border:0px;
}
.desc{clear:both; background:#feebc3; height:23px; border-left:4px solid #000000; border-right:4px solid #000000; padding:10px; text-align:center}
.desc img{vertical-align:middle;}

.descannounce{clear:both; background:#feebc3; height:55px; border-left:4px solid #000000; border-right:4px solid #000000; border-top:4px solid #000000; padding:10px}
.descannounce p {
	color:#000000;
	font-size:15px;
}
.descannounce a {
	color:#000000;
	font-size:15px;
}

.headText{	
		color:#31450a;
		font-family:"Times New Roman", Times, serif;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
	}
	
/* **********HOME LEFT COLUMN********** */	
.leftCol {
	float:left;
	width:345px;
	height:404px;
	background-image:url(../images/home_textleft.jpg);
	background-repeat:no-repeat;
	padding:10px;
	border:4px solid #000000;
}
.leftCol h1 {
	color:#31450a;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:0px;
}
.leftCol h2 {
	color:#31450a;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:0px;
}

/* **********HOME RIGHT COLUMN********** */
.rightCol {
	float:left;
	width:298px;
	height:404px;
	background-image:url(../images/dog5.jpg);
	background-repeat:no-repeat;
	padding:10px;
	border:4px solid #000000;
	border-left:none;
}
.rightCol h3 {
    font-family:"Times New Roman", Times, serif;
	margin-top:230px;
}
.rightCol p {
	color:#000000;
	font-weight:bold;
}
.rightCol a {
	color:#000000;
	font-weight:bold;
}

/* **********CONTENT CONTAINER********** */
.contentCon {
	clear: both;
	overflow: hidden;
	border-top:4px solid #000000;
}
.contentCon p {margin: 0px; padding: 0px;}

/* **********FLOORING NAVIGATION COLUMN********** */
.flooringNav {
	float: left;
	width: 121px;
	padding: 10px 5px 30000px 5px; 		/*30000px For creating equal height columns */
	margin-bottom: -29990px;        	/*For creating equal height columns */
	border-left:4px solid #000000; 
	border-right:4px solid #000000;
	background: url(../images/flooring/flooringnav_bg.jpg) repeat-y;
}
.flooringNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.flooringNav ul li {margin-bottom: 10px;}
.flooringNav a {
	font-size: 11.5pt;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	color: #333300;
}
body.douglasfir a#douglasfir, body.yellowpine a#yellowpine, body.whitepine a#whitepine, body.hickory a#hickory, body.endgraintile a#endgraintile, body.saltyfir a#saltyfir,
body.cherry a#cherry, body.blackwalnut a#blackwalnut, body.oak a#oak, body.elm a#elm {
	text-decoration: underline;
} 
.flooringNav a:hover {color: #af4d0c;}

/* **********FLOORING RIGHT COLUMN********** */
.flooringRightCol {
	float: right;
	width: 522px;
	padding: 10px 15px 30000px 15px; 	/*30000px For creating equal height columns */
	margin-bottom: -29990px;        	/*For creating equal height columns */
	border-right:4px solid #000000;
	background: url(../images/home_textright.jpg);
}
.flooringRightCol h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16pt;
	font-variant: small-caps;
	text-align: center;
}
.flooringRightCol img {
	margin-right: 10px;
	border: 0px;
}

/* **********CATEGORY DIVISION********** */
.catDiv {margin-bottom: 20px;}
.catDiv h2 {
	font-size: 14pt;
	font-variant: small-caps;
	color: #31450a;
}
.catDiv p {margin-bottom: 10px;}
.view {
	font-size: 8pt;
	font-weight: bold;
	color: #31450a;
}

/* **********FOOTER********** */
.footer {
	background-color:#000000;
	height:28px;
	line-height:23px;
	width:695px;
	clear:both;
	color:#fddd8e;
	font-size:12px;
	text-align:center;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
.footer a {
	color:#fddd8e;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}