/* =============
	HEAD-FOOT.CSS
	============= */
	
/* Navigation */
.head-horznav { clear:both; position:relative; float:left; width:90%; height:auto; top:4px; font-family:tahoma, verdana, helvetica, arial, sans-serif; background:#000000; color:#ffffff; }
.head-horznav ul { width:100%; margin:0; padding:0; background:#000000; color:#c0c0c0; }
.head-horznav ul li { float:left; list-style:none; padding:0; margin:0; font-size:12px; }
.head-horznav ul li a { display:block; width:auto; padding:7px 20px; margin:0; text-align:center; text-decoration:none; font-weight:bold; background-color:#000000; color:#ffffff; }
.head-horznav ul li a:visited { background-color:#000000; color:#ffffff; }
.head-horznav ul li a:hover { bottom:0; overflow:auto; font-weight:bold; background-color:#959595; color:#ffffff; }                     
.head-horznav ul li a:active, .head-horznav ul li a:focus { width:auto; padding:7px 20px; text-align:center; font-weight:bold; background-color:#9ea09f; color:#808080; }
.head-horznav .selected { display:block; width:auto; padding:7px 20px; margin:0; text-align:center; text-decoration:none; font-weight:bold; background-color:#000000; color:#c0c0c0; }
.head-viewcart { position:relative; float:right; width:09%; height:auto; right:8%; top:6px; }

/* Footer */
#foot a { background:#000000; color:#c0c0c0; }
p.foot-copyright { text-align:center; font-size:.8em; line-height:2em; background:#000000; color:#808080; }

