@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;
}
	
a:hover {
	color:#00CC33;
}

a:visited { 
	color:#009933;
}

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

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

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

.nav_rollover a {
	display:block;
	width:180px;
	height:43px;
	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;
}

#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:20px;
	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: #63855e;
	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:#63855e;
	text-align:right;
	float:right;
}