@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #8ba632;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 845px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	float: none;
	margin: auto;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: justify;
	clear: both;
	margin-top: 0;
}
#content_div {
	margin: 0px;
	padding: 0px;
	width: 780px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	z-index: auto;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
}
.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: center;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #9e1f63;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	text-decoration: none;
}
.border_solid {
	border: thin solid #000000;
}
.body_emphasise {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #333333;
}
.pagehdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
	text-align: left;
}
.event_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #336699;
	text-align: center;
}
.event_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #666666;
	text-align: left;
	line-height: 1em;
	text-indent: 0px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.event_stop {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #993366;
	text-align: left;
}
.event_name {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	text-align: left;
	font-style: normal;
	line-height: 1.1em;
	font-weight: bold;
}
a:link {
	color: #666666;
}
a:visited {
	color: #993366;
}
a:hover {
	color: #339900;
}
a:active {
	color: #666666;
}
#apDivhead {
	position:absolute;
	width:241px;
	height:358px;
	z-index:1;
	left: 357px;
	top: 152px;
	visibility: hidden;
	margin: auto;
	padding: 2px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#apDiv2 {
	position:absolute;
	width:444px;
	height:249px;
	z-index:2;
	left: 623px;
	top: 156px;
	visibility: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#apDiv3 {
	position:absolute;
	width:459px;
	height:106px;
	z-index:3;
	left: 621px;
	top: 432px;
	overflow: auto;
	visibility: visible;
}
#apDiv4 {
	position:absolute;
	width:725px;
	height:261px;
	z-index:4;
	left: 364px;
	top: 515px;
	overflow: auto;
	visibility: visible;
}
#column_left {
	float: left;
	width: 365px;
}
#columnright {
	float: right;
	width: 365px;
}
#column_eventname {
	float: none;
	width: 780px;
}
#column_eventwords {
	float: none;
	width: 780px;
}
.videotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #990066;
}
.oneColFixCtrHdr #container #menu {
	text-align: left;
}
.oneColFixCtrHdr #container #content {
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 50px;
	padding-left: 50px;
}
.event_date {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	letter-spacing: normal;
}
.event_whatson {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #9e1f63;
	text-align: center;
	font-style: normal;
	line-height: 1.1em;
}
.event_wines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align: center;
}
.event_grey {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-align: center;
	line-height: normal;
}
.body_emphasiseGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #8BA632;
}
.body_text_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #9e1f63;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
}
.wsale {
	padding-left: 35px;
}
.table_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	border: thin solid #000000;
	background-color: #9e1f63;
}
.table_text_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	border: thin solid #000000;
	background-color: #9e1f63;
}
