body {
	background-color: #000000;
}
#site {
	background-color: white;
}
#navigation {
	background-color: transparent;
}
.content, .content .buttons input, .content .buttonsSmall input {
	background-color: #ffffff;
}
.content table.list td.error {
	border-top: solid 4px #000000;
	border-bottom: solid 4px #000000;
}
.content .innerBox, .content .innerBox .buttons input.forward, .content .infoBox {
	background-color: #be1e2b;
}
.content .innerBox p, .content .innerBox td, .content .innerBox a {
	color: #ffffff;
}
.content .innerBox td.error {
	border-top: 0px;
	border-bottom: 0px;
}
.content .innerBox .infoBox {
	background-color: #000000;
}
.error, .content .error {
	background-color: #ff3300;
}
.content #quickJump {
	background-color: #3f5115;
}
.content #quickJump .padding {
	background-color: #fff;
}
#footer {
	background-color: #cc0000;
}
h1, h2, h3, h4, p, dl, li, td, th, a  {
	color: black;
}
#navigation td, #navigation a {
	color: #ffffff;
}
#navigation .expires, #navigation .expires a, td#countdown {
	color: #ffffff;
}
#steps td, #steps a {
	color: black;
}
#steps td.active, #steps td.active a {
	color: #af2529;
}
#steps #secure {
	color: #333333;
}
.content .innerBox .infoBox p, .content .innerBox .infoBox a {
	color: white;
}
#footer p, #footer a {
	color: #ffffff;
}
.content .list .overline td, .content .list .overline th {
	border-top: dashed 1px #dbcc99;
}
.content .list .underline td, .content .list .underline th {
	border-bottom: dashed 1px #dbcc99;
}
.content #quickJump p, .content #quickJump a {
	color: #2C3111;
}

.content .buttons .forward {
	color: #be1e2b;
	background-color: #ffffff;
}
.content table.list th, .content h4 {
	color: #be1e2b;
}



/* BENS updates to default & site */
#navigation {clear:both;}
#navigation td, 
#navigation a,
#navigation .expires, 
#navigation .expires a, 
td#countdown {color: #000000;}
#navigation td {padding:0 12px;}
#winery-content {background-color: white;}
#steps {clear:both;}
#footer, #footer p, #footer a {
	color:#CC0000;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	}
#footer a {
	color:#000000;
	font-family:Arial,sans-serif;
	}
#footer {padding-top:10px;}	
#steps td {background-position:8px 0;}
#steps .number {padding-left:15px;}
.content .buttons .forward {color: #CC0000;}
.content .innerBox .buttons .forward {color: #ffffff;}
.content table.list th, .content h4 {color: #be1e2b;}
#ctl00_tdLogin {text-align:left;}

/* FEEL */
/* fit in the new My Account Menu item and clear the Receipt pill */
/* begin Box, Sheet */
body {margin:0;}
.art-Sheet {
	background-color: #ffffff;
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1100px;
	min-width:1px;
	min-height:1px;
}
div.art-Header-jpeg {
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 1100px;
	height: 150px;
	background-image: url('images/Header_small.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* begin Header */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 1100px;
	height: 150px;
}
.pump a {
	position: absolute;
	z-index:910;
	top: 5px;
	left: 640px;
	width: 171px;
	height: 238px;
	background-image: url('images/pump_small.png');
	background-repeat: no-repeat;
	background-position: center;
	display: block; 
	text-decoration: none;
}
.pump a {left: 680px;}




/* begin Menu */
/* menu structure */
.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.art-menu, .art-menu ul{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.art-menu li{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}
.art-menu li:hover{
	z-index: 10000;
	white-space: normal;
}
.art-menu li li{
	float: none;
}
.art-menu ul{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}
.art-menu li:hover>ul{
	visibility: visible;
	top: 100%;
}
.art-menu li li:hover>ul{
	top: 0;
	left: 100%;
}
.art-menu:after, .art-menu ul:after{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul{
	min-height: 0;
}
.art-menu ul{
	background-image: url('images/spacer.gif');
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.art-menu ul ul{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* menu structure */
.art-menu{
	padding: 0px 0px 0px 0px;
}
.art-nav{
	position: relative;
	height: 36px;
	z-index: 100;
}
.art-nav .l, .art-nav .r{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 36px;
	background-image: url('images/nav.png');
}
.art-nav .l{
	left: 0;
	right:0px;
}
.art-nav .r{
	right: 0;
	width: 1100px;
	clip: rect(auto, auto, auto, 1100px);
}
/* end Menu */
/* begin MenuItem */
.art-menu ul li{
	clear: both;
}
.art-menu a{
	position:relative;
	display: block;
	overflow:hidden;
	height: 36px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.art-menu a .r, .art-menu a .l{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 108px;
	background-image: url('images/MenuItem.png');
}
.art-menu a .l{
	left:0;
	right:0px;
}
.art-menu a .r{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}
.art-menu a .t {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	color: #E1DCC8;
	padding: 0 15px;
	margin: 0 0px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
}
.art-menu a:hover .l, .art-menu a:hover .r{
	top:-36px;
}
.art-menu li:hover>a .l, .art-menu li:hover>a .r{
	top:-36px;
}
.art-menu li:hover a .l, .art-menu li:hover a .r{
	top:-36px;
}
.art-menu a:hover .t{
	color: #F9F2D7;
}
.art-menu li:hover a .t{
	color: #F9F2D7;
}
.art-menu li:hover>a .t{
	color: #F9F2D7;
}
.art-menu a.active .l, .art-menu a.active .r{
	top: -72px;
}
.art-menu a.active .t{
	color: #F9F2D7;
}
/* end MenuItem */
/* begin MenuSeparator */
.art-nav .art-menu-separator{
	display: block;
	width: 1px;
	height: 36px;
	background-image: url('images/MenuSeparator.png');
}
/* end MenuSeparator */
/* begin MenuSubItem */
.art-menu ul a{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 32px;
	width: 240px;
	overflow:hidden;
	line-height: 32px;
	margin-right: auto;
	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}
.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}
.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, 
.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span {
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 32px;
	color: #665C33;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
}
.art-menu ul ul a{
	margin-left: auto;
}
.art-menu ul li a:hover{
	color: #F5F3EB;
	background-position: 0 -32px;
}
.art-menu ul li:hover>a{
	color: #F5F3EB;
	background-position: 0 -32px;
}
.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span{
	color: #F5F3EB;
}
.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span{
	color: #F5F3EB;
}
/* end MenuSubItem */




/* begin Footer */
.art-Footer{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 1100px;
	margin: 5px auto 0px auto;
}
.art-Footer .art-Footer-inner{
	height:2%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}
.art-Footer .art-Footer-background{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-color: #cc0000;
	width: 1100px;
	height: 180px;
	bottom:0;
	left:0;
}
.art-rss-tag-icon{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 25px;
	width: 25px;
    cursor: default;
}
.art-Footer .art-Footer-text p{
	margin: 0;
}
.art-Footer .art-Footer-text{
	display:inline-block;
	color:#221F11;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
.art-Footer .art-Footer-text a:link{
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.art-Footer .art-Footer-text a:visited{
	text-decoration: none;
	color: #191B18;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.art-Footer .art-Footer-text a:hover{
	text-decoration: none;
	color: #DBD7C5;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */


/* iphone */
h2 {font-size:24pt;}
#steps .number, 
#steps .description {font-family: Arial, Helvetica, Sans-Serif;}


#ctl00_ContentPlaceHolder1_WucShowsMain1_WucReserveTickets1_bntReserve {
font-family:"Arial Black",Arial, sans-serif;
font-size:14px;
}

