* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #ffffff;
	text-align: center;
}

a img {
	border: none;
}

#wrapper {
	text-align: left;
	width: 940px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

#header {
	position: relative;
	width: 100%;
	height: 95px;
}

#logo {
	position: absolute;
	top: 70px;
	left: 165px;
}

#xtras {
	position: absolute;
	top: 40px;
	right: 35px;
}

#xtras p {
	color: #000000;
}

#xtras a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	padding: 0 10px;
	border-left: 1px solid #ccc;
}

#xtras a.first {
	border-left: none;
	padding-left: 0;
}

#xtras a:hover {
	text-decoration: underline;
}

#xtras form {
	padding-top: 12px;
	text-align: right;
}

#xtras #btn_go {
	position: relative;
	top: 9px;
	left: 4px;
}

#topnav {
	position: absolute;
	right: 0;
	bottom: 4px;
	list-style-type: none;
}

#topnav li {
	display: inline;
	border-right: 1px solid #9da24d;
	padding: 3px 0;
}

#topnav li.current a {
	background-color: #e2e7ad;
}

#topnav a {
	color: #3f392e;
	padding: 3px 8px;
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
}

* html #icon {
	position: relative;
	top: 20px;
}

* html #topnav {
	bottom: 2px;
}

* html #topnav a {
	font-size: 11px;
	height: 20px;
}

* html #topnav a {
	padding: 3px 10px;
}

#topnav a:hover {
	background-color: #e2e7ad;
}

#banner {
	text-align: center;
	border-top: 1px solid #cccccc;
}

.minilinks {
	vertical-align: top;
	width: 138px;
	padding: 18px 0 0 18px;
	background-color: #3f392e;
	border-right: 1px solid #999;
}

#chicklets {
	width: 940px;
}

.chicklet_slot {
	vertical-align: top;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;

}

.chicklet {
/*		min-width: 235px;*/
}


.chicklet ul {
	list-style-type: none;
	margin: 16px 0 16px 18px;
	padding: 0 16px 0 0;
/*	border-right: 1px solid #3f392e;*/
}

.chicklet li {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	line-height: 15px;
	font-size: 12px;
	color: #000000;
	padding-left: 17px;
	background-position: 0 4px;
	background-repeat: no-repeat;
}

.chicklet li a {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.chicklet li a:hover {
	text-decoration: underline;
}


.chicklet h1 {
	/*width: 172px;*/
	height: 47px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 12px;
}

.chicklet h1 a {
	color: #3f392e;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
}

.chicklet h1 a:hover {
	text-decoration: underline;
}


.chicklet.green {
	border-bottom: 1px solid #ffffff;
}

.chicklet.green h1 {
	border-bottom: 1px solid #cccccc; /* clear */
	background-repeat: repeat-x;
	background-position: right bottom;
	background-image: url(../images/bg_h1_clear.gif);
}

.chicklet.green li {
	background-image: url('../images/bullet_green.gif');
}

.chicklet.red {
	border-bottom: 1px solid #ffffff;
}

.chicklet.red h1 {
	border-bottom: 1px solid #cccccc; /* Gray */
	background: url('../images/bg_h1_clear.gif'); /* clear */
	background-repeat: repeat-x;
	background-position: right bottom;
}
.chicklet.red li {
	background-image: url('../images/bullet_red.gif');
}

.chicklet.brown {
	border-bottom: 1px solid #ffffff;
}

.chicklet.brown h1 {
	border-bottom: 1px solid #cccccc; /* Gray */
	background: url('../images/bg_h1_clear.gif'); /* clear */
	background-repeat: repeat-x;
	background-position: right bottom;
}
.chicklet.brown li {
	background-image: url('../images/bullet_brown.gif');
}

/* IE fix */
#story {
	border-top: none;
}


#colophon {
	border-top: 1px solid #ccc;
	padding-top: 12px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#colophon p {
	color: #000000;
	text-align: right;
}

#colophon a {
	color: #000000;
}

#columns {
	width: 100%;
}

#content {
	padding: 16px 20px;
	vertical-align: top;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
}

#content .bullets {
	margin-left: 20px;
}

#content h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 12px 0;
	border-top: none;
}

#content h2, #column2 dt {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px;
}
.wineryName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}
.bodyLink {
	color: #660000;
	text-decoration: underline;
}

#content p, #column2 dd {
	margin-bottom: 12px;
	line-height: 15px;
}

#content .intro {
	font-size: 13px;
	font-weight: bold;
}

.photo {
	width: 242px;
	float: right;
	margin: 0 0 12px 12px;
}

.photo .caption {
	margin: 12px 0 0 0;
	font-weight: bold;
}	

