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


body {font-family: Arial, Helvetica, sans-serif; background-image:url(images/bg.jpg); background-repeat:repeat-x; margin:0px; color:#FFFFFF; font-size:13px;}

.wine_title {font-weight:bold; font-style:italic;}


#home {display: block; width: 63px; height: 31px; background:url(images/nav_home.jpg) no-repeat 0 0; float:left; padding:0px 5px;}
#home:hover {background-position: 0 -31px;}
#home span{display: none;}

#menu {display: block; width: 73px; height: 31px; background:url(images/nav_menu.jpg) no-repeat 0 0; float:left; padding:0px 5px;}
#menu:hover {background-position: 0 -31px;}
#menu span{display: none;}

#wine {display: block; width: 66px; height: 31px; background:url(images/nav_wines.jpg) no-repeat 0 0; float:left; padding:0px 5px;}
#wine:hover {background-position: 0 -31px;}
#wine span{display: none;}

#catering {display: block; width: 92px; height: 31px; background:url(images/nav_catering.jpg) no-repeat 0 0; float:left; padding:0px 5px;}
#catering:hover {background-position: 0 -31px;}
#catering span{display: none;}

#contact {display: block; width: 111px; height: 31px; background:url(images/nav_contact.jpg) no-repeat 0 0; float:left; padding:0px 5px;}
#contact:hover {background-position: 0 -31px;}
#contact span{display: none;}

#drink_btn {display: block; width: 196px; height: 106px; background:url(images/drink_btn.gif) no-repeat 0 0; float:left; padding:0px 5px;}
#drink_btn:hover {background-position: 0 -106px;}
#drink_btn span{display: none;}

#dinner_btn {display: block; width: 196px; height: 106px; background:url(images/dinner_btn.gif) no-repeat 0 0; float:left; padding:0px 5px;}
#dinner_btn:hover {background-position: 0 -106px;}
#dinner_btn span{display: none;}

.footer {font-size:10px;}

.footer a {color:white; text-decoration:none;}

.footer a:hover {color:#e1c38c;}


.menu_header {font-size:20px; font-weight:bold;}

.sub_menu_header {font-size:14px; font-weight:bold; padding-left:15px;}

.menu_desc {}