/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FFFFFF;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}

body {
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	font-family: "adobe-garamond-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 23px;
	color: #282926;
}

body.editor {
	background-image: none;
	background-color: #EDE6E1;
	min-height: 400px;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 23px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin-bottom: 10px;
}

h2 {
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #B6A771;
	margin-bottom: 5px;
}

strong {
	font-weight: 700;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #1E718C;
}

hr {
	color: #C3BAAA;
	background-color: #C3BAAA;
	height: 1px;
	border: 0px;
	margin: 15px 0px;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

optgroup option {
	padding-left: 20px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}
 
fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: "adobe-garamond-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
 
.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #17637C;
	color: #FFFFFF;
	font-size: 13px;
	padding: 2px 4px;
}

a.button {
	padding: 3px 6px;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 960px;
	margin: 0px auto;
	padding-top: 380px;
	position: relative;
}

.layout2 #container {
	padding-top: 130px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
}

#mini_cart {
	position: absolute;
	top: 10px;
	right: 10px;
	text-transform: uppercase;
	background-image: url('../images/icon_cart.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#mini_cart li {
	list-style: none;
	float: left;
	background-image: url('../images/nav_divider.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
	margin-left: 5px;
}

#mini_cart li.first {
	background-image: none;
	padding-left: 13px;
}

#mini_cart span, #mini_cart li a {
	color: #75051E;
}

#mini_cart .large {
	font-size: 16px;
}

#purchase_tickets {
	position: absolute;
	top: 33px;
	right: 10px;
	background-image: url('../images/icon_ticket.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 12px;
}

#header_photo {
	margin-top: 130px;
	clear: both;
	width: 960px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#content_box {
	background-color: #E6E6E6;
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	padding: 55px 40px 15px 40px;
}

#content {
	width: 660px;
	float: right;
}

.layout2 #content {
	background-image: url('../images/home_content_bg.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 560px;
	left: 10px;
	width: 479px;
	height: 210px;
	padding: 20px 125px 20px 30px;
	color: #FFFFFF;
	float: none;
	-moz-column-count: 2;
	-moz-column-gap: 35px;
	-webkit-column-count: 2;
	-webkit-column-gap: 35px;
	column-count: 2;
	column-gap: 35px;
	line-height: 20px;
}

.layout2 #content strong {
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	color: #CAC08F;
	text-transform: uppercase;
	font-size: 17px;
}

.layout2 #content em {
	font-size: 17px;
	color: #CAC08F;
}

#left_content {
	width: 190px;
	float: left;
	margin-top: 36px;
}

#bottom_content {
	background-color: #AAAAAA;
	background-image: url('../images/bottom_content_bg.jpg');
	background-repeat: no-repeat;
	padding: 30px 40px 30px 40px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}

#bottom_content .title {
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
}

#bottom_content span {
	color: #000000;
	font-weight: bold;
}

#bottom_content a {
	color: #1E718C;
}

#bottom_content strong a, #home_events a {
	background-image: url('../images/teal_arrow.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 9px;
}

#mailinglist {
	width: 195px;
	float: left;
	margin-right: 25px;
	display: inline;
}

#mailinglist form {
	margin-top: 5px;
}

#email_box {
	width: 160px;
	height: 25px;
	padding-left: 10px;
	border: 0px;
	float: left;
	background-image: url('../images/email_bg.jpg');
	color: #827866;
}

#email_submit {
	width: 20px;
	height: 25px;
}

#footer {
	background-color: #000000;
	position: relative;
	width: 880px;
	height: 50px;
	padding: 20px 40px 0px 40px;
	font-size: 13px;
	line-height: 29px;
	color: #AAAAAA;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 60px;
	right: 10px;
}

#nav li {
	list-style: none;
	display: inline;
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	background-image: url('../images/nav_divider.gif');
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	padding-left: 17px;
	display: inline;
	position: relative;
}

#nav li.first {
	background-image: none;
}

#nav li a {
	color: #322D24;
	padding-bottom: 5px;
}

#nav li a:hover, #nav li.active a {
	color: #1E718C;
}

#nav li.active a {
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#nav li ul {
	display: none;
}

#nav li:hover ul {
	display: block;
	position: absolute;
	top: 20px;
	left: 17px;
	background-color: #1E718C;
	background-image: url('../images/dropdown_bg.jpg');
	background-repeat: repeat-x;
	padding: 15px 20px 5px 20px;
}

#nav li ul li {
	display: block;
	float: none;
	margin: 0px;
	padding: 10px 0px 8px 0px;
	background-image: none;
	white-space: nowrap;
	font-size: 11px;
	line-height: 15px;
	border-top: 1px solid #48879B;
}

#nav li ul li.first {
	border-top: 0px;
}

#nav li ul li a, #nav li.active ul li a {
	background-image: none;
	color: #E9E4DC;
	padding: 0px;
}

#nav li ul li a:hover, #nav li.active ul li a:hover {
	color: #FFFFFF;
}

#subnav {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

#subnav li {
	list-style: none;
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#subnav li a {
	color: #322D24;
}

#subnav li a:hover, #subnav li.active a {
	color: #1E718C;
}

#footer_nav {
	position: absolute;
	top: 20px;
	right: 31px;
}

#footer_nav li {
	list-style: none;
	float: left;
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px 9px 0px 11px;
	background-image: url('../images/footer_nav_divider.gif');
	background-repeat: no-repeat;
	background-position: left 13px;
	line-height: 29px;
}

#footer_nav li.pleasant a, #footer_nav li.facebook a, #footer_nav li.instagram a {
	background-image: url('../images/logo_pleasant_valley.png');
	background-repeat; no-repeat;
	display: block;
	width: 95px;
	height: 29px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#footer_nav li.facebook a {
	background-image: url('../images/icon_facebook.png');
	width: 79px;
	height: 16px;
	margin-top: 4px;
}

#footer_nav li.instagram a {
	background-image: url('../images/icon_instagram.png');
	width: 82px;
	height: 23px;
	margin-top: 4px;
}

#footer_nav li a {
	color: #AAAAAA;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	text-align: center;
	padding: 0px 24px 24px 0px;
	width: 147px;
	line-height: 16px;
}

.gallery-image {
	width: 147px;
	height: 147px;
	margin-bottom: 3px;
	padding: 0px;
}

.gallery-image td {
	background-color: #B7AE9D;
	width: 135px;
	height: 135px;
	vertical-align: top;
	padding: 6px;
	display: block;
}

.gallery-image img {
	padding: 0px;
	margin: 0px;
}

#home_slideshow {
	width: 960px;
	height: 492px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	position: relative;
}

#home_slideshow ul {
	list-style-type: none;
	width: 960px;
	height: 492px;
	padding: 0px;
	position: relative;
}

#home_slideshow ul li {
	width: 960px;
	height: 492px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#home_slideshow ul li:first-child {
	display: block;
}

#home_slideshow_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
}

#home_bottles {
	position: absolute;
	top: 309px;
	left: 526px;
}

#home_bottom_content {
	margin: 200px 0px 0px 0px;
	/*height: 225px;*/
	padding: 55px 0px 0px 10px;
	background-image: url('../images/home_bottom_content_bg.jpg');
	background-repeat: no-repeat;
}

#home_bottom_content .cta {
	float: left;
	margin-left: 30px;
	display; inline;
}

#home_events {
	margin-left: 30px;
	float: left;
	width: 350px;
	font-size: 14px;
	line-height: 18px;
	color: #322D24;
}

#home_events .title {
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #75051E;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#home_events .date {
	width: 38px;
	float: left;
	text-align: center;
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	color: #1E718C;
	line-height: 20px;
}

#home_events .date strong {
	font-size: 24px;
}

#home_events p {
	margin-left: 45px;
}

#home_events a {
	font-weight: bold;
}

table.trade {
	font-family: "Georgia", Garamond, serif;
	font-size: 12px;
	line-height: 16px;
	color #482b0f;
	text-align: left;
	width: 91%;
}

table.trade td {
	text-align: center;
	padding: 7px 0px 0px 15px;
}

table.trade tr td:first-child {
	text-align: left;
}

table.trade a {
	text-decoration: underline;
}

table.trade tr.heading td {
	background-color: #1E718C;
	color: #EDE6E1;
	padding: 5px 0px 5px 15px;
	font-size: 14px;
}

table.trade tr.subheading td {
	background-color: #1E718C;
	color: #CAC08F;
	padding: 0px 0px 8px 15px;
}

/* Wines CSS */

.wine_category {
	width: 200px;
	min-height: 354px;
	padding: 10px 0px 60px 0px;
	float: left;
	background-color: #1E718C;
	background-image: url('../images/wine_category_bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	display: inline;
	position: relative;
}

.wine_category img {
	margin-bottom: 20px;
}

.wine_category h2 {
	color: #FAF8F5;
	margin: 0px 20px 8px 20px;
}

.wine_category p {
	margin: 0px 20px;
	color: #EDE6E1;
	line-height: 20px;
}

.wine_category a.view_wines {
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #FFFFFF;
	position: absolute;
	bottom: 16px;
	left: 20px;
	background-image: url('../images/white_arrow.gif');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 12px;
}

#product_category {
	margin-left: -20px;
}

.product {
	width: 150px;
	height: 414px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	background-image: url('../images/wine_bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
}

#event_category .product {
	float: none;
	width: auto;
	height: 63px;
	margin: 0px 0px 20px 0px;
	background-image: none;
	background-color: #11708D;
	padding: 15px 0px 0px 0px;
}

.product .bottle {
	width: 150px;
	height: 250px;
	overflow: hidden;
	text-align: center;
}

.product p {
	margin: 0px 20px;
}

.product strong {
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 700;
	color: #FAF8F5;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin-bottom: 5px;
}

.product p a {
	font-size: 16px;
	color: #CAC08F;
	background-image: url('../images/green_arrow.gif');
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 0px;
}

.product form {
	position: absolute;
	bottom: 17px;
	left: 20px;
	width: 110px;
}

#event_category .product form {
	bottom: auto;
	top: 0px;
	left: auto;
	right: 0px;
	background-color: #0A627D;
	padding: 15px 20px 0px 20px;
	height: 63px;
}

.product form strong {
	font-size: 14px;
	line-height: 22px;
}

.product form div {
	float: right;
}

.product label, #product_price label {
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .04em;
}

.product input, #product_price input {
	background-color: #488498;
	border: 0px;
	color: #FFFFFF;
	text-align: center;
	width: 20px;
}

.product .button, #product_price .button {
	background-color: transparent;
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	font-weight: 300;
	color: #FAF8F5;
	text-transform: uppercase;
	background-image: url('../images/white_arrow.gif');
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0px 8px 0px 0px;
	width: auto;
	margin-top: 5px;
}

#product {
	position: relative;
}

#product .titleTable {
	width: auto;
}

#product .titleTable td:first-child {
	max-width: 430px;
}

#product .titleTable td {
	vertical-align: bottom;
}

#product .titleTable a {
	font-family: "adobe-garamond-pro", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #1E718C;
	background-image: url('../images/blue_left_arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	text-transform: none;
	margin-left: 15px;
	display: block;
	margin-bottom: 11px;
}

#product_price {
	background-image: url('../images/wine_price_bg.gif');
	background-repeat: repeat-y;
	color: #FFFFFF;
	padding: 20px 20px;
	margin-bottom: 18px;
}

#product_price strong {
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 700;
	display: block;
	width: 93px;
	float: left;
}

#product h3 {
	font-size: 14px;
	font-family: "trajan-pro", Georgia, "Times New Roman", Times, serif;
	color: #75051E;
	text-transform: uppercase;
	letter-spacing: .02em;
}

#product_price form div {
	float: left;
	margin-right: 50px;
	display: inline;
}

#product_price .button {
	margin: 2px 0px 0px 0px;
}

#product_price input {
	width: 25px;
	background-color: #4E8FA4;
}

#product a {
	background-image: url('../images/icon_download.gif');
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
	line-height: 14px;
	font-weight: 700;
}

#product #bottle {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 190px;
	text-align: center;
}

#product #description {
	width: 429px;
}

#product #description.event {
	width: auto;
}

#vendors {
	width: 100%;
}

#vendors td {
	padding-right: 10px;
}

#popup {
	display: none;
	width: 90%;
	max-width: 450px;
	background-color: #FFFFFF;
	padding: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-indent: 110%;
	overflow: hidden;
	background-color: #000000;
	background-image: url('../images/close.png');
	background-repeat: no-repeat;
	background-position: center center;
	
}
