@charset "utf-8";
/* CSS Document */

#reveal, #reveal * {
	margin:0;
	padding:0;
	outline:none;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;

	
	
}

#reveal {

	width:945px;
	overflow:hidden;
	font-size:0.75em;
	float:left;
	margin-bottom:20px;
	margin-left:5px;

	
}

	#reveal .panel {
		overflow:hidden;
		float:left;
		margin-right:5px ;
		border-right:5px solid #FFF;
		border-left:5px solid #FFF;
		
	}
	
		#reveal .panel.food99{
	
		border-right:5px solid #000 !Important;
		border-left:5px solid #000 !Important;
		
	}
	
	
	#reveal .last {
		border-right:none !important;
		border-left:5px solid #fff;
	}
	
		#reveal .panel .description {
			position:absolute;
			background:#fff;
			padding:5px;
			overflow:hidden;
			height:118px;
		}
		
			#reveal .panel .description h2 {
				text-transform:uppercase;
				display:inline;
				font-size:18px;
			}
			
			#reveal .panel .description p {
				margin:5px 5px 0 0;
				font-size:11px;
			}
			
			#reveal .panel .description p a {
				margin:5px 5px 0 0;
				font-size:11px;
				text-decoration:underline;
			}
			
			#reveal .panel .description a.block {
				margin:10px 1px 0 1px;
			}
			
			#reveal .panel p img {
				position:relative;
				zoom:1;
			}


.menu {
	width:900px !important;
}

.menu .panel {
	border:none !important;
}

.underground {
	height:15px;
	display:inline-block;
	width:20px;
	background:url(/assets/images/underground.jpg) top left no-repeat;
}
