@charset "utf-8";
/* CSS Document */

body  {
	font: 13px tahoma, Arial, Helvetica, sans-serif;
	background: #D3C7BA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
.twoColLiqRtHdr #wrap { 
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	padding: 16px 5px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
.twoColLiqRtHdr #container { 
	width: 884px;  /* this will create a container 80% of the browser width */
	background: #1E1E1E;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#pop_container {
    width: 600px; 
	background: #FFFFFF;
	padding: 15px 10px;
	margin: 0; 
	text-align:left;
} 
#container .org-text {
    color:#FC7604;
	font-weight:bold;
}
.twoColLiqRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColLiqRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 31%; 
	background: #1E1E1E; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0 15px 0; /* top and bottom padding create visual space within this div  */
}
.twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.translate {
    margin:0 0 10px 0;
	padding:0;
	text-align:center;
}
.translate2 {
    margin:5px 10px 10px 0;
	padding:0;
	text-align:center;
    float:right;
}
.rightbox {
    width:274px;
	height:60px;
	float:right;
}
.abt_staff {
    margin-left:20px;
}
.investor-bt {
    padding:5px 0 5px 0;
	text-align:center;
}
.investor-txt {
    font-size:10px;
	color:#FC7604;
	text-align:center;
}
.divider {
    padding:15px 0 15px 0;
	text-align:center;
}
.divider2 {
    padding:3px 0 15px 0;
	text-align:center;
}
#sidebar1 .wine-tasting-bg {
	background-image:url(../images/wine-bottle.gif);
	background-repeat:no-repeat;
}
#sidebar1 .title {
    font-size:14px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 10px 10px;
}
#sidebar1 .title2 {
    font-size:12px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 10px 10px;
	text-align:center;
}
#sidebar1 .title3 {
    font-size:12px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 10px 10px;
}
#sidebar1 .nls {
    font-size:10px;
    padding: 5px 0 5px 15px;
}
.input_bgpw {
   background-color:#FFFF66;
}
.calender-bt {
    padding:10px 0 5px 10px;
	text-align:left;
}
#sidebar1 .welcome {
    font-size: 12px;
	font-weight: normal;
	color:#fff;
}
table td .title3 {
    font-size:12px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 10px 10px;
	text-align:center;
}
.small-text {
    font-size:10px;
	color:#fff;
}
.winery {
    font: 12px tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	padding:10px 18px 5px 18px;
	text-align:left;
	background-image:url(../images/bg-winery.gif);
	background-repeat:no-repeat;
}
.winery-logo {
    text-align: center;
    padding-left:23px;
}
.flash-ad {
   width:100%;
   height: 180px;
}
#singleContent {
    margin: 0 10px 0 10px;
	padding:10px;
	width:854px;
	background-color:#1E1E1E;
}
#singleContent h2 {
    font-size:14px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
}
#singleContent h3 {
    font-size:13px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
	text-align:left;
}
#singleContent p {
    font: 13px tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	text-align:justify;
}
#singleContent1 {
    margin: 0 10px 0 10px;
	padding:10px;
	width:864px;
	background-color:#1E1E1E;
}
#singleContent1 h2 {
    font-size:14px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
}
#singleContent1 h3 {
    font-size:13px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
	text-align:left;
}
#singleContent1 p {
    font: 13px tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	text-align:justify;
}
#singleContent2 {
    margin: 0 0 0 0;
	color: #FFF; 
}
#singleContent2 h2 {
    font-size:14px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
}
#singleContent2 h3 {
    font-size:13px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
}
#singleContent2 p {
    font: 13px tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	text-align:justify;
}
#singleContent2 #single {
    width:100%;
	height:auto;
}
#single .pn1 {
    margin: 5px 0 3px 0;
	width:66%;
	float:left;
}
#single .pn2 {
    float: right; /* since this element is floated, a width must be given */
	width: 31%; 
	padding: 5px 0 5px 0;
}
#single .title {
    font-size:12px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 2px;
	text-align:center;
}
#SContent { 
	background-color:#FFF;
} 
/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqRtHdr #mainContent { 
	margin: 0 33% 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
} 
#mainContent h1 {
    font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0 0 0 0px;
}
#mainContent h2 {
    font-size:14px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
}
#mainContent h3 {
    font-size:13px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
}
#mainContent p {
    font: 13px tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	text-align:justify;
}
#mainContent .ind {
    padding-top:10px;
    padding-bottom:15px;
}
#mainContent .ind2 {
    padding-top:10px;
    padding-bottom:15px;
	text-align:center;
	font-weight:bold;
}
#mainContent .blk{
    font: 13px tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	text-align:justify;
}
#mainContent .orange{
    font: 13px tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FC7604;
	text-align:center;
}
#mainContent  a{
color: #FC7604;
text-decoration:none;
}

#mainContent a:hover{
color: #CCC;
}
.wine_tasting {
    height:auto;
    background:url(../images/wine_bottle_glass.gif);
	background-repeat:no-repeat;
	padding-top:5px;
}
.by_second {
    margin-right:180px;
	margin-bottom: 15px;
}
H3 {
	FONT-SIZE: 12px; 
	color:#FC7604;
	MARGIN: 0px 0px 4px
}
.twoColLiqRtHdr #mainContent2 { 
	margin: 0 33% 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	background-color:#FFFFFF;
	color:#000000;
	padding:5px 5px;
	border-top: 3px solid #1E1E1E;
} 
#mainContent2 h2 {
    font-size:14px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
}
#mainContent2 h3 {
    font-size:13px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
}
#mainContent2 h4{
    font-size:14px;
	font-weight:bold;
	color:#1E1E1E;
}
#mainContent2 p {
    font: 13px tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	text-align:justify;
}
/*Wine Details based on MAIN CONTENT2 */
#wineDetails { 
	background-color:#FFFFFF;
	color:#000000;
	padding:5px 5px;
	border-top: 3px solid #1E1E1E;
} 

#wineDetails h2 {
    font-size:14px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
}
#wineDetails h3 {
    font-size:13px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
}
#wineDetails h4{
    font-size:14px;
	font-weight:bold;
	color:#1E1E1E;
}
#wineDetails p {
    font: 13px tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	text-align:justify;
}
#wineDetails .nt {
    font: 13px tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
}
#wineDetails table td {
    font-family: tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
}
/*MAIN CONTENT3 */
.twoColLiqRtHdr #mainContent3 { 
	margin: 0 0 0 10px; 
	width: 97%;
	background-color:#1E1E1E;
	color:#000000;
	padding:5px 5px;
} 
#mainContent3 h2 {
    font-size:14px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
}
#mainContent3 h3 {
    font-size:13px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
}
#mainContent3 h4{
    font-size:14px;
	font-weight:bold;
	color:#1E1E1E;
}
#mainContent3 p {
    font: 13px tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	text-align:justify;
}
#Content3 { 
	background-color:#1E1E1E;
} 
.twoColLiqRtHdr #Content2 { 
	background-color:#FFFFFF;
	color:#000000;
} 
#Content2 h2 {
    font-size:14px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
}
#Content2 h3 {
    font-size:13px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 0px;
}
#Content2 h4{
    font-size:14px;
	font-weight:bold;
	color:#1E1E1E;
}
#Content2 p {
    font: 13px tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	text-align:justify;
}
.para-title {
    font-size:13px;
	font-weight:bold;
	color:#FC7604;
}
.co-name {
    font-size:13px;
	font-weight:bold;
	color:#FC7604;
}
.red {
    font-size:13px;
	font-weight:normal;
	color:#CE3431;
}
.red2 {
	color:#CE3431;
}
.red3 {
    font-size:13px;
	font-weight:bold;
	color:#A30000;
}
.grey2 {
    color:#CCC;
	font-weight:bold;
	padding:5px 0 0 3px; 
}
.white {
    color:#fff;
}
.orange {
    color:#FC7604;
	text-align:center;
}
.flash {
z-index:-1;
}

#f-wine {
   width: 575px;
   background-color:#FFFFFF;
   color:#000000;
   padding:5px 5px;
}
#f-wine p {
    font: 13px tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	text-align:justify;
}
#f-wine td {
    font: 13px tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
}
#f-wine td.rp {
    background-color:#fc7604;
    font-weight:bold;
	font-size:11px;
	color:#FFF;
	text-align:center;
}
#f-wine td.rating {
    background-color:#ccc;
    font-weight:bold;
	font-size:11px;
	color:#333;
	text-align:center;
}
#f-wine2 td.rp {
    background-color:#fc7604;
    font-weight:bold;
	font-size:13px;
	color:#FFF;
	text-align:center;
}
#f-wine2 td.rating {
    background-color:#CCC;
    font-weight:bold;
	font-size:13px;
	color:#333;
	text-align:center;
}
#f-wine2 .rp a:link {
    color:#000;
	text-decoration:none;
}
#f-wine2 .rp a:hover {
    color:#FFF;
	text-decoration:none;
}
#f-wine2 .rating a:link {
    color:#000;
	text-decoration:none;
}
#f-wine2 .rating a:hover {
    color:#FFF;
	text-decoration:none;
}

#f-wine .jh {
    background-color:#999;
    font-weight:bold;
	font-size:11px;
	color:#FFF;
	text-align:center;
}
#f-wine .hj {
    background-color:#999;
    font-weight:bold;
	font-size:11px;
	color:#FFF;
	text-align:center;
}

/* Accordion */
.openlanguage{ /*class added to contents when they are open*/
color: #FC7604;
}

.closedlanguage{ /*class added to contents when they are closed*/
color: #1e1e1e;
}

#review {
  background-color:#fff;
}
.vfvisible {
	DISPLAY: block; VISIBILITY: visible
}
.review-container {
	WIDTH: 570px; PADDING-TOP: 10px; font-family:tahoma, Arial, Helvetica, sans-serif
}
.exp-col {
	WIDTH: 150px; font-family:tahoma, Arial, Helvetica, sans-serif; text-align:right; FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #3f3f3f; margin-bottom:10px; float:right;
}
.review-header-outside {
	width: 570px; border-bottom:#fff solid 2px; FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #3f3f3f;
}
.review-header-outside2 {
	width: 570px; border-bottom:#fff solid 2px;
}
.review-header-inside {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; padding-bottom: 0px
}
.review-header-inside-middle {
	PADDING-LEFT: 5px; FLOAT: left; width:501px; border-right:#fff solid 5px; background-color:#eae7e3; height:20px;
}
.review-header-inside-middle2 {
	PADDING-LEFT: 5px; FLOAT: left; width:501px; border-right:#fff solid 5px; background-color:#eae7e3; height:20px;
}
.review-header-inside-middle3 {
	PADDING-LEFT: 5px; FLOAT: left; width:400px; border-right:#fff solid 5px; height:25px;
}
.review-header-inside-left {
	FLOAT: left
}
.review-header-inside-right {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FLOAT: right
}
.review-header-score-outside {
	FLOAT: right; WIDTH: 59px; height:16px;
}
.review-header-score-inside {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; BACKGROUND-COLOR: #eae7e3; TEXT-ALIGN: center; 
}
.review-body {
	PADDING: 0 10px 10px 20px; PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; FONT-SIZE: 13px; COLOR: #3f3f3f;
}
.review-issue-date {
	PADDING-LEFT: 20px; FONT-WEIGHT: bold; COLOR: #6f6f6f; FONT-STYLE: italic; FONT-SIZE: 13px;
}
.clearFloats {
	CLEAR: both
}

/* Press Release */
.line {
 width: 520px;
 border-top: 1px solid #C5C5C5;
}
.line1 {
 width: 520px;
 border-bottom: 1px solid #E3E3E3;
}
.line2 {
 width: 520px;
 border-bottom: 2px solid #2E2E2E;
}
.line3 {
 width: 520px;
 border-bottom: 1px solid #CCC;
 }
.date {
    font-weight:bold;
	font-size:15px;
	color:#FC7604;
	text-align:center;
}
.date2 {
    font-weight:bold;
	font-size:15px;
	color:#FC7604;
	text-align:center;
	background-image:url(../images/bg-date.png);
	background-repeat:no-repeat;
}
.date3 {
   font-weight : bold;
   text-align:center;
}
#press-box {
width:572px;
height: auto;
padding: 3px 6px 3px 3px;
border:1px solid #FC7604;
background-color:#FFF;
color:#000;
}
#press-box h3 {
font-size:13;
color:#FC7604;
padding: 3px 0 3px 0;
margin:0;
}
#press-box p {
font-size:13;
color:#000;
padding: 3px 0 3px 0;
margin:0;
}
.tx p {
font-size:13;
color:#000;
padding: 3px 0 3px 0;
margin:0;
}
/* News Archive */
a.news:LINK {
	font-family : tahoma,  Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #FC7604;
	text-decoration : none;
	
}

a.news:HOVER{
	font-family : tahoma,  Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;	
	color : #A30000;
	text-decoration: underline;
}
.news-src {
    font-family : tahoma,  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;	
	color : #1E1E1E;
}
.small {
	FONT-SIZE: 11px
}
.small2 {
	FONT-SIZE: 12px;
	color:#000000;
}
.smallorg {
	FONT-SIZE: 11px;
	color:#FC7604;
	padding-bottom:5px;
	text-align:center;
}
.smallorg2 {
	FONT-SIZE: 11px;
	color:#FC7604;
	padding-bottom:5px;
	padding-right:10px;
	text-align:right;
}
.golink {
	PADDING-RIGHT: 5px; PADDING-LEFT: 17px; BACKGROUND: url(../images/golink.gif) no-repeat 0px 2px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.golink:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 17px; BACKGROUND: url(../images/golink.gif) no-repeat 0px 2px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}

/* By Price */
#p-element {
    width:100%;
	height:200px;
}
.picture {
   float: left;
   width:350px;
   height:200;
   margin-right:10px;
   margin-bottom:10px;
}
.price_search {
    float:right;
    width: 200px;
	height:180px;
	margin:0 0 0 3px;
	padding: 5px 10px 10px 10px;
	text-align:left;
}
#results {
position:relative;
	padding:0;
    width:580px;
	height:500px;
} 
#results {
position:relative;
	padding:0;
    width:100%;
	height:500px;
} 
#cs-login {
    float:left;
	padding:0;
    width:580px;
	height:500px;
} 
/* By VINTAGE */
.vintage_search {
    width: 550px;
	height:65px;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0px;
	text-align:left;
}
/* By PRODUCER */
.producer{
    font-weight:normal;
	font-size:13px;
	color:#000;
	background-color:#FFF;
	margin-bottom:20px;
}
#winery p{
    font-weight:normal;
	font-size:13px;
	color:#000;
}
#winery{
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 5px;
}
.producer h3 {
    font-size:13px;
	font-weight:bold;
	color:#FC7604;
}
.winery-logo3 {
    float:left;
	margin:10px 10px 10px 0;
}
.winery-logo2 {
    float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.text-right {
 text-align: right;
 margin-right: 20px;
 height:25px;
}
/* WINE DETAILS */
.wine_desc{
    font-weight:normal;
	font-size:13px;
	color:#000;
    padding: 5px 10px 5px 10px;
}
.wine_region {
    font-size:12px;
}
.bg_price {
    width:127px;
	height:72px;
	background-image:url(../images/bg-price.gif);
	background-repeat:no-repeat;
    padding: 3px 0px 3px 0px;
	text-align:center;
}
.bg_price2 {
    width:187px;
	height:70px;
	background-image:url(../images/bg-price2.gif);
	background-repeat:no-repeat;
    padding: 3px 0px 3px 0px;
	text-align:center;
}
.price {
    font-weight:bold;
	font-size:14px;
	color:#FC7604;
    padding: 5px 0px 5px 0px;
}
.wine_price {
    font-weight:bold;
	font-size:14px;
	color:#FC7604;
    padding: 5px 0px 5px 0px;
}
.wine_price2 {
    font-weight:bold;
	font-size:16px;
	color:#000;
}
.wine_price3 {
    font-weight:bold;
	font-size:12px;
	color:#FF0000;
    padding: 0px 0px 2px 0px;
}
.wine_price4 {
    font-weight:bold;
	font-size:11px;
	color:#FC7604;
    padding: 5px 0px 5px 0px;
}
.rrp {
    font: 11px tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
}
.save {
    font-weight:bold;
	font-size:15px;
	color:#000;
    padding: 50px 10px 15px 30px;
	background-image:url(../images/save.gif);
	background-repeat:no-repeat;
}
.save2 {
    height:50px;
    font-weight:bold;
	font-size:8px;
	color:#000;
    padding: 40px 10px 15px 10px;
	background-image:url(../images/save2.gif);
	background-repeat:no-repeat;
}
.save3 {
    height:40px;
    font-weight:bold;
	font-size:10px;
	color:#000;
	margin-top:5px;
    padding: 22px 12px 0px 12px;
	background-image:url(../images/save3.gif);
	background-repeat:no-repeat;
}

.firm a{
    background-color:#999;
	display:block;
	width:40px;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}
.firm a:hover{
    background-color:#666;
	display:block;
	width:40px;
    font-weight:bold;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

.jh {
    background-color:#999;
    font-weight:bold;
	font-size:12px;
	color:#FFF;
	text-align:center;
}
.hj {
    background-color:#999;
    font-weight:bold;
	font-size:12px;
	color:#FFF;
	text-align:center;
}
.tsnote {
    font-size:10px;
	color:#333;
}
img .icon {
    float: left;
    padding-right: 10px;
}
img .icon2 {
    padding-right: 15px;
}
.wprofile {
	font-size:12px;
	color:#FFF;
    padding: 50px 20px 15px 30px;
	background-image:url(../images/bg-wprofile.gif);
	background-repeat:no-repeat;
}
/* TAB MENU */
#tab-menu {
width: 575px;
padding: 10px 0 5px 5px;

}
.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}
/* FOOTER */
.twoColLiqRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#ffffff; 
	height:100px;
} 
.twoColLiqRtHdr #footer div {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer .panel1 {
    background-color:#FFF;
    width: 45%;
	font-size:11px;
	color:#333;
	padding:8px 8px;
	float:left;
}
#footer .panel2 {
    background-color:#FFF;
    width: 45%;
	font-size:11px;
	color:#333;
	padding:8px 8px;
	float:right;
}
.twoColLiqRtHdr #bottom-menu { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	border-bottom:1px solid #FC7604;
	border-top:1px solid #FC7604;
} 
.twoColLiqRtHdr #bottom-menu p {
    font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	margin:5px 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* LINK */
a {
    text-decoration:underline;
    color:#FC7604;
}
a img {
border:none;
}
/* Bottom Menu Link */
.bt-menu a {
    text-decoration:none;
    color:#FC7604;
	font-weight:bold;
}

/* News feed */
.panel {
  width: 270px;
  font: 100% tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333333;
}
#marqueecontainer {
	MARGIN: 10px 0px 20px; OVERFLOW: hidden; WIDTH: 265px; POSITION: relative; HEIGHT: 210px; BACKGROUND-COLOR: white
}
#vmarquee {
  width: 270px;
}
P.margin0 {
	CLEAR: left; MARGIN: 0px
}
.news-list A {
	COLOR: #8c3300
}
.news-menu {
  margin: 0 0 10px 5px;
}
.small {
	FONT-SIZE: 11px
}
.golink {
	PADDING-RIGHT: 5px; PADDING-LEFT: 17px; BACKGROUND: url(images/golink.gif) no-repeat 0px 2px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.golink:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 17px; BACKGROUND: url(images/golink.gif) no-repeat 0px 2px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.title {
	padding:0 0 0 0px;
	MARGIN: 0px 5px 0px 0px;
	FLOAT: left;
}
.title2 {
    font-size:14px;
	font-weight:bold;
	color:#FC7604;
	padding:0 0 0 10px;
	MARGIN: 0px 10px 0px 0px;
	FLOAT: left;
	VERTICAL-ALIGN: middle; 
	WHITE-SPACE: nowrap
}

.news-list{
    color:#333;
}
#marqueecontainer .clear {
 clear:both;
 height:5px;
}


/* Search form */
form {
	margin: 0px
}
.exRow0 {
  padding:5px 0 5px 0;
}
.exRow1 {
  padding:5px 0 5px 0;
}
.exRow2 {
  padding:5px 3px 5px 0;
}
.exRow3 {
  padding:5px 0 5px 0;
}
.exRs {
  padding:0 5px 0 0;
}
.fleft {
float:left;
text-align:left;
}
.clear {
 clear:both;
 height:25px;
}
.clear2 {
 clear:both; 
 width:100%;
 height:15px;
}
.clear3 {
 width:100%;
 height:8px;
}
.clear4 {
 width:100%;
 height:1px;
}
.clear5 {
 width:100%;
 height:15px;
}
.varietal-flash {
text-align:center;
 margin-bottom: 15px;
 z-index:-100;
}
table.ms {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
}
table.ms td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #666;
	font-size: 11px; 
	font-family: tahoma, Verdana, Arial, sans-serif;
	Color: #333;
	text-align: center;
}
.wh {
    font-weight: bold;
	background-color:#FFF;
}
table.mt {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
}
table.mt td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #C1DAD7;
	font-size: 11px; 
	font-family: tahoma, Geneva, Arial, sans-serif;
	Color: #fff;
	text-align: center;
}
table.mu {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
}
table.mu td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #666;
	font-size: 11px; 
	font-family: tahoma, Verdana, Arial, sans-serif;
	Color: #fff;
	text-align: left;
}
Table .pl td {
    font-size: 11px; 
	font-family: tahoma, Geneva, Arial, sans-serif;
	color:#000;
}
Table .pl th {
    font-size: 11px; 
	font-family: tahoma, Geneva, Arial, sans-serif;
	color:#000;
}
Table .pl2 td {
    font-size: 11px; 
	font-family: tahoma, Geneva, Arial, sans-serif;
	color:#fff;
}
Table .pl2 th {
    font-size: 11px; 
	font-family: tahoma, Geneva, Arial, sans-serif;
	color:#fff;
}
table.mt .org {
    color:#FC7604;
	font-weight:bold;
}
#cart {
    margin:0 8px;
	width:254px;
	height:auto;
	border:1px solid #FFF;
}
#login {
    margin:0 8px;
	width:254px;
	height:auto;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
#newsletter {
	margin:10px 8px;
	width:254px;
	height:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.login {
    width:460px;
    height:170px;
    background-image:url(../images/bg-login2.gif);
	background-repeat:no-repeat;
	margin-bottom:15px;
	text-align:center;
	margin-left:50px;
}
.login2 {
    width:460px;
    height:170px;
    background-image:url(../images/bg-login3.gif);
	background-repeat:no-repeat;
	margin-bottom:15px;
	text-align:center;
	margin-left:50px;
}
.login3 {
    width:460px;
    height:220px;
    background-image:url(../images/bg-shipping.gif);
	background-repeat:no-repeat;
	margin-bottom:15px;
	text-align:center;
	margin-left:50px;
}
.login4 {
    width:444px;
    height:124px;
    background-image:url(../images/bg-fpass.gif);
	background-repeat:no-repeat;
	margin-bottom:15px;
	text-align:center;
	margin-left:50px;
}
.small {
    font-size: 10px; 
}
.clear-margin {
    margin: 0;
	height: 15px;
}
.clear-margin2 {
    margin: 0;
	height: 50px;
}
.roundedcornr_box {
	margin: 5px;
	width:560px;
	height:160px;
	background:url(../images/bg-sto-cal.png);
	background-repeat:no-repeat;
	padding:12px;
	color:#000;
}
.myBox 
{
    margin: 0 auto;
    border: 0px solid #FC7604;
    color: #000;
    width: 520px;
    padding: 10px 10px 5px 10px;
    text-align: left;
    background-color: #ffffff;
    border: 2px solid #FC7603;
}
.myBox p {
    color: #000;
	margin:1ex 0;
}
.teaser {
		width:444px;
		padding:0 0 14px 0;
		margin:10px auto;
		background:url(../images/bg-boxall.gif) bottom left no-repeat;
}
.teaser h4 {
		margin:0;
		font-size:13px;
		color:#000;
		padding:15px 10px 3px 15px;
		background:url(../images/bg-boxall.gif) top left no-repeat;
}
.teaser p {
		margin:0;
		padding:0 10px 3px;
		border:1px solid #666;
		border-width:0 1px;
		background:#fc7604;
}

.teaser table {
        margin:0;
		padding:0 10px 3px;
		border:1px solid #666;
		border-width:0 1px;
		background:#FFFFFF;
}
.ohdr {
       color:#000000;
	   text-align:center;
	   font-weight:bold;
	   font-size:11px;
}
.blk2 {
       color:#000000;
	   font-size:11px;
}
