﻿

/*Html Elements
***************/
html
{
	height: 100%;
	min-height: 100%;
	direction: rtl;
}

body
{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	margin: 0;
}


img
{
	-ms-interpolation-mode: bicubic;
}

a img
{
	border: none;
}

p
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5
{
	padding: 0;
	margin: 0;
}

/*Common Elements
*****************/
#page
{
	height: 100%;
	width: 920px;
	margin: 0px auto auto auto;
	position: relative;
	padding-bottom: 300px;
}

#topBar
{
	width: 100%;
	height: 132px;
	background-color: #ACB5BC;
	position: relative;
	color: White;
}

#topBar a:hover
{
	text-decoration: none;
	color: White;
}
#topBar a:link
{
	text-decoration: none;
	color: White;
}
#topBar a:active
{
	text-decoration: none;
	color: White;
}
#topBar a:visited
{
	text-decoration: none;
	color: White;
}

#topBar .logo
{
	float: right;
	width: 140px;
	margin-top: 21px;
	margin-right: 25px;
}

#topBar .topBarItem
{
	position: relative;
	float: left;
	width: 237px;
	height: 130px;
	margin-right: 7px;
}
#topBar .topBarItemWide
{
	position: relative;
	float: left;
	width: 481px;
	height: 130px;
	margin-right: 7px;
}

#topBar .topBarItem .topBarItemImage
{
	display: block;
	width: 237px;
	height: 99px;
}

#topBar .topBarItemWide .topBarItemImage
{
	display: block;
	width: 481px;
	height: 99px;
}

#topBar .topBarItem .caption
{
	position: relative;
	display: block;
	width: 234px;
	height: 25px;
	margin-top: 8px;
	font-size: 12px;
	vertical-align: middle;
}
#topBar .topBarItem .caption div
{
	float: right;
}


#topBar .topBarItem .caption .arrow
{
	float: right;
	margin-right: 18px;
}

#topBar .topBarItem .arrowImage
{
	position: relative;
	display: block;
	width: 234px;
	height: 31px;
	margin: 8px;
	font-size: 12px;
}


#topMenu
{
	clear: both;
	width: 100%;
	height: 75px;
	position: relative;
	float: right;
}

#topMenu .logo
{
	float: right;
	width: 180px;
	margin-right: 6px;
}
#topMenu .menu
{
	margin: 17px 0 0 0;
	position: relative;
	height: 48px;
}

#topMenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#topMenu .menuLine
{
	margin: 0 8px 0 0;
}

#topMenu ul .menuItem
{
	float: right;
	margin-left: 9px;
}
#topMenu ul .lastMenuItem
{
	margin-left: 0px;
}


#topMenu a img
{
	border: solid 1px white;
}

#topMenu a:hover img
{
	border: solid 1px #ACB5BC;
}

#topMenu .active > a > img
{
	border: solid 1px #ACB5BC;
}

#topMenu ul .menuItem .subMenuLine
{
	display: block;
	position: absolute;
	top: 24px;
}

#topMenu ul .menuItem img
{
	height: 19px;
}

#topMenu .subMenuLine .menuItem img
{
	border: none;
}

#topMenu .subMenuLine .menuItem a:hover img
{
	border: none;
}
#topMenu ul.subMenuLine .menuItem
{
	margin-left: -5px;
}
#topMenu ul.subMenuLine .menuItem img
{
	height: 23px;
}

#pageBody
{
	clear: both;
	position: relative;
}

#pageBody .headlineHeb
{
	margin-top: 36px;
	margin-bottom: 15px;
}

#pageBody .rightAreaHeb
{
	float: right;
	width: 166px;
	margin-top: 90px;
	color: #737B81;
}

#pageBody .rightAreaHeb h2
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #ACB5BC;
	letter-spacing: 1px;
	padding-bottom: 6px;
	padding-right: 33px;
}

#pageBody .rightAreaHeb h3
{
	font-size: 12px;
	font-weight: bold;
	padding-right: 33px;
	padding-top: 6px;
}
#pageBody .rightAreaHeb .section
{
	font-size: 12px;
	padding-bottom: 7px;
	padding-right: 33px;
	border-bottom: solid 1px #ACB5BC;
}


#pageBody .rightAreaHeb .listContainer
{
	padding-top: 4px;
}

#pageBody .rightAreaHeb .listItem
{
	font-size: 12px;
	margin-top: 7px;
	color: #ACB5BC;
	cursor: pointer;
}

#pageBody .rightAreaHeb .listItem a
{
	text-decoration: none;
	color: #ACB5BC;
}

#pageBody .rightAreaHeb .listItem a:hover
{
	text-decoration: none;
	color: #ACB5BC;
}

#pageBody .rightAreaHeb .listItem a:active
{
	text-decoration: none;
	color: #ACB5BC;
}

#pageBody .rightAreaHeb .listItem a:visited
{
	text-decoration: none;
	color: #ACB5BC;
}
#pageBody .rightAreaHeb .listItem a:link
{
	text-decoration: none;
	color: #ACB5BC;
}



#pageBody .rightAreaHeb .listItemSelected
{
	font-weight: bold;
	color: #737B81;
}
#pageBody .rightAreaHeb .listItemSelected a:hover
{
	color: #737B81;
	text-decoration: none;
}

#pageBody .rightAreaHeb .listItemSelected a:active
{
	color: #737B81;
	text-decoration: none;
}

#pageBody .rightAreaHeb .listItemSelected a:visited
{
	color: #737B81;
	text-decoration: none;
}
#pageBody .rightAreaHeb .listItemSelected a:link
{
	color: #737B81;
	text-decoration: none;
}

#pageBody .leftAreaHeb
{
	float: right;
	width: 725px;
	padding-right: 29px;
	color: #737B81;
	font-size: 12px;
	line-height: 23px;
}

#pageBody .leftAreaHeb .leftDataArea
{
	margin-top: 30px;
	width: 400px;
}

#pageBody .leftAreaHeb .leftDataArea p
{
	border-bottom: solid 1px #ACB5BC;
	padding-bottom: 16px;
	margin-bottom: 10px;
}

#pageBody .leftAreaHeb .leftDataArea b.parInitial
{
	letter-spacing: 3px;
	font-weight: bold;
}

/*Scrolling
***********/

.scrollContainer
{
	overflow: hidden;
	position: relative;
}

.scrollContainer .upArrow
{
	background-image: url("images/ar_up.gif");
	width: 21px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
}

.scrollContainer .downArrow
{
	background-image: url("images/ar_down.gif");
	width: 21px;
	height: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.scrollContainer .innerContent
{
	position: absolute;
}

/*About main
************/
#pageBody .leftAreaHeb .AboutMainTextArea
{
	font-size: 15px;
}

/*Vineyard Map
**************/

#pageBody .leftAreaHeb .vineyardMapImg
{
	margin-top: 11px;
	float: right;
}

#pageBody .leftAreaHeb .vineyardMapTextArea
{
	float: right;
	width: 300px;
	margin-right: 21px;
	margin-top: 9px;
}

#pageBody .leftAreaHeb .vineyardMapTextArea h2
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #ACB5BC;
}

#pageBody .leftAreaHeb .vineyardMapTextArea p
{
	padding-bottom: 0;
}

/*Distributers
**************/
#pageBody .leftAreaHeb .distribMainTextArea
{
	margin: 0;
	width: 720px;
}

#pageBody .leftAreaHeb .distribMainTextArea p
{
	border: none;
}

#pageBody .leftAreaHeb .distribInnerTextArea
{
	margin: 9px 0 0 0;
	width: 707px;
	background: url("images/distribBackMap.jpg");
	background-repeat: no-repeat;
	text-align: left;
	height: 500px;
	line-height: 16px;
	direction: ltr;
}

#pageBody .leftAreaHeb .distTable
{
	width: 479px;
	margin-left: 220px;
}

#pageBody .leftAreaHeb .countryHeadline
{
	padding-bottom: 3px;
	clear: both;
}

#pageBody .leftAreaHeb .distribRow
{
	margin-top: 3px;
	border-top: solid 1px #ACB5BC;
	padding-top: 7px;
	position: relative;
	clear: both;
	font-size: 10px;
}

#pageBody .leftAreaHeb .distribRow .flagContainer
{
	margin-top: 4px;
	min-width: 122px;
	max-width: 122px;
	width: 122px;
	float: left;
}

#pageBody .leftAreaHeb .distribRow .distribDetails
{
	float: left;
	min-width: 180px;
	max-width: 180px;
	width: 180px;
	margin-bottom: 5px;
}

#pageBody .leftAreaHeb .distribRow .personDetails
{
	min-width: 170px;
	max-width: 170px;
	width: 170px;
	float: left;
	margin-bottom: 5px;
}

/*Visitor Center
****************/
#pageBody .rightAreaHeb h2.visitorCenter
{
	padding-right: 14px;
	margin-bottom:4px;
}

#pageBody .rightAreaHeb .visitorCenterSection
{
	font-size: 11px;
	padding-right: 15px;
	border-bottom: none;
}

#pageBody .rightAreaHeb .visitorCenterSection a:link
{
	color: #DA6D4C;
	text-decoration: none;
	font-weight: bold;
}

#pageBody .rightAreaHeb .visitorCenterSection a:hover
{
	color: #DA6D4C;
	text-decoration: none;
	font-weight: bold;
}

#pageBody .rightAreaHeb .visitorCenterSection a:active
{
	color: #DA6D4C;
	text-decoration: none;
	font-weight: bold;
}

#pageBody .rightAreaHeb .visitorCenterSection a:visited
{
	color: #DA6D4C;
	font-weight: bold;
	text-decoration: none;
}

#pageBody .rightAreaHeb table
{
	font-size: 11px;
	margin-right: 14px;
	width: 149px;
	margin-bottom: 8px;
}


#pageBody .rightAreaHeb table td
{
	padding: 0;
}

/*Wines
********/
#pageBody .leftAreaHeb .wineDataArea
{
	margin-top: 0;
}

#pageBody .winesHeadlineHeb
{
	margin-top: 10px;
}


#pageBody .leftAreaHeb .wineDataArea p
{
	border-bottom: none;
	margin-bottom: 0;
	width: 468px;
}

#pageBody .leftAreaHeb .wineLargeImageContainer
{
	float: right;
	padding-left: 21px;
}

#pageBody .leftAreaHeb .wineLargeImageContainer img
{
	width: 165px;
}


.leftDataArea .wineWinningsTable
{
	font-size: 12px;
}

.leftDataArea .wineWinningsTable th
{
	padding: 0 0 0 14px;
	border-bottom: solid 1px #ACB5BC;
}

.leftDataArea .wineWinningsTable td
{
	padding: 0 0 0 10px;
	border-bottom: solid 1px #ACB5BC;
}

.wineImagesBar
{
	/*position: relative;*/
}
.wineImagesBar .wineSmallImageContainer
{
	float: right;
	padding-left: 3px;
	padding-right: 3px;
}

.wineImagesBar .wineSmallImageContainerSelected
{
	padding-bottom: 0;
	background-image: url("images/winesShadow.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.wineImagesBar .wineSmallImageContainer .wineImage
{
	width: 33px;
	padding-bottom: 23px;
}

.wineImagesBar .wineSmallImageContainer .wineImageSelected
{
	padding-top: 19px;
	padding-bottom: 4px;
}

.wineLinks
{
    float:right;
}

.wineLinks .fileSection
{
	margin-bottom: 8px;
	
}

.wineLinks .filesHeadline
{
	background-image: url("images/arrow_gray.gif");
	background-position: left;
	background-repeat: no-repeat;
	display: inline;
}

.wineLinks .fileSection .newsSelection
{
	float: right;
}

.wineLinks a:link, .wineLinks a:hover, .wineLinks a:active, .wineDataArea a:visited
{
	color: #ACB5BC;
	text-decoration: none;
	font-weight: bold;
}


.worshopImages
{
	width: 100%;
	padding-top: 14px;
}

.workshopImages a:link
{
	color: #737B81;
	text-decoration: none;
}
.workshopImages a:active
{
	color: #737B81;
	text-decoration: none;
}
.workshopImages a:hover
{
	color: #737B81;
	text-decoration: none;
}
.workshopImages a:visited
{
	color: #737B81;
	text-decoration: none;
}


/*Items
*******/

#pageBody .leftAreaHeb .leftDataArea .indexItemList
{
}

#pageBody .leftAreaHeb .leftDataArea .itemContainer
{
	border-bottom: solid 1px #ACB5BC;
	padding-bottom: 10px;
	padding-top: 17px;
}

#pageBody .leftAreaHeb .leftDataArea .itemContainer .imageContainer
{
	float: right;
}


#pageBody .leftAreaHeb .leftDataArea .itemContainer .imageContainer img
{
	width: 142px;
	height: 132px;
}


#pageBody .leftAreaHeb .leftDataArea .itemContainer .itemTextArea
{
	float: right;
	padding-right: 15px;
	width: 290px;
}

#pageBody .leftAreaHeb .leftDataArea .itemContainer .itemTextArea .itemHeadline
{
}

#pageBody .leftAreaHeb .leftDataArea .itemContainer .itemTextArea .itemHeadline h2
{
	font-size: 16px;
	letter-spacing: 3px; /*display: inline;*/
	margin: 0;
	padding: 0;
}

#pageBody .leftAreaHeb .leftDataArea .itemContainer .itemTextArea .itemHeadline div
{
	display: inline;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}

#pageBody .leftAreaHeb .leftDataArea .itemContainer .itemTextArea .shortText
{
	padding-top: 11px;
	line-height: 18px;
}

#pageBody .leftAreaHeb .leftDataArea .itemContainer .itemTextArea .shortText p
{
	border: none;
	padding: 0;
}


#pageBody .leftAreaHeb .leftDataArea .itemContainer .itemTextArea .toFullLink
{
	background-image: url("images/arrow_gray.gif");
	background-position: left;
	background-repeat: no-repeat;
	width: 93px;
}



#pageBody .leftAreaHeb .leftDataArea .indexItemList .itemContainer .itemTextArea .toFullLink a:visited
{
	color: #737B81;
	text-decoration: none;
}
#pageBody .leftAreaHeb .leftDataArea .indexItemList .itemContainer .itemTextArea .toFullLink a:link
{
	color: #737B81;
	text-decoration: none;
}
#pageBody .leftAreaHeb .leftDataArea .indexItemList .itemContainer .itemTextArea .toFullLink a:active
{
	color: #737B81;
	text-decoration: none;
}
#pageBody .leftAreaHeb .leftDataArea .indexItemList .itemContainer .itemTextArea .toFullLink a:hover
{
	color: #737B81;
	text-decoration: none;
}


.redLink:visited
{
	color: #DA6D4C;
	font-weight: bold;
	text-decoration: none;
}
.redLink:hover
{
	color: #DA6D4C;
	font-weight: bold;
	text-decoration: none;
}
.redLink:active
{
	color: #DA6D4C;
	font-weight: bold;
	text-decoration: none;
}

.redLink:link
{
	color: #DA6D4C;
	font-weight: bold;
	text-decoration: none;
}
/*Sites
*******/
.leftDataArea .sitesTable
{
}

.leftDataArea .sitesTable .siteImage
{
	width: 120px;
	height: 60px;
}

.leftDataArea .sitesTable .siteImage img
{
	width: 60px;
}
.leftDataArea .sitesTable .siteName
{
	border-top: solid 1px #ACB5BC;
	width: 150px;
	height: 60px;
}

.leftDataArea .sitesTable .siteLink
{
	border-top: solid 1px #ACB5BC;
	width: 150px;
	height: 60px;
}

.leftDataArea .sitesTable .siteLink a:visited
{
	color: #737B81;
	text-decoration: none;
}

.leftDataArea .sitesTable .siteLink a:active
{
	color: #737B81;
	text-decoration: none;
}

.leftDataArea .sitesTable .siteLink a:hover
{
	color: #737B81;
	text-decoration: none;
}

.leftDataArea .sitesTable .siteLink a:link
{
	color: #737B81;
	text-decoration: none;
}

/*English Corrections
*********************/

#pageBody .rightAreaEng
{
	float: left;
	direction: ltr;
	text-align: left;
	padding-left: 29px;
	padding-right: 0px;
}
#pageBody .leftAreaEng
{
	margin-top: 80px;
	float: left;
	direction: ltr;
	text-align: left;
}

#pageBody .leftAreaEng p
{
	/*font-size: 12px; padding-left: 33px;*/
	padding-top: 2px;
	padding-bottom: 9px;
	padding-left: 0px;
	border-bottom: solid 1px #ACB5BC;
	width: 133px;
}

#pageBody .leftAreaEng .section
{
	padding-left: 0px;
	padding-right: 0px;
}

#pageBody .leftAreaEng h2
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #ACB5BC;
	letter-spacing: 1px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.rightAreaEng .wineImagesBar .wineSmallImageContainer
{
	float: left;
}

#pageBody .rightAreaEng .wineLargeImageContainer
{
	float: left;
}
#pageBody .rightAreaEng .wineDataArea
{
	float: left;
}

.rightAreaEng .wineDataArea .filesHeadline
{
	background-position: right center;
	background-repeat:no-repeat;
	background-image: url("images/arrow_gray_right.gif");
	width:125px;
}
.rightAreaEng .wineWinningsTable th
{
	padding-left: 10px;
}

/*Gallery
*********/

.mainGalleryBoxLink
{
	float: right;
	padding-left: 20px;
}

.mainGalleryBoxLink a
{
	text-decoration: none;
	color: #737B81;
}

.mainGalleryBoxLink a:link
{
	text-decoration: none;
	color: #737B81;
}

.mainGalleryBoxLink a:visited
{
	text-decoration: none;
	color: #737B81;
}


.mainGalleryBoxLink a:hover
{
	text-decoration: none;
	color: #737B81;
}

.mainGalleryBoxLink a:active
{
	text-decoration: none;
	color: #737B81;
}

.galleryContainer
{
	width: 550px;
}

.galleryContainer img
{
	height: 255px;
	max-width: 550px;
}

.galleryContainer .navigation
{
}

.galleryContainer .navigation span
{
	float: right;
	padding-right: 5px;
}

.galleryContainer .navigation #previousBox
{
	background-image: url("images/ar_previous.gif");
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 24px;
	width: 10px;
	float: right;
}
.galleryContainer .navigation #nextBox
{
	background-image: url("images/ar_next.gif");
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 24px;
	width: 10px;
	float: right;
	padding-right: 5px;
}

#pageBody .leftAreaHeb .resturantAreaColumn
{
	float: right;
	width: 32%;
	line-height: 16px;
}

#pageBody .leftAreaHeb .resturantAreaColumn p
{
	border-bottom: none;
	padding-bottom: 0;
}

.visitorRegFormTable input[type="text"]
{
	width: 165px;
	border: solid 1px #B8D5D4;
	background-color: #F8FBFB;
}

.visitorRegFormTable input[type="submit"]
{
	margin-top: 15px;
	border: solid 1px #B8D5D4;
	background-color: #F8FBFB;
	color: #737B81;
	width: 90px;
}


.distribLink:visited
{
	color: #737B81;
	font-weight: bold;
	text-decoration: none;
}
.distribLink:hover
{
	color: #737B81;
	font-weight: bold;
	text-decoration: none;
}
.distribLink:active
{
	color: #737B81;
	font-weight: bold;
	text-decoration: none;
}

.distribLink:link
{
	color: #737B81;
	font-weight: bold;
	text-decoration: none;
}

/*News Grouping
***************/
.section .listContainer .yearCaption
{
	font-weight: bold;
	font-size:14px;
	cursor: pointer;
}
.section .listContainer .monthCaption
{
	font-weight: bold;
	color: #ACB5BC;
	cursor: pointer;
}

.section .listContainer .monthContainer
{
}


.section .listContainer .yearContainer
{
}

.section .listContainer .yearItems
{
}

.section .listContainer .monthItems
{
	display: none;
}

#pageBody .rightAreaHeb .section .listContainer .monthItems .listItem
{
	margin-top: 0;
	margin-bottom: 7px;
}

