#page-wrap {
	width: 770px;
	overflow: hidden;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}

.info-col {
	float: left;
	width: 160px;
	height: 100%;
}
.info-col h2 { text-align: center; font-weight: normal; padding: 25px 0; }

.image {
	height: 60px;
	text-indent: -9999px;
	display: block;
	border-right: 1px solid white;
}

.batman { background: url(../images/batman.jpg) center center no-repeat; }
.spiderman { background: url(../images/spiderman.jpg) center center no-repeat; }
.aquaman { background: url(../images/aquaman.jpg) center center no-repeat; }
.ironman { background: url(../images/ironman.jpg) center center no-repeat; }
.superman { background: url(../images/superman.jpg) center center no-repeat; }

dl { }
dt { padding: 5px; background: #900; color: white; border-bottom: 1px solid white; border-right: 1px solid white; }
dd {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 319px;
	background: #900;
	padding: 10px;
	color: white;
	border-right: 1px solid white;
	margin: 0px;
	font-size: 12px;
}

dt:nth-of-type(1) { background: #b44835; }
dd:nth-of-type(1) { background: #b44835; }

dt:nth-of-type(2) { background: #ff7d3e; }
dd:nth-of-type(2) { background: #ff7d3e; }

dt:nth-of-type(3) { background: #ffb03b; }
dd:nth-of-type(3) { background: #ffb03b; }

dt:nth-of-type(4) { background: #c2a25c; }
dd:nth-of-type(4) { background: #c2a25c; }

dt:nth-of-type(5) { background: #4c443c; }
dd:nth-of-type(5) { background: #4c443c; }

dt:nth-of-type(6) { background: #656b60; }
dd:nth-of-type(6) { background: #656b60; }
.info-col dl dd p {
	margin: 0px 0px 4px;
	display: block;
	padding-bottom: 2px;
	border-bottom: 1px dashed #333;
}
.info-col dl dd p strong {
	font-size: 13px;
	font-weight: bolder;
	text-decoration: underline;
}


.curCol { -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 1; position: relative; }
.info-col h3 {
	margin: 0px;
	color: #3C3E7B;
	text-align: center;
}
.info-col h5 {
	color: #FFF;
	font-size: 18px;
	font-weight: bolder;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-align: center;
}

.lunch {
	background-image: url(../images/luch-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.dinner {
	background-image: url(../images/dinner-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bar {
	background-image: url(../images/lunch.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.lounge {
	background-image: url(../images/lounge-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

