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


/*    LINE AND MISC TEXT COLOR    */

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


/*    HOME ICON AND LINE COLOR    */

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


/*    BACKGROUND IMAGE AND COLOR    */

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