/* reset */
html, body, div, span, object, h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, small, strong,
dl, dt, dd, ol, ul, li, fieldset, form,
label {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-size: 100%; vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
/* end reset */

/* main styles */
html {
	height: 101%;
}	
body {	
	font-family: helvetica, arial, sans-serif; color: white; line-height: 1.5;
	background: #000000 url(../images/bg.jpg) repeat-x bottom fixed;	
}
div#page-wrap {
	width: 960px;	
	margin: 0 auto;
	text-align: center;	
}
div#subpage-wrap {	
	position: relative;	
	min-height: 460px;
	font-size: 12px; text-align: left; color: #ffffff;
	background: black;	
	border: 8px solid #2e2e2e;	
}
div#min-height {
	float: right;
	width: 2px;
	height: 900px;
}	
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
p#copyright {	
	margin: 15px auto 10px auto;
	font-size: 11px; text-align: center; color: #6d6d6d;
}
	p#copyright a, p#copyright a:visited {
		color: #6d6d6d !important; text-decoration: none;
	}		
/* end main styles */

/* header */
h1#logo {
	background: url(../images/logo.gif) no-repeat center;
	text-indent: -9999px;
	width: 960px; height: 170px;		
}	
ul#main-nav {	
	margin: 10px 0 80px 145px;	
	}
	ul#main-nav li {
		display: inline;		
		}
		ul#main-nav li  a {
			display: block;
			float: left;
			height: 48px;
			text-indent: -9999px;
		}
		ul#main-nav li.home a {
			width: 121px;
			background: url(../images/nav/nav-home.jpg) bottom center no-repeat;
		}
		ul#main-nav li.history a {
			width: 119px;
			background: url(../images/nav/nav-history.jpg) bottom center no-repeat;
		}
		ul#main-nav li.wines a {
			width: 116px;
			background: url(../images/nav/nav-wines.jpg) bottom center no-repeat;
		}
		ul#main-nav li.accolades a {
			width: 170px;
			background: url(../images/nav/nav-accolades.jpg) bottom center no-repeat;
		}
		ul#main-nav li.contact a {
			width: 151px;
			background: url(../images/nav/nav-contact.jpg) bottom center no-repeat;
		}
		ul#main-nav li a:hover {
			background-position: center center;
		}		
		body#home li.home a,
		body#history li.history a, 
		body#wines li.wines a, 
		body#accolades li.accolades a,
		body#contact li.contact a {
			background-position: top center;
		}			
/* end header */

/* home content box */
div#home-content{
	color: black;
	background: url(../images/wine_bottles.jpg);
	width: 960px; height: 301px;	
}	
img#wine-bottles {
	margin-top: 0px;
	float: right;
}
div#fadeshowbox {
	float: left;
	width: 379px; height: 225px;	
	margin: 30px 0 0 110px;
	background: url(/images/slideshow/pic2.jpg);
}	
/* end home content box */

/* home footer */
div#footer {
	position: relative;
	height: 190px;
	font-size: 14px;	
	margin: 35px 0 0 0;
	border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;	
	}
	div#footer a {
		color: white !important;
		text-decoration: underline;
		}	
		div#footer a:visited {
			color: white !important;
		}
		div#footer a:hover {
			color: #4c4c4c !important;
		}
img.footer-headings {
	margin: 20px 0 20px 0;		
}	
div#footer-col1 {
	float: left;
	width: 240px;
	margin-left: 30px;
	}
	#text-col1 {
		text-align: center;	
	}	
div#footer-col2 {	
	float: left;
	width: 240px;
	margin: 0 85px 0 85px;	
}
div#footer-col2 strong {
	font-weight: normal;
}
div#footer-col3 {
	float: right;
	width: 250px;	
}
div#footer-col3 h2 {
	font-weight: normal;
}	
img#email {
	height: 36px;
	position: absolute; bottom: 20px; right: 125px;
}
img#fb {
	height: 32px;
	position: absolute; bottom: 25px; right: 77px;
}	
/* end home footer */

/* wines */
div#labels {
	float: left;
	margin: 39px 30px 0 30px;
	width: 200px;
}
a#cab-label {
	display: block;
	width: 150px; height: 116px;
	margin: 20px 20px 0 20px;
	border: 2px solid #6d6d6d;
	background: url(../wines/images/06cab.jpg) bottom center no-repeat;
}	
a#cab-label:hover {
	background: url(../wines/images/06cab.jpg) top center no-repeat;
}
a#char-label {
	display: block;
	width: 150px; height: 116px;
	margin: 40px 20px 0 20px;
	border: 2px solid #6d6d6d;
	background: url(../wines/images/08char.jpg) bottom center no-repeat;
}
a#char-label:hover {
	background: url(../wines/images/08char.jpg) top center no-repeat;
}
a#vimeo-label {
	display: block;
	width: 150px; height: 116px;
	margin: 40px 20px 40px 20px;
	border: 2px solid #6d6d6d;
	background: url(../wines/images/vimeo.jpg) bottom center no-repeat;
}
a#vimeo-label:hover {
	background: url(../wines/images/vimeo.jpg) top center no-repeat;
}	
div#wines-content {
	float: left;
	margin: 15px 0 12px 0; padding: 0;
	width: 630px;
	color: white;	
}	
img.wine-label {
	margin: 20px;
}
div#video {
	width: 500px;
	margin: 105px 0 0 65px;
	border: 2px solid #6d6d6d;
}
div.wines-text {		
	padding: 30px;
	text-align: left;		
}
div.wines-text p {
	margin: 0;	
}	
h2.wines-heading {
	font-size: 20px; text-align: center;
	margin-top: 0px;
}
h2#h2-06cab {
	margin-top: 15px;
}	
h3.notes-heading {
	font-size: 16px; text-decoration: underline; 
	margin: 25px 0 5px 0;
}
ul.notes-list {
	list-style: disc inside;
	line-height: 1.5;	
}
ul.notes-list li {
	color: white;
}	
span.notes-subject {
	font-size: 14px; font-weight: bold; color: white;
	margin-right: 10px;
}
a.wines-pdf {
	display: block;
	font-size: 16px; text-align: center; color: #6d6d6d; font-weight: bold;
	margin-top: 50px;
}	
/* end wines */

/* accolades */
div#accolades-wrap {	
	position: relative;	
	min-height: 500px;
	font-size: 12px; text-align: left; color: #ffffff;
	background: black;	
	border: 8px solid #2e2e2e;	
}
div#accolades-col1 {
	float: left;
	width: 285px; height: 250px;
	margin:  40px 0 0 28px;
	background: url(../images/nwiwc.jpg);	
	position: relative;
}
	div#accolades-col1 p {
		font-size: 12px;		
	}
div#accolades-col2 {
	float: left;
	width: 285px; height: 250px;	
	margin: 40px 10px 60px 10px;
	background: url(../images/sacbee.jpg);	
	position: relative;
}
	div#accolades-col2 h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	div#accolades-col2 a {
		color: #6d6d6d; font-weight: bold;
		position: absolute; bottom: 5px; left: 95px;		
	}
div#accolades-col3 {
	float: left;
	width: 285px; height: 250px;
	margin: 27px 10px 0 10px;
	background: url(../images/appellation-america.jpg);	
	position: relative;
}	
	div#accolades-col3 h2 {
		font-size: 16px;
		margin-top: 15px;
	}		
	div#accolades-col3 a {
		color: #6d6d6d;
		margin: 10px 0 20px 0;		
	}		
div.article-preview {	
	position: absolute; bottom: 0;
	padding: 10px;
	width: 265px; 
	font-size: 12px; text-align: center; color: white; font-weight: bold;
}
	div.article-preview p {
		font-size: 12px;		
	}		
div#preview-col1 {
	margin-bottom: -2px;
}
div#preview-col2 {
	margin-bottom: 40px;
}
div#preview-col3 {
	margin-bottom: -19px;
}
	
/* end accolades */
	

/* contact */
div#contact-wrap {	
	position: relative;
	width: 960px;
	font-size: 12px; text-align: left; color: #ffffff;
	background: black;	
	border: 10px solid #2e2e2e;	
	}
	div#contact-wrap label {
		display: block;		
		font-size: 14px;
		width: auto;
		margin-top: 20px;
	}
div#form-wrap {
	margin: 30px 0 30px 90px;
	width: 350px;		
	}
	form#contactform input {	
		padding: 5px 0 5px 0;
		color: #333;	
	}
	form#contactform textarea {
		font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 100%;		
		margin-bottom: 20px; padding: 10px;	
	}
img#grapes {
	position: absolute; top: 50px; right: 90px;
	width: 400px; height: 200px;
	border: 2px solid #6d6d6d;
}
div#contact-info {
	position: absolute; top: 290px; right: 226px;
	width: 150px;
	color: #ffffff; text-align: center; font-size: 14px;
}	
img#facebook-contact {
	position: absolute; top: 387px; right: 251px;	
}
/* end contact */	
