/* nav */
ul.nav { 
	background:url(../images/nav-bg.jpg) repeat-x 0 0;	
	height:45px;
	padding:0 0 0 30px;
	}	

ul.nav li {	
	float:left;
	color:#6d7965;
	font-size:17px;
	line-height:43px;
	}
	
ul.nav li a {	
	float:left;
	color:#6d7965;
	font-size:16px; 
	text-decoration:none;
	padding:0 10px;
	margin:0 6px;
	line-height:43px;
	white-space:nowrap;
	}

ul.nav li a.store {	
	background:url(../images/navh-bg.gif) no-repeat 50% 50%;
	color:#c7bfa9;
	}

ul.nav li a.store:hover {	
	color:#ebe8e0;
	}	

ul.nav li a:hover, ul.nav li a.active  {	
	color:#c9c1aa;
	}
/* nav */	










/* footer */	
.footerbg {	
	background:#2f5a51 url(../images/footer-bg.jpg) repeat-x 0 0;
	}	

#footer {	
	width:955px;
	margin:0 auto;
	color:#e4e4cf;
	position:relative;
	background:url(../images/footer-top.jpg) no-repeat 0 0;
	padding:90px 0 40px 0;
	font-size:11px;
	}
	
#footer p.left {
	width:550px;
	position:relative; 
	float:left;
    color: #C0C0C0
	 }
 
#footer p.right {
	width:300px;
	position:relative;
	float:right;
	}

#footer a { 
	color:#e4e4cf;
	}
    
    
#footer a.active { 
	color:#e4e4cf;
    text-decoration:underline;
	}    

#credits {	
	padding:10px 0 0 0;
	
	}

/* footer */
