@charset "UTF-8";
body {
	background-image:url(../images/bg_body.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center -20px;
	background-color: #C0A99B;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
}

#container {
	width:900px;
	height:600px;
	margin-top:30px;
	padding:0px;
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:900px;
	height:80px;
	position:relative;
	background-image:url(../images/bg_menu.jpg);
}
#menu {
	width:900px;
	height:20px;
}
#menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#menu ul li {
	margin:0px;
	padding:0px;
	display:inline;
}
#menu ul li ul {
	display: none;
}
#main {
	width:900px;
	height:439px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	position:relative;
}
#conLeft {
	width:344px;
	height:439px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	lerft:0px;
}
#logo {
	width:344px;
	height:161px;
	background-image:url(../images/logo.gif);

}
#display {
	width:344px;
	height:278px;
}
#conRight {
	width:555px;
	height:439px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	position:absolute;
	top:0px;
	right:0px;
}
#footer {
	width:900px;
	height:79px;
	position:relative;
	background-image:url(../images/bg_footer.jpg);
}
#address {
	width: 300px;
	position:absolute;
	top:10px;
	left:20px;
}
#phone {
	width: 250px;
	text-align:right;
	position:absolute;
	top:10px;
	right:20px;
}
#credits {
	width:900px;
	position:absolute;
	bottom: 4px;
	text-align:center;
	
}
img {
	border:none;
	margin:0px;
	padding:0px;
}

.d_home, .d_map {
	background-image:url(../images/exterior.png);
}
.d_gallery {
	background-image:url(../images/d_bar.jpg);
}
.d_events {
	background-image:url(../images/exterior.png);
}
.d_about {
	background-image:url(../images/stairs.png);
}
.d_group {
	background-image:url(../images/d_menus.jpg);
}
.d_brunch {
	background-image:url(../images/d_menu2.jpg);
}
.d_dinner {
	background-image:url(../images/d_menu3.jpg);
}
.d_latenight {
	background-image:url(../images/d_menu4.jpg);
}
.d_lunch {
	background-image:url(../images/d_menu5.jpg);
}
.d_desserts {
	background-image:url(../images/d_menu_dessert.jpg);
}
.d_beverages {
	background-image:url(../images/d_menu_bevys.jpg);
}
.d_winelist {
	background-image:url(../images/d_menu_wine.jpg);
}
.d_feedback, .d_thankyou {
	background-image:url(../images/d_bar.jpg);
}
.picMenu11 {
	background-image:url(../images/exterior2.jpg);
}


.bg_about, .bg_events, .bg_feedback, .bg_thankyou {
	background-image:url(../images/bg_redwallblur.jpg);
}
.bg_menus {
	background-image:url(../images/bg_menu.jpg);
}
.textBox {
	margin-top:30px;
	margin-left: 30px;
	padding-right:30px;
	width: 495px;
	height: 409px;
	overflow: auto;
	
}
.textBoxMenu {
	margin-top:0px;
	margin-left: 100px;
	padding-right:100px;
	width: 355px;
	height: 439px;
	overflow: auto;
	
}
.text {
	color:#FFFFFF;
	font-size: 13px;
	line-height: 16px;
}
.menuText {
	color:#555555;
	font-size: 13px;
	line-height: 16px;
}
.menuText h1{
	color:#000000;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.menuText h2{
	color:#000000;
	font-size: 18px;
	line-height: 24px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
h1 {
	font-style:normal;
	font-size:16px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	color:#FFFFFF;
	text-align:center;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
#divRight a {
	color:#777777;
}
#divRight a:hover {
	color:#333333;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color:#990000;
}
.disclaimer {
	font-size:10px;
	
}
.italic {
	font-style:italic;
}
.counter {
	color: #522E0D;
}