/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, block,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a.blank{
    target: _blank;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
    list-style-position: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*test*/

body {
	font-family: Georgia, Times, serif;
	font-size:12px;
	background:#000;
/*	-moz-opacity:0.9999;*/
}


a {
	color:#fff;
}

div#wrap {
	width:1010px;
	margin:0 auto;
	z-index: 20000;
    position: relative;
}

/* MAST HEAD SECTION */

#jsddm{
   position: relative;
   top: 32px;
   left: 200px;
   margin: 0px;
   padding: 0px;
   z-index: 10000; 
}


#jsddm li {
    float: left;
    margin: 0px;
    padding: 0px;
    
}

#jsddm li a{
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  padding-right:25px;
  padding-left:25px;
  padding-top: 17px;
  padding-bottom: 16px;
  color:#fff;
  font-weight:bold;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:1px;
  text-align:center;
  text-decoration: none;     
  border-top: 0px;
  
}            

#jsddm li a:hover{
    background: #d40f82;
}             
             
#jsddm li ul{
    margin: 0px;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;   
    
    
}             

#jsddm li ul li{
	display: inline;
    float: none;
    width: 100%;
}

#jsddm li ul li a{
    background: #bf0a74;
    border-top: 1px solid #d972ae;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#jsddm li ul li a:hover{
background: #87004f;
} 


div#masthead {
	padding-bottom:3px;
	border-bottom:solid 7px #f738a7;
	position:relative;
	background:#fff;
    height: 123px;
    background-image: url(/images/masthead_zbk.png);
    background-repeat: repeat-x;
	z-index: 20000;
	
}

div#masthead h1 a {
	position:absolute;
	background-image:url(/images/logo.png);
	width:170px;
	height:106px;
	text-indent:-9999em;
	left:59px;
	top:8px;
}
  


/* END MASTHEAD SECTION */



#sitemap2{
    width: 100%; background-color: #fff;background-image: url(/images/footer_background.gif); background-repeat: no-repeat; background-position: bottom;
}

#sitemap2 a {
    text-decoration:none;
    line-height:15px;
    color:#000;
}

#sitemap2 li {
    float:left;
    width:150px;
    padding-right:15px;
}
    #sitemap2 h3 a {
        display:block;
        border-bottom:dotted 1px #000;
        font-size:14px;
        margin-bottom:13px;
        padding-top:32px; 
    }
        #sitemap2 h3 a:hover {
            border-color:#FF0196;
            color:#FF0196;
        }
        
        
    #sitemap2 h3 a.pink {
        display:block;
        border-bottom:dotted 1px #fff;
        font-size:14px;
        margin-bottom:13px;
        padding-top:32px;
        color: #fff; 
    }
        #sitemap2 h3 a.pink:hover {
            border-color:#FF0196;
            color:#FF0196;
        }    
    #sitemap2 li.pink_li{
    width: 95%;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 3px;
    background-color: #fd0c9a;
    text-indent: 5px;
    color: #fff;
    margin-bottom: 0px;
}

#sitemap2 .pink_li a{
    color:#fff;
    text-decoration: none;
}

#sitemap2 .pink_li a:hover{
    color:#fff;
    font-weight: bold;
    text-decoration: none;
}


#sitemap2 li li {
    width:123px;
    margin-bottom:7px;
}


/* SITE MAP SECTION */

#sitemap {
	padding-left:25px;
	
	font-family:Helvetica, Arial, sans-serif;
	padding-bottom:98px;
	
	border-top:solid 1px #fff;
}
	.landing #sitemap {
		border-top:none;
	}

	#sitemap a {
		text-decoration:none;
		line-height:15px;
		color:#000;
	}

  #sitemap .categories {
    width:300px;
  }

		#sitemap li li a:hover {
			text-decoration:underline;
			color:#FF0196;
		}

#sitemap li {
	float:left;
	width:150px;
	padding-right:15px;
}
	#sitemap h3 a {
		display:block;
		border-bottom:dotted 1px #000;
		font-size:14px;
		margin-bottom:13px;
        padding-top:32px; 
	}
		#sitemap h3 a:hover {
			border-color:#FF0196;
			color:#FF0196;
		}
        
        
    #sitemap h3 a.pink {
        display:block;
        border-bottom:dotted 1px #fff;
        font-size:14px;
        margin-bottom:13px;
        padding-top:32px;
        color: #fff; 
    }
        #sitemap h3 a.pink:hover {
            border-color:#FF0196;
            color:#FF0196;
        }    
    #sitemap li.pink_li{
    width: 95%;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 3px;
    background-color: #fd0c9a;
    text-indent: 5px;
    color: #fff;
    margin-bottom: 0px;
}

#sitemap .pink_li a{
    color:#fff;
    text-decoration: none;
}

#sitemap .pink_li a:hover{
    color:#fff;
    font-weight: bold;
    text-decoration: none;
}


#sitemap li li {
	width:123px;
	margin-bottom:7px;
}


.social_container{
    width: 100%;
}

.social_container img{
    border: 0px;
}

.social_container .left{
    width: 100px;
    float: left;
}

.social_container .right{
    width: 100px;
    text-align: right;
    float: right;
}


.clear{
    clear: both;
}



/* END SITE MAP SECTION */

/* PROMOTIONS */
    #promotions_scroller {
      background:#fff;
      position:relative;
      padding-top:12px;
		
    }

    .promotions {
      height:390px;
      overflow:hidden;
    }

    .promotion {
      height:390px;
			position:absolute;
			width:1010px;
    }

    ul.promo_nav {
      position:absolute;
      right:15px;
      width:350px;
			top:26px;
			z-index:11;
    }

    ul.promo_nav li {
      background:url(/images/promotion_button_background.png);
      padding:27px 7px 10px 7px;
      margin-bottom:8px;
      font-family: Helvetica, Arial, sans-serif;
      text-decoration:none;
      color:#fff;
      font-weight:bold;
      position:relative;
      z-index:3;
			font-size:18px;
			cursor:pointer;
    }

		ul.promo_nav li.over {
			background-image:url(/images/promotion_button_background_over.png);
		}

		ul.promo_nav li.selected {
			font-size:30px;
      letter-spacing:-1.3px;
			padding-top:45px;
		}
			ul.promo_nav li.selected em {
				display:block;
			}

      ul.promo_nav li em {
        display:none;
        font-size:20px;
				line-height:22px;
        letter-spacing:0;
        font-family:Georgia, Times, serif;
				margin-top:5px;
        font-style: normal;
        font-weight: lighter;
      }

			ul.promo_nav li p {
				font-size:12px;
				letter-spacing:0;
				font-weight:normal;
			}
/* END PROMOTIONS */

#main_content {
  position:relative;
  margin-top:-68px;
  background-color: #fff;
  z-index:9000;
  padding-top:76px;
  background:url(/images/content_header_background.png) no-repeat;
	padding-bottom:20px;
	border-bottom:solid 2px #DDDDDD;
}


#site_content {
	width:484px;
	padding-left:18px;
  padding-right:10px;
	float:left;
}

#sponsor_content {
	float:left;
	width:484px;
}

#sidebar_content {
	float:left;
	width:360px;
	padding:9px;
	background:#fff url(/images/landing/WL_sidebar_tile.gif);
	margin-left:15px;
}

#newsletter_signup {
	clear:left;
  background:url(/images/newsletter_background3.png) no-repeat;
  position:relative;
  width:484px;
  height:106px;
	z-index:2;
	top:20px;
}
	.landing #newsletter_signup {
		margin-top:10px;
		background-image:url(/images/landing/newsletter_landing.gif);
		width:566px;
		height:83px;
		top:0;
	}

#newsletter_signup input {
  font-size:11px;
  background-color:#bfbfbf;
  border:none;
  margin-bottom:7px;
  color:#000;
  padding-left:5px;
  padding-top:3px;
  padding-bottom:3px;
  width:134px;

	opacity: 0.8;
	-moz-opacity: 0.8;
}
	.landing #newsletter_signup input {
		color:#fff;
	}

#newsletter_signup button {
  border:none;
  background:none;
  position:absolute;
  right:-20px;
  bottom:39px;
  cursor: pointer;
}
	.landing #newsletter_signup button {
		right:0;
		top:7px;
		height:48px;
	}

input#subscribe_button {
  border: 0px;
  cursor: pointer; 
  background-repeat: no-repeat; 
  width:161px;
  height:44px;
  background:url(/images/subscribe_button.png);
  position: relative;
  left: 330px;
}

#newsletter_signup .fields {
  position:absolute;
  left:185px;
  top:17px;
}
	.landing #newsletter_signup .fields {
		left:218px;
		top:5px;
	}

#newsletter_signup .subscribe {
	position:absolute;
	right:37px;
	bottom:20px;
}
	.landing #newsletter_signup .subscribe {
		bottom:10px;
		right:57px;
	}

#newsletter_signup .checkbox {
	width:auto;
	padding:0;
	margin:0;
	margin-right:5px;
}

#newsletter_signup label {
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
}

div#content_tabs {
	height:297px;
	margin-top:38px;
	background:url(/images/tab_footer.gif) no-repeat 0% 100%;
	padding-bottom:15px;
}

div#content_tabs ul {
/*	background-color:#000;*/
	border-bottom:solid 10px #ff0196;
}

div#content_tabs ul li {
  float:left;
}
  div#content_tabs ul li a {
    display:block;
    font-size:14px;
    font-family:Helvetica, Arial;
    font-variant:small-caps;
    text-transform:lowercase;
		text-decoration:none;
		color:#cccccc;
		width:121px;
		line-height:32px;
		text-align:center;
		background:url(/images/featured_tabs.gif);
  }

		div#content_tabs ul li.ui-tabs-selected a, div#content_tabs ul li.ui-tabs-selected a:hover {
			background-position:0% 82px;
/*			background-color:#f54aac;*/
			color:#fff;
		}


			div#content_tabs ul li a:hover {
				background-position:0% 41px;
				color:#fff;
			}

			.ui-tabs-hide {
				display:none;
			}

			.ui-tabs-panel {
				height:250px;
				background:#f0f0f0;
				margin:5px 0px;
				overflow:auto;
			}


div#wine_ladies {
	position:absolute;
	top:-319px;
	left:-35px;
}

div#event_booking {
	width:486px;
	height:73px;
	background:url(/images/event_booking_background.gif);
	position:relative;
	margin-top:15px;
	cursor:pointer;
}
	div#event_booking p {
		position:absolute;
		width:146px;
		right:11px;
		top:2px;
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
	}

	div#event_booking p a {
		color:#fff;
		text-decoration:none;
		display:block;

		font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:1.25em;
    font-weight:bold;

	}


	/* FEATURED WINES */
	div#featured_wine {
	  background:url(/images/wineladies_store_bg.png);
	  width:486px;
	  height:206px;
	  margin-top: -80px;
	  margin-right:10px;
	  position:relative;
	  color:#fff;
      z-index: 444;
      
	}
    
    div #wine_store{
       
        margin-top: 120px;
        margin-left: 10px;
        float: left;
    }

	  div#featured_wine h3 {
	    font-size:20px;
	    font-weight:normal;
	  }
	    div#featured_wine .title {
	      width:246px;
	      text-align:center;
				color:#fff;
	    }

		    #featured_wine .title-wrap {
					background:url(/images/featured_wine_background.png) no-repeat scroll 0 47px;
	        padding-top:71px;
	        height:71px;
					margin-top:-77px;
					margin-left:14px;
	      }

	      div#featured_wine .title p {
	        font-family:Arial, Helvetica, sans-serif;
	        font-size:13px;
	        text-transform: uppercase;
	        font-weight:bold;
	        margin-top:5px;
	      }
	  div#featured_wine p.description {
	    width:190px;
	    position:absolute;
	    right:15px;
			bottom:6px;
	    font-family:Georgia, "Times New Roman", serif;
	    font-size:11px;
	    line-height:1.25em;
	    font-weight:bold;
	  }
	    div#featured_wine #moreFeaturedWinesBtn {
	      width:157px;
	      height:32px;
	      text-indent:-9999em;
	      display:block;
	      background:url(/images/more_featured_wines.gif);
	      position:absolute;
	      left:8px;
	      bottom:2px;
	    }

	    div#featured_wine #orderNowBtn {
	      width:93px;
	      height:32px;
	      display:block;
	      text-indent:-9999em;
	      background:url(/images/order_now_button.gif);
	      position:absolute;
	      bottom:2px;
	      left:175px;
	    }

			div#featured_wine .price {
				position:absolute;
				font-size:30px;
				font-family:Georgia, times, serif;
				right:15px;
				top:32px;
				color:#fff;
			}
	/* END FEATURED WINES */
    
    
/* FEATURED WINES 2 BY ZACH */
div#featured_wine2 {
      background:url(/images/wineladies_store_bg.png);
      width:486px;
      height:204px;
      margin-right:10px;
      position:relative;
      color:#fff;
    }
    

        
    

	div#sponsor_links {
	  margin-top:5px;
	  border-top:solid 2px #ddd;
	  padding-top:5px;
	  padding-bottom:0px;
	}

		div#sponsor_links .last {
			margin-left:16px;
		}

	div.sponsor_link {
	  border:solid 3px #ddd;
	  padding:3px;
	  margin-bottom:9px;
	}


	#content_tabs .entry {
    background:transparent;
    padding:10px 16px;
  }

  #content_tabs .more_blog_posts {
    text-align:right;
    margin-right:16px;
  }

  #content_tabs .more_blog_posts a {
    color:#000;
  }
    #content_tabs .entry h4 {
      font-size:16px;
    }

  #content_tabs .entry p {
    padding:0;
    margin-bottom:10px;
    font-size:12px;
    line-height:14px;
  }

	#content_tabs #questions h4 {
		margin-bottom:15px;
	}

#questions .entry p {
	font-style:normal;
	font-size:14px;
	line-height:18px;
}


	/*VIDEO LIST*/
	           ul.video_list {
                padding:6px 7px;
                background-color:#fff;
                float:left;
              }

              .medium ul.video_list {
                width:148px;
								height:184px;
								overflow:hidden;
              }

                ul.video_list a {
                  display:block;
                  color:#000;
                  font-size:13px;
                  font-variant:small-caps;
                  line-height:14px;
                  padding:7px 0px;
                  text-align:center;
                  font-weight:bold;
                }

                  ul.video_list a:hover {
                    color:#f836a6;
                  }

                  #youtubeVideoImage {
                    position:absolute;
                    right:0;
                    top:4px;
                  }

                  #checkoutVideosBtn {
                    background:url(/images/landing/fill-slots/checkout_videos_btn.gif);
                    width:195px;
                    height:21px;
                    text-indent:-9999em;
                    display:block;
                    position:absolute;
                    bottom:49px;
                    right:7px;
                  }

                  .slot-title {
                    clear:both;
                  }
	/*END VIDEO LIST*/

	/*LANDING PAGE GRIDS*/

	.landing #main_content {
    background:#e1e1e1;
    margin-top:0;
    border-top:solid #fff 15px;
    padding-top:17px;
    padding-left:17px;
  }

	      .row {
          margin-top:10px;
        }

        .x-small, .medium, .small, .large {
          float:left;
          padding:7px;
          background-color:#f4f4f4;
          position:relative;
        }

        .x-small, .x-small .title span {
          width:168px;
        }


        .medium, .medium .title span {
          width:361px;
        }

        .large, .large .title span {
          width:550px;
        }

        .row .first {
          margin-right:10px;
        }

        .row .title span, .slot-title  {
          line-height:30px;
          text-align:center;

          text-transform:uppercase;
          text-decoration:none;
          font-weight:bold;
          display:block;

          position:absolute;
          bottom:9px;
          background-color:#000;
          color:#fff;
					font-size:14px;
					left:7px;
        }

        #site_content h3.slot-title {
          position: static;
          border-top:solid 6px #999999;
					font-size:14px;
					padding:0;
        }
          .row .title:hover span {
            background-color:#919191;
          }

	/*END LANDING PAGE GRIDS*/

	/*SUB NAVIGATION*/
	ul.sub_navigation {
     
     padding-right:30px;
   }

   ul.sub_navigation li {
     float:right;
   }
     ul.sub_navigation li a {
       
       padding:0px 10px;
       line-height:34px;
       color:#fff;
       font-family:Arial, Helvetica, sans-serif;
       font-weight:bold;
       text-transform:uppercase;
       text-decoration:none;
     }

     .landing #site_content {
       background-color:#fdfdfd;
       padding:9px;
       width:567px;
     }


	/*END SUB NAVIGATION*/

	/*LANDING PAGE SIDEBAR */
	#sidebar_content h3 {
     font-family:Arial, Helvetica, sans-serif;
     font-size:14px;
     text-transform:uppercase;
     color:#fff;
     background:#f836a6;
     padding:9px 7px;
   }

   .entry {
     background-color:#fff;
     padding:15px 7px;
     cursor:pointer;
   }

   .over {
     background-color:#ccc;
   }

   .entry a {
     color:#000;
   }

     .entry h4 a {
       font-size:18px;
       font-family:Arial, Helvetica, sans-serif;
       font-weight:bold;
       margin-bottom:5px;
       text-decoration:none;
       color:#000;
       display:block;
     }

     .entry p {
       font-style:oblique;
     }

     .entry .details {
       border-top:solid 1px #e5e5e5;
       margin-top:10px;
       font-size:10px;
       color:#c7c7c7;
     }

     .over .details {
       color:#000;
       border-color:#000;
     }

     .categories {
       float:left;
       padding-left:15px;
     }

       .date {
         float:left;
       }

       .categories li {
         float:left;
				 margin-right:10px;
       }
	/*LANDING PAGE SIDEBAR*/

	/*SIDEBAR EVENTS*/
	 .bigdate {
      width:28px;
      height:25px;
      background:url(/images/landing/date_background.gif);
      display:block;
      text-align:center;
      color:#fff;
      padding:8px 9px;
      float:left;
      margin-right:8px;
    }
      .bigdate .day {
        display:block;
        font-size:18px;
        line-height:9px;

      }

    .readmore {
      padding:10px;
    }
    .readmore a {
      color:#000;
    }

    .small-details {
      margin-left:54px;
    }
      .small-details .categories {
        padding-left:0;
      }
	/*END SIDEBAR EVENTS*/

	/*NEWSLETTER ARCHIVES*/
	.link_list {
    background-color:#fff;
		padding-top:10px;
		padding-bottom:10px;
  }

  .link_list a {
    color:#000;
    display:block;
    padding:7px 9px;
  }

		.link_list li {
			height:1%;
		}

    .link_list a:hover {
      background-color:#ccc;

    }

	/*END NEWSLETTER ARCHIVES*/

	/*NAVIGATION LINKS
	div#masthead ul a:hover,
  #wine_dine #wine_dine_link,
  #the_winery #the_winery_link,
  #one_sip_at_a_time #one_sip_at_a_time_link,
  #get_in_touch #get_in_touch_link {
	  background-color:#000;
	  background-image:none;
  }

  #radio_show #radio_show_link,
  #newsletter_archive #newsletter_archive_link,
  #news_events #news_events_link,
  #event_booking #event_booking_link,
  #gallery #gallery_link,
  #videos #videos_link,
  ul.sub_navigation li a:hover {
    background-color:#919191;
  }
  /*END NAVIGATION LINKS*/

/*CONTENT STYLES*/
#site_content h2 {
  font-size:33px;
	font-weight:normal;
  margin-bottom:15px;
  padding:5px;
}
	#site_content h2 img {
		margin-left:-5px;
		margin-top:-5px;
	}

#site_content h3 {
  font-size:18px;
  padding:5px;
  font-weight:normal;
}

#site_content p {
  font-size:14px;
  line-height:20px;
  margin-bottom:15px;
  padding:5px;
}

#site_content h4 {
	padding:5px;
}

#site_content ol {
	list-style-type: decimal;
	margin-left:2em;
	font-size:14px;
}
	#site_content ol li {
		margin-bottom:1em;
	}

#site_content form p {
  margin:0;
  font-size:12px;
  padding:0;
}
/* END CONTENT STYLES */


/*BLOG CONTENT*/
     .blog_post {
        background-color:#fff;
        padding:10px 8px;
        margin-top:10px;
      }

      .blog_image {
        text-align:center;
      }

      .blog_post img {
        max-width:559px;
			}

			.blog_post p img {
				margin-left:-10px;
			}


      .blog_post .details:after {
        content:".";
      	clear:both;
      	visibility:hidden;
      	display:block;
      	height:0;
      }

      .blog_post .details span.category {
        float:right;
      }

      .blog_post .details {
        border-bottom:dotted 1px #000;
        padding:5px;
      }

      #site_content .blog_post h2 {
        text-align:center;
        background:transparent;
        margin-top:10px;
      }

        .blog_post h3 {
          font-size:18px;
          padding:5px;
          text-align:center;
        }

        .blog_post h4 {
          font-size:12px;
          padding:5px;
          padding-bottom:0;
        }
          .blog_post .comment {
            border-bottom:solid 1px #e5e5e5;
            margin-bottom:10px;
            margin-top:10px;
          }

      .blog_post a {
        color:#000;
      }

      #site_content p#comments {
        border-top:solid 1px #e5e5e5;
        padding:0;
      }
        #add_comment{
          width:89px;
          height:22px;
          background:url(/images/blog/comment_button.gif);
          display:block;
          text-indent:-9999em;
          margin-top:-3px;
        }
/*END BLOG STYLES*/

/*VIDEO PLAYER STYLES*/
 #video_player {
    width:424px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    padding-left:25px;
    padding-right:25px;
  }

  .button {
    position:absolute;
    top:127px;
    font-size:50px;
    text-decoration:none;
    color:#000;
  }

  #nextVideoBtn {
    right:0;
  }

  #previousVideoBtn {
    left:0;
  }

  #playlist {
		height:288px;
		overflow:auto;
  }
		h3#playlist_title {
      font-size:24px;
      font-weight:normal;
      margin-bottom:10px;
			margin-top:25px;
    }

  .video {
    padding:10px;
    cursor:pointer;
  }
  .video img {
    width:130px;
    float:left;
    margin-right:15px;
  }
    .video h4 a {
      display:block;
      color:#000;
      font-size:17px;
      text-transform:uppercase;
      text-decoration:none;
    }

    #site_content .video p {
      float:left;
      width:382px;
      padding-left:0;
      overflow:hidden;
    }

  #site_content #playlist .playing {
    background-color:#e0ffd9;
  }

  #playlist .over {
    background-color:#cadcff;
  }


/* END VIDEO PLAYER STYLES */

/*GALLERY STYLES*/
.gvIIContainer{
	width:556px;
	position:relative;
	padding:5px 0 5px 5px;
	/*border:10px solid #fff;*/
}
.gvIIContainer .gvIIImgContainer img{
	margin-left:0;
	margin-top:0;
}
.gvIIAltText{
	position:absolute;
	right:0;
	top:0;
	background:#000;
	border:1px solid #fff;
	color:#fff;
	padding:5px;
}
.gvIIContainer .gvIIImgContainer{
	width:556px;
	height:385px;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
.gvIIContainer .gvIIImgContainer .gvIILoader{
	background: url(/images/ajax-loader.gif) no-repeat center center;
	width:556px;
	height:385px;
	display:none;
}
.gvIIContainer .gvIIHolder{
	position:relative;
	height:207px;
	width:556px;
	overflow:auto;
}
.gvIIContainer .gvIIHolder .gvIIArrow{}
.gvIIContainer .gvIIHolder .gvIIItem{
	float:left;
	height:55px;
	width:75px;
	border:5px solid #ccc;
	margin:2px;
	position:relative;
	overflow:hidden;
}
.gvIIContainer .gvIIHolder .gvIIItem .gvIIFlash{
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	height:55px;
	width:78px;
	cursor:pointer;
}
.gvIIContainer .gvIIHolder .gvIIItem img{
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
	margin-left:0;
	margin-top:0;
	border:none;
	cursor:pointer;
}
/* END GALLERY STYLES*/

#advertisement {
  background:#999999 url(/images/advertisement_background.jpg) repeat-x;
  text-align:center;
  border-top:solid #fff 15px;
  position:relative;
	border-bottom:solid 5px #c5c5c5;
}

  #advertisement img {
    margin-top:15px;
		margin-bottom:15px;
  }

#advertisement p {
 left:26px;
 top:15px;
 position:absolute;
}

/*WINE CELLAR STYLES*/
#client_content.loading {
  background:url(/images/loading.gif) 50% 50% no-repeat;
}


#wine_list {
  padding-top:0;
}

#wine_list .slot-title {
  margin-top:12px;
}

#wine_list a:hover dt {
  text-decoration:underline;
}

#wine_list dl {
  background-repeat:no-repeat;
  padding-left:79px;
  height:45px;
  margin-top:8px;
  
}

  #wine_list dt {
    color:#000;
    text-transform:uppercase;
    font-weight:bold;
  }

  #wine_list dd {
    color:#787878;
    font-style: italic;
  }

	  #client_directory a {
      color:#000;
    }
      .ui-accordion-header {
        display:block;
        font-weight:bold;
        text-decoration:none;
        line-height:19px;
        text-indent:5px;
      }

      #client_directory li {
        border-bottom:solid 1px #dadada;
      }

      #client_directory li.selected .ui-accordion-header, #client_directory li .ui-accordion-header:hover {
        background-color:#0cc3f4;
        color:#fff;
      }

      #client_directory div {
        padding-left:5px;
        padding-right:5px;
      }
        #client_directory table {
          margin-top:5px;
          margin-bottom:5px;
          width:100%;
        }

    #client_directory select {
      padding:0;
      margin-bottom:15px;
      text-indent:5px;
      font-size:18px;
      width:100%;
    }

    #client_content {
      height:281px;
      overflow:auto;
    }

/*END WINE CELLAR STYLES*/

/*FORM STYLING*/
#freeform {
  background-color:#fff;
  padding:5px;
  margin-bottom:15px;
}
  #freeform h4 {
    font-size:14px;
    line-height:18px;
    margin-bottom:5px;
  }
    #freeform p {
      font-size:11px;
    }
    #freeform h4 span {
      color:#F836A6;
      font-size:12px;
      display:block;
      text-align:right;
      margin-top:-18px;
    }

  #freeform input, #freeform textarea, select {
    width:98%;
    font-size:14px;
    margin:5px 0px;
    padding:3px;
    margin-bottom:15px;
    font-family:courier,monospace;
  }

  #freeform textarea {
    height:150px;
    font-size:14px;
  }

  #freeform .submit_button {
    width:auto;
    margin-bottom:5px;
  }

	#logos {
		background-color:#fff;
		border:solid 1px #fff;
	}

	#logos ul {
		width:467px;
		margin:19px auto;
        
	}

  #logos li {
    float:left;
		margin:0px 17px;
  }

/*END FORM STYLING*/

/*PRODUCT LIST STYLING*/
#products {
  padding:5px;
}

.product {
  float:left;
  margin-right:10px;
  margin-bottom:15px;
}

  .product .details {
    float:left;
    width:175px;
    padding-left:10px;
  }

  .product .title {
    display:block;
    font-size:14px;
    margin-bottom:5px;
  }
	.price {
    color:#F836A6;
  }
.product a {
  color:#000;
  text-decoration:none;
}

  .product a:hover .title {
    text-decoration:underline;
  }
  .product img {
    width:80px;
    float:left;
  }

  .breadcrumbs {
    color:#F836A6;
    padding:5px;
    margin-bottom:10px;
    display:block;
  }
		.breadcrumbs a {
	    color:#F836A6;
	    padding:5px;
		}

/* WINE ITEM PAGE*/

.product_page_details:after {
  content:".";
	clear:both;
	visibility:hidden;
	display:block;
	height:0;
}

.product_page_details {
  margin-bottom:15px;
}

.product_page_details img {
  float:left;
	width:225px;
}

.product_page_details table {
  float:left;
  margin-left:10px;
  width:332px;
}

#site_content .product_page_details h2 {
  float:left;
  width:327px;
  padding-top:0;
  padding-left:10px;
}

.product_page table thead th {
  font-size:18px;
  background-color:#000;
  color:#fff;
  line-height:30px;
}

.product_page table tbody {
  font-size:14px;
  line-height:20px;
  text-align:left;
}

.product_page table tbody tr {
  border-bottom:solid 1px #cccccc;
}

p.order_now {
  float:left;
}

p.order_now a {
  background:url(/images/order_now_white.gif) no-repeat 100% 0%;
  width:332px;
  height:37px;
  display:block;
  text-indent:-9999em;
}

.product_page h4 {
	padding:5px;
	font-size:14px;
	margin-bottom:0px;
}

/* FLOAT CLEARING */


 #sitemap:after, div#masthead:after, div#content_tabs ul:after, #main_content:after, .row:after, .medium:after, .categories:after, .details:after, .blog_post:after, .video:after, div#sponsor_links:after, #logos ul:after, #products:after, .product:after, .feature:after {
	content:".";
	clear:both;
	visibility:hidden;
	display:block;
	height:0;
}


#categorySelector {
  margin:15px 7px;
  width:340px;
}

.promo_link {
	display:none;
}


 #videos .entry {
    float:left;
    margin-left:18px;
  }

  #videos .small_entries {
    float:left;
    border:none;
    margin-top:8px;
  }
  #videos a {
    position:relative;
  }

  #videos img {
    height:228px;
  }
  #content_tabs #videos p.title {
    position:relative;
    background-color:#000;
    color:#fff;
    padding:0px;
    margin: 0px;
    width: 300px;
    padding: 2px;
    
  }

 #content_tabs #videos p.title a{color: #fff;} 
  
  #videos a:hover p {
    text-decoration:underline;
  }

  #videos .small_entries img {
    width:82px;
    height:auto;
    display:block;
  }
    #videos .small_entries p {
      margin-bottom:0;
      padding:3px;
    }

    #videos .small_entries p.first {
      margin-top:0;
    }

    #videos .small_entries a {
      color:#000;
    }


    #one_sip_at_a_time table {
      margin:0 auto;
      border:solid 1px #ccc;
    }
      #one_sip_at_a_time table th {
        text-align:left;
        width:150px;
        background-color:#efefef;
      }

      #one_sip_at_a_time table tr td, #one_sip_at_a_time table tr th {
        padding:5px 10px;
        border-bottom:solid 1px #ccc;
      }

/* PHOTO GALLERY */

 #photo_gallery {
    padding:5px;
    position:relative;
  }

  #photo_previous, #photo_next {
    position:absolute;
    top:75px;
    color:#000;
    text-decoration:none;
    font-size:60px;
    margin:10px;
  }

  #photo_previous {
    left:0;
  }

  #photo_next {
    right:0;
  }

  #site_content #photo_gallery p {
    margin:0;
    padding:5px;
  }
  #photo_gallery p img {
    display:block;
    height:225px;
    margin:0px auto;
  }

  #morePhotosBtn {
    display:block;
    text-align:right;
    margin-right:15px;
    color:#000;
  }

/*FEATURES*/
#feature_items {
  margin-top:18px;
  margin-bottom:18px;
  border-top:solid 1px #e5e5e5;
  padding-top:5px;
}

.feature {
  border-bottom:solid 1px #e5e5e5;
	padding-bottom:9px;
	margin-bottom:18px;
}

  #feature_items img {
    float:left;
    margin-right:16px;
  }

  #feature_items h3 {
    font-size:14px;
    text-transform: uppercase;
    padding-left:238px;
  }

  #feature_items p {
    padding-left:238px;
    font-size:11px;
    font-family:Helvetica, Arial;
    margin-bottom:0;
    line-height:15px;
  }

  #feature_items p a:link, #feature_items p a:visited {
    color:#f836a6;
    font-family:Georgia;
    font-style: italic;
    text-decoration:none;
  }

  #feature_items p a:hover {
    text-decoration:underline;
  }

/* FEATURE PAGE*/
.feature_item img#head_image {
  width:567px;
}

#site_content.feature_item p.lead {
	font-size:1.25em;
	font-weight:bold;
	border-bottom:solid 1px #e5e5e5;
	padding-bottom:18px;
	margin-top:18px;
	margin-bottom:18px;
}

.feature_item  a:link, .feature_item a:visited {
	text-decoration:underline;
	color:#000;
}

.feature_item ul {
	margin:14px 6px;
	margin-bottom:28px;
}





.inset {
	float:left;
	margin-right:14px;
	margin-bottom:28px;
}
#pushup {
  position: fixed;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 4px;
  background: #ffffc6;
  border: 1px solid #b0dfc8;
  z-index: 9001;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
* html #pushup {
  position: absolute;
  top: expression(_pushupIETop = 10 + (document.documentElement.scrollTop || 0) + 'px');
}

.withReminder { padding-bottom: 6px; }
#pushup a { outline-style: none; text-decoration: none; border: 0; }

#pushup .pushup_messageLink {
  float: left;
  position: relative;
  color: #4293cd;
  font-size: 12px;
  cursor: pointer;
}

#pushup .pushup_icon {
  position: relative;
  float: left;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
}

#pushup .pushup_message {
  position: relative;
  float: left;
  margin-right: 3px;
  line-height: 22px;
  vertical-align: middle;
}

#pushup .pushup_reminder {
  float: left;
  clear: both;
  font-size: 10px;
  color: #84a2ac;
  margin-left: 27px;
  cursor: pointer;
}

#pushup .pushup_messageLink:hover,
#pushup .pushup_reminder:hover { text-decoration: underline; }

/****** PRODUCTS PAGE *******/

.pro_box{
    width: 239px;
    float: left;
    border-right: 1px dashed #000;
}

.pro_box .title{
    width: 100%; 
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

.pro_box .image{
    width: 100%;
    text-align: center;
}

.pro_box .image a{
    border: 0px;
}

.pro_box .description{
    width: 90%;
    margin: 0px auto;
    padding-top: 8px;
    line-height: 1.2em;
    padding-bottom: 11px;
}

.pro_box .pay_box{
    width: 48%;
    text-align: center;
    position: relative;
    top:5px;
} 

.pro_box .details{
    width: 48%;
    position: relative;
    left: 120px;
    top: -40px;
}

.pro_store{
    width: 98%;
    margin: 0px auto;
}

.pro_store .title{
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-indent: 10px;
}

.pro_store .back{
    float: right;
    text-indent: 26px;
    font-size: 14px;
    font-weight: bold;
}

.pro_store .back a{
    color: blue;
}

.pro_store .product_box{
    width: 100%;
    border-top: 1px dashed #000;
    padding-top: 10px;
    margin-top: 15px;
}

.pro_store .product_box .st_product{
    width: 225px;
    text-align: center;
    border-right: 1px dashed #000;
    float: left;
}

.pro_store .product_box .st_description{
    width: 725px;
    padding: 10px;
    float: left;
}