/* Copyright 2006-2010 WineWeb Enterprises, Inc. */
body {background-color: #D1C7BB; margin: 0; padding: 0;}
body,td,li,p {font: 12px Verdana,Arial,Helvetica,sans-serif;}
p{
	color:#81542D;
}
#container {
	position: relative;
	width: 750px;
	margin: 15px auto;
	background: #D1C7BB url(/public/w41976/images/bg.gif) repeat-y;
}
#container1 {
	background:url(/public/w41976/images/rw.gif) no-repeat 98% 97%;
}
#content {
	background: transparent url(/public/w41976/images/header.jpg) no-repeat top left;
	position: relative;
	padding: 240px 20px 66px 230px;
	min-height: 370px;
}
/*\ IE/Win min height hack */ 
* html #content {height: 370px;} 
/* */ 
.popup, #winepopup, #mdsepopup, #giftcertpg {background: #EFE8E0;}
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:#0C0B06;}

h2, .head2 {  font-weight: bold; vertical-align: middle; color: #B7794E; font-size: 12pt}
.head3 {  color: #B7794E; font-size: 12pt; }
.head4 { font-weight: bold; vertical-align: middle; color: #B7794E; font-size: 12pt}
.lefthead {  font-weight: bold; color: #B7794E}
.required {  font-size: 8pt; color: #FF0000}
.error{font-family: "Times New Roman", Times, serif; font-size: large;color:#FF0000 }

.table1 {  margin: 4px; border: 1px #C39950 solid ;}
.table2 {  margin: 4px; border: 0px; padding: 3px;}
.tablehead, #photogallery #controls li a { background:#965A35; /* background: #3A6C8F;*/ color: #FFFFFF; font-weight: bold; text-align: center;}
.tablerow1 {  background: transparent; color:#965A35;}
.tablerow2 {  background: #E6D1C1; color:#965A35;}
.orderpage_active {color: #993300; font-weight: bold;}
.orderpage_inactive {color: #999999; font-weight: normal;}

.header a {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 170px;
	height: 160px;
	z-index: 2;
}
.header a b {
	display: none;
}
/* Top banner, navigation area */
#top {
	position: absolute;
	top:203px;
	left:50px;
	width:660px;
	z-index: 3;
}
#navtop { 
	padding: 0;
	margin: 0;
	color:#EAFFC2;	
	text-decoration:none;			
}
#navtop ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navtop li { 
	display: block;
	float: left;
	text-align: center;
	border: 0px solid #666666;
}
#navtop a {
	display: block;
	padding: 2px 13px;
	color: #FFFFFF;
	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; 
}
/* Left navigation area */
#left {
	background: transparent;
	width: 150px;
	position: absolute;
	top: 240px;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#navleft { 
	display:none;
	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 {
	/*color: #FFFFFF;*/
    text-decoration: none;
	font-size: 11px;
	font-weight: none;
	color:#8E2E00;
}
#navleft li:hover, #navleft li.sfhover  {
	background: transparent;
	visibility: visible;
}
#navleft a:hover, #navleft a.sfhover  {
	/*color: #FFFF66;*/
	color:#333;
	text-decoration: underline; 
}
#navleft li ul { /* second-level lists */
	position: absolute;
	height: auto;
	width: 140px;
	padding: 0;
	left: -999em; 
	background: #EEEEEE;
	background:#F0D7BB;
}
#navleft li ul li {
	background: #EEEEEE;
	background:#F0D7BB;
	display: block;
	width: 140px;
    padding: 2px 0 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A6C8F;
	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: #3A6C8F;*/
	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: #3A6C8F;*/
		color:#965A35;
}
#footer {
	clear: both;
	background: transparent url('/public/w41976/images/footer.gif') no-repeat bottom left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	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-color:#3A6C8F;*/
	background:#965A35;
	color:#FFFFFF;
}
#ordersummary #checkout, #orderpg1 #checkout, #orderpg2 #checkout, #orderpg3 #checkout {
	/*background: #3A6C8F;*/
	background:#965A35;
	height:28px;
	padding:4px;
	color:#FFFFFF;
	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:190px;
	font-size:11px;
	color:#58C7F3;
	z-index:1;	
	top:240px;	
	left:10px;
}
.pod a:hover {
	color:#FFF;
}
.podheader {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#pod1, #pod2, #pod3, #pod4, #pod5, #pod6, #pod7, #pod8 {
	margin-bottom:20px;
}
#pod1 {
	border:2px solid #BFAA8B;
	padding-top:5px;
	background:#E3C89B;
}
#pod1 .podheader, #pod1 .podfooter {	
	margin:5px 0 5px 0;	
	color:#300000;
}
#pod1 .podcontent {
	margin-bottom:8px;
	padding:0px 5px 0px 5px;
}
#pod1 .podfooter {
	display:none;		
}
#pod1 .note2{
	background:#646603;
	color:#FFF;
	padding:3px 5px 3px 5px;
	border:none;
	font-weight:bold;	
	text-transform:uppercase;		
}
#pod1 #podemail{
	border:1px solid #646603;
	width:120px;
	height:17px;
}

#pod2,#pod3, #pod4, #pod5, #pod6, #pod7, #pod8 {
}

#pod2 .podcontent 
	#pod3 .podcontent, {
	padding:0 0 0 0;
	text-align:center;	
}


#pod2 .podfooter, #pod2 .podheader,
	#pod3 .podfooter, #pod2 .podheader {
	display:none;		
}



