html,body {
	background-image:url(../images/bg.jpg);
	background-color:#333;
	background-attachment:fixed;
	background-repeat:repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;

}


#container {
	margin-left: auto;
	margin-right: auto;
	width:750px;
	text-align:left;
}

* html container{height:100%;} /*for IE as it treats height as min-height anyway*/

h1#titlehome {
	padding-top:25px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/titlewelcome.png);
	background-repeat:no-repeat;
	
}

h1#titleproducts {
	padding-top:32px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/titleproducts.png);
	background-repeat:no-repeat;
	
}

h1#titletastings {
	padding-top:32px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/titletastings.png);
	background-repeat:no-repeat;
	
}

h1#titlejanuary {
	padding-top:31px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/january.png);
	background-repeat:no-repeat;
	margin-left:285px;
}

h1#titlefebruary {
	padding-top:31px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/february.png);
	background-repeat:no-repeat;
	margin-left:285px;
}
h1#titlemarch {
	padding-top:26px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/march.png);
	background-repeat:no-repeat;
	margin-left:300px;
}
h1#titleapril {
	padding-top:31px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/april.png);
	background-repeat:no-repeat;
	margin-left:320px;
}

h1#titlemay {
	padding-top:24px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/may.png);
	background-repeat:no-repeat;
	margin-left:320px;
}
h1#titlejune {
	padding-top:31px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/june.png);
	background-repeat:no-repeat;
	margin-left:320px;
}
h1#titlejuly {
	padding-top:31px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/july.png);
	background-repeat:no-repeat;
	margin-left:320px;
}
h1#titleaugust {
	padding-top:30px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/august.png);
	background-repeat:no-repeat;
	margin-left:285px;
}
h1#titleseptember {
	padding-top:32px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/september.png);
	background-repeat:no-repeat;
	margin-left:270px;
}
h1#titleoctober {
	padding-top:26px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/october.png);
	background-repeat:no-repeat;
	margin-left:285px;
}
h1#titlenovember {
	padding-top:26px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/november.png);
	background-repeat:no-repeat;
	margin-left:285px;
}
h1#titledecember {
	padding-top:26px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/december.png);
	background-repeat:no-repeat;
	margin-left:285px;
}


h1#titleaboutus {
	padding-top:26px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/titleaboutus.png);
	background-repeat:no-repeat;
	
}

h1#titlecontactus {
	padding-top:24px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/titlecontactus.png);
	background-repeat:no-repeat;
	
}

h1#titlepress {
	padding-top:30px;
	height: 0;
	overflow:hidden;
	background-image:url(../images/titlepress.png);
	background-repeat:no-repeat;
	margin-top:-30px;
}


#vines {
	background-image:url(../images/vines.png);
	background-repeat:no-repeat;
	width:340px;
	height:108px;
	margin-left:0;
	float:left;
}

#vines img {
	border:none;
	margin-top:30px;
}

#vines2 {
	background-image:url(../images/vines2.png);
	background-repeat:no-repeat;
	width:178px;
	height:119px;
	float:right;
}

#vines3 {
	background-image:url(../images/vines3.png);
	background-repeat:no-repeat;
	width:178px;
	height:119px;
	float:left;
}


#nav {

}

#nav ul li {
	display:inline;	
	list-style:none;
	padding-left:15px;
	padding-right:15px;
}

#nav img {
	border:none;
}

#contentbg_wrap {
	float:left;
}
#contentbg_top {
	background:url(../images/contentbg_top.png) no-repeat; 
	width:507px;
	height:12px;
	overflow:hidden;
}

#contentbg_bottom {
	width:507px;
	height:12px;
	background:url(../images/contentbg_bottom.png) no-repeat; 
	
}

#content-narrow {
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
	width:447px;
	background:url(../images/contentbg_middle.png) repeat-y;	
	color:#FFFFFF;
	line-height:1.5em;
}

#content-narrow:first-letter {
float: left;
font-size: 60px;
font-weight: 900;
font-family: serif;
line-height: 40px;
display: block;
margin-right: 5px;
margin-bottom: -10px;
}

#contentbgwide_top {
	background:url(../images/contentbgwide_top.png) no-repeat; 
	width:690px;
	height:12px;
	overflow:hidden;
}

#contentbgwide_bottom {
	width:690px;
	height:12px;
	background:url(../images/contentbgwide_bottom.png) no-repeat; 
	
}

#content-wide {
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
	width:630px;
	background:url(../images/contentbgwide_middle.png) repeat-y;	
	color:#FFFFFF;
	line-height:1.5em;
}

#content-wide:first-letter {
float: left;
font-size: 60px;
font-weight: 900;
font-family: serif;
line-height: 40px;
display: block;
margin-right: 5px;
margin-bottom: -10px;
}

.content-products img {
	padding-right:30px;
}

.content-tastings {
	padding:30px;
	width:450px;
	color:#FFFFFF;
}

#content-right {
	float:right;
	margin-bottom:20px;
	color:#F90;
	padding-top:15px;
}

#storeinfo {
	float:right;
	margin-bottom:20px;
	color:#F90;
	padding-top:15px;
}


#footer {
	text-align:center;
	color:#CCC;
	margin-top:60px;
	font-size:14px;
	margin-right:160px;
	line-height:1.5em;
}

.clear {
	clear:both;
	display:block;
}

#inquiry {
	line-height:1.6em;
}

.warning {
	color:#F33;
	font-size:80%;
}

.error {
	text-align:center;
	color:#F33;
	font-size:120%;
	font-weight:bold;
}

.success {
	text-align:center;
	color:#F90;
	font-size:120%;
	font-weight:bold;
}

form {
	width:600px;
	margin-left:35px;
}

form fieldset {
	border:thin white solid;	
}

form p {
	clear:left;
	margin:0;
	padding:10px;
	padding-top: 5px;
}

form p label {
	width:30%;
	font-weight: bold;
	font-size: 16px;
	color:#F90;
}

form .submit {
	margin-left:235px;
	padding:5px;
}

form .reset {
	padding:5px;	
}

form legend {
	color:#F90;	
	margin-left:20px;
}

input:focus { background-color:#FCD349;
}

a:link, a:visited {
	color:#F90;
}

a:hover, a:active {
	color:#FFF;
}

#map {
	float:left;
}

#carvewrap {
	position:relative;	
}

.carving1 {
	background:url(../images/carving1.png) no-repeat;
	width:63px;
	height:112px;
	position:absolute;
	top:120px;
	left:630px;
}

.carving2 {
	background:url(../images/carving2.png) no-repeat;
	width:185px;
	height:101px;
	position:absolute;
	top:1050px;
	left:80px;
}

.carving3 {
	background:url(../images/carving3.png) no-repeat;
	width:184px;
	height:57px;
	position:absolute;
	top:850px;
	left:550px;
}

div#map td.googlemap {
	background:none; !important
}

/*--------CALENDAR----------*/

div#calendar table {
	border-collapse: separate;
	border:none;
	margin: 10px auto;
	font-size: 20px;
}
td, th {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/calendar/cells.png);
	color: #444;
	position: relative;
}
th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 162px -81px;
}
td.padding {
	background: url(../images/calendar/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
}
td.today:hover {
	background-position: 81px -81px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: url(../images/calendar/popup.png) no-repeat;
	border: 1px solid white;
	font-size: 15px;
	width: 300px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 20px;
}

span.desc {
	color:#FFFFFF;
}

.events li span.title {
	font-weight: bold;
	color:#F90;
	font-size:18px;
	margin-bottom:5px;
}
