@import url("global.css");

/* CHEROKEE WOOD PRODUCTS -- HOME ONLY */

/* MASTER PARENT */
#parent { width: 790px; height: 773px; display: table; margin: 0 auto 0; background: url(../images/parent-bg.jpg); background-repeat:repeat-y;}

/* MAIN BODY CENTER */
#main-body { width: 769px; height: 750px; position: absolute; top: 0; margin: 0 10px 0px;}

/* WELCOME-FLASH PARENT */
#welcome-parent { width: 769px; height: 268px; position: absolute; top: 108px; }

/*WELCOME AREA CONTAINER */
#welcome-area { width: 259px; height: 268px; position: absolute; margin: 0; background: url(../images/welcome.gif); }
#welcome-area p { width: 220px; margin: 30px 10px 15px 18px; }

/*FLASH AREA CONTINER */
#flash-area { width: 510px; height: 268px; position: absolute; margin: 0 0 0 259px; }

/* SUB-CONTENT PARENT */
#sub-content { color:#fff; width: 769px; position: absolute; top: 376px; background:url(../images/bg_Sub-Content.jpg) no-repeat;  padding:0;}
#sub-content a{
color:#FFF;
text-decoration:none;
}

/*SUB-CONTENT CONTAINERS */
#sub-DoingOurPart { float:left;}
#sub-DoingOurPart a{ width: 172px; height:200px; display:block; padding: 85px 10px 10px 10px;}
#sub-DoingOurPart a:hover{
background:none;
}

#sub-hardwood { float:left;}
#sub-hardwood a{ width: 172px; height:200px; display:block; padding: 85px 10px 10px 10px;}
#sub-hardwood a:hover{
background:none;
}
	
#sub-retail { float:left;}
#sub-retail a{ width: 172px; height:200px; display:block; padding: 85px 10px 10px 10px;}
#sub-retail a:hover{
background:none;
}

#sub-catalog { float:left;}
#sub-catalog a{ width: 172px; height:200px; display:block; padding: 85px 10px 10px 10px;}
#sub-catalog a:hover{
background:none;
}

/* FOOTER */
#home-footer { border:1px solid #3f322c; width: 769px; height: 145px; position: absolute; top: 670px; left:-1px; background: url(../images/footer_bg.jpg); color: #FFF; text-align: center; padding:0 0 20px 0;}
#home-footer span { font-weight: bold; }
#home-footer a { color: #FFF; text-decoration: underline; }
#home-footer a:hover { color: #660000; text-decoration: none; background: #FFF; }