@charset "utf-8";
/* CSS Document */

/*Defaults*/
html, body { height: 100%; width: 100%; position: relative; margin: 0; padding: 0; }

/*Defaults - These get copied into the admin.css*/
body { background-color: #fff; font-size: 14px; color: #111; font-family: "Times New Roman", Times, serif; line-height: 1.5em; }

/* CSS Reset */
img { border: 0; } 
h1,h2,h3,h4,h5,h6,p,table,ul,ol { margin-top: 0; padding-top: 0; }

ul, ol, dl, p, table, pre { margin-bottom: 1em; }
	
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }
	h1 { font-size: 30px; line-height: 1.2; margin-bottom: 0.6em; }
	h2 { font-size: 24px; color: #e3164a; line-height: 1; margin-bottom: 0.5em; margin-top: 0.25em; }
	h3 { font-size: 18px; line-height: 1; margin-bottom: 1em; }
	h4 { font-size: 14px; line-height: 1.25; } 
	h5 { font-size: 1em; line-height: 1.5; font-weight: bold; margin: 0 0 0.4em; }
	h6 { font-size: 1em; line-height: 1.5; color: #693; }

a { text-decoration: none; color: #901434; }
a:hover, a:focus, a:active { text-decoration: underline; color: #b81941; }

ul, ol, dd, blockquote {  }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
form { margin-bottom: 1em; }
legend { color: #111; }

select { font-size: 12px; }

.layClear { clear: both;  font-size: 0px; height: 1px; line-height: 0px; margin-top: -1px; }

/* Elements */
body { }
#container { position: relative; width: 975px; margin: 0 auto; }

#layHeader { position: relative; width: 975px; height: 75px; }
	#logo { width: 540px; height: 45px; overflow: hidden; margin: 24px auto 0 auto; }
	
#user-toolsWrapper { position: absolute; top: 55px; right: 100px; z-index: 1000; }
	#user-tools { width: 300px; line-height: 24px; height: 24px; }
	#user-tools a { color: #111; }

#layTopMenu { width: 975px; background: url(../images/background-menu.gif) no-repeat; height: 60px; }
	#layTopMenu ul { position: relative; list-style: none; margin: 0 auto; padding: 0; width: 700px; text-align: center; }
	#layTopMenu ul li { position: relative; display: inline; margin: 0; padding: 0; text-transform: uppercase; }
	#layTopMenu ul li a { line-height: 24px; height: 24px; color: #000; position: relative; display: inline-block; text-decoration: none; margin: 0; padding: 17px 7px 0 7px; }
	#layTopMenu ul li a:hover { color: #666; text-decoration: none; }
		#layTopMenu li ul { display: none; position: absolute; top: 32px; left: 0; width: 180px; background-color: #749211; filter: alpha(opacity=90); -moz-opacity: 0.90;	opacity: 0.90; }
		#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; line-height: 24px; height: 24px; }
			#layTopMenu li ul li a:hover { background-color: #333; color: #fff;	}
	
#layContentWrapper { overflow: hidden; width: 838px; border: 1px solid #000; margin: 0 auto; padding: 0; font-size: 0; line-height: 0; }

	.background-tastingroom { width: 838px; height: 522px; position: relative; }
		#tastingroom-gear { width: 150px; height: 280px; position: absolute; top: 41px; left: 10px; }
			#tastingroom-gear a { width: 150px; height: 280px; display: block;  }
		#tastingroom-poster { width: 125px; height: 155px; position: absolute; top: 74px; left: 460px; background-color: #966; }
		#tastingroom-stand { width: 170px; height: 122px; position: absolute; top: 223px; left: 608px; background-color: #966; }
	.background-store { background-color: #e1e5f2; }
	.background-about { background: url(../images/background-about.jpg) top no-repeat; height: 522px; position: relative; overflow: hidden; }
	.background-about p { font-size: 14px; line-height: 18px; }
	.background-club { background: url(../images/background-club.gif) top no-repeat #e0d2e7; height: 480px; position: relative; }
	
		.background-club #pageSubMenu { background: none; }
		#clubNewsletter { display: block; position: absolute; top: 198px; left: 63px; height: 122px; width: 167px; }
		#clubJoin { display: block; position: absolute; top: 63px; left: 309px; height: 172px; width: 176px; }
		#clubMembers { display: block; position: absolute; top: 63px; left: 548px; height: 135px; width: 204px; }
	.background-clubSub { background: #e0d2e7; }
	.background-events { background-color: #c0edf2; }
	.background-directions { background: #c7eadd; }
		.background-directions #pageSubMenu { background: none; }
		
	.background-general { background-color: #fff; }
	
	#layContent { overflow: hidden; width: 798px; padding: 20px; font-size: 16px; line-height: 1.5em; }
	#layContentStore { overflow: hidden; width: 838px; font-size: 16px; line-height: 1.5em; }
		
		
	#homepageFeatureLarge { position: relative; width: 838px; height: 400px; border: 1px solid #000; margin: 0 auto 30px auto; padding: 0; font-size: 0; line-height: 0; background:url(../images/loading.gif) no-repeat 50% 50%; }
		#homepageFeatureLarge img { position:absolute; top:0; left:0; display:none; }
		
		#homepageRule { width: 838px; margin: 0 auto; }
		#homepagePodWrapper { width: 838px; overflow: hidden; margin: 0 auto 10px auto; background: url(../images/background-homepagePods.gif) repeat-y; }
			.homepagePod { float: left; margin-right: 28px; overflow: hidden; }
			
			#homepageProduct { width: 200px; }
				#homepageProduct h3 { line-height: 1.5em; }
			#homepageVideo { width: 280px; }
			#homepageLinks { width: 135px; }
			#homepageSocialLinks { width: 135px; }

	
	#pageSubMenu { width: 808px; height: 50px; padding: 0 15px; background: url(../images/background-subNav.gif) bottom no-repeat; font-size: 14px; line-height: 1.5em; color: #000; text-transform: uppercase; }
		#pageSubMenu ul { list-style: none; margin: 0; padding: 0; height: 30px; text-align: center; }
		#pageSubMenu li { display: inline; list-style: none; height: 30px; line-height: 30px; margin-right: 25px; }
		#pageSubMenu li a { color: #000; }
		#pageSubMenu li a:hover { color: #333; text-decoration: none; }
		
	
	#blogContent { float: left; width: 480px; padding: 20px 20px 0 0; overflow: hidden; }
	#blogRightWrapper { float: right; width: 298px; padding: 20px 0 0 0; overflow: hidden; font-size: 12px; }
		#blogRightWrapper ul { margin: 0 0 10px; padding: 0 0 0 10px; list-style: none; }
		#blogRightWrapper li { margin: 0; padding: 0; list-style: none; }
		
		#blogRightWrapper-Col1 { float: left; width: 139px; padding: 0 20px 0 0; overflow: hidden; }
		#blogRightWrapper-Col2 { float: left; width: 139px; padding: 0; overflow: hidden; }
		
		.v65-blogPostWrapper { line-height: normal; }
			.v65-blogPostWrapper h2 { font-size: 24px; }
				.v65-avatar { display: none; }
				.v65-blogPost { margin: 0; }
					.v65-blogFooter { font-size: 0.85em; height: 1.8em; margin: 0 0 1.5em; clear: both; }
					.v65-blogFooterDate{ display: none; float: left; padding-right: 1em; }
					.v65-blogFooterLink{ display: none; float: left; padding-right: 1em; }
					.v65-blogFooterComments{ float: left; padding-right: 1em; }	
					.v65-blogFooterShareThis { float: left; }
	
#layFooter { width: 800px; overflow: hidden; padding: 1em 0; margin: 0 auto; text-align: center; }
	#layFooter .upppercase { text-transform: uppercase; }
	#layFooterLinkds {  }
		#layFooterLegal ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }
			#layFooterLegal ul li { display: inline; margin: 0; padding: 0; }
				#layFooterLegal ul li a { color: #666; position: relative; display: inline-block; text-decoration: none; margin: 0; padding-right: 10px; }
				#layFooterLegal ul li a:hover { color: #000; }
		
	#layFooterAuthor { color: #ccc; }
		#layFooterAuthor a { color: #ccc; }
		#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: 120px; }
	#printContent { width: 700px; text-align: left; }	
	
/* -------------------------------------------------------------- 
   V65 Overrides
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
   Pagination 
-------------------------------------------------------------- */	
.v65-Paging { margin: 0 30px 1.6em 30px; overflow: hidden; }
.v65-Paging ul { float: right; list-style: none; position: relative; padding: 0; margin: 0; }
.v65-Paging li { display: inline; position: relative; text-align: left; width: auto; padding: 0 0 0 5px;}
.v65-Paging li.border { border-right: 1px solid #000; padding: 0 5px;}
.v65-Paging li a { text-decoration: none;}
.v65-Paging li a:hover { text-decoration: underline; }	
#v65-PagingTop { border-bottom: 0px solid #666; }
#v65-PagingTop ul { padding: 0 0 0.6em 0; }
#v65-PagingBottom { }
#v65-PagingBottom ul { padding: 0 0 1.6em 0; }
.v65-PagingSortby { float: left; text-align: left; }
	.v65-PagingSortby form { padding: 0 0 4px 0; margin: 0; }
	.v65-PagingSortby form select { width: 130px; }


/* -----Modal Cart----- */
a#v65-toggleModalCart { display: block; background: url(../images/cart.png) no-repeat left; padding: 0 0 0 24px; }

/*Social Media Bar*/
.v65-socialMediaBar { border: 0px solid #efefef; background: none; padding: 5px 5px 1px 5px; margin: 0 0 1em 0; font-size: 12px; }


/*2 Up Store Display*/
.v65-product2Up { float: left; width: 359px; height: 520px; overflow: hidden; margin: 0 0 20px; padding: 0 30px 40px 30px; background: url(../images/background-product.png) bottom repeat-x; }
				
	.v65-product2UpImage { float: right; width: 130px; overflow: hidden; text-align: center; }
	
		.v65-product2UpAddToCart form { width: 350px; }			
			.v65-product2UpAddToCart fieldset { padding: 0 0 0.5em 9px; margin: 0; border: 0; border: 0; }
			.v65-product2UpAddToCart legend { display: none; }	
			.v65-product2UpFormPrice { float: left;	margin: 0; padding: 0 8px 0 0;	width: 100px; font-size: 0.917em; font-weight: bold; overflow: hidden; text-align: right;}			
			.v65-product2UpFormSKU { float: left; margin: 0; padding: 0 5px 0 0; width: 80px; font-size: 12px; overflow: hidden; }			
			.v65-product2UpFormQuantity { float: left; margin: 0; padding: 0 5px 0 0; width: 25px; overflow: hidden; }				
			.v65-product2UpFormButton { float: left; margin: 0; padding: 0;	overflow: hidden; width: 100px; text-align: right; }
			
		.v65-product2UpAddToCartLoading { width: auto; padding: 20px 0px; margin: 0px; text-align: center; }
		
		.v65-productStockMessage { display: none; }
		
/* Product Drilldown */
#v65-productWrapper { width: 760px; overflow: hidden; }

	#v65-productImage { float: left; text-align: center; width: 250px; padding: 0; margin: 0 20px 0 0; }
		#v65-productImagesOther img{ border: 1px solid #ccc; margin: 15px 4px 0 0; padding: 4px; }
		
	#v65-productDescription { float: left; width: 490px; padding: 0; margin: 0; text-align: left; overflow: hidden; }
		
		/* Ratings */	
		#v65-productRatings { overflow: hidden; }
		
		/* Add to Cart */
		#v65-productAddToCart { width: 365px; text-align: left; overflow: hidden; }
				
			#v65-productAddToCart form { padding: 0 0 5px 0; margin: 0 0 8px; overflow: hidden; width: 365px; }				
			#v65-productAddToCart fieldset { padding: 0 0 0.5em 9px; margin: 0; border: 0; border: 1px solid #ccc; }					
				.v65-productAddToCartPrice { float: left; margin: 0; padding: 0 5px 0 0; width: 100px; font-weight: bold; overflow: hidden; text-align: right; line-height: 24px; }				
				.v65-productAddToCartSKU { float: left; margin: 0; padding: 0 5px; width: 100px; font-size: 0.95em; overflow: hidden; line-height: 24px; }				
				.v65-productAddToCartQuantity { float: left; margin: 0; padding: 0 5px; width: 25px; overflow: hidden; line-height: 24px; }					
				.v65-productAddToCartButton { float: left; margin: 0; padding: 0; overflow: hidden; width: auto; width: 95px; text-align: right; }
				
				.v65-productAddToCartStockMessage { clear: both; margin: 0; padding: 0 0 0 60px; color: #966; }
				
				.v65-productAddToCartAlertMessage { clear: both; margin: 0; padding: 0 0 0 60px; color: #900; font-weight: bold; }
		
			/*Shipping*/	
			#v65-productShipping { float: right; width: 175px; margin: 0 0 0 10px; padding: 8px; color: #666; background-color: #eee; }
				
				#v65-productShipping form { width: 175px; padding: 0; margin: 0; }
					#v65-productShipping fieldset{ padding: 0; margin: 0; border: 0; }
				
					#v65-productShipping table { width: 100%; }					
					#v65-productShipping th{ color: #FFF; background-color: #666; padding: 2px; font-size: 0.917em; }						
					#v65-productShipping td{ padding: 2px; color: #000; font-size: 0.917em; }							
						#v65-productShipping tr.altRow td{ background-color: #ccc; }
		
		/* Specs */
		#v65-productSpecs { float: right; width: 250px; margin: 0 0 1em 1em; overflow: hidden; padding: 1px; }
			#v65-productSpecs table { border: 1px solid #ccc; width: 100%; }
			#v65-productSpecs td { padding: 3px; font-size: 0.917em; width: 100px; }
			#v65-productSpecs td.wineSpecLabel { font-weight: bold; text-align: right; }


		/* Related Products */	
		#v65-relatedProducts { width: 610px; margin: 0; padding: 10px 0; border-top: 1px solid #ccc; overflow: hidden; }
			.v65-relatedProduct { float: left; width: 200px; overflow: hidden; margin: 0 5px 20px 0; padding: 0; }
				.v65-relatedProductImage { text-align: center; padding: 0; margin: 0 0 10px 0; }
				.v65-relatedProductTeaser { text-align: center; padding: 0; margin: 0 0 10px 0; }
				.v65-relatedProductPrice { text-align: center; padding: 0; margin: 0 0 10px 0; }
		
		/*Product Reviews*/
		#v65-addProductReview { width: 350px; }
		#v65-addProductReview fieldset { border: 1px solid #ccc; }
		#v65-addProductReview textarea { width: 320px; height: 100px; }

/*Check Out*/
#v65-checkoutCartSummaryWrapper {  }

	#v65-fieldset-billingInfo { width: 360px; } /*Use this to adjust width of fieldset */
		#v65-fieldset-shippingInfo { width: 360px; } /*Use this to adjust width of fieldset */
		#v65-fieldset-shippingOptions { width: 360px; } /*Use this to adjust width of fieldset */
		#v65-fieldset-sourceCode { width: 360px; } /*Use this to adjust width of fieldset */
		#v65-fieldset-paymentMethod {  } /*Use this to adjust width of fieldset */
		#v65-fieldset-paymentMethod p {  } /*Use this to adjust width of fieldset */
		
/*Club Sign Up */
#v65-signUpClubSummaryWrapper { width: 320px; }
	#v65-fieldset-clubOptions { width: 360px; } /*Use this to adjust width of fieldset */
	#v65-fieldset-usernamePassword { width: 360px; } /*Use this to adjust width of fieldset */




/* -----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; }