@charset "utf-8";
/* CSS Document */

	#header-img, #goologo {
			display:none;
	}
    
	#showH { background: url(images/core/showheader.png) no-repeat right -7px; 
		display: block; 
		width: 150px; height: 35px; 
		text-indent: -5000px; }
	
	#showH:hover { 
		background: url(images/core/showheader-hover.png) -10px -7px; 
		}
		
	#noShow {
		display: none;
	}
