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


/*    LINKS, CLICK and RETURN    */

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

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


/*    TOP HOME    */

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


/*    FOOTER HOME    */

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



