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

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Serif', serif;
	background-color: #FFF;
}
#imgfit {
	position: fixed;
	z-index: -10000;
}
#nav {
	position: fixed;
	z-index: 6000;
	text-align: center;
	width: 940px;
	left: 50%;
	top: 120px;
	margin-left: -470px;
}
#nav span {
	color: #FFF;
	background-color: #000;
	border: 1px solid #FFF;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 12px;
	font-size: 1em;
	line-height: 1em;
	clear: both;
	border-radius: 5px;
	width: auto;
	background-image: url(../images/nav_bkgr.png);
	background-repeat: repeat-x;
	background-position: center center;
	box-shadow: 5px 5px 7px rgba(0,0,0,0.6);
	cursor: pointer;
}

#footer {
	color: #FFF;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	bottom: 0px;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 1px;
	background-image: url(../images/dot_black_50.png);
	background-repeat: repeat;
	z-index: 5500;
}

#location {
	display: block;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 5000;
}
header {
	text-align: center;
	width: 940px;
	position: fixed;
	left: 50%;
	top: 0px;
	z-index: 6000;
	margin-left: -470px;
}
#wines {
	width: 1000px;
	margin-left: -500px;
	position: fixed;
	z-index: 5000;
	height: 100%;
	overflow: hidden;
	display: block;
	left: 50%;
}
#photos {
	width: 1000px;
	margin-left: -500px;
	position: fixed;
	z-index: 5000;
	height: 100%;
	overflow: hidden;
	display: block;
	left: 50%;
	background-image: url(../images/dot_black_50.png);
}

#wines img {
	margin-top: 185px;
	height: auto;
	width: 940px;
	margin-left: 30px;
}
#dinein{
	width: 1000px;
	margin-left: -500px;
	position: fixed;
	z-index: 5000;
	height: 100%;
	overflow: hidden;
	left: 50%;
}

#dinein img {
	margin-top: 185px;
	height: auto;
	width: 940px;
	margin-left: 30px;
}
#photos img {
	margin-top: 50px;
	height: auto;
	width: 940px;
	margin-left: 30px;
}
#bushours {
	width: 1000px;
	margin-left: -500px;
	position: fixed;
	z-index: 5000;
	height: 100%;
	overflow: hidden;
	left: 50%;
	background-image: url(../images/dot_black_75.png);
	background-repeat: repeat;
	background-position: center center;
}
#textbox {
	width: 70%;
	margin-left: 15%;
	text-align: center;
	margin-bottom: 100px;
}
#textbox p {
	font-size: 2em;
	line-height: 1.2em;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#textbox h2 {
	font-size: 3em;
	line-height: 1em;
	color: #FFF;
	text-align: center;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: 400;
	display: inline-block;
}
#location-address {
	color: #FFF;
	background-image: url(../images/dot_black_75.png);
	text-align: center;
	position: fixed;
	z-index: 52000;
	left: 50%;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#location-address p {
	font-size: 1.8em;
	line-height: 1em;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
