@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
}
p {
	font-family: Helvetica, sans-serif;
	padding: 1em;
	font-size: 14px;
	line-height: 1.2em;
	color: #FFFFCC;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #996633;
	font-weight: normal;
	text-align: center;
}
.clearBoth {
	clear: both;
}
.leftFloat {
	float: left;
}
#container {
	width: 880px;
	padding: 20px;
	background-color: #2B0A0A;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 100%;
}
#container #header {
	height: 80px;
	width: 880px;
	background-color: #1E1E1C;
}
#container #header #logoLeft {
	height: 80px;
	width: 78px;
	float: left;
}
#container #header #textLogo {
	background-image: url(imgs/textLogo.gif);
	height: 40px;
	width: 800px;
	float: left;
}
#container #header #headNav {
	height: 40px;
	width: 694px;
	float: left;
	margin-left: 108px;
	background-image: url(imgs/navBar.png);
	position: relative;
}
#container #header #headNav ul {
	list-style-type: none;
}
#container #header #headNav li {
	display: inline;
	float: left;
}
#container #header #headNav li a {
	background-repeat: no-repeat;
	background-image: url(imgs/navBar.png);
	display: block;
	height: 40px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 0px;
}
#container #header #headNav #home a{
	background-position: 0px 0px;
	left: 0px;
	width: 85px;
}
#container #header #headNav #food a{
	background-position: -85px 0px;
	left: 85px;
	width: 79px;
}
#container #header #headNav #wine a{
	background-position: -164px 0px;
	left: 164px;
	width: 82px;
}
#container #header #headNav #events a{
	background-position: -246px 0px;
	left: 246px;
	width: 96px;
}
#container #header #headNav #private-dining a{
	background-position: -342px 0px;
	left: 342px;
	width: 162px;
}
#container #header #headNav #about-fiddleheads a{
	background-position: -504px 0px;
	left: 504px;
	width: 190px;
}
#container #header #headNav #home a:hover{
	background-position: 0px -40px;
	left: 0px;
	width: 85px;
}
#container #header #headNav #food a:hover{
	background-position: -85px -40px;
	left: 85px;
	width: 79px;
}
#container #header #headNav #wine a:hover{
	background-position: -164px -40px;
	left: 164px;
	width: 82px;
}
#container #header #headNav #events a:hover{
	background-position: -246px -40px;
	left: 246px;
	width: 96px;
}
#container #header #headNav #private-dining a:hover{
	background-position: -342px -40px;
	left: 342px;
	width: 162px;
}
#container #header #headNav #about-fiddleheads a:hover{
	background-position: -504px -40px;
	left: 504px;
	width: 190px;
}
#container #header #headNav #home a:active{
	background-position: 0px -80px;
	left: 0px;
	width: 85px;
}
#container #header #headNav #food a:active{
	background-position: -85px -80px;
	left: 85px;
	width: 79px;
}
#container #header #headNav #wine a:active{
	background-position: -164px -80px;
	left: 164px;
	width: 82px;
}
#container #header #headNav #events a:active{
	background-position: -246px -80px;
	left: 246px;
	width: 96px;
}
#container #header #headNav #private-dining a:active{
	background-position: -342px -80px;
	left: 342px;
	width: 162px;
}
#container #header #headNav #about-fiddleheads a:active{
	background-position: -504px -80px;
	left: 504px;
	width: 190px;
}


#container #mainContent {
	width: 868px;
	margin-top: 20px;
	padding: 6px;
	background-color: #000000;
	height: 100%;
	text-align: right;
}
#container #mainContent #mainLeft {
	background-image: url(imgs/brownPattern.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 340px;
	float: left;
	margin-right: 6px;
	text-align: left;
}
#container #mainContent #mainLeftEvents {
	background-image: url(imgs/brownPattern.gif);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 340px;
	margin-right: 6px;
}
.eventHeader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #F3F3BC;
	margin-bottom: 5px;
	text-align: center;
}
.eventHeader1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	color: #F3F3BC;
}
#container #mainContent #mainRightEvents #eventWrap {
	border: 2px solid #060;
}
#container #mainContent #mainRight {
	height: 346px;
	width: 522px;
	float: left;
}
#container #mainContent #mainBotRight {
	height: 68px;
	width: 522px;
	margin-top: 6px;
	background-color: #2B0A0A;
	float: left;
}
#container #mainContent #mainRightEvents {
	float: left;
	height: auto;
	width: 522px;
}
#wine #container #mainContent {
	height: 100%;
	background-color: #000000;
}
#wine #container #mainContent #mainRight {
	height: 100%;
}
#wine #container #mainContent #mainRight table {
	font-family: "Lucida Sans", Arial;
	font-size: 15px;
	line-height: 1.3em;
	color: #FFFFCC;
	height: 100%;
}
.listPrice {
	text-align: left;
	margin-left: 10px;
}
.wineHeading {
	font-family: "Century Gothic", Arial;
	font-size: 26px;
	color: #FEFFCC;
	text-align: center;
	text-decoration: underline;
	line-height: 1.2em;
}
.menuHighlight {
	font-family: "Century Gothic", Arial;
	font-size: 20px;
	line-height: 1.6em;
	text-align: center;
}
.menuDesc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
#container #footer {
	width: 880px;
	margin-top: 20px;
}
.footerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFCC;
}
.eventHeader2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #093;
}
.wineList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.wineLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #FFFFCC;
}
#container #mainContent #mainRightAbout {
	float: left;
	height: auto;
	width: 522px;
}
.leftFloatPic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#container #mainContent #mainLeftAbout {
	background-image: url(imgs/brownPattern.gif);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 340px;
	margin-right: 6px;
}
#container #mainContent #mainRightPrivateParties {
	float: left;
	height: 378px;
	width: 522px;
}
.wineDesc {
	font-style: italic;
	font-size: 12px;
	padding-left: 20px;
}
#container #mainContent #mainRightAbout .reviewHeading {
	color: #FEFFCC;
}
.musicPerformer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #F0F;
	text-align: center;
}
.centerText {
	text-align: center;
}
#emailSignup {
	margin-left: 15px;
}
#container #mainContent #mainRightEvents p a {
	color: #06F;
}
.redText {
	font-size: 18px;
	color: #F00;
}
.mothers {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C6C;
	margin-top: 10px;
}
.mothers a {
	text-decoration: underline;
	color: #C6C;
}
#press {
	background-color: #FFF;
	text-align: left;
	position: relative;
	padding: 15px;
}
#press img {
	position: absolute;
	top: 10px;
	right: 50px;
}
.pressp {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
.cord {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #03C;
	text-align: center;
}
