/* Copyright 2006-2010 WineWeb Enterprises, Inc. */
body {background-color: #C4C5A6; margin: 0; padding: 0;}
body,td,li,p {font: 12px Verdana,Arial,Helvetica,sans-serif; color:#81542D}
#container {
	position: relative;
	width: 750px;
	background: #FFF url(/public/w41978/images/rw.gif) no-repeat 40px 365px;
}
#content {
	margin: 10px 20px 0px 200px;
	padding:3px 0 0 35px;
	padding-bottom: 15px;
	min-height: 300px;
}
/*\ IE/Win min height hack */ 
* html #content {height: 300px;} 
/* */ 
.popup, #winepopup, #mdsepopup, #giftcertpg {background: #FFFFFF;}
a 	{text-decoration: underline;}
a:hover, a.sfhover		{text-decoration:underline;}
a:link {color: #B7794E;}
a:visited {color: #B7794E;}
a:active {color: #B7794E;}
.normal {  font-size: 10pt}
.note1 {  font-size: 9pt}
.note2 {  font-size: 7pt; }
.note3 { font-size: 8pt; }
h1, .head1 {  font-size: 18pt; font-weight: normal; font-style: italic; text-align: left; vertical-align: middle; color:#5E6055;}
h2, .head2 {  font-weight: bold; vertical-align: middle; color: #F6BF4A; font-size: 12pt}
h3, .head3 {  color: #5E6055; font-size: 12pt; }
h4, .head4 { font-weight: bold; vertical-align: middle; color: #F6BF4A; font-size: 12pt}
.lefthead {  font-weight: bold; color: #A6B16D}
.required {  font-size: 8pt; color: #FF0000}
.error{font-family: "Times New Roman", Times, serif; font-size: large;color:#FF0000 }

.table1 {  margin: 4px; border: 1px #72755A solid ;}
.table2 {  margin: 4px; border: 0px; padding: 3px;}
.tablehead, #photogallery #controls li a { background:#5E6055; color: #EAB54B; font-weight: bold; text-align: center;}
.tablerow1 {  background: #FFFFFF; color:#000;}
.tablerow2 {  background: #BEBE8E; color:#000;}
.orderpage_active {color: #993300; font-weight: bold;}
.orderpage_inactive {color: #999999; font-weight: normal;}

.header a {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 208px;
	height: 205px;	
	z-index: 2;
}
.header a b {
	display: none;
}
/* Top banner, navigation area */
#top {
	background: transparent url(/public/w41978/images/header.jpg) no-repeat top left;
	width: 750px;
	height:262px;
	position: relative;
}
#navtop { 
	padding: 0;
	margin: 0;
	position: absolute;
	top: 238px;
	left:60px;
	text-decoration:none;			
}
#navtop ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: transparent;
	border: transparent;
}
#navtop li { 
	display: block;
	float: left;
	text-align: center;
	background-color: transparent;
}
#navtop a {
	display: block;
	padding: 2px 15px;
	color:#F6BF4A;
	font-family: verdana, arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
}
#navtop li:hover, #navtop li.sfhover  {
	background: transparent;
	visibility: visible;
}
#navtop a:hover, #navtop a.sfhover  {
	color: #FFFF66;
	text-decoration: underline; 
}
#navtop li ul { /* second-level lists */
	position: absolute;
	background-color:#ACAC6E;
	width: 100px;
	left: -999em; 
	top: 20px;
	padding: 0;
}
#navtop li ul li {
	position: relative;
	display: block;
	width: 100px;
	margin: 0;
	text-align: left;
	padding: 4px 0px 4px 5px;
}
#navtop li ul a{ 
	display: block;
	color: #F6BF4A;
	text-align: left;
	font-weight:bold;
	padding:4px 2px;
}
#navtop li:hover ul, #navtop li.sfhover ul { 
	left: 0;
	visibility: visible;
}
#navtop li:hover ul li,  #navtop li.sfhover ul li {
	visibility: visible;
}
#navtop li ul a:hover,  #navtop li ul a.sfhover {
	color:#FFFF66;
}
/* Left navigation area */
#left {
display:none;
	background: transparent;
	width: 150px;
	position: absolute;
	top: 240px;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navleft { 
	padding: 0;
	margin-top: 5px;
	margin-left: 20px;
}
#navleft ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: transparent;
	border: transparent;
}
#navleft li { 
	display: block;
	float: left;
	width: 150px; 
	height: 16px;
	background: transparent;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border: 0px solid #999999;
	padding: 3px 0 3px 6px;
	color: #FFFFFF;
	
}
#navleft a {
    text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color:#8E2E00;
}
#navleft li:hover, #navleft li.sfhover  {
	background: transparent;
	visibility: visible;
}
#navleft a:hover, #navleft a.sfhover  {
	color:#333;
	text-decoration: underline; 
}
#navleft li ul { /* second-level lists */
	position: absolute;
	height: auto;
	width: 140px;
	padding: 0;
	left: -999em; 
	background-color:#F0D7BB;
}
#navleft li ul li {
	background-color:#F0D7BB;
	display: block;
	width: 140px;
    padding: 2px 0 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
	border: 0px solid #B7794E;
	height: auto;
}
#navleft li ul a{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#965A35;
	width: 140px;
	height: auto;
	padding:2px 0 2px 10px;
}
#navleft li:hover ul, #navleft li.sfhover ul { 
	left: 40px;
}
#navleft li:hover ul li,  #navleft li.sfhover ul li {
	background: transparent;
}
#navleft li ul a:hover,  #navleft li ul a.sfhover {
	text-decoration: underline;
	color:#965A35;
}
#site {
	position: absolute;
	display: block;
	margin-left: 45px;
	bottom: 10px;
	color: #663333;
}
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #81542D;
	padding: 7px 10px;
	padding-left:65px !important;
	text-align: center;
}
#winepg#vintagebar {
	position: relative;
	width: 100%;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
	color: #DEC3AF;
	padding: 6px 0px;
	text-align: left;
}
#orderpg1 #shipto, #orderpg2 #billto {
	width:100%;
	background:#5E6055;
	color:#EAB54B;
}
#ordersummary #checkout, #orderpg1 #checkout, #orderpg2 #checkout, #orderpg3 #checkout {
	background:#5E6055;
	
	height:28px;
	padding:4px;
	color:#EAB54B;
	font-weight:bold;
	text-align:center;
 	cursor: pointer;
	margin-left:40px;
}
#ordersummary input#checkout:hover, #orderpg1 input#checkout:hover, #orderpg2 input#checkout:hover, #orderpg3 input#checkout:hover {
	color:#446A37;
	color:#CCC;
}

.pod {
	position:absolute;
	width:180px;
	font-size:11px;
	color:#F6BF4A;
	z-index:1;	
	top:270px;	
	left:10px;
}
.podheader {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#pod1, #pod2, #pod3, #pod4, #pod5, #pod6, #pod7, #pod8 {
	margin-bottom:20px;
}
#pod1 {
}
#pod1 .podheader, #pod1 .podfooter {	
	margin:5px 0 5px 0;	
	color:#F6BF4A;
}
#pod1 .podcontent {
	margin-bottom:8px;
	padding:0px 5px 0px 5px;
}
#pod1 .podfooter {
	display:none;		
}
#pod1 .note2{
	color:#999;
	padding:3px 5px 3px 5px;
	border:none;
	font-weight:bold;	
}
#pod1 #podemail{
	border:1px solid #646603;
	width:120px;
	height:17px;
}

