@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	border:0;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	height:100%;
	width:100%;
	line-height:20px;
	background-color:#FBF5D2;
}
h1{margin:0 0 8px 0; font-size:12px;
}
p {margin:0px;}
a{
	color:#FF9900;
	text-decoration:none;
}
a:visited{}
a:hover{text-decoration:underline;}
#outerframeWrapper{
	width:820px;
	margin:0px 0 0 0px;
	border:1px solid #999999;
	position:relative;
	background-color:#FFFFFF;
}
#outerframeshadowWrapper{
	width:820px; 
	padding:0 13px 13px 0; 
	margin:30px auto 0 auto; 
	background-image:url("images/dropshadow.png");
	backgroungd-repeat:none; 
	background-position:bottom right;
	position:relative;
	
	}
	
#leftWrapper {
	margin:0;
	padding:15px 5px 5px 5px;
	width:134px;
	height:535px;
	float:left;
	border:3px solid #C8C4A4;
	background-image:url(images/red-grad-background.jpg);
	background-repeat:repeat-y;
}
#leftWrapper a{color:#DCDDC6}
.navmenu{text-align:right; margin:0 3px 0 0; color:#DCDAB8;}
.leftpic{
	margin:40px 0 20px 0;
	padding:2px;
	border:1px solid #C89966;
}
#rightWrapper {
	margin: 0 0 15px 20px; 
	width:525px; 
	height:auto;
	min-height:500px;
	float:left; 
	text-align:left;
	color:#5A4A42;
	}

#contactformWrapper{float:right; width:290px; font-size:11px;}
#contactformWrapper input{height:14px; font-size:11px;}
#contactformWrapper select{height:20px; font-size:11px;}

	
#headerWrapper{margin:20px 0; width:525px; float:left; text-align:center;}
.title{margin:0 0 5px -2px;}
#restaurantnavWrapper{margin:5px auto 15px auto; width:730px; height:30px; clear:both;}
.restaurantnav{margin:0px 12px 0 12px;}
#sidepicsWrapper{margin:135px 0 0 20px; width:100px; float:left;}

#footerWrapper{margin:-3px auto 10px auto; padding-left:50px; width:670px; font-size:10px; line-height:16px; color:#999999;}
#footerWrapper a{text-decoration:underline; color:#999999;}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.restaurantpopup{
	position: relative;
	z-index: 0;
	margin:0 5px 0 0;
}

.restaurantpopup:hover{
background-color: transparent;
z-index: 50;
}

.restaurantpopup span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 2px;
	left: -1000px;
	border: 1px solid #cccccc;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
	z-index: 500;
	font-size:10px;
}

.restaurantpopup span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.restaurantpopup:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
width:200px;
bottom: 35px;
left: 00px; /*position where enlarged image should offset horizontally */
font-size:10px;
line-height:15px;
}
.restaurantpopuptext{font-size:10px;line-height:15px;}
.diningdeal {background-color:#990000; color:#FFFFFF; width:500px; padding:8px; margin: 0 0 15px 0; border:6px double #990000;; height:100px; position:relative; text-align:center;}
.diningdeallogo {background-color:#FFFFFF; padding:10px 5px; margin:0 15px 0 0; float:left; height:70px; border:5px inset  #660000; }
.diningdeal h1 {margin:0 0 5px 0; line-height:17px;}