
/*  These styles define the background image/color and line colors for a category, such as Beds.  */
/*  The styles are not arranged by how they appear on the page but by color schemes for easier/quicker updating.  */


/*    TEXT COLORS    */

#content h2, .specs p { color:#C8BAAF; }


/*    LINKS, CLICK and RETURN    */

a:link, a:visited { color:#8A7666; text-decoration:none; }
a:hover, a:active { color:#fff; text-decoration:underline; }

.click, .return { color:#8A7666; border-bottom:1px #8A7666 solid; }
.return a:link, .return a:visited { color:#8A7666; }
.return a:hover, .return a:active { color:#fff; }


/*    TOP HOME    */
	
#col1 .home a { background:url(/img/home8A.gif) no-repeat 0 0; }
#col1footer .home a { background:url(/img/home8B.gif) no-repeat 0 0; }


/*    FOOTER HOME    */

#col1 .home, #col1footer .home { border-bottom:1px #524032 solid; }
#col2 { background:#524032 url(/img/bgr8.jpg) no-repeat 0 0; }
#col2footer { background:#524032; }



