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

header{
	width:900px;
	height:420px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
}

header ul{
	position:absolute;
}

header li{
	
}

#header_quote{
	width:480px;
	height:100px;
	overflow:hidden;
	position:absolute;
	right:10px;
	top:10px;
	font-size:11px;
	color:#AAA;
	font-style:italic;
}

#header_quote p{
	line-height:16px;
}
.header_logo{
	position:absolute;
	top:38px;	
}

.home_hotspot{
	display:block;
	height:168px;
	width:400px;
	position:absolute;
	top:38px;
	left:0px;
}

#header_images{
	position:absolute;
	top:140px;
	width:900px;
	height:280px;
}

#header_images li{
	position:absolute;	
}

header nav{
	display:block;
	position:absolute;
	right: 0px;
	top:100px;
	width:485px;
	height:40px;
	overflow:hidden;
}

nav ul{
	width:100%;
	text-align:right;	
}

nav ul li{
	background-image:url(../images/navs_main_sheet.gif);
	display:block;
	float:left;
	overflow:hidden;
	height:40px;
}

nav ul li a{
	display:block;
	width:100%;
	height:40px;
}


.nav_food{
	width:59px;
	height:40px;
	background-position: 0px -80px;
}

.nav_food a:hover{
	background:url(../images/navs_main_sheet.gif) no-repeat 0px -40px;
}

.nav_food.selected{
	width:59px;
	height:40px;
	background-position: 0px 0px;
}

.nav_beer{
	width:65px;
	height:40px;
	background-position: -59px -80px;
}

.nav_beer a:hover{
	background:url(../images/navs_main_sheet.gif) no-repeat -59px -40px;
}

.nav_beer.selected{
	width:65px;
	height:40px;
	background-position: -59px 0px;
}

.nav_wine{
	width:67px;
	height:40px;
	background-position: -124px -80px;
}

.nav_wine a:hover{
	background:url(../images/navs_main_sheet.gif) no-repeat -124px -40px;
}

.nav_wine.selected{
	width:67px;
	height:40px;
	background-position: -124px 0px;
}

.nav_cocktails{
	width:118px;
	height:40px;
	background-position: -191px -80px;
}

.nav_cocktails a:hover{
	background:url(../images/navs_main_sheet.gif) no-repeat -191px -40px;
}

.nav_cocktails.selected{
	width:118px;
	height:40px;
	background-position: -191px 0px;
}

.nav_staff{
	width:75px;
	height:40px;
	background-position: -309px -80px;
}

.nav_staff a:hover{
	background:url(../images/navs_main_sheet.gif) no-repeat -309px -40px;
}

.nav_staff.selected{
	width:75px;
	height:40px;
	background-position: -309px 0px;
}

.nav_contact{
	width:101px;
	height:40px;
	background-position: -384px -80px;
}

.nav_contact a:hover{
	background:url(../images/navs_main_sheet.gif) no-repeat -384px -40px;
}

.nav_contact.selected{
	width:101px;
	height:40px;
	background-position: -384px 0px;
}