@charset "utf-8";

/* CSS Document */


/* disjointed rollovers for restaurant catering rollovers */
.oneCol #caterImg {
	margin: 0px;
	padding: 0px;
	width:40em;
}
.oneCol #caterImg dl {
	text-align:center;
	font-size:.8em;
	margin-top:10px;
}
.oneCol #caterImg dt, #caterImg dd {
	width:19em;
	float:left;
}
.oneCol #caterImg dt {
	margin-bottom:5.5em;
}
.oneCol #caterImg dt a {
	text-decoration:none;
}
.oneCol #caterImg dd {
 	margin:160px 0 0 -18.5em;  
}
.oneCol #caterImg a span {
	visibility: hidden;
	display:block;
	position:absolute;
	/* adjust location with these next paramenters */
	left: 630px;
	top:1000px;
	padding:5px;
	_height:300px; /* for IE only */
}
.oneCol #caterImg a:hover span,
.oneCol #caterImg a:active span,
.oneCol #caterImg a:focus span {
	visibility:visible;
}


/* disjointed rollovers for restaurant interior rollovers */

.oneCol #interiorImg {
	margin: 0px;
	padding: 0px;
	width:32em;
	float:right;
}
.oneCol #interiorImg dl {
	text-align:center;
	font-size:.8em;
	margin-top:10px;
}
.oneCol #interiorImg dd {
	width:15em;
	float:left;
	padding-left:2em;
}
.oneCol #interiorImg dt {
	width:19em;
	float:left;
}
.oneCol #interiorImg dt {
	margin-bottom:5.5em;
}
.oneCol #interiorImg dt a {
	text-decoration:none;
}
.oneCol #interiorImg dd {
 	margin:150px 0 0 -18.5em;  
}
.oneCol #interiorImg a span {
	visibility: hidden;
	display:block;
	position:absolute;
	/* adjust location with these next paramenters */
	left: 55px;
	top:1226px;
	padding:5px;
	_height:300px; /* for IE only */
}

.oneCol #interiorImg a:hover span,
.oneCol #interiorImg a:active span,
.oneCol #interiorImg a:focus span {
	visibility:visible;
}
/* disjointed rollovers for exterior restaurant rollovers */

.oneCol #locationsExterior a span {
	visibility: hidden;
	display:block;
	position:absolute;
	/* adjust location with these next paramenters */
	left: 638px;
	top:248px;
	padding:5px;
	_height:300px; /* for IE only */
}

.oneCol #locationsExterior a:hover span,
.oneCol #locationsExterior a:active span,
.oneCol #locationsExterior a:focus span {
	visibility:visible;
}

/* disjointed rollovers for restaurant staff rollovers */
.oneCol #staffImg {
	margin: 0px;
	padding: 0px;
	width:40em;
}
.oneCol #staffImg dl {
	text-align:center;
	font-size:.8em;
	margin-top:10px;
}
.oneCol #staffImg dt, #staffImg dd {
	width:19em;
	float:left;
}
.oneCol #staffImg dt {
	margin-bottom:5.5em;
}
.oneCol #staffImg dt a {
	text-decoration:none;
}
.oneCol #staffImg dd {
 	margin:120px 0 0 -18.5em;  
}
.oneCol #staffImg a span {
	visibility: hidden;
	display:block;
	position:absolute;
	/* adjust location with these next paramenters */
	left: 640px;
	top:1190px;
	padding:5px;
	_height:300px; /* for IE only */
}
.oneCol #staffImg a:hover span,
.oneCol #staffImg a:active span,
.oneCol #staffImg a:focus span {
	visibility:visible;
}


/* end disjointed rollover */

