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


/*    LINKS, CLICK and RETURN    */

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

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


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


/*    FOOTER HOME    */

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