
/*  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, #content p, .specs p, .specs li { color:#d9e0d3; }


/*    LINKS, CLICK and RETURN    */

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

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


/*    TOP HOME    */

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


/*    FOOTER HOME    */

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


/*    PHOTO LAYOUT    */

#intro { margin-bottom:30px; }
#main_feature { margin-bottom:0; }
#sub_feature { margin-bottom:30px; }
.project { margin-bottom:30px; }
.specs { margin-bottom:30px; }
#sub_feature ul {
	position:relative; float:left; display:inline;
	width:190px;
	}
#sub_feature li { margin-bottom:1em; }