/* Copyright 2006-2010 WineWeb Enterprises, Inc. */
body {
	background: #FFF0B7 url(/public/w5000/back.jpg) repeat-x; 
	margin: 0; 
	padding: 0;
}
body,td,li,p {
	font: 12px Georgia, "Times New Roman", Times, serif; 
	color:#446A37;
}
#container {
	background: transparent url(/public/w5000/shadow.gif) repeat-y;
	position: relative;
	width: 775px;
	margin: 0px auto;
}
#content {
	background: transparent url(/public/w5000/header.gif) no-repeat;
	margin: 0px 0px 0px 20px;
	padding: 120px 20px 20px 200px;
	min-height: 650px;
}
/*\ IE/Win min height hack */ 
* html #content {height: 650px;} 
/* */ 
#custompg5 #content {
	padding: 120px 0px 20px 165px;
}
.popup, div.x-window-mc {background: #FFFFCC;}

a 	{color: #D76526; text-decoration: underline;}
a:hover, a.sfhover		{text-decoration:underline;}
a:link, a:visited, a:active {color: #D76526;}
.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: #446A37;
}
h2, .head2 {  
	font-weight: bold; 
	vertical-align: middle; 
	color: #446A37; 
	font-size: 12pt;
}
h3, .head3 {
	color: #D76526; 
	font-size: 10pt; 
	font-weight: bold;
}
h4, .head4 { 
	font-weight: bold; 
	vertical-align: middle; 
	color: #446A37; 
	font-size: 10pt;
}
.required {  font-size: 8pt; color: #FF0000;}
.error{color:#CC0000; font-weight: bold;}

.a.nav {  text-decoration: none;}
.a.nav:hover {  text-decoration: underline;}
.a.uline {  text-decoration: underline;}
.a.noline {  text-decoration: none; }
.strikeout { text-decoration: line-through; }

.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: #FFEC9E;}
.orderpage_active {color: #D76526; font-weight: bold;}
.orderpage_inactive {color: #CE996D; font-weight: normal;}

.header a {
	position: absolute;
	left: 25px;
	top: 10px;
	width: 560px;
	height: 110px;
	z-index: 2;
}
.header a b {
	display: none;
}
#languageselect {
	position: absolute;
	top:40px;
	right:10px;
}
#languageselect a {
	font-size: 10px;
}
/* Top banner, navigation area */
#top {
	width: 769px;
	height: 40px;
	position: absolute;
	right:6px;
}
#navtop { 
	background: #CE996D url(/public/w5000/topnavCorner.gif) bottom left no-repeat;	
	padding: 6px 0px;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
}
#navtop ul {
	list-style: none;
}
#navtop li { 
	display: inline;
	float: left;
}
#navtop a {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
    text-decoration: none;
}
#navtop li:hover, #navtop li.sfhover  {
	visibility: visible;
}
#navtop a:hover, #navtop a.sfhover  {
	text-decoration: underline; 
}
#navtop li ul { /* second-level lists */
	position: absolute;
	background-color:#D4BC63;
	width: 130px;
	left: -999em; 
	top: 30px;
	padding: 0;
}
#navtop li ul li {
	display: block;
	width: 130px;
	margin: 0;
	position: relative;
	text-align: left;
	padding: 4px 0px 4px 5px;
}
#navtop li ul a{ 
	display: block;
	color: #C9633B;
	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 {
	background: transparent;
	border: 0px;
	position: relative;
	height: auto;
}
#navtop li ul a:hover,  #navtop li ul a.sfhover {
	color:#FFFFFF;
}
/* Left navigation area */
#left {
	background: transparent;
	width: 180px;
	position: absolute;
	top: 125px;
	left: 6px;
	padding-bottom: 10px;
}
#navleft {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navleft ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: transparent;
	border: transparent;
}
#navleft li { 
	display: block;
	float: left;
	width: 150px; 
	border-bottom: 1px solid #F3DEAF;
	padding: 3px 0 6px 6px;
	color: #D76526;
}
#navleft a {
	color: #D76526;
    text-decoration: none;
	font-weight: bold;
}
#navleft li:hover, #navleft li.sfhover  {
	visibility: visible;
}
#navleft a:hover, #navleft a.sfhover  {
	text-decoration:underline;
}
#navleft li ul { /* second-level lists */
	position: absolute;
	height: auto;
	width: 160px;
	padding: 0;
	left: -999em; 
}
#navleft li ul li {
	background: #FFFFFF;
	opacity:.85;filter: alpha(opacity=85);
	display: block;
	width: 157px;
    padding: 3px 0 3px 3px;
	border: 1px solid #F3DEAF;
	margin-bottom: 0;
}
#navleft li ul a{ 
	font-size: 12px;
	font-weight: bold;
	color: #D76526;
	width: 157px;
}
#navleft li:hover ul, #navleft li.sfhover ul { 
	left: 40px;
}
#navleft li:hover ul li,  #navleft li.sfhover ul li {
}
#navleft li ul a:hover,  #navleft li ul a.sfhover {
	text-decoration:underline;
}
#footer {
	clear: both;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 3px 12px;
	text-align: right;
	border-bottom: 2px solid #F3DEAF;
}
#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;
}
td#orderqty, td#orderqty2 {
	width:130px;
}
.wine_add_case_button input {
	background: #CC9933;
	color:#FFF;
	padding:0px;
	border:1px solid #446A37;
	font:10px Arial, Helvetica, sans-serif;
	font-weight:500;
	text-decoration:none;
	font-variant:small-caps;	
}
.wine_add_case_button input:hover {
	color:#446A37;
}
.wine_add_case_button input {
	margin-top:20px;
}
.pod {
	position:absolute;
	left:810px;
	top:120px;
	width:160px;
	font-size: 11px;
	color:#446A37;
}
.podheader {
	background:transparent url(/public/w5000/podTop.gif) top left no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 10px 5px;
	text-align:center;
}
.podcontent {
	padding: 0px 5px 0px 5px;
}
.podfooter {
	background:transparent url(/public/w5000/podBottom.gif) bottom left no-repeat;
}
#pod1, #pod2, #pod3, #pod4, #pod5, #pod6, #pod7, #pod8 {
	background:transparent url(/public/w5000/podBack.gif) repeat-y;
	margin-bottom:20px;
}
#pod1 .podheader {
	text-transform:uppercase;
}
#pod1 .podcontent {
	text-align:center;
}
#pod1 .podpromo {
	text-align:center;
}
#pod2 {
	background:transparent url(/public/w5000/pod_club.jpg) no-repeat;
}
#pod2 .podcontent {
	padding-top:65px;
	padding-left:10px;
	font-size: 11px;
}
#pod3 {
	background:transparent url(/public/w5000/pod_event.jpg) no-repeat;
}
#pod3 .podcontent {
	padding-top:145px;
	padding-left:10px;
	font-size: 11px;
}
.podbuy {
    text-decoration: none;
	font-weight: bold;
	text-align:center;
	padding-top:8px;
}
#blog .pod {
	display:none;
}
/* blog style overrides */
#blog #menu {
	top:160px;
	left:790px;
	border-left:0px;
}
#blog .menuTitle {
	background-color:#CE996D;
	color:#FFFFFF;
}
/* for trade relationships page */
#tabmenu {
	color: #000;
	border-bottom: 2px solid #666666;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px }

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; }

#tabmenu a, a.active {
	color: #993300;
	background: #FFFCEC;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 2px solid #666666;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; }

#tabmenu a.active {
	background: #F6F6EF;
	border-bottom: 3px solid #F6F6EF; }

#tabmenu a:hover {
	color: #000000;
	background: #FFFCEC; }

#tabmenu a:visited {
	color: #993300; }

#tabmenu a.active:hover {
	background: #F6F6EF;
	color: #CC3300; }

#tabcontent {
	background: #F6F6EF;
	padding: 20px;
	border: 2px solid #666666;
	border-top: none;
	z-index: 2;	
}
