/* Copyright 2006-2010 WineWeb Enterprises, Inc. */
body {
	background: #000000; 
	margin: 0; 
	padding: 0;
}
body,td,li,p {
	font: 13px "Times New Roman", Times, serif; 
	color:#000033;
}
#container {
	background: #FFFFFF url(/public/w41744/back.gif) repeat-y;
	position: relative;
	width: 775px;
	margin: 0px auto;
	border:1px solid black;
}
#container1 {
}
#container2 {
}
#content {
	background: transparent url(/public/w41744/header2.jpg) no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 150px 20px 20px 250px;
	min-height: 400px;
}
/*\ IE/Win min height hack */ 
* html #content {height: 400px;} 
/* */ 
.popup, #winepopup, #mdsepopup, #giftcertpg {background: #FFFFFF;}
.clicktoenlarge {
	text-decoration:none;
}
a {color: #0000F5; text-decoration: none;}
a:hover, a.sfhover {text-decoration:underline;}
a:link, a:visited, a:active {color: #0000F5;}
.normal {  font-size: 10pt;}
.note1 {  font-size: 9pt;}
.note2 {  font-size: 8pt;}
.note3 { font-size: 9pt;}
h1, .head1 {  
	font-size: 18pt; 
	font-weight: bold; 
	text-align: center; 
	vertical-align: middle; 
	color: #C80000;
	font-variant:small-caps;
}
h2, .head2 {
	font-weight: bold;
	color: #0000FF;
	font-size: 14pt;
}
h3, .head3 {
	color: #C80000;
	font-size: 12pt;
	font-weight: bold;
}
h4, .head4 {
	font-weight: bold;
	color: #0000FF;
	font-size: 12pt;
}
.required {  
	font-size: 8pt; 
	color: #FF0000;
}
.error {
	color:#CC0000; 
	font-weight: bold;
}
.table1 {  
	margin: 4px; 
	border: 1px #F3DEAF solid;
}
.table2 {  
	margin: 4px; 
	border: 0;
}
.tablehead, th, #photogallery #controls li a {
	background: #DBDB83;
	color: #0000FF;
	font-weight: bold;
	text-align: center;
}
.tablerow1 {  background: transparent;}
.tablerow2 {
	background: #F3F3D3;
}
.orderpage_active {color: #0000FF; font-weight: bold;}
.orderpage_inactive {color: #CCCCCC; font-weight: normal;}

.header a {
	position: absolute;
	left: 23px;
	top: 10px;
	width: 202px;
	height: 191px;
	z-index: 2;
}
.header a b {
	display: none;
}
/* Top banner, navigation area */
#top {
display:none;
	background: transparent;
	width: 400px;
	height: 25px;
	position: absolute;
	right:1px;
	top: 77px;
}
#navtop { 
	padding: 0;
	margin: 0;
	border: 0;
}
#navtop ul {
	padding:0;
	margin:0;
	list-style: none;
	border: transparent;
}
#navtop li { 
	position: relative;
	display: block; 
	margin: 0; 
	float: left; 
}
#navtop a { 
	display: block; 
	color: #DBDB83; 
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration: none; 
	text-align: center; 
	padding:5px 15px;
}
#navtop li:hover, #navtop li.sfhover  {
}
#navtop a:hover, #navtop a.sfhover  {
	color:#FFFFFF;
}
#navtop li ul { /* second-level lists */
	position: absolute;
	background-color:#DBDB83;
	width: 120px;
	left: -999em; 
	top: 25px;
	padding: 0;
}
#navtop li ul li {
	position: relative;
	display: block;
	width: 120px;
	margin: 0;
	text-align: left;
	padding: 4px 0px 4px 5px;
}
#navtop li ul a{ 
	display: block;
	color: #0000FF;
	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: #0000FF;
	text-decoration:underline;
}
/* Left navigation area */
#left {
	width: 115px;
	position: absolute;
	top: 260px;
	left: 5px;
	padding-bottom: 10px;
}
#navleft { 
	width: 115px;
	padding: 0;
	margin:0;
}
#navleft ul {
	width: 115px;
	padding: 0;
	margin: 0;
	list-style: none;
	background: transparent;
}
#navleft li { 
	display: block;
	float: left;
	width: 115px; 
	background: transparent;
	padding: 6px 0px;
}
#navleft a {
	display: block;
	color: #797949;
    text-decoration: none;
	font:12px Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight: bold;
}
#navleft li:hover, #navleft li.sfhover  {
	visibility: visible;
}
#navleft a:hover, #navleft a.sfhover  {
	color: #FFFFFF;
}
#navleft li ul { /* second-level lists */
	background-color: #DBDB83;
	position: absolute;
	height: auto;
	display: block;
	width: 140px;
	padding: 0;
	left: -999em; 
	border: 1px solid #797949;
}
#navleft li ul li {
	position: relative; 
	width: 140px;
	margin-bottom: 0px;
    padding: 2px 0px 2px 4px;
	text-align: left;
}
#navleft li ul a{ 
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	color: #0000FF;
	width: 138px;
	padding:2px 3px;
}
#navleft li:hover ul, #navleft li.sfhover ul { 
	left: 45px;
}
#navleft li:hover ul li,  #navleft li.sfhover ul li {
	visibility: visible;
}
#navleft li ul a:hover,  #navleft li ul a.sfhover {
	text-decoration: underline;
	color: #0000FF;
}
#footer {
	clear: both;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-left:120px;
	padding: 5px 0px;
	text-align: center;
}
#winepg#vintagebar {
	position: relative;
	display: block;
	width: 100%;
	background: #F3F3D3;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
	color: #000000;
	padding: 6px 0px;
	text-align: left;
}
#wineclublogin {
	text-align:right;
}
#orderpg1 #shipto, #orderpg2 #billto {
	width:100%;
	border-bottom:1px solid #C30000;
	border-top:1px solid #C30000;
}
#ordersummary #checkout, #orderpg1 #checkout, #orderpg2 #checkout, #orderpg3 #checkout {
	background: #DBDB83;
	height:28px;
	padding:4px;
	color:#0000FF;
	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:#FFFFFF;
}
