/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:630px;
	height:500px;
	margin:-250px 0 0 -250px;
	/*border:1px solid #fff;*/
	/*background:#FDFCE9;*/
	background: url(/images/lb_bg.png) no-repeat;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	/*width:100%;
	height:100%;*/
}

div.close
{
	float: right;
	width: 75px;
	margin-right: 35px;
}
div.clear { clear: both; }
div.lb-content
{
	width: 560px;
	height: 394px;
	background: url(/images/content.png) no-repeat;
	margin: 31px 0 0 34px;
}
div.lb-main
{
	padding: 10px 17px;
}
div.lb-left
{
	padding-top: 10px;
	float: left;
	width: 350px;
}
div.lb-right
{
	width: 170px;
	padding-top: 10px;
	float: left;
	text-align: left;
}
div#hours
{
	float: left;
	width: 110px;
	text-align: center;
}
div#menu
{
	float: left;
	width: 240px;
	text-align: center;
}
div#specials
{
	height: 223px;
	padding: 13px 8px 8px;
	width: 160px;
	margin-top: 10px;
	background: url(/images/specials-bg.png) no-repeat;
}
div#specials_quarter
{
	height: 300px;
	padding: 13px 8px 8px;
	width: 160px;
	margin-top: 10px;
	background: url(/images/specials-bg-qb.png) no-repeat;
}
div#image
{
	width: 346px;
	height: 236px;
	margin-top: 5px;
	padding: 7px 0 0 7px;
	background: url(/images/image-bg.png) no-repeat;
}
div#links
{
	font-size: 12px;
	/*width: 350px;*/
	text-align: center;
	float:left;
}
div#links2
{
	font-size: 12px;
	width: 140px;
	text-align: center;
	float:right;
}
div#hourslist
{
	background-color: #F0F0F0;
	border: 2px solid #000000;
	display: none;
	position: absolute;
	margin-top: 15px;
	width: 320px;
	height: auto;
}
div#hourslistquarter
{
	background-color: #F0F0F0;
	border: 2px solid #000000;
	display: none;
	position: absolute;
	margin-top: 15px;
	width: 320px;
	height: auto;
}
div#menuslist
{
	font-size: 14px;
	background-color: #F0F0F0;
	border: 2px solid #000000;
	display: none;
	position: absolute;
	margin-top: 15px;
	width: 200px;
	height: auto;
	padding:15px 0 15px 0;
}

div#quartermenulist
{
	font-size: 14px;
	background-color: #F0F0F0;
	border: 2px solid #000000;
	display: none;
	position: absolute;
	margin-top: 15px;
	width: 200px;
	height: 140px;
}
.phone
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}