* {margin: 0; padding: 0;}

body{	
	color: #501100;
	background: #2b0100;
	font: 11px Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a{
	color: #501100;
	font: bold 11px Trebuchet MS, tahoma, arial, helvetica, sans-serif;
}

a:HOVER{
	text-decoration: none;
}

input{
	color: #501100;
	font: 11px Trebuchet MS, tahoma, arial, helvetica, sans-serif;
}

textarea{
	color: #501100;
	font: 11px Trebuchet MS, tahoma, arial, helvetica, sans-serif;
}

p{
	padding: 10px;
}

a.red{
	color: #cd1d00;
}

/*-- MAIN ELEMENTS --*/

.wrapper{
	width: 762px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.clear{
	clear: both;
}

.bold{
	font-weight: bold;
}

a.top{
	color: #c41e01;
	background: url(images/top_icon.gif) 0px 0px no-repeat;
	height: 14px;
	display: block;
	text-indent: 20px;
}

a.top:HOVER{
	background: url(images/top_icon_over.gif) 0px 0px no-repeat;
	text-decoration: none;
}

/*-- HEADER --*/

.header{
	background: url(images/header_2.jpg) right 82px no-repeat;
	width: 762px;
	height: 282px;
}

a.logo{
	background: url(images/logo.gif) no-repeat;
	width: 762px;
	height: 82px;
	display: block;
	text-indent: -9999px;
}

.page{
	height: 200px;
	text-indent: -9999px;
}

.home .page{
	background: url(images/header.jpg) no-repeat;	
}

.home a.home_button{
	padding-left: 20px;
}

.menu .page{
	background: url(images/header_menu.jpg) no-repeat;	
}

.cater .page{
	background: url(images/header_cater.jpg) no-repeat;	
}

.tour .page{
	background: url(images/header_tour.jpg) no-repeat;	
}

.events .page{
	background: url(images/header_events.jpg) no-repeat;	
}

.location .page{
	background: url(images/header_location.jpg) no-repeat;	
}

.contact .page{
	background: url(images/header_contact.jpg) no-repeat;	
}

 /*-- EVENTS --*/
 
.events a.winterlude_menu, .events a.valentines_menu, .events a.lounge_menu{
	background: url(images/button_winterlude.gif) no-repeat;
	width: 294px;
	height: 25px;
	margin: 0px 0px 0px 50px;
	display: block;
	text-indent: -9999px;
}

.events a.winterlude_menu:HOVER, .events a.valentines_menu{
	background: url(images/button_winterlude_over.gif) no-repeat;
}

.events a.valentines_menu{
	background: url(images/button_valentines.gif) no-repeat;
}

.events a.valentines_menu:HOVER{
	background: url(images/button_valentines_over.gif) no-repeat;
}

.events a.lounge_menu{
	background: url(images/button_lounge_events.gif) no-repeat;
	width: 234px;
}

.events a.lounge_menu:HOVER{
	background: url(images/button_lounge_events_over.gif) no-repeat;
}

.events a.gotomenu{
	background: url(images/button_viewmenu.gif) no-repeat;
	width: 131px;
	height: 25px;
	margin: 0px 0px 0px 50px;
	display: block;
	text-indent: -9999px;
}

.events a.gotomenu:HOVER{
	background: url(images/button_viewmenu_over.gif) no-repeat;
}

.events .content{
	padding-top: 10px;
	padding-bottom: 10px;
}
 
 /*-- FOOTER --*/
 
 .footer{
 	background: url(images/footer.gif) no-repeat;
 	width: 762px;
	height: 48px;
 }
 
 .bottom_info{
 	background: #93841f;
	width: 100%;
	padding: 10px 0px 10px 0px;
	position: relative;
	bottom: 0px;
	left: 0px;
 }

/*-- NAV --*/

.nav{
	background: #93841f;
	width: 762px;
	height: 32px;
}

.nav ul{
	width: 762px;
	height: 32px;
	list-style: none;
}

.nav li{
	float: left;
	display: inline;
}

.nav li a{
	display: block;
	height: 32px;
	text-indent: -9999px;
}

.nav li.homepage a{
	background: url(images/nav_home.gif) no-repeat;
	width: 90px;
}

.nav li.homepage a:HOVER, .home .nav li.homepage a{
	background: url(images/nav_home_over.gif) no-repeat;
}

.nav li.menupage a{
	background: url(images/nav_menu.gif) no-repeat;
	width: 82px;
}

.nav li.menupage a:HOVER, .menu .nav li.menupage a{
	background: url(images/nav_menu_over.gif) no-repeat;
}

.cater .nav li.menupage a{
	background: url(images/nav_menu_on.gif) no-repeat;
}

.cater .nav li.menupage a:HOVER{
	background: url(images/nav_menu_on_over.gif) no-repeat;
}

.nav li.caterpage a{
	background: url(images/nav_cater.gif) no-repeat;
	width: 100px;
}

.nav li.caterpage a:HOVER{
	background: url(images/nav_cater_over.gif) no-repeat;
}

.cater .nav li.caterpage a, .cater .nav li.caterpage a:HOVER{
	background: url(images/nav_cater_on.gif) no-repeat;
}

.nav li.tourpage a{
	background: url(images/nav_tour.gif) no-repeat;
	width: 86px;
}

.nav li.tourpage a:HOVER, .tour .nav li.tourpage a{
	background: url(images/nav_tour_over.gif) no-repeat;
}

.nav li.eventspage a{
	background: url(images/nav_events.gif) no-repeat;
	width: 165px;
}

.nav li.eventspage a:HOVER, .events .nav li.eventspage a{
	background: url(images/nav_events_over.gif) no-repeat;
}

.nav li.locationpage a{
	background: url(images/nav_location.gif) no-repeat;
	width: 114px;
}

.nav li.locationpage a:HOVER, .location .nav li.locationpage a{
	background: url(images/nav_location_over.gif) no-repeat;
}

.nav li.contactpage a{
	background: url(images/nav_contact.gif) no-repeat;
	width: 125px;
}

.nav li.contactpage a:HOVER, .contact .nav li.contactpage a{
	background: url(images/nav_contact_over.gif) no-repeat;
}

/*-- CONTENT --*/

.content{
	background: url(images/main_back.gif);
	width: 762px;
}

/*-- HOMEPAGE --*/

.home .content{
	background: url(images/home_main_back.gif);
}

.home .left{
	width: 399px;
	margin: 0px 0px 0px 10px;
	float: left;
}

.home .left .ad{
	background: url(images/take_tour.gif) no-repeat;
	width: 398px;
	height: 100px;
	text-indent: -9999px;
}

.home .left .ad a{
	background: url(images/button_taketour.gif) no-repeat;
	width: 131px;
	height: 25px;
	margin: 75px 0px 0px 0px;
	float: right;
	display: block;
}

.home .left .ad a:HOVER{
	background: url(images/button_taketour_over.gif) no-repeat;
}

.home .left p{
	margin-top: 15px;
}

.home .right{
	width: 341px;
	float: right;
}

.home .right .title, .home .right .calendar{
	background: url(images/home_upcoming.gif) no-repeat;
	width: 341px;
	height: 63px;
	text-indent: -9999px;
}

.home .right p{
	width: 285px;
	margin: 0px 0px 0px 20px;
	padding: 2px;
}

.home .right .calendar{
	background: url(images/home_calendar.gif) no-repeat;
	height: 43px;
}

.home .right a.see_calendar{
	background: url(images/button_viewcalendar.gif) no-repeat;
	width: 131px;
	height: 25px;
	padding: 0px 27px 0px 0px;
	display: block;
	float: right;
	text-indent: -9999px;
}

.home .right a.see_calendar:HOVER{
	background: url(images/button_viewcalendar_over.gif) no-repeat;
}

.home .right .new_years{
	background: url(images/home_newyears.gif) no-repeat;
	height: 43px;
	text-indent: -9999px;	
}

/*.home .right a.new_years_menu{
	background: url(images/button_newyears.gif) no-repeat;
	width: 294px;
	height: 25px;
	padding: 0px 27px 0px 0px;
	display: block;
	float: right;
	text-indent: -9999px;
}

.home .right a.new_years_menu:HOVER{
	background: url(images/button_newyears_over.gif) no-repeat;
}
*/
.home .right a.winterlude_menu{
	background: url(images/button_winterlude.gif) no-repeat;
	width: 294px;
	height: 25px;
	padding: 0px 27px 0px 0px;
	display: block;
	float: right;
	text-indent: -9999px;
}

.home .right a.winterlude_menu:HOVER{
	background: url(images/button_winterlude_over.gif) no-repeat;
}

.home .right a.valentines_menu{
	background: url(images/button_valentines.gif) no-repeat;
	width: 294px;
	height: 25px;
	padding: 0px 27px 0px 0px;
	display: block;
	float: right;
	text-indent: -9999px;
}

.home .right a.valentines_menu:HOVER{
	background: url(images/button_valentines_over.gif) no-repeat;
}

.home .right a.lounge_menu{
	background: url(images/button_falltacular.gif) no-repeat;
	width: 294px;
	height: 25px;
	padding: 0px 27px 0px 0px;
	display: block;
	float: right;
	text-indent: -9999px;
}

.home .right a.lounge_menu:HOVER{
	background: url(images/button_falltacular_over.gif) no-repeat;
}

.home .right .divider_2{
	background: url(images/divider.gif) no-repeat;
	height: 11px;
	margin: 0px 0px 0px 20px;
	text-indent: -9999px;	
}

.home .right .submit_info{
	color: #ffffff;
	margin: 20px 10px 20px 10px;
	text-align: center;
}

.home .content .divider{
	background: url(images/home_divider.gif) no-repeat;
	width: 762px;
	height: 45px;
	clear: both;
}

.home .feedback{
	background: url(images/feedback_bg.gif);
	width: 762px;	
}

.home .feedback .left{	
	 width: 530px;
	 float: left;
	 margin: 0px 0px 0px 0px;
}

.home .feedback .left .title{
	background: url(images/feedback_title.gif) no-repeat;
	width: 500px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	text-indent: -9999px;
}

.home .feedback .left .review{
	background: #ffffff;
	width: 500px;
	margin: 10px 0px 10px 15px;
	border: 1px solid #786315;
}

.home .feedback .left .review p{
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

.home .feedback .left .review .rating{
	background: #c4bb2d;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 3px 5px;
	width: 80px;
	float: right;
	font-size: 10px;
	text-align: center;
}
.home .feedback .left .review .rating span{
	font-size: 30px;
	font-weight: bold;

}

.home .feedback .right{
	background: #3b1e0c;
	width: 221px;
	float: right;
	margin: 0px 10px 0px 0px;
	display: inline;
}

.home .feedback .right .title{
	background: url(images/feedback_title_write.gif) no-repeat;
	width: 221px;
	height: 59px;
}

.home .feedback .right table{
	width: 200px;
	margin: 0px 0px 0px 10px;
}

.home .feedback .right td{
	color: #ffffff;
	padding: 4px 0px 4px 0px;
}

.home .feedback .right td.name input{
	width: 200px;
}

.home .feedback .right td.comment textarea{
	width: 200px;
	height: 50px;
}

.home .feedback .right .button{
	width: 150px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

/*-- MENU --*/

.menu .sub_nav{
	background: url(images/menu_subnav.gif) 0px 15px no-repeat;
	width: 732px;
	height: 44px;
	margin: 0px 0px 0px 15px;
}

.menu .sub_nav a, .menu .sub_nav span{
	color: #ffffff;
	position: relative;
	top: 21px;
	left: 10px;
	margin: 0px 3px 0px 3px;
}

.menu .sub_nav a:HOVER, .menu .beginnings .sub_nav a.great, .menu .events .sub_nav a.main,  .menu .desserts .sub_nav a.after_dinner, .menu .coffee .sub_nav a.drinks, .menu .ports .sub_nav a.alcohol, .menu .wine .sub_nav a.list, .menu .lounge .sub_nav a.lunch, .menu .falltacular .sub_nav a.fall, .menu .specials .sub_nav a.nightly{
	color: #501100;
	text-decoration: none;
}

.menu .section{
	width: 732px;
	height: 70px;
	margin: 0px 0px 10px 15px;
}

.menu .beginnings .section{
	background: url(images/changes/menu_casual.gif) 0px bottom no-repeat;
}

.menu .local .section{
	background: url(images/changes/menu_local.gif) 0px bottom no-repeat;
}

.menu .events .section{
	background: url(images/menu_mainevents.gif) 0px bottom no-repeat;
}

.menu .desserts .section{
	background: url(images/menu_desserts.gif) 0px bottom no-repeat;
}

.menu .coffee .section{
	background: url(images/menu_coffee.gif) 0px bottom no-repeat;
}

.menu .ports .section{
	background: url(images/menu_ports.gif) 0px bottom no-repeat;
}

.menu .wine .section{
	background: url(images/menu_wine.gif) 0px bottom no-repeat;
}

.menu .lounge .section{
	background: url(images/menu_lounge.gif) 0px bottom no-repeat;
}

.menu .falltacular .section{
	background: url(images/menu_fall.gif) 0px bottom no-repeat;
}

.menu .specials .section{
	background: url(images/menu_specials.gif) 0px bottom no-repeat;
}

.menu .section a{
	height: 56px;
	margin: 5px 0px 0px 5px;
	text-indent: -9999px;
	display: block;
	float: right;
}

.menu .section a.download_lunch{
	background: url(images/button_lunch.gif) no-repeat;
	width: 193px;
}

.menu .section a.download_lunch:HOVER{
	background: url(images/button_lunch_over.gif) no-repeat;
}

.menu .section a.download_menu{
	background: url(images/button_menu.gif) no-repeat;
	width: 153px;	
}

.menu .section a.download_menu:HOVER{
	background: url(images/button_menu_over.gif) no-repeat;
}

.menu .section a.newyears{
	background: url(images/button_menu_newyears.gif) no-repeat;
}

.menu .section a.newyears:HOVER{
	background: url(images/button_menu_newyears_over.gif) no-repeat;
}

.menu .section a.valentines{
	background: url(images/button_menu_valentines.gif) no-repeat;
}

.menu .section a.valentines:HOVER{
	background: url(images/button_menu_valentines_over.gif) no-repeat;
}

.menu .section a.winterlude{
	background: url(images/button_menu_winterlude.gif) no-repeat;
}

.menu .section a.winterlude:HOVER{
	background: url(images/button_menu_winterlude_over.gif) no-repeat;
}

.menu .menu_item{
	margin: 0px 15px 0px 15px;
	padding: 8px 0px 8px 0px;
}

.menu .menu_item .name{
	font-size: 14px;
	font-weight: bold;
}

.menu .menu_item .price{
	font-size: 12px;
	font-weight: bold;
}

.menu .menu_item p{
	padding: 2px;
}

.menu .menu_item .emphasis{
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-align: center;
}

.menu .menu_item .toppings{
	width: 100%;
} 

.menu .menu_item .toppings td{
	padding: 5px 15px 5px 15px;
	font-size: 14px;
}

.menu a.top{
	float: right;
	margin: 0px 15px 0px 0px;
}

.menu .coffee td, .menu .ports td, .menu .wine td, .menu .events .children td{
	padding: 2px 5px 2px 15px;
}


.menu .coffee td.drink_name span, .menu .ports td.drink_name span, .menu .wine td.drink_name span, .menu .events .children td.item span{
	font-weight: bold;
	font-size: 14px;	
}

.menu .coffee td.drink_name_lg span, .menu .events .children td.drink_name_lg span{
	font-weight: bold;
	font-size: 20px;	
}

.menu .coffee .price, .menu .ports .price, .menu .events .children .price{
	font-size: 12px;	
	font-weight: bold;
}

.menu .events .children td{
	padding: 5px 5px 5px 15px;
}

.specials .menu_item h2, .specials .menu_item h3{
	text-align: center;
}

.specials .menu_item .emphasis span.sm{
	font-size: 10px;
}

.specials .menu_item h3{
	text-align: center;
	margin: 15px 0px 0px 0px
}

.specials .menu_item h3 p{
	width: 50%;
	border-bottom: 1px solid #eeb0a6;
	margin: 0px auto 0px auto;
}

.allday img{
	padding-left: 15px;
}

/*-- WINE LIST --*/

.menu .wine .left{
	width: 350px;
	float: left;
	display: inline;
	margin: 20px 0px 0px 15px;
}

.menu .wine .title{
	width: 350px;
	height: 50px;
	text-indent: -9999px;
}

.menu .wine .left .title{
	background: url(images/wine_erie.gif) no-repeat;
}

.menu .wine .left .serving td, .menu .wine .right .serving td{
	font-weight: bold;
	border-bottom: 1px solid #d9d4b1;
}

.menu .wine .left .serving td.empty, .menu .wine .right .serving td.empty{
	border: none;
}

.menu .wine .right{
	width: 350px;
	float: right;
	display: inline;
	margin: 20px 15px 0px 5px;
}

.menu .wine .right .title{
	background: url(images/wine_vintage.gif) no-repeat;
}

.menu .wine .right .ice{
	background: url(images/wine_ice.gif) no-repeat;
}

.menu .wine a.top{
	position: relative;	
	width: 100px;
	right: 5px;
	bottom: 10px;
	margin: 0px 0px 0px 0px;
	
}

/*-- CATERING & PRICING --*/

.cater .content{
	text-align: center;
}

.cater .content img{
	padding: 20px 0px 0px 0px;
}

.cater .content p{
	text-align: left;
	padding: 10px 15px 10px 15px;
}

.cater .tour_pic{
	background: url(images/tour_pic_2.jpg) 0px 8px no-repeat;;
	width: 319px; 
	height: 207px;
	float: left;
	margin: 0px 0px 0px 20px;
}

.cater .tour_foot{
	background: url(images/tour_footer.jpg) no-repeat;
	width: 762px;
	height: 154px;
	clear: left;
}

/*-- TOUR --*/

/*.tour .content img{
	padding: 20px 0px 0px 0px;
}*/

.tour .content p{
	padding: 10px 15px 10px 15px;
}

.tour .content table{
	margin: 10px 0px 0px 40px;
}

.tour .content td{
	padding: 10px 5px 10px 15px;
}

.tour .content .title{
	background: url(images/private_functions.gif) no-repeat;
	width: 715px;
	height: 41px;
	text-indent: -9999px;
	margin: 10px 0px 0px 15px;
}

.tour .tour_directions{
	color: red;
	font-weight: normal;
}


/*-- EVENTS --*/

.events .title{
	background: url(images/upcoming_events.gif) 0px bottom no-repeat;
	width: 733px;
	height: 58px;
	margin: 0px 0px 0px 15px;
	text-indent: -9999px;
}

.events .event_info{
	margin: 0px 15px 10px 15px;
}

.events .event_info .event_name{
	background: url(images/events_titles.gif) 0px bottom no-repeat;	
	padding: 10px 10px 10px 35px;
	font-size: 14px;
	font-weight: bold;
}

.events .event_info p{
	padding: 2px;
}

.events .event_info a.top{
	float: right;
}


/*-- LOCATION --*/

.location .title{
	background: url(images/grill_lounge.gif) 15px 10px no-repeat;
	height: 58px;
	text-indent: -9999px;
}

.location .left{
	width: 204px;
	float: left;
	padding: 0px 0px 0px 30px;
}

.location .left p{
	font-size: 14px;
}

.location .left .get_directions{
	width: 204px;
	margin: 10px 0px 0px 0px;
}

.location .left .get_directions span{
	background: url(images/get_directions.gif) no-repeat;
	width: 204px;
	height: 43px;
	display: block;
	text-indent: -9999px;
}

.location .left .get_directions td{
	width: 204px;
	padding: 4px 0px 4px 0px;
}

.location .left .get_directions label{
	margin: 0px 0px 2px 0px;
	font-weight: bold;
	display: block;
}

.location .left .get_directions input{
	width: 200px;
}

.location .left .get_directions input.button{
	width: 50px;
	float: right;
	font-weight: bold;
}

.location .right{
	float: right;
}

.location .right{
	background: url(images/map.gif) 0px 10px no-repeat;
	width: 474px;
	height: 281px;
	padding: 0px 30px 0px 0px;
}

/*-- CONTACT --*/

.contact .left, .contact .mid, .contact .right{
	width: 204px;
	float: left;
	margin: 15px 0px 0px 35px;
	display: inline;
}

.contact .left{
	background: url(images/contact_address.gif) 0px 0px no-repeat;
}

.contact .mid{
	background: url(images/contact_tele.gif) 0px 0px no-repeat;	
}

.contact .right{
	background: url(images/contact_email.gif) 0px 0px no-repeat;	
}

.contact p, .contact .right a{
	font-size: 14px;
	margin: 35px 0px 0px 0px;
}

/*-- COMMMENTS --*/

.comments, .comments a{
	color: #ffffff;
}

.comments h1{
	margin: 20px 0px 0px 0px;
}

.comments .holder{
	background: #4f3525;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	line-height: 22px;
}

/*-- FALL --*/

.fall_download{
	float: right;
	margin-right: 30px;
	display: inline;
}
.upcomingSet{
	width: 400px;
}

