/* ALL THE GENERAL LAYOUT STUFF */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	text-align: left;
	overflow: auto;
	outline: none;
}
p {
	padding: 0px;
}

/* LAYOUT ELEMENT IDs AND CLASSES */

#green-bar {
	background-color: #A4C381;
	width: 100%;
	height: 90px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 0px;
	top: 190px;
}
#navigation-menu {
	width: 80px;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 0px;
	top: 0px;
	padding-left: 135px;
}

/* IE HACK TO MAKE THE NAVIGATION MENU LOOK RIGHT */

* html #navigation-menu {
	width: 75px;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 0px;
	top: 0px;
	padding-left: 135px;
}

/* BACK TO THE LAYOUT STUFF */

#logo {
	margin: 0px;
	padding: 0px;
	height: 124px;
	width: 72px;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	left: 28px;
	top: 174px;
}
#content {
	width: 260px;
	overflow: visible;
	position: absolute;
	z-index: 4;
	top: 292px;
	left: 135px;
	text-align: left;
	line-height: 19px;
}
#content-more {
	width: 260px;
	overflow: visible;
	position: absolute;
	z-index: 4;
	top: 292px;
	left: 135px;
	text-align: left;
	line-height: 19px;
}
#contentLogos {
	width: auto;
	overflow: visible;
	position: absolute;
	z-index: 5;
	top: 582px;
	left: 135px;
}
#photo {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	position: absolute;
	z-index: 5;
	left: 445px;
	top: 79px;
	visibility: visible;
}
#foodCol2 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 120px;
	top: 342px;
	visibility: visible;
}
#breakingNews {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	position: absolute;
	left: 300px;
	top: 160px;
	visibility: visible;
	word-spacing: .03em;
	font: small-caps 12px "Times New Roman", Times, serif;
	width: 200px;
}
#policy {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	position: absolute;
	z-index: 2;
	left: 300px;
	top: 198px;
	visibility: visible;
}
#homeReservations {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	position: absolute;
	left: 300px;
	top: 160px;
	visibility: visible;
	word-spacing: .03em;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
#breakingNews a:link{
	color: #C7002F;
	text-decoration: none;
}
#breakingNews a:visited {
	color: #C7002F;
	text-decoration: none;
}
#breakingNews a:hover {
	color: #000000;
	text-decoration: none;
}
#breakingNews a:active {
	color: #C7002F;
	text-decoration: none;
}
.breakingnewsHome {
	font: small-caps 12px "Times New Roman", Times, serif;}
.breakingnewsHome a:link{
	color: #C7002F;
	text-decoration: none;
	word-spacing: .03em;
	font: small-caps 12px "Times New Roman", Times, serif;}
.breakingnewsHome a:visited {
	color: #C7002F;
	text-decoration: none;
	word-spacing: .03em;
	font: small-caps 12px "Times New Roman", Times, serif;}
.breakingnewsHome a:hover {
	color: #000000;
	text-decoration: none;
	word-spacing: .03em;
	font: small-caps 12px "Times New Roman", Times, serif;}
.breakingnewsHome a:active {
	color: #C7002F;
	text-decoration: none;
	word-spacing: .03em;
	font: small-caps 12px "Times New Roman", Times, serif;}
	
.reservations {
	font: 12px;
	padding: 0px;
	margin: 0px;}
.reservations a:link{
	color: #999999;
	text-decoration: none;
	word-spacing: .03em;}
.reservations a:visited {
	color: #999999;
	text-decoration: none;
	word-spacing: .03em;}
.reservations a:hover {
	color: #999999;
	text-decoration: underline;
	word-spacing: .03em;}
.reservations a:active {
	color: #999999;
	text-decoration: none;
	word-spacing: .03em;}
	
/* IE HACK TO MAKE THE SLIDESHOW VISIBLE, hopefully ignored in IE Mac \*/

* html #photo {
	visibility: visible;
}
/* recover from hack */

#photo-navigation {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	position: absolute;
	z-index: 6;
	top: 510px;
	left: 0px;
	font-size: 10px;
	width: 247px;
}
.press {
	font-size: 12px;
}

/* SUBMENUS */

#about-submenu {
	width: 175px;
	padding-bottom: 8px;
	overflow: visible;
	position: absolute;
	z-index: 2;
	left: 193px;
	top: 15px;
	padding-left: 0px;
	visibility: visible;
}
#winesake-submenu {
	width: 175px;
	padding-bottom: 8px;
	overflow: visible;
	position: absolute;
	z-index: 2;
	left: 210px;
	top: 43px;
	padding-left: 0px;
	visibility: visible;
}

/* GENERIC AND CONTEXTUAL LINKS */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
#content a:link {
	color: #999999;
	text-decoration: underline;
}
#content a:visited {
	color: #999999;
	text-decoration: underline;
}
#content a:hover {
	color: #999999;
	text-decoration: none;
}
#content a:active {
	color: #999999;
	text-decoration: none;
}
#content-more a:link {
	color: #999999;
	text-decoration: underline;
}
#content-more a:visited {
	color: #999999;
	text-decoration: underline;
}
#content-more a:hover {
	color: #999999;
	text-decoration: none;
}
#content-more a:active {
	color: #999999;
	text-decoration: none;
}
#photo-navigation a:link {
	color: #999999;
	text-decoration: underline;
}
#photo-navigation a:visited {
	color: #999999;
	text-decoration: underline;
}
#photo-navigation a:hover {
	color: #999999;
	text-decoration: none;
}
#photo-navigation a:active {
	color: #999999;
	text-decoration: underline;
}
a:link.selected {
	color: #666666;
	text-decoration: none;
}
a:visited.selected {
	color: #666666;
	text-decoration: none;
}
a:hover.selected {
	color: #666666;
	text-decoration: none;
}
a:active.selected {
	color: #666666;
	text-decoration: none;
}



/* POPUP-SPECIFIC CLASSES AND IDs */

.more-graybar {
	background-color: #ECECEC;
}
.more-greenline {
	background-color: #A4C381;
}
.more-content {
	margin: 16px;
	padding: 16px;
}

.mice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	color: #999999;
	line-height: 12px;
	text-align: left;
	overflow: auto;
	font-style:italic;
}

/* JUST FOR THE INDEX PAGE */

#flash-intro {
	height: 610px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 5;
	left: 0px;
	top: 0px;
}
#skip-intro {
	height: 20px;
	width: 70px;
	overflow: visible;
	position: fixed;
	visibility: visible;
	z-index: 7;
	right: 20px;
	bottom: 8px;
}
#skip-intro a:link {
	color: #999999;
	text-decoration: underline;
}
#skip-intro a:visited {
	color: #999999;
	text-decoration: underline;
}
#skip-intro a:hover {
	color: #999999;
	text-decoration: none;
}
#skip-intro a:active {
	color: #999999;
	text-decoration: none;
}
#newsRelease {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 4;
	height: 28px;
	width: 272px;
	left: 28px;
	top: 353px;
}
.formOption {
	color: #666666;
	font: 10px Geneva, Arial, Helvetica, sans-serif;
}
.purchaseSizes {
	font: 11px/17px Geneva, Arial, Helvetica, sans-serif;
}
