/*************************************************
	#file:		footer.css
	
	#desc:		Basic styles for this content
	
*************************************************/
#logos-wrapper { margin:10px 0; }

	#logos-wrapper .holder { padding-top:20px; min-height:80px; _height:80px; background:#fff url(../images/bg_prod-logos.jpg) no-repeat 0 bottom; }
	
		#logos-wrapper .holder a.brand-logo { display:block; float:left; margin:0 10px 10px 10px; overflow:hidden; }
		
			#logos-wrapper .holder a.brand-logo { vertical-align: top; }




#footer { padding:0 0 0 13px; margin-top:7px; width:927px;; height:61px; background:#fcfae1 url(../images/bg_footer_left.jpg) no-repeat 0 0; }

	#footer .holder { float:left; width:914px; border-top:1px solid #f6e497; border-bottom:1px solid #f6e497; }
	
		#footer .holder .logo { float:left; width:138px; height:59px; overflow:hidden; }
		
		#footer .holder p.more  { float:left; margin:15px 0 0 10px; color:#4c1b1b; }
		
			#footer .holder p.more a { text-decoration:underline; color:#4c1b1b; }
		
		#footer .holder .footer-menu { float:right; margin-top:32px; height:22px; }
		
				#footer .holder .footer-menu ul li { float:left; color:#e0cc77; margin-left:7px; }
				
					#footer .holder .footer-menu ul li a { margin-right:7px; color:#4c1b1b; }
					
					#footer .holder .footer-menu ul li a:hover { text-decoration:underline; }

	#footer .footer-dummy { float:left; width:13px; height:61px; background:url(../images/bg_footer_right.jpg) no-repeat 0 0; }
	
	