body { 
	background: #a19f90;
	color: #5d5b5a;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	margin: 25px auto;
	
}


/* LINK STYLES
---------------*/
a {
	text-decoration: underline;
	color: #966241;
	overflow: hidden;
}

a:hover {
	text-decoration: none;
}

.triColPdfLinks ul {
	margin: 0px;
	padding: 0px;
}
.triColPdfLinks li {
	display: block;
	float: left;
	width: 130px;
	padding: 0px 10px 17px 0px;
}


/* LIST STYLES 
---------------*/
ul, ul li {
	list-style: none;
	margin: 0;	
	padding: 0;	
}


ul.styled li {
margin: 5px 0 5px 20px;
list-style: square;
line-height: 19px;
}

table tr td {
	padding: 5px;
}

table {
width: 100%;
border-collapse: collapse;
}


div, img {
	border: 0;
	margin: 0;
	display: block;
}

img.photo_thumb {
	float: left;
	margin: 0 15px 0 0;
}

img.photo_thumb_right {
	float: right;
	margin: 0 0 15px 15px;
}

/* photo_news class is a fixed width image with the border + dropshadow added */
.photo_news {
	float: left;
	margin: 0 15px 0 0;
	padding: 8px;
	background: url(/img/bkg_news_image.gif) no-repeat top left;
}

.photo_news img {
	border: solid 1px #999;
	width: 145px;
	height: 95px;
	}

.padding_border {
	border: 1px solid #c3c0ae;
	padding: 3px;
}

.clr {
	clear: both;
}


/* WRAPPERS and BOXES
-----------------------*/
#wholewrapper {
	width: 1004px;
}

#wholewrapper, #header, #mainnav, #maincontentwrapper {
	margin: auto;
}

#header img {
	border: 8px solid #bdbcb2;
	width: 930px;
	border-bottom: none;
	margin: auto;
}


#maincontentwrapper {
	width: 930px;
	border: 8px solid #bdbcb2;
	border-top: 0;
	background: url(../img/bg_maincontent.gif) repeat-x top #f1ecd4;
}

#leftcolumn {
	width: 326px;
	float: left;
}

#content {
	float: left;
	padding: 30px 0 30px 30px;
	width: 425px;
}

#content div {
	float: left;
}

#content div.floatleft_50 {
width: 45%;
}

.subcontent {
	margin: 35px 0;
}

.margin-bottom_10 {
	margin-bottom: 10px;
	clear: both;
}

/* an unfortunate fix for ie6 + the winegrowing People page */
#peopledivs .margin-bottom_10 {
	display: block;
	width: 423px;
}


.margin-bottom_35 {
	margin-bottom: 35px;
	clear: both;
}

#leftsubnav {
	background: url(../img/bg_leftnav.gif) top repeat-x #d9d5c0;
	width: 310px;
	float: left;
}


/* MAIN NAV STYLES
-------------------*/

div#nav ul {
	background: url(../img/mainnav.jpg) no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: normal;
	width: 1004px;
	height: 111px;
}

div#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent;
	position: absolute;
	top: 0;
}

div#nav ul li.heronav { 
	top: 42px;
}


div#nav ul li a {
	 text-indent: -9999px;
	 text-decoration: none;
 }


div#nav ul li, div#nav ul a {
	 height: 37px;
	 display: block;
}

div#nav ul li.heronav, div#nav ul li.heronav a{
	height: 69px;
}

div#nav ul li.home, div#nav ul li.home a {
	height: 111px;
}

li#home { width: 308px; left: 38px;}
li#wineclub { width: 108px; left: 348px;}
li#visit { width: 80px; left: 454px; }
li#news { width: 85px; left: 529px; }
li#contact { width: 98px; left: 610px; }
li#purchase { width: 106px; left: 710px; }
li#TheEstate { width: 153px; left: 348px; }
li#WineGrowing { width: 157px; left: 502px; }
li#OurWines { width: 155px; left: 658px; }

li#wineclub a:hover, li#wineclub a.on { background:transparent url(../img/mainnav.jpg) -348px -111px no-repeat; }
li#visit a:hover, li#visit a.on { background:transparent url(../img/mainnav.jpg) -454px -111px no-repeat; }
li#news a:hover, li#news a.on { background:transparent url(../img/mainnav.jpg) -529px -111px no-repeat; }
li#contact a:hover, li#contact a.on { background:transparent url(../img/mainnav.jpg) -610px -111px no-repeat; }
li#purchase a:hover, li#purchase a.on { background:transparent url(../img/mainnav.jpg) -710px -111px no-repeat; }
li#TheEstate a:hover, li#TheEstate a.on { background:transparent url(../img/mainnav.jpg) -348px -153px no-repeat; }
li#WineGrowing a:hover, li#WineGrowing a.on { background:transparent url(../img/mainnav.jpg) -502px -153px no-repeat; }
li#OurWines a:hover, li#OurWines a.on { background:transparent url(../img/mainnav.jpg) -658px -153px no-repeat; }

/* LEFT SUB NAV STYLES
-----------------------*/

#leftsubnav li {
	border-bottom: 1px solid #f1ecd4;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	float: right;
	width: 310px;
}

#leftsubnav li a {
	color: #474436;
	text-decoration: none;
	display: block;
	padding: 10px 40px 10px 0;
}

#leftsubnav li a:hover{
	background: #d0ccb5;
}


#leftsubnav li ul li a:hover {
	color: #8b8875 ;
}


#leftsubnav li a.on{
	background: #d0ccb5;
	color: #87512f;
}

#leftsubnav li.on {
	background: #d0ccb5;
}

#leftsubnav li ul {
	padding: 0 0 8px 0;
	background: #D0CCB5;
}

/* LEFT SUB-SUB NAV 
--------------------*/

#leftsubnav li ul {float: left;}

#leftsubnav li ul li {
	border: 0;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;

}

#leftsubnav li ul li a{
	color: #474436;
	text-decoration: none;
	display: block;
	padding: 5px 40px 5px 0;
}

#leftsubnav li ul li a.on {
	color: #966241;
	font-weight: bold;
}


/* TABLES and BTNS
--------------------------------------*/

#download_factsheet  {
	width: 330px;
	background: url(../img/bg_factsheet.gif) repeat-x #424242;
	position: relative;
}


#download_factsheet table {
	width: 160px;
	margin: 5px;
}

#download_factsheet table td, table.styled td {
	color: #c4be9a;
}


#download_factsheet table tr.odd, table.styled tr.odd {
	background: #717171;
}

table.styled tr.even {
	background: #636363;
}

#download_factsheet table th, table.styled th {
	color: #fff;
	text-align: left;
	font-weight: normal;
	padding-left: 5px;
}

table.regular td {
border: 1px solid #c3c0ae;
}

.factsheet_wine{
	width: 330px;
}

#download_factsheet a.factsheetlink {
	text-indent: -9999px;
	display: block;
	background: transparent url(../img/btn_factsheet.gif) no-repeat;
	width: 111px;
	height: 45px;
	position: absolute;
	top: 25px;
	right: 40px;

}

a.factsheetlink:hover {
	background-position: -109px 0!important;
}


#winebottle a {
	width: 140px;
	height: 414px;
	display: block;
	float: right;
	margin: 10px 0 0 0;
	text-indent: -9999px;
	text-decoration: none;
}

#winebottle a:hover {
	background-position: -140px 0 !important;
}



/* CONTENT WINE THUMBNAILS LIST 
--------------------------------*/
div.thumb_shortinfo  {
	width: 136px;
	float: left;
	margin: 10px 2px 0 0;
}

.thumb_shortinfo h3 {
	margin-top: 5px;
}

.thumb_shortinfo  strong {
	color: #966241;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}

.thumb_shortinfo p {
	margin-top: 5px;
	padding: 0 5px 0 0;
}

/* HEADERS 
------------*/

h1 { 
	color: #b4ac89;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4em;
}

h2 {
	color: #966241;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .07em;
}

h3 { 
	color: #b4ac89;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 20px 0 0 0;
}

h4 {
	color: #966241;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	font-weight: normal;
}

#content p {
	line-height: 1.75em;
	/* letter-spacing: .03em; */
}


p.firstpara_after {
	margin-top: 5px;
}

/* FOOTER STYLES 
-------------------*/

#footer {
	margin: 10px auto;
	width: 930px;
	font-size: 10px;
}

#footer .left {
	float: left;
}

#footer .left span {
	display: block;
	margin-top: 8px;
}

#footer .right {
	float: right;
}

#footer a {
	color: #d9d5c0;
	text-decoration: none;
}

.footnote {
	border-top: 1px dotted #b4ac89;
	font-size: 10px;
	color: #b4ac89;
	font-style: italic;
	clear: both;
}

/* HOME STYLES 
-------------------*/

#flashHome  {
	float: left;
}

