@charset "utf-8";
/* CSS Document */
img {
	border:0;
}
#Big_Container {
	margin:auto;
	width:1000px;
	position:relative;
}
#Announcements {
	position:absolute;
	width:auto;
	height:auto;
	top:200px;
	left:340px;
	margin:auto;
	background:none;
	z-index:150;
}
#Page_Top {
	margin:0;
	overflow:hidden;
	font-family:'Trebuchet MS', Geneva, Arial, sans-serif;
	color:#333;	
}
#Menu {
	background-color:#D8D8D8;
	clear:both;
	padding:0;
}

#Page_Content {
	background-color:#F9F9F9;
	padding:10px 10px 20px 10px;
	font-family:'Trebuchet MS', Geneva, Arial, sans-serif;
	color:#333;
	overflow:hidden;
	clear:both;
}
#Page_Footer {
	border-top:2px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}
#Overlay {
	position:fixed;
	display:none;
	z-index:300;
	left:0px;
	top:0px;
	width:100%;
	height:1000px;
	background-color:#000;
  /* for IE */
    filter:alpha(opacity=80);
  /* CSS3 standard */
    opacity:0.8;	
}

.Title {
	font-size:24px;
	font-weight:bold;
	padding-bottom:10px;
}
.SubTitle {
	font-size:18px;
	font-weight:bold;
	padding:5px 0px 5px 5px;
}
.SubTitle a {
	text-decoration:none;
	color:inherit;
	display:block;
}
.GeneralText {
	font-size:13px;
}
.SmallText {
	font-size:12px;
}
.TextInputBig {
	font-size:18px;
	border: 1px solid #666;
	margin-top:3px;
	padding:0;
}
TextArea {
	font-size:12px;
	border: 1px solid #666;
	margin-top:3px;
	padding:0;
}
.ButtonInput {
	font-size:16px;
	height:30px;
	padding:2px 5px 2px 5px;
}

.TextInput {
	font-size:14px;
	border: 1px solid #666;
	margin-top:3px;
	padding:5px;
}

#Text_Edit {
	float:right;
	color:#900;
}

/*MENU--------------------*/
.DDMenu{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin:0;
	padding:0;
	list-style:none;
	zoom:1;
	height:30px;
}
.DDMenu li{
	float:left;
	width:100px;
	text-align:center;
	padding:0;
	position:relative;	
}
.DDMenu li:hover {
	background-color:#CCC;
}
.DDMenu li ul{
	left:-10000px;
	top:30px;
	position:absolute;
	z-index:100;
	padding:0;
	margin:0;
	background-color:#CCC;
	overflow:auto;
	width:158px;
}
.DDMenu li ul li {
	width:158px;
}
.DDMenu li ul li a{
	height:19px;
	cursor:pointer;
	padding:8px 4px 4px 4px;	
	text-align:left;
}

.DDMenu li ul li:hover {
	background-color:#D8D8D8;
}
.DDMenu li a {
	padding:8px;
	color:#333;
	display:block;
	text-decoration:none;
}
li:hover>ul{
	left:0px;
}

/* HOME PAGE */

#HomePage_Box {
	float:left;
	width:295px;
	margin:15px;
}

/* FOOD MENU */

#FoodMenu_Category {
	font-size:18px;
	font-weight:bold;
	padding:5px 0 5px 0;
	border-bottom: 2px solid;
}
#FoodMenu_Item {
	font-size:16px;
	font-weight:bold;
	float:left;
	padding-top:3px;
}
#FoodMenu_Item_Pic img{
	padding:6px 0 0px 5px;
	cursor:pointer;
}
#FoodMenu_Price {
	font-size:16px;
	font-weight:bold;
	float:right;
}
#FoodMenu_Servings {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	float:right;
	margin-right:10px;
	padding-top:3px;
}
#FoodMenu_Description {
	clear:both;
	font-size:14px;
	padding:3px 0 3px 0;
	border-bottom: 1px dotted #CCC;
	position:relative;
}
#FoodMenu_Edit {
	position:absolute;
	bottom:5px;
	right:0px;
	z-index:200;
}

#FoodMenu_PageLeft {
	float:left;
	width:465px;
	border-right:1px dotted;
	padding-right:20px;
}
#FoodMenu_PageRight {
	float:left;
	width:465px;
	padding-left:20px;
}
FoodMenu_DailySpecials {
	font-size:14px;
	font-weight:bold;
}
#FoodMenu_DailySpecials img {
	vertical-align:middle;
	padding-bottom:5px;
	padding-right:3px;
}
#FoodMenu_DailySpecials a {
	color:inherit;
	text-decoration:none;
}
#Editor {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	display:none;
	position:fixed;
	z-index:400;
	background-color:#FFF;
	border: 3px solid #606;
	top:100px;
	overflow:hidden;
	padding:15px;
}
#Editor table td {
	border-bottom:1px dotted;
}

#Administrator_Menu {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#333;
	color:#FFF;
	height:28px;
	overflow:hidden;
	padding:0;
	margin:0;
}
#Administrator_Menu ul {
	list-style:none;
	height:30px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#Administrator_Menu ul li {
	float:left;
	width:100px;
	padding:5px;
	text-align:center;
}
#Administrator_Menu ul li:hover {
	background-color:#FFF;
	color:#333;
}
#Administrator_Menu ul li a {
	text-decoration:none;
	display:block;
	color:inherit;
}

#ContactUs table td {
	border-bottom: 1px dotted;
}

#Location_Info {
	float:left;
	width:400px;
	margin:10px;
	padding:15px;
	background:url(../img/box-bg.png) repeat;
	height:350px;
}
#Location_Info a {
	color:inherit;
	font-weight:bold;
}
#Map {
	float:left
}
#Map a {
	color:inherit;
	font-weight:bold;
}

#Gallery_Thumbs {
	width:230px;
	float:left;
}
#Gallery_Thumbs_Item {
	margin:3px;
	padding:3px;
	border:1px solid #CCC;
	float:left;
	cursor:pointer;
	opacity:0.8;
	filter:alpha(opacity=80)	
}
#Gallery_Thumbs_Item:hover {
	border-color:#333;
	opacity:1;
	filter:	alpha(opacity=100)	
}
#Gallery_ImageHolder {
	float:left;
	margin:3px;
	border:1px solid #CCC;
	text-align:center;
	padding:5px;
	
	display: table; 
	height: 500px; 
	width: 700px;
	_position: relative; 
	overflow: hidden;
}
#Gallery_ImageHolder_Img {
	_position: absolute; 
	_top: 50%; 
	display: table-cell; 
	vertical-align: middle;	
}
#Gallery_ImageHolder_Img img {
	_position: relative; 
	_top: -50%
}

#MenuList div {
	font-size:20px;
	font-weight:bold;
	padding:10px;
	overflow:hidden;
}
#MenuList div img {
	float:left;
	vertical-align:middle;
	padding:0 10px 0 0;
}
#MenuList div a {
	color:inherit;
	text-decoration:none;
	display:block;
}

#Event_Mailing {
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	overflow:hidden;
	margin:5px 0 5px 0;
	padding:5px;
}

#Close {
	position:absolute;
	right:3px;
	top:3px;
	color:#333;
	cursor:pointer;
	padding: 15px 15px 0 0;
	filter:alpha(opacity=50);
	opacity:0.5;
}
#Close:hover {
	filter:alpha(opacity=100);
	opacity:1;
}

#Press {
	clear:both;
	padding:10px 30px 10px 30px;
}
#Press_Image {
	padding:3px;
	border: 1px solid #CCC;
	float:left;
	margin-right:20px;
}
#Press_Title {
	font-size:24px;
	font-weight:bold;
	padding:10px 40px 10px 40px;
}
#Press_Title a {
	text-decoration:none;
	color:inherit;
}
#Press_Author {
	text-align:left;
	font-size:14;
	color:#999;
	padding-left:20px;
}

#Event_Image, .Event_Image {
	padding:3px;
	border: 1px solid #CCC;
	float:left;
	margin-right:20px;
}
#Event_Title, .Event_Title {
	font-size:24px;
	font-weight:bold;
	padding:10px 40px 10px 20px;
	text-align:left;
}
#Event_Date, .Event_Date {
	text-align:left;
	font-size:14;
	color:#999;
	padding-left:20px;
}
#Event_Description, .Event_Description {
	text-align:left;
	font-size:14;
	color:#333;
	padding-left:20px;	
}
