@charset "utf-8";
/* CSS Document */

/* CSS Reset - Based on Yahoo Reset */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,blockquote { margin: 0; padding: 0; } 
img { border: 0; } 
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } 


/*Defaults*/
html, body { height: 100%; width: 100%; position: relative; }
body { background-color: #fff; font-size: 12px; color: #514f45; font-family: Tahoma, Geneva, sans-serif; line-height: 2em; }

ul, ol, dl, p, table, pre { margin-bottom: 1em; }
	
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; font-family: Georgia, "Times New Roman", Times, serif; }
	h1 { font-size: 2.5em; line-height: 1.2; margin-bottom: 0.6em; } /* 30pt  */
	h2 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; margin-top: 0.25em; }/* 24pt */
	h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }/* 18pt */
	h4 { font-size: 1.167em; line-height: 1.25; } /* 14pt */
	h5 { font-size: 1em; line-height: 1.5; font-weight: bold; }
	h6 { font-size: 1em; line-height: 1.5; color: #693; }

a { text-decoration: none; color: #7a0000; }
a:hover, a:focus, a:active { text-decoration: underline; color: #660000; }

ul, ol, dd, blockquote {  }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
form { margin-bottom: 1em; }
legend { color: #111; }

.layClear { clear: both;  font-size: 0px; height: 1px; line-height: 0px; margin-top: -1px; }

/* Elements */
body { margin: 20px 0 0 0; background: #281b15; }
#container { position: relative; width: 930px; padding: 20px; margin: 0 auto; background-color: #fffceb; }

#layHeader { position: relative; width: 930px; height: 64px; margin: 0 0 20px; }
	#logo { width: 240px; height: 64px; font-size: 0; line-height: 0; overflow: hidden; }
	
#user-toolsWrapper { position: absolute; top: 60px; right: 20px; z-index: 1000; }
	#user-tools { width: 300px; line-height: 24px; height: 24px; }
	#user-tools a { color: #111; }

#layTopMenu { width: 930px; border-bottom: 1px solid #ddd9c4; border-top: 1px solid #ddd9c4; height: 36px; margin: 0 0 20px; }
	#layTopMenu ul { position: relative; list-style: none; margin: 0; padding: 0; }
	#layTopMenu ul li { position: relative; float: left; margin: 0; padding: 0; }
	#layTopMenu ul li a { line-height: 36px; height: 36px; color: #514f45; position: relative; display: inline-block; text-decoration: none; margin: 0 20px; font-size: 16px; font-family: "Times New Roman", Times, serif; }
	#layTopMenu ul li a:hover { color: #7a0000; text-decoration: none; }
		#layTopMenu li ul { display: none; position: absolute; top: 36px; left: 10px; width: 180px; background-color: #749211; }
		#layTopMenu li:hover ul, #layTopMenu li.over ul { display: block; background-color: #9bc315; }
			#layTopMenu li ul li { background-color: #efefef; display: block; width: 180px; float: none; text-align: left; }		
			#layTopMenu li ul li a { color: #000; background-color: #efefef; float: none; display: block; padding: 0 0 0 10px; margin: 0; width: 170px; text-align: left; text-transform: none; border-bottom: 1px solid #ffffff; font-size: 13px; line-height: 28px; height: 28px; }
			#layTopMenu li ul li a:hover { background-color: #333; color: #fff;	}
			
#layContentWrapper { overflow: hidden; margin: 0 0 20px; }
	
	#homepageContent { float: left; width: 674px; margin: 0 20px 0 0; }
		#homepageFeature { width: 674px; height: 340px; overflow: hidden; margin: 0 0 20px; background-color: #fffceb; }
		
	#homepagePods { float: left; width: 235px; }
		#homepagePodMemberLogin { border: 1px solid #b7b5a7; background-color: #fff; padding: 10px; margin: 0 0 20px; }
		#homepagePodMemberLogin h2 { color: #b7b5a7; font: 18px "Times New Roman", Times, serif; margin-bottom: 4px; }
		
		#homepagePodClub { background: url(../images/background-wine-club.jpg) no-repeat; padding: 20px; height: 226px; overflow: hidden; }
		#homepagePodClub h2 { color: #d5d2c0; font: 18px "Times New Roman", Times, serif; margin-bottom: 4px; }
		#homepagePodClub p { color: #adaa99; }
		#homepagePodClub a { color: #fff; }
	
	#pageLeft { float: left; width: 185px; border: 1px solid #b7b5a7; background-color: #fff; padding: 10px; margin: 0 20px 20px 0; }
		
		#pageLeftMenu { width: 185px; float: left; padding: 0 0 20px 0px; }
		#pageLeftMenu h3 { font: 18px "Times New Roman", Times, serif; margin-bottom: 4px; }	
		#pageLeftMenu ul { list-style: none; margin: 0; padding: 0; width: 185px; overflow: hidden; }
			#pageLeftMenu li { line-height: 2; }
			#pageLeftMenu li ul{ margin-left: 20px; width: 200px; }
			#pageLeftMenu form{ padding: 0; margin: 0; }
			#pageLeftMenu fieldset{ border: 0; padding: 0; margin: 0; }
			#pageLeftMenu input{ height: 18px; margin-right: 5px; }
		
	#pageContent { float: left; width: 700px; padding: 0; }
	
	#pageImagePod { float: left; width: 288px; padding: 0 20px 0 0; }
	#pageContentWithPod { float: left; width: 597px; padding: 0; }
	
	#pageContentWide { padding: 0 20px; }
	
	#blogContent { float: left; width: 550px; padding: 20px 25px 0 0; overflow: hidden; }
	#blogRightWrapper { float: right; width: 345px; padding: 20px 0 0 0; overflow: hidden; }
		#blogRightWrapper-Col1 { float: left; width: 160px; padding: 0 25px 0 0; overflow: hidden; }
		#blogRightWrapper-Col2 { float: left; width: 160px; padding: 0; overflow: hidden; }
	
#layFooter { width: 910px; overflow: hidden; padding: 0 10px; background: #f1edd3; height: 38px; line-height: 38px; }
	#layFooter ul { float: left; list-style: none; margin: 0; padding: 0; overflow: hidden; }
		#layFooter ul li { float: left; margin: 0; padding: 0; }
			#layFooter ul li a { font-size: 11px; color: #666; position: relative; display: inline-block; text-decoration: none; margin: 0; padding-right: 10px; }
			#layFooter ul li a:hover { color: #333 }
	#layFooter p { float: right; font-size: 11px; color: #a6a392; }
		
#layFooterAuthor { width: 930px; margin: 20px auto; color: #4f372d; text-align: right; }
	#layFooterAuthor a { color: #4f372d; }
	#layFooterAuthor a:hover { color: #666; }
	#layFooterAuthor p{ font-size: 0.917em; }
	
#printBody { background-image: none; background-color: #FFF; margin: 0; padding: 0; }
#printWrapper { width: 700px; margin: 0 auto; }
	#printHeader { width: 700px; height: 150px; }
	#printContent { width: 700px; text-align: left; }	
	
/* -------------------------------------------------------------- 
   V65 Overrides
-------------------------------------------------------------- */
/* -----Modal Cart----- */
a#v65-toggleModalCart { display: block; background: url(../images/cart.png) no-repeat left; padding: 0 0 0 24px; }

#v65-productSpecs { display: none; }

/* -----Buttons----- */
	
	/* OPTIONAL BUTTON STYLES regular button: */		
	button.defaultBtn { background: transparent url(../images/buttons/btn_sprite.gif) no-repeat right -100px; }
	button.defaultBtn span { background: transparent url(../images/buttons/btn_sprite.gif) no-repeat left top; }
		
	/* OPTIONAL BUTTON STYLES alt button: */		
	button.altBtn { background: transparent url(../images/buttons/btn_alt_sprite.gif) no-repeat right -100px; }
	button.altBtn span { background: transparent url(../images/buttons/btn_alt_sprite.gif) no-repeat left top; }
		
	/* OPTIONAL BUTTON STYLES modal button: */		
	button.modalBtn { background: transparent url(../images/buttons/btn_modal_sprite.gif) no-repeat right -50px; }
	button.modalBtn span { background: transparent url(../images/buttons/btn_modal_sprite.gif) no-repeat left top; }
		
	/* OPTIONAL BUTTON STYLES modal alt button: */		
	button.altModalBtn { background: transparent url(../images/buttons/btn_modal_alt_sprite.gif) no-repeat right -50px; }
	button.altModalBtn span { background: transparent url(../images/buttons/btn_modal_alt_sprite.gif) no-repeat left top; }
		
	/* OPTIONAL BUTTON STYLES large button: */		
	button.largeBtn { background: transparent url(../images/buttons/btn_large_sprite.gif) no-repeat right -100px; }
	button.largeBtn span { background: transparent url(../images/buttons/btn_large_sprite.gif) no-repeat left top; }
	
	/* REQUIRED LINK BUTTON STYLES: */
	
	/* Link Button Normal */
	a.linkBtn { background: transparent url(../images/buttons/btn_sprite.gif) no-repeat right -100px; }
	a.linkBtn span { background: transparent url(../images/buttons/btn_sprite.gif) no-repeat left top; }
	
	/* Link ALT Button Normal */
	a.linkAltBtn {  background: transparent url(../images/buttons/btn_alt_sprite.gif) no-repeat right -100px; }
	a.linkAltBtn span { background: transparent url(../images/buttons/btn_alt_sprite.gif) no-repeat left top;  }
		
	/* Modal Link Button Normal */
	a.modalLinkBtn { background: transparent url(../images/buttons/btn_modal_sprite.gif) no-repeat right -50px; }
	a.modalLinkBtn span { background: transparent url(../images/buttons/btn_modal_sprite.gif) no-repeat left top; }
		
	/* Modal Link ALT Button Normal */
	a.modalLinkAltBtn { background: transparent url(../images/buttons/btn_modal_alt_sprite.gif) no-repeat right -50px; }
	a.modalLinkAltBtn span { background: transparent url(../images/buttons/btn_modal_alt_sprite.gif) no-repeat left top; }
		
	/* Link Button Large */
	a.largeLinkBtn { background: transparent url(../images/buttons/btn_large_sprite.gif) no-repeat right -100px; }
	a.largeLinkBtn span { background: transparent url(../images/buttons/btn_large_sprite.gif) no-repeat left top; }