
/*  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:#C5B8A8; }


/*    LINKS, CLICK and RETURN    */

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

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


/*    TOP HOME    */

#col1 .home a { background:url(/img/home6A.gif) no-repeat 0 0; }
#col1footer .home a { background:url(/img/home6B.gif) no-repeat 0 0; }


/*    FOOTER HOME    */

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



