a:link {color: #4f6fc8; text-decoration: none;}
a:visited {color: #24439b; text-decoration: none;}
a:hover {color: #4f6fc8; text-decoration: underline;}
a:active {color: #4f6fc8; text-decoration: none;}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/template/images/bg_page.jpg);
	background-repeat: repeat-y;
	background-color: #fbf5e0;
	font-family: Arial, Helvetica, sans-serif;
}
#bgTop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	background-image: url(/template/images/bg_top.jpg);
	background-color: #fbf5e0;
}
table {
	border-collapse: collapse;
}
form {
	padding: 0px;
	margin: 0px;
}
input, textarea {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	margin: 0px;
	outline: none;
}

.clearBoth {
	clear: both;
	height: 0px;
	overflow: hidden;
	font-size: 1px; line-height: 1px;
}

#logo {
	position: absolute;
	top: 28px;
	left: 34px;
	z-index: 10;
}
#logo img {
	behavior: url(/clockworks/css/iepngfix.htc);
}

#mainnav {
	position: absolute;
	top: 65px;
	left: 302px;
	width: 660px;
}
#mainnav div {
	float: left;
	margin-right: 24px;
}
#mainnav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 18px;
	outline: none;
}
#mainnav .taboff a, #mainnav .taboff a:link, #mainnav .taboff a:link {
	color: #7b7358;
}
#mainnav .taboff a:hover, #mainnav .taboff a:active {
	color: #000000;
	text-decoration: none;
}
#mainnav .tabon a, #mainnav .tabon a:link, #mainnav .tabon a:link {
	color: #000000;
	cursor: default;
}
#mainnav .tabon a:hover, #mainnav .tabon a:active {
	color: #000000;
	text-decoration: none;
	cursor: default;
}

#social {
	height: 120px;
}
#fblike {
	width: 202px;
	height: 37px;
	margin-left: 35px;
}
#twitterfollow {
	width: 202px;
	margin-left: 35px;
	font-size: 11px;
}
#twitterfollow img {
	margin-right: 10px;
	border: none;
}

#leftnav {
	position: absolute;
	top: 195px;
	left: 0px;
}
.homesection #leftnav {
	top: 165px;
}

.leftnavTop {
	width: 232px;
	padding: 0px 0px 15px 35px;
	background-image: url(/template/images/left_nav_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 34px;
}
.homesection .leftnavTop {
	width: 202px;
	padding: 40px 15px 5px 50px;
	color: #333d45;
	font-size: 11px;
	line-height: 16px;
}
.homesection #eventsList {
	overflow: hidden;
	position: relative;
	width: 202px;
	/*height: 1px;*/
}
.homesection .event {
	width: 202px;
	padding-bottom: 10px;
}
.homesection .eventControl {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
#eventControls {
	display: none;
}

.leftnavBottom {
	width: 267px;
	height: 32px;
	background-image: url(/template/images/left_nav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#leftnav .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 19px;
	margin: 0px 0px 20px 0px;
}

#leftnav .suboff {
	color: #e8d29d;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 10px 10px 3px 18px;
}
#leftnav .suboff a:link, #leftnav .suboff a:visited, #leftnav .suboff a:hover, #leftnav .suboff a:active { color: #b78129; }

#leftnav .subon {
	color: #633e00;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 10px 10px 3px 18px;
}
#leftnav .subon a:link, #leftnav .subon a:visited, #leftnav .subon a:active { color: #633e00; }

#leftnav .thirdoff {
	color: #b78129;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 3px 10px 3px 26px;
}
#leftnav .thirdoff a:link, #leftnav .thirdoff a:visited, #leftnav .thirdoff a:hover, #leftnav .thirdoff a:active { color: #b78129; }

#leftnav .thirdon {
	color: #633e00;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 3px 10px 3px 26px;
}
#leftnav .thirdon a:link, #leftnav .thirdon a:visited, #leftnav .thirdon a:hover, #leftnav .thirdon a:active { color: #633e00; }

#leftnav .thirdon a .parenthesis { font-size: 9px; font-style: italic; color: #888888; text-decoration: none;}
#leftnav .thirdoff a .parenthesis { font-size: 9px; font-style: italic; color: #888888; text-decoration: none;}

#mainwrapper {
	position: absolute;
	top: 103px;
	left: 0px;
	width: 690px;
	background-image: url(/template/images/page_top.jpg);
	background-repeat: no-repeat;
	background-position: 242px 0px;
	padding: 42px 0px 40px 297px;
}
.homesection #mainwrapper {
	padding-top: 0px;
	padding-left: 267px;
	width: 700px;
}
#maincolumn{
	float: left;
	width: 420px;
	margin-right: 15px;
}
#maincolumnWide {
	float: left;
	width: 635px;
}
#rightcolumn{
	float: left;
	width: 209px;
}

.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 31px;
	margin: 0px 0px 10px 0px;
}
.producerLink {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	padding: 21px 15px 11px 15px;
	margin: 0px 0px 0px 0px;
	background-image: url(/template/images/producerlink_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#producerMap {
	text-align: center;
	margin-bottom: 10px;
}

#wineList {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wineList .box {
	padding: 0px 10px 0px 23px;
	margin: 0px 0px 5px 15px;
	background-image: url(/template/images/fleur.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}
#wineList a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	outline: none;
}

.accordion .page {
	background-repeat: no-repeat;
	background-position: bottom left;
}
.accordion .page .bar {
	padding: 11px 15px 0px 15px;
	height: 28px;
	background: url(/template/images/rr-accordion-off.gif) top left no-repeat;
	color: #000000;
	font-size: 15px;
	cursor: pointer;
	outline: none;
	zoom: 1;
}
.accordion .page .max {
	overflow: hidden;
}
.accordion .page .max .inner {
	padding-bottom: 10px;
}
.accordion .listItem {
	padding: 0px 10px 0px 15px;
}
.accordion .page.selected .bar {
	background: url(/template/images/rr-accordion-on.gif) top left no-repeat;
	font-weight: bold;
}
.accordion .page.ro .bar {
	background: url(/template/images/rr-accordion-ro.gif) top left no-repeat;
}

.producerPhotos {
	text-align: center;
}
.producerPhotos img {
	margin: 20px 0px 20px 0px;
	border: 1px solid #dddddd;
}



.producerBox {
	float: left;
	width: 305px;
	height: 195px;
	margin-right: 12px;
}

#outlineList {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}
#outlineList .suboff {
	/*color: #e8d29d;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 0px 10px 5px 8px;
}
#outlineList .suboff a:link {color: #4f6fc8;}
#outlineList .suboff a:visited {color: #24439b;}
#outlineList .suboff a:hover {color: #4f6fc8;}
#outlineList .suboff a:active {color: #4f6fc8;}

#outlineList .thirdoff {
	/*color: #e8d29d;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 3px 10px 3px 16px;
}
#outlineList .thirdoff a:link {color: #4f6fc8;}
#outlineList .thirdoff a:visited {color: #24439b;}
#outlineList .thirdoff a:hover {color: #4f6fc8;}
#outlineList .thirdoff a:active {color: #4f6fc8;}

#outlineList .parenthesis { font-size: 9px; font-style: italic; font-weight: normal; color: #000000; text-decoration: none;}

#tradeList {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 13px;
	line-height: 16px;
}
#tradeList .acrobat {
	width: 180px;
	float: right;
	margin: 0px 10px 0px 10px;
}
#tradeList .intro {
	width: 390px;
}
#tradeList .region {
	clear: both;
	margin: 10px 0px 10px 0px;
}
#tradeList .producer {
	clear: both;
}
#tradeList .col {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
#tradeList .col2 {
	width: 285px;
	float: left;
}
#tradeList .suboff {
	color: #000000;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 5px 10px 5px 8px;
}
#tradeList .suboff a:link {color: #4f6fc8;}
#tradeList .suboff a:visited {color: #24439b;}
#tradeList .suboff a:hover {color: #4f6fc8;}
#tradeList .suboff a:active {color: #4f6fc8;}

#tradeList .thirdoff {
	/*color: #e8d29d;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 0px 10px 6px 16px;
}
#tradeList .thirdoff a:link {color: #4f6fc8;}
#tradeList .thirdoff a:visited {color: #24439b;}
#tradeList .thirdoff a:hover {color: #4f6fc8;}
#tradeList .thirdoff a:active {color: #4f6fc8;}

#tradeList .parenthesis { font-size: 9px; font-style: italic; font-weight: normal; color: #000000; text-decoration: none;}

a.aButton {
	outline: none;
	display: inline;
	padding: 3px 4px 2px 4px;
	margin: 0px 6px 0px 0px;
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	text-decoration: none;
}
a.aButton:link {
	color: #000000;
	background-color: #ffe47f;
	border-top: 1px solid #fff58f;
	border-right: 1px solid #eed36e;
	border-bottom: 1px solid #eed36e;
	border-left: 1px solid #fff58f;
}
a.aButton:visited {
	color: #000000;
	background-color: #ffe47f;
	border-top: 1px solid #fff58f;
	border-right: 1px solid #eed36e;
	border-bottom: 1px solid #eed36e;
	border-left: 1px solid #fff58f;
}
a.aButton:hover {
	color: #000000;
	background-color: #ffd36f;
	border-top: 1px solid #fbd98a;
	border-right: 1px solid #eec25e;
	border-bottom: 1px solid #eec25e;
	border-left: 1px solid #fbd98a;
}
a.aButton:active {
	color: #000000;
	background-color: #ffe47f;
	border-top: 1px solid #fff58f;
	border-right: 1px solid #eed36e;
	border-bottom: 1px solid #eed36e;
	border-left: 1px solid #fff58f;
}

.search { width: 175px; margin-right: 10px; }
#searchList {
	clear: both;
	margin-top: 20px;
	width: 600px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}
#searchList .suboff {
	/*color: #e8d29d;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 0px 0px 8px 0px;
}
#searchList .suboff a:link {color: #4f6fc8;}
#searchList .suboff a:visited {color: #24439b;}
#searchList .suboff a:hover {color: #4f6fc8;}
#searchList .suboff a:active {color: #4f6fc8;}

#searchList .searchResultsText { font-weight: normal; font-style: italic; color: #000000; }
#searchList .searchResultsNumber { font-weight: bold; width: 24px; height: 24px; clear: both; float: left; }

.ourwinesCountryName {
	clear: both;
	margin: 10px 0px 10px 0px;
}
.ourwinesCountryName a:link, .ourwinesCountryName a:visited, .ourwinesCountryName a:hover, .ourwinesCountryName a:active {
	color: #000000;
}
.ourwinesCountryMap {
	float: left;
	width: 135px;
	text-align: center;
}
.ourwinesCountryMap img {
	margin: 0px 15px 15px 0px;
}

#contactForm {
	width: 350px;
	float: right;
	margin: 0px 20px 0px 15px;
}
#contactForm .formRow { clear: both; padding: 5px 0px 5px 0px; }
#contactForm .fieldLabel { width: 120px; float: left; font-weight: bold; }
#contactForm .fieldWrapper { width: 230px; float: right; }
#contactForm input, textarea { width: 230px; }

#copyright {
	position: absolute;
	bottom: 23px;
	left: 36px;
	color: #ada68d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ada68d;
}
#credits .credits-link { font-style: italic; font-weight: normal; }
#credits a.credits-link:link { color: #ada68d; text-decoration: underline; }
#credits a.credits-link:visited { color: #ada68d; text-decoration: underline; }
#credits a.credits-link:active { color: #ada68d; text-decoration: underline; }
#credits a.credits-link:hover { color: #ada68d; text-decoration: underline; }



.homesection #Map_Image {
	margin: 30px 0px 40px 35px;
}

.homesection #hpImages {
	position: relative;
	overflow: hidden;
	width: 720px;
	height: 313px;
	color: #ffffff;
}
.homesection #hpImages .hpImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 720px;
	height: 313px;
}
.homesection #hpImages .hpCaption {
	position: absolute;
	bottom: 17px;
	right: 37px;
	text-align: right;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	z-index: 500;
}
.homesection #Image_Rotation_Text_Image {
	position: absolute;
	behavior: url(/clockworks/css/iepngfix.htc);
}

.regionLabel {
	font-weight: bold;
	color: #ff0000;
}
.regionLogo {
	margin: 5px 0px 5px 0px;
}
.regionLabelTitle {
	margin-bottom: 20px;
}

