/* ------------------------------- */
/* RESET
/* ------------------------------- */
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,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}

body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}

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

caption, th, td {text-align: left;font-weight: normal;}




/* ------------------------------- */
/* HTML ELEMENTS
/* ------------------------------- */
abbr { border-bottom: 1px dotted #737160;}
strong {font-weight: bold;}
em {font-style: italic;}
h1, h2, h3, h4, h5, h6, p, ul, li {margin: 0;padding: 0;}
ol {margin-bottom: 15px;}
ol li {margin-bottom: 5px;}
p {margin-bottom: 10px;}
p.center { text-align: center; }
br.clear { clear: both; }
div.clear { clear: both; height: 10px; }

a, a:link { color: #000; text-decoration: none; border-bottom: 1px solid #d6d6d6;}
a:visited { color: #444; }
a.hover, a:hover { color: #6d9705;}

body {
margin: 0;
padding: 0;
border: 0;
height: 100%;
font: 100%/120% "Palatino Linotype", "Georgia", "Times New Roman", serif;
line-height: 120%;
color: #000;
background: url(../images/bg.jpg);
}

html, body {
height: 100%;
}




/* ------------------------------- */
/* HEADER AND WRAPPER
/* ------------------------------- */
div#header {
	width: 100%;
	height: 50px;
	}

div#wrapper {
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 340px;
	}



/* ------------------------------- */
/* PANEL / CONTACT FORM & DIRECTIONS
/* ------------------------------- */
.panel-wrapper {
	margin: 0 auto;
	width: 950px;
	}

#contact_form {
	background: #e8f3d1;
	display: none;
	height: 300px;
	}


/***** CONTACT FORM *****/
#contact_form form {
	margin: 40px 0 0 0;
	width: 500px;
	float: left;
	}

#contact_form label {
	text-align: left;
	display: block;
	font-variant: small-caps;
	font-size: .9em;
	}

#contact_form form .input-bg {
	margin: 2px 0 6px 8px;
	width: 174px;
	height: 31px;
	clear: both;
	background: url(../images/input-bg.jpg) no-repeat;
	}

#contact_form form .input-bg input {
	position: relative;
	top: 2px;
	left: 8px;
	width: 155px;
	border: 0;
	padding: 4px 0 4px 0;
	background: none;
	letter-spacing: .07em;
	color: #4c6121;
	font: .8em "Palatino Linotype", Georgia, serif;
	}

#contact_form form .textarea-bg {
	margin: 2px 0 10px 8px;
	width: 263px;
	height: 149px;
	background: url(../images/textarea-bg.jpg) no-repeat;
	}

#contact_form form .textarea-bg textarea {
	position: relative;
	top: 2px;
	left: 10px;
	width: 245px;
	height: 125px;
	border: 0;
	padding: 4px 0;
	background: none;
	letter-spacing: .05em;
	color: #4c6121;
	font: .8em/1.4em "Palatino Linotype", Georgia, serif;
	}

/* INVALID VALIDATION MESSAGE */
#contact_form span.LV_validation_message.LV_invalid {
	position: relative;
	top: -14px;
	left: -18px;
	width: 13px;
	height: 13px;
	display: block;
	background: url(../images/arrow-fail.jpg) no-repeat 0 0;
	text-indent: -999999px;
	}

/* VALID VALIDATION MESSAGE */
#contact_form span.LV_validation_message.LV_valid {
	position: relative;
	top: -14px;
	left: -18px;
	width: 13px;
	height: 13px;
	display: block;
	text-indent: -999999px;
	}

#contact_form form .name-email-phone,
#contact_form form .message-column {
	width: 200px;
	float: left;
	}

#contact_form form .message-column input.send {
	margin: 0 0 0 170px;
	}

#ajaxcontactbody {
	float:left;
	color:#C1C1C1;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:9px 0 0 0;
	text-align:right;
	width:365px;
	}

/* THE SUCCESS MESSAGE AFTER FORM IS SUBMITTED */
.your-message {
	margin: 40px 0 0 0;
	padding-left: 50px;
	width: 450px;
	float: left;
	}

.your-message h2 {
	margin: 35px 0 0 0;
	text-align: center;
	font-size: 2em;
	color: #fff;
	width: 350px;
	}

.your-message p {
	margin: 10px 0 0 0;
	width: 350px;
	line-height: 1.3em;
	text-align: center;
	}



/***** ADDRESS AND PHONE NUMBER *****/
.address {
	width: 180px;
	float: left;
	color: #8ea069;
	font-size: .9em;
	}

.address p {
	margin: 5px 0 0 0;
	}

.address h3,
.map h3 {
	margin: 43px 0 0 0;
	color: #000;
	font-size: .95em;
	font-variant: small-caps;
	}


/***** GOOGLE MAP *****/
.map {
	margin: 0 0 0 20px;
	width: 240px;
	float: left;
	color: #8ea069;
	font-size: .9em;
	}

.map iframe {
	margin: 4px 0 0 0;
	border: 4px solid #fff;
	}

.map p {
	margin: 5px 0 0 0;
	}

.map p small {
	font-size: .8em;
	text-transform: lowercase;
	}



/***** THE BUTTON FOR PANEL *****/
#panel-button {
	width: 100%;
	border-top: 4px solid #e8f3d1;
	}

a#contact_tab {
	margin: 0 auto;
	width: 145px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	border: 0;
	background: url(../images/contact.jpg) no-repeat;
	}

a#contact_tab:hover {
	background-position: 0 -28px;
	}

#site_info_btn {
	border-top: 5px solid #e8f3d1;
	}

/* WHEN PANEL IS OPEN */
#site_info_btn a.on {
	background: url(../images/contact.jpg) no-repeat;
	background-position:0 -28px !important;
	}




/* ------------------------------- */
/* CONTENT
/* ------------------------------- */
#content-top {
	width: 339px;
	height: 37px;
	background: url(../images/content-top.jpg) no-repeat;
	}

#leaf {
	position: relative;
	top: -36px;
	width: 400px;
	background: url(../images/leaf.png) no-repeat 120px 0;
	
	}

#grapes {
	background: url(../images/grapes.png) no-repeat 0 245px;
	
	}

#bottle {
	background: url(../images/bottle.png) no-repeat 275px 525px;
	
	}



/***** START OF THE ACTUAL CONTENT *****/
#content-body {
	width: 339px;
	background: url(../images/content-container.jpg) repeat-y;
	}

#content-body h3 {
	padding: 45px 0 3px 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: -.02em;
	text-align: center;
	width: 350px;
	}

#content-body h1 {
	margin: -13px 0 0 0;
	text-align: center;
	font-size: 2.5em;
	width: 350px;
	height: 76px;
	display: block;
	zoom: 1;
	font-weight: normal;
	line-height: 1.4em;
	}

#content-body h1 span {
	color: #fff;
	}

#content-body dl {
	text-align: center;
	font-size: .85em;
	line-height: 1.2em;
	width: 339px;
	}

#content-body dl dt {
	margin: 20px 0 3px 0;
	color: #505602;
	font-variant: small-caps;
	font-size: 1em;
	}

#content-body dl dd small {
	font-size: .8em;
	}


/***** DETAILS *****/
#content-body .details {
	margin: 20px 0 0 35px;
	padding: 15px 0 0 0;
	width: 270px;
	font-size: .85em;
	background: url(../images/divider.png) no-repeat center top;
	}


/***** BUY TICKETS *****/
#content-body .details .tickets {
	margin: -85px 0 0 0;
	position: relative;
	left: 270px;
	top: 40px;
	text-align: center;
	}

#content-body .details .tickets p {
	color: #727736;
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: .04em;
	}

#content-body .details .tickets input.purchase {
	position: relative;
	margin: 0 auto;
	top: 4px;
	width: 121px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
	background: url(../images/purchase-tickets.png) no-repeat;
	
	}

#content-body .details .tickets input.purchase:hover {
	background-position: 0 -26px;
	}

#content-body .details p {
	padding: 20px 0 0 0;
	}

#content-body .details p.short {
	width: 250px;
	}



/* ------------------------------- */
/* FOOTER
/* ------------------------------- */
#content-bottom {
	margin: -25px 0 0 0;
	width: 339px;
	height: 31px;
	background: url(../images/content-bottom.jpg) no-repeat;
	}
	

/*** ----- end ----- ***/