/* CSS Document */


body {
	background: #666;
	margin: 0;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: 24px;
	}
	
	
	
	
a:link { 
	color: #a20037;
	text-decoration: none;
	font-weight: bold;
}
a:visited { 
	color: #a20037;
	text-decoration: none;
	font-weight: bold;
}
a:hover { 
	color: #a20037;
	text-decoration: underline;
	font-weight: bold;
}
a:active { 
	color: #a20037;
	text-decoration: none;
	font-weight: bold;
}
	
	


h1 {
	color: #7e1928;
	font-weight: bold;
	font-size: 17px;
	margin: 0 0 8px 0;
	text-transform:uppercase;
		
}
h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 5px 0;
	}	


table td {
	padding: 5px;
	
	}	
/*----------------------------------------------------------------------------------------- Divs ------------------------------------*/

#container {
	width: 983px;
	background: url(/images/containerBg.gif) repeat-y;
	padding: 0 0 0 9px;
	margin: 0 auto 0 auto;
	}
	
	
	
	
#head {
	width: 983px;

	}
#menu {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	background: #7e1928;

	}
#menu a {
	color: #fff;
	text-decoration: none;
	padding: 0 22px 0 22px;
	border-right: 1px solid #fff;
	}
#menuLeft {
	float: left;
	text-align: center;
	width: 167px;
	border-right: 1px solid white;
	padding: 5px 0 5px 0;
	line-height: 14px;
	background: #7e1928;

	}
#menuRight {
	float: right;
	width: 813px;
	text-align: center;
	height: 17px;
	margin: 10px 0 0 0;
	}
	
	
	
#right {
	background: #fff;
	width: 815px;
	float: right;
	}	
#content {
	padding: 40px 0 45px 50px;
	background:url(/images/contentBg.gif) no-repeat bottom right;
	}
#contentAlt {
	padding: 40px 45px 45px 50px;
	}
#contentLeft {
	width: 380px;
	float: left;
	}
#contentNews {
	width: 650px;
	float: left;
	}

#contentRight {
	width: 310px;
	float: right;
	text-align: right;
	margin: 0 0 0 0;
	}	
#contactRight {
	width: 310px;
	float: right;
	text-align: left;
	}	




#wineryTitle {
	margin: 0 0 30px 0;
	}	
	
	
#submenu {
	width: 167px;
	float: right;
	margin: 0;
	font-size: 11px;
	}
	
	
	
	
#foot {
	border-top: 1px solid #7e1928;
	font-size: 9px;
	text-align: center;
	padding: 5px 0 10px 0;
	font-family: Verdana, Arial, sans-serif;
	}


/*----------------------------------------------------------------------------------------- Classes --------------------------------*/

.clear {
	clear: both;
	}

.small {
	font-size: 9px;
	font-weight: normal;
	}

.indent {
	margin: 20px 0 0 80px;
	}
.indentSmall {
	margin: 0 0 10px 30px;
	}
.divider {
	background: url(/images/divider.gif) repeat-x center;
	height: 40px;
	clear: both;
	}
	
	
.newsImg {
	width: 150px;
	float: left;
	}
.newsItem {
	width: 490px;
	float: right;
	}
.imgL {
	float: left;
	margin: 0 15px 10px 0;
	}	
	
	
.date {
	font-size: 10px;
	color: #666666;		
	}
	
.sustainable {
	text-align: center;
	margin: 30px 0 25px 0;
	}

.tableCell {
	padding: 10px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	}
.tableCellR {
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}
.tableCellB {
	padding: 10px;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	}
.tableCellBR {
	padding: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	}
.tableDivider {
	background: url(/images/divider.gif) repeat-x center;
	height: 25px;
	clear: both;
	}
.tableImg {
	margin: 0 0 10px 0;
	}


.bottleShot {
	margin: 0 0 10px 0;
	}


/*----------------------------------------------------------------------------------------- Lists -----------------------------------*/


.list {
	margin: 0px 10px 15px 0;
	padding: 0px;
	
	}	
.list ul { 
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
	 list-style-position: inside;
	 } 
.list li {	
	padding: 0 0 0 10px;
	list-style-type: none;
	background:transparent url(/images/liBullet.gif) no-repeat;
    background-position:0px 6px;
	margin: 0 0 5px 0;
	font-size: 12px;

	}

.pdfList {
	margin: 0px 10px 15px 0;
	padding: 0px;
	
	}	
.pdfList ul { 
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
	 list-style-position: inside;
	 } 
.pdfList li {	
	padding: 5px 0 0 30px;
	list-style-type: none;
	background:transparent url(/images/pdfIcon.gif) no-repeat;
    background-position:0px 6px;
	margin: 0 0 5px 0;
	font-size: 12px;

	}
	
	
	
.submenu {
	margin: 0px 1px 5px 0;
	padding: 0px;
	background: #beb8b4;
	
	}	
.submenu ul { 
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
	 list-style-position: inside;
	 } 
.submenu li {	
	padding: 5px 5px 5px 13px;
	list-style-type: none;
	background:transparent url(/images/submenuLi.gif) no-repeat;
    background-position:5px 10px;
	margin: 0 0 0px 0;
	border-bottom: 1px solid #f8f5f1;
	text-align: right;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	}
.submenuSelected {
	
	
	background: #7e1928;
	overflow: hidden;
		
	


}
.submenu a:link {
	color: #fff;
	}
.submenu a:visited {
	color: #fff;
	}
.submenu a:hover {
	color: #fff;
	}
.submenu a:active {
	color: #fff;
	}










/*--------------------------------------------------------------------------------------------------- Img Drops ---------------------*/

.dropTL {
	background:url(/images/dropTL.gif) no-repeat left top;
	}
.dropTR {
	background:url(/images/dropTR.gif) no-repeat right top;
	}
.dropBL {
	background:url(/images/dropBL.gif) no-repeat left bottom;
	}
.dropBR {
	background:url(/images/dropBR.gif) no-repeat right bottom;
	}
.dropTop{
	background:url(/images/dropTop.gif) repeat-x top;
}
.dropBot{
	background:url(/images/dropBot.gif) repeat-x bottom;
}
.dropLeft{
	background:url(/images/dropLeft.gif) repeat-y left;
}
.dropRight{
	background:url(/images/dropRight.gif) repeat-y right;
}
.imgDrop {
	margin: 4px 0 8px 4px;
	}
.displayImage {
	width: 88px;
	}
.displayImageL {
	width: 313px;
	text-align: left;
	margin: 83px 0 0 0;
	}

