@charset "utf-8";
/* CSS Document */

	.hidden{display:none;}
	
	#button-logo-container {
		border: 0;
		background-color:#993333;
		height: 200px; 
		width: 232px; 
		margin: 0;
		position: absolute; 
		border-right: solid 2px #FF9933;
		border-left: solid 1px #FF9933;
		border-bottom: solid 2px #FF9933;
		z-index: 2;
		overflow:hidden;
		} 
		#button-logo-issue {
		border: 0;
		background-color:#FF9933;
		height: 20px; 
		width: 232px; 
		margin: 0;
		position: absolute;
		border-right: solid 2px #FF9933;
		border-left: solid 1px #FF9933;
		border-bottom: solid 2px #FF9933;
		z-index: 2;
		overflow:hidden;
		color:#FFF;
		font-size:12px;
		font-weight:bold;
		top:200px;
		text-align:center;
		} 			
	
	#button-logo-hover { 
		display: block; 
		width: 232px; 
		background-color:#FFF;
		margin: 15px 0 0 -4px;
		cursor: pointer; 
		height: 161px; 
		background: url("/images/logoMASTERsprite3.jpg") no-repeat 0 0;
		z-index: 100;}
	
	#button-logo-hover:hover { background-position: -232px 0px;}
	
	#button-logo-hover span { display: none;}


