@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
}

body { 
	height:100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height:1.125em;
	background-image:url(../images/cow_bg.jpg);
	background-repeat:repeat;
	margin: 0; 
	padding: 0;
	text-align: center;
}

/*a:link { 
	color:#009933;
	text-decoration:none;
}
	
a:hover {
	color:#00CC33;
	text-decoration:underline;
}

a:visited { 
	color:#009933;
	text-decoration:none;
}

a:visited:hover {
	color:#00CC33;
	text-decoration:underline;
}*/

a.footer:link { 
	color:#000000;
	text-decoration:none;
}
	
a.footer:hover {
	color:#000000;
	text-decoration:none;
}

a.footer:visited { 
	color:#000000;
	text-decoration:none;
}

.nav_rollover {
	display:block;
	overflow:hidden;
	margin-bottom:15px;
	
}

.nav_rollover a {
	display:block;
	width:300px;
	height:130px;
	overflow:hidden;
}

.nav_rollover a img {
	border:0;
}

.nav_rollover a:hover {
	text-indent:-180px;
} 

.nav_rollover_selected {
	display:block;
	overflow:hidden;
	margin-bottom:15px;
	text-indent:-360px;
}

#wrapper {
	margin:0px auto;
	width:889px;
	font-size: 0.775em;
}

#logo {
	position:absolute;
	top: 0px;
    left: 50%;
    margin-left: 315px;
	z-index:1000;
	width:204px;
	height:194px;
}

#bti {
	position:absolute;
	top: 55px;
    margin-right: 200px;
	z-index:1000;
	width:310px;
	height:135px;
}


#header {
	width:886px;
	height:75px;
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	float:left;
}

#bg {
	width:886px;
	padding-bottom:15px;
	background-image:url(../images/ragged_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}

#nav {
	width:180px;
	margin-left:25px;
	padding-top:90px;
	padding-left:32px;
	float:left;
}

#white_bg_container {
	width:633px;
	margin-left:15px;
	float:left;
}

#content {
	width:563px;
	padding:0 35px 0 35px;
	background-image:url(../images/white_bg.gif);
	background-repeat:repeat-y;
	text-align:left;
	color: #000000;
	float:right;
}

#tasting_notes {
	color:#63855e;
	width:200px;
	height:353px;
	margin:0 0 0 35px;
	text-align:left;
	float:left;
}

#footer {
	width:846px;
	padding:5px 40px 15px 0;
	font-size:0.7em;
	color:#000000;
	text-align:right;
	float:right;
}


h4.trigger {
color: #ffffff; font-family:Verdana, Geneva, sans-serif; font-size:12px; text-transform:uppercase; font-weight:bold; height:20px;text-align:center; margin-top:4px; padding-top:4px; width:149px;margin-bottom:26px;
	
}
h4.trigger a {
	text-decoration: none;
	display: block;
	
}
h4.trigger a:hover { color: #ccc; }
h4.active {} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	padding: 0;
	overflow: hidden;
	width: 149px;
	clear: both;
	text-align:left;
	margin-left:28px;
	
}
.toggle_container .block {
	margin-top:-16px;
	
	
	 /*--Padding of Container--*/
	 /*--Bottom rounded corners--*/
}


 a.pinot:link { 
	color:#009;
	text-decoration:none;
}
	
 a.pinot:hover {
	color:#03F;
	text-decoration:underline;
}

a.pinot:visited { 
	color:#009;
	text-decoration:none;
}

 a.pinot:visited:hover {
	color:#03F;
	text-decoration:underline;
}


 a.sauv:link { 
	color:#009933;
	text-decoration:none;
}
	
 a.sauv:hover {
	color:#00CC33;
	text-decoration:underline;
}

a.sauv:visite
