/* Copyright 2006-2010 WineWeb Enterprises, Inc. */
body {
	background: #999; 
	margin: 0; 
	padding: 0;
}
body,td,li,p {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color:#000;
}
#container {
	background: #FFF url(/public/w42484/header.jpg) no-repeat;
	position: relative;
	width: 950px;
	margin: 10px auto;
	border:2px solid #009AA9;
}
#container1 {
}
#container2 {
}
#content {
	background: transparent url(/public/w42484/sidebar.jpg) 0px 150px no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 150px 20px 20px 290px;
	min-height: 520px;
}
/*\ IE/Win min height hack */ 
* html #content {height: 520px;} 
/* */ 
.popup, .x-dlg .x-dlg-dlg-body {background: #fff;}

a {color: #D76526; text-decoration: underline;}
a:hover, a.sfhover {text-decoration:underline;}
a:link, a:visited, a:active {color: #D76526;}
.normal {  font-size: 12px;}
.note1 {  font-size: 11px;}
.note2 {  font-size: 10px;}
.note3 { font-size: 11px;}
h1, .head1 {  
	font-size: 25px; 
	font-weight: bold; 
	text-align: left; 
	vertical-align: middle; 
	color: #446A37;
}
h2, .head2 {  
	font-weight: bold; 
	color: #446A37; 
	font-size: 16px;
}
h3, .head3 {
	color: #446A37; 
	font-size: 14px; 
	font-weight: bold;
}
h4, .head4 { 
	font-weight: bold; 
	color: #446A37; 
	font-size: 12px;
}
.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: #CE996D; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-align: center;
}
.tablerow1 {  background: transparent;}
.tablerow2 {  background: #dde9ee;}
.orderpage_active {color: #D76526; font-weight: bold;}
.orderpage_inactive {color: #CE996D; font-weight: normal;}

.header a {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 190px;
	height: 110px;
	z-index: 2;
}
.header a b {
	display: none;
}
/* Top banner, navigation area */
#top {
	background: transparent;	
	width: 450px;
	height: 20px;
	position: absolute;
	top:6px;
	left:515px;
}
#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: #FFFFFF; 
	font: 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none; 
	text-align: center; 
	padding:3px 9px;
}
#navtop li:hover, #navtop li.sfhover  {
}
#navtop a:hover, #navtop a.sfhover  {
	color:#C9633B;
}
#navtop li ul { /* second-level lists */
	position: absolute;
	background-color:#BBB;
	width: 100px;
	left: -999em; 
	top: 20px;
	padding: 0;
}
#navtop li ul li {
	position: relative;
	display: block;
	width: 100px;
	margin: 0;
	text-align: left;
	padding: 0px 0px 0px 5px;
}
#navtop li ul a{ 
	display: block;
	color: #C9633B;
	text-align: left;
	font-weight:bold;
	padding:3px 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:#FFFFFF;
}
/* Left navigation area */
#left {
display:none;
	width: 180px;
	position: absolute;
	top: 150px;
	left: 0px;
	padding-bottom: 10px;
}
#navleft { 
	width: 180px;
	padding: 0;
	margin:0;
}
#navleft ul {
	width: 180px;
	padding: 0;
	margin: 0;
	list-style: none;
	background: transparent;
}
#navleft li { 
	display: block;
	float: left;
	width: 180px; 
	background: transparent;
	padding: 6px 0px;
}
#navleft a {
	display: block;
	color: #725C37;
    text-decoration: none;
	font:13px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#navleft li:hover, #navleft li.sfhover  {
	visibility: visible;
}
#navleft a:hover, #navleft a.sfhover  {
	color: #725C37;
	text-decoration: underline; 
}
#navleft li ul { /* second-level lists */
	background-color: #F8DEAD;
	position: absolute;
	height: auto;
	display: block;
	width: 140px;
	padding: 0;
	left: -999em; 
	border: 1px solid #D76526;
}
#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: #000000;
	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: #D76526;
}
#footer, #footer p {
	clear: both;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding: 3px 0px;
	text-align: center;
}
#winepg#vintagebar {
	position: relative;
	display: block;
	width: 100%;
	background: #FFF4C2;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
	color: #D76526;
	padding: 6px 0px;
	text-align: left;
}
#wineclublogin {
	text-align:right;
}
#orderpg1 #shipto, #orderpg2 #billto {
	width:100%;
	border-bottom:1px solid #446A37;
	border-top:1px solid #446A37;
}
#ordersummary #checkout, #orderpg1 #checkout, #orderpg2 #checkout, #orderpg3 #checkout {
	background: #CE996D;
	height:28px;
	padding:4px;
	color:#000000;
	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;
}
.pod {
	position:absolute;
	left:810px;
	top:120px;
	width:160px;
	font-size: 11px;
	color:#446A37;
}
.podheader {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 10px 5px;
	text-align:center;
}
.podcontent {
	padding: 0px 5px 0px 5px;
}
.podfooter {
}
#pod1, #pod2, #pod3, #pod4, #pod5, #pod6, #pod7, #pod8 {
	margin-bottom:20px;
}
.podbuy {
    text-decoration: none;
	font-weight: bold;
	text-align:center;
	padding-top:8px;
}


