/* CHEROKEE WOOD PRODUCTS */

/* UNIVERSAL */
body { font: 11px Verdana, Arial, Helvetica, sans-serif; background: url(../images/bg.jpg); }
body, li, ul { margin: 0; padding: 0; }
a { color: #600; }
a:hover { color: #333; background: #FFF; }
p, h1, h2 { padding: 0; margin: 0; }
img { border: 0;}

/* HEADER */
#header { width: 769px; height: 83px; position:relative; }
#Link_DoingOurPart { background: url(../images/Link_DoingOurPart.gif); position:absolute; top:0; left:405px; height:83px; width:109px;}

/* NAVIGATION SETUP */
#main-nav { width: 769px; height: 25px; background: url(../images/nav_home.gif); position: relative; }
#main-nav li { height: 25px; list-style: none; position: absolute; }
#main-nav a { height: 25px; display: block; }
#main-nav span { display: none; }

/* NAVIGATION BUTTONS */
#home { width: 88px; } 
#home a:hover { background: url(../images/nav_home_over.gif); }

#about { width: 83px; left: 88px; }
#about a:hover { background: url(../images/nav_about_over.gif); }

#mouldings { width: 100px; left: 171px; }
#mouldings a:hover { background: url(../images/nav_mouldings_over.gif); }

#plywood { width: 92px; left: 271px; }
#plywood a:hover { background: url(../images/nav_plywood_over.gif); }

#lumber { width: 146px; left: 363px; }
#lumber a:hover { background: url(../images/nav_lumber_over.gif); }

#flooring { width: 148px; left: 509px; }
#flooring a:hover { background: url(../images/nav_flooring_over.gif); }

#portfolio { width: 112px; left: 657px; }
#portfolio a:hover { background: url(../images/nav_portfolio_over.gif); }

/* GALLERY */
.GalleryButton{
float:left;
margin:0 2px 0 0;
width:110px;
}
.CompanyLogos{
border:none;
float:right;
text-align:center;
padding:10px 20px 10px 10px;
width:188px;
}
	.CompanyLogos a{
	display:block;
	padding:0;
	margin:0;
	}	
	.CompanyLogos a:hover{
	background:none;	
	}
	.CompanyLogos img{
	border:1px solid #666;
	}
.GalleryHR{
border-top:1px solid #666;
border-left:none;
border-right:none;
border-bottom:none;
clear:both;
margin:10px 7px 0 10px;
width:95%;
}	
#LinksList{
float:left;
}