@import url(reset.css);
@import url(milkbox/milkbox.css);

body {
	background: #D6AA81 url(/_img/bg.jpg) fixed;
	font-family: "Helvetica Neue", Arial, sans;
	font-size: 62.5%;
	}
a {
	color: #FFF;
	}
#logo {
	position: fixed;
	left: 0px;
	bottom: 40px;
	}
#slogan {
	background: url(/_img/slogan.png) no-repeat;
	position: absolute;
	left: 20px;
	top: 40px;
	width: 803px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	}
#nav {
	position: fixed;
	left: 20px;
	top: 150px;
	}
#nav > li > a {
	margin-bottom: 4px;
	background-position: bottom left;
	display: block;
	}
#nav > li.current > a,
#nav > li > a:hover {
	background-position: top left;
	}
#nav #food {
	background-image: url(/_img/nav/food.png);
	width: 185px;
	height: 50px;
	}
#nav #drink {
	background-image: url(/_img/nav/drink.png);
	width: 204px;
	height: 48px;
	}
#nav #info {
	margin-bottom: 3px;
	background-image: url(/_img/nav/info.png);
	width: 152px;
	height: 50px;
	}
#nav #photo {
	background-image: url(/_img/nav/photo.png);
	width: 231px;
	height: 50px;
	}
#nav ul {
	display: none;
	}
#nav li.current ul {
	display: block;
	}
.subnav {
	margin: 0px 0px 20px 0px;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: -.05em;
	color: #E3C4A8;
	}
.subnav a {
	color: #d1ae88;
	text-decoration: none;
	}
.subnav a.current,
.subnav a:hover {
	color: #E3CDB5;
	}
.content {
	padding-bottom: 20px;
	position: absolute;
	left: 350px;
	top: 150px;
	width: 600px;
	z-index: 1;
	}
.menu h2 {
	margin-bottom: 12px;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: -.05em;
	color: #E3CDB5;
	}
.menu h3 {
	margin-bottom: 8px;
	font-size: 2.1em;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: -.05em;
	color: #E3CDB5;
	}
.menu h4 {
	margin-bottom: 17px;
	font-size: 1.8em;
	line-height: 111%;
	letter-spacing: -.05em;
	color: #F5EFE7;
	}
.menu p {
	clear: both;
	font-size: 2.1em;
	font-weight: bold;
	line-height: 124%;
	letter-spacing: -.05em;
	color: #F5EFE7;
	}
.menu p + h2 {
	margin-top: 25px;
	}
.menu p + h3 {
	margin-top: 15px;
	}
.menu strong {
	display: block;
	float: left;
	width: 90px;
	font-weight: bold;
	}
.menu strong + em,
.menu strong + br + em {
	margin-left: 90px;
	}
.menu em {
	margin-bottom: 10px;
	display: block;
	font-size: .86em;
	line-height: 111%;
	}
.info h2 {
	margin-bottom: 12px;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: -.05em;
	color: #E3CDB5;
	}
.info p {
	margin-bottom: 10px;
	font-size: 2.1em;
	line-height: 124%;
	letter-spacing: -.05em;
	color: #F5EFE7;
	}
.info strong {
	font-weight: bold;
	}
#photos li {
	margin: 0px 5px 5px 0px;
	background: url(/_img/bg_photo.png);
	padding: 5px;
	float: left;
	}
.invisible {
	display: none;
	}