/* CSS Document to support Country Place */
/* www.countryplace.com.au */

html {
	text-align: center;
	height: 100%;
	width: 100%;
	overflow: scroll;
}

body {
	margin: 0;
	height: 100%;
	text-align: center;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: url(/images/page.bg.jpg) repeat-x;
}

/* Headings */
h1 {
	font-size: 150%;
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
	color: #0f2e09;
	line-height:16px;
	letter-spacing:2px;
	margin: 0;
	padding: 10px 0 0 0;
}

h2 {
	font-size: 120%;
	color: #5c6b5d;
	margin-top: 15px;
	margin-bottom: 0px;
}

h3 {
	font-size: 110%;
	color: #0f2e09;
	margin-top: 15px;
	margin-bottom: 5px;
}

h4 {
	font-size: 105%;
	color: #0f2e09;
	margin-top: 10px;
	margin-bottom: 3px;
}

h5 {
	font-size: 100%;
	color: #5c6b5d;
	margin-top: 10px;
	margin-bottom: 5px;
}

h6 {
	font-size: 100%;
	color: #5c6b5d;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* Style below controls all page contents */
#container {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

div {
	border: 0px solid #ff0000;
	margin: 0;
	padding: 0;
}

tr { vertical-align: top; } 
td { vertical-align: top; }

img {
	border: 0;
}

ul {
	list-style-type: square;
	padding-bottom: 10px;
}

#h1container {
	float: left;
	width: 850px;
	height: 50px;
}

#level1 {
	margin-top: 0;
	width: 846px;
	height: 250px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	clear: both;
}

/* Contains left and right divs */
#level1left {
	float: left;
	margin: auto 0;
	width: 646px;
	height: 250px;
	background-color: #fff;
}

#level1left img {
	float: left;
}

#level1right {
	float: right;
	margin: auto 0;
	height: 250px;
	width: 200px;
}

#level1right img {
  float: right;
}

#nav {
	float: left;
	height: 39px;
	width: 846px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 1px solid #fff;
	cursor: pointer;
	clear: both;
}

#nav ul {
	display: inline;
	list-style: none;
}

#nav li {
	display: inline;
	list-style: none;
}

.navlink {
	padding: 13px 0 0 0;
	color: #fff;
	text-align: center;
	height: 27px;
	margin: 0;
	float: left;
	border-right: 1px solid #999;
	width: 100px;
}

.navlink ul {
  display: inline;
  list-style: none;
}

.navlink li {
  display: inline;
  list-style: none;
}

.navlink a {
  color: #fff;
  text-decoration: none;
}

.navlink a:hover {
  color: #00ff00;
}

.xnavlink a:active {
  color: #00ff00;
}

.subnav {
	float: left;
	padding: 8px 12px 0 4px;
	text-decoration: none;
	text-align: left;
	color: #000;
}

a.subnav:hover {
  color: #003333;
  text-decoration: underline;
}

#navsection {
	width: 850px;
	height: 55px;
}

#navsection ul {
	display: inline;
	list-style: none;
}

#navsection li {
	display: inline;
	list-style: none;
}

#minor_nav {
	float: left;
	width: 850px;
	height: 30px;
}
	
#minor_nav ul {
	display: inline;
	list-style: none;
}

#minor_nav li {
	display: inline;
	list-style-type: none;
}

.minornav {
	padding: 3px 12px 5px 3px;
	color: #333;
	text-decoration: none;
	float: left;
	display: block;
	cursor: hand;
}

a.minornav:hover {
	color: #003333;
	text-decoration: underline;
}

#level2 {
	margin-top: 70px;
	width: 850px;
	height: 43px;
	border-bottom: 1px solid #a0a5a0;
	clear: both;
}

#h2container {
	float: left;
	width: 650px;
}

#backbutton {
	float: right;
	width: 200px;
}

#level3 {
	width: 850px;
	height: 20px;
	margin-top: 8px;
	clear: both;
}

#home {
	float: left;
	width: 600px;
}

#utilities {
	float: right;
	text-align: right;
	width: 200px;
}
		
#menu {
	float:left;
	position: relative;
	width: 850px;
	margin-top:0px;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-top: 1px solid #fff;
	height: 40px;
	clear: both;
}

#menu a, #menu h6 {
	font-size: 85%;
	color: #ccc;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 28px;
	white-space: nowrap;
	margin: 0;
	padding-top: 12px;
}

#menu h6:hover {
	color: #33ff00;
}

#menu a {
	font-size: 80%;
	text-align:left;
	background: #eee;
	text-decoration: none;
	color: #333;
	height: 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #aeaeae;
	border-left: 1px solid #d3d3d3;
	padding: 3px 0 0 5px;
}

#menu a:hover {
	color: #fff;
	background-color: #5C6B5D;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	rem.width: 125px;
	margin-top: 0px;
}

#menu li {
	position: relative;
	margin-top: 0px;
}

#menu ul ul {
	position: absolute;
	width: 127px;
	z-index: 500;
	top: auto;
	display: none;
}

#menu ul ul ul {
	top: 0;
	width: 160px;
	left: 100%;
}

div#menu li:hover {
	cursor: pointer;
	z-index: 100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul {
  display: none;
}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul {
  display: block;
}

#content {
	width: 850px;
}

#col1 {
  float: left;
  position: relative;
  width: 636px;
  color: #454545;
  padding: 0;
  margin-bottom: 0px;
}

#col1 td {
  border: 0px solid #ccc;
}

#col1 p {
  margin-top: 0px;
  margin-bottom: 10px;
}

#col1 ul {
  margin-top: 1px;
  margin-bottom: 5px;
}

#col1 li {
  margin-top: 1px;
  margin-bottom: 1px;
}

#col1 td img {
  margin: 0;
  border: 0;
}

#col1 img { }

#col1 a {
  color: #000099;
  text-decoration: underline;
}

#col1 a:hover {
  color: #0C96A2;
  text-decoration: underline;
}

#col2 {
	float: right;
	width: 202px;
	line-height: 1.25em;
	color: #454545;
	padding: 0;
}

#col2 p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#col1 ul {
	margin-top: 1px;
	margin-bottom: 5px;
}

#col1 li {
	margin-top: 1px;
	margin-bottom: 1px;
}

#col2 img {
  border: 1px solid #000;
	margin-top: 0px;
}

#col2 a:hover {
  text-decoration:none;
}

#col2 #utilities {
  margin-top: 5px;
  margin-bottom: 5px;
}

#col2 #utilities img {
  border: 0px;
}

#col2 #directions_map {
  margin-bottom: 5px;
  padding-left: 2px;
}

.venue {
	float: left;
	width: 291px;
	height: 430px;
	margin-bottom: 25px;
	border: 1px solid #000;
}

.venue img {
	margin: 0;
	border: 0;
}

.venue p {
	text-align: left;
	padding: 20px 10px 5px 10px;
	color: #fff;
	margin-top: 50px;
	margin: 0;
}

.venue ul {
	margin-top: 1px;
	margin-bottom: 2px;
	color: #fff;
}

.venue li {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
}

.venue h2 {
	padding: 3px 10px 5px 10px;
	color: #fff;
	margin-top: 10px;
	margin: 0;
}

.venue a {
	rem.display: block;
	color: #fff;
	text-decoration: none;
}

.venue a:hover {
	color: #ff9900;
}

.link1 {
	color: #ccc;
	background-color: #222;
	border: solid 1px #999;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
}

.link1 a {
	color: #fff;
	background-color: #003300;
}

a.link1:hover {
	color: #33ff00;
	background-color: #343a21;
}							
							
#promo {
	float: left;
	border: 1px solid #333;
	width: 140px;
	line-height: 15px;
	text-align: center;
	height: 172px;
	margin-right: 10px;
	background-image: url(/images/promo.bg.jpg);
}

#promo img {
	margin: 0;
}

#promo p {
	color: #003333;
	margin-bottom: 5px;
}

#promo a {
	color: #000099;
	text-decoration: none;
}

#promo a:hover {
	color: #0c96a2;
	text-decoration: none;
}

#divx {
	clear: both;
	height: 1px;
}

div#contact_us {
  border: 1px solid #333;
  background-color: #851D37;
  padding: 2px;
  text-align: center;
  height: 70px;
  font-size: 80%;
  color: #fff;  
}

div#contact_us a {
  font-size: 80%;
  color: #fff;
  text-decoration: none;
  display: block;
}

span.contact_us_caption {
	font-weight: bold;
}

span.contact_us_number {
	font-weight: bold;
	font-size: 200%;
}

#footer {
	width: 850px;
	height: 130px;
	border-top: 1px solid #999;
	margin-top: 15px;
	font-size: 80%;
}

#footer div {
	padding: 0px;
	margin-top: 15px;
}

#footer1 {
	float: left;
	width: 220px;
	height: 100px;
	color: #999;
}

#footer2 {
	float: left;
	width: 220px;
	height: 100px;
	color: #666;
	text-align: left;
	padding: 0 20px 0 0;
}

#footer2 a {
	color: #666600;
	text-decoration: none;
}

#footer3 {
	float: left;
	text-align: right;
	width: 210px;
	height: 100px;
	color: #000;
	line-height: 16px;
}

#footer3 a {
	color: #666600;
	text-decoration: none;
}

#footer3 a:hover {
	text-decoration: underline;
}

#footer4 {
	float: right;
	text-align:left;
	width: 74px;
	height: 100px;
}

.f10 { }

.f9 {
	color: #999;
	margin-top: 2px;
	margin-bottom: 5px;
}

.formfields {
	color: #000;
	border: solid 1px #ccc;
	margin-bottom: 1px;
}

.button {
	color: #ccc;
	background-color: #333;
	border: solid 1px #999;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

.ratestable {
	text-align: center;
}

.ratestable img {
	text-align: center;
}

.req {
	color: #ff3300;
}
				
.response {
	color: #660000;
}
						
.trnoborder td {
  border:none !important;
}
							
.tablenoborder td {
	border:none !important;
}

.directory td {
	height: 70px;
	text-align: left;
	padding: 2px;
	line-height: 14px;
}

.directory img {
	margin-left: 10px;
}

.directory h3 {
	margin-top: 0px;
}

#entertainment {
	width: 200px;
	text-align: right;
}

#entertainment a {
	color: #000099;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 1px 3px 0 0;
	height: 20px;
}

#entertainment a:hover {
	color: #ccc;
	text-decoration: none;
	background-color: #5c6b5d;
}

.enquiries {
	color: #363636;
	text-align: center;
	display: block;
	width: 228px;
	height: 14px;
	text-decoration: none;
	background-color: #d5cf9c;
	border: solid 1px #a5a5a5;
}

#register_form {
	color: #000;
	padding: 0 6px 0 6px;
	margin-top: 3px; 
	border: 1px #666 solid;
	height: 390px;
	background-image: url(/images/bg.voucher.jpg);
}

#register_form h2 {
	text-align: center;
	color: #000;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 20px; 
	border: 1px #999 solid;
	background-color: #99FF00;
}

#register_form label, #register_form input {
	clear: both;
}

#register_form label {
	display: block;
}

#register_form input {
	margin-bottom: 5px;
}

#register_form_result {
	padding: 10px;
	margin-top: 3px;
}

form.full_page_form br {
	clear: both;
}
	
form.full_page_form label {
	float: left;
	position: relative;
	width: 150px;
	display: block;
	text-align: right;
	margin-right: 5px;
}	
	
div.downloads {
  border: 1px dotted #777;
  padding: 10px;
}

div.downloads span.icon {
  display: block;
  float: left;
  position: relative;
  width: 100px;
  height: 200px;
}

div.downloads ul { }

div.downloads li {
  padding-bottom: 20px;
}

div.callout {
  padding-top: 15px;
  margin: 0px;
}

div.callout img {
  padding: 0px;
  margin: 0px;
  float: left;
}

div.overview_landing { }

div.overview_landing img {
  width: 100px;
  height: 100px;
  border: 1px solid #000;
  padding: 0px;
  margin: 3px;
}

img.layout_left {
  float: left;
  margin-right: 10px !important;
}

img.layout_right {
  float: right;
  margin-left: 10px !important;
}

div.enquiry_form {
  border: 1px dotted #391016;
  margin-left: 40px;
  margin-right: 40px;
  padding: 10px;
}

div.enquiry_form label {
  top: 4px;
  position: relative;
}

div.enquiry_form span.field {
  float: left;
  position: relative;
  padding-bottom: 5px;
}

div.enquiry_form fieldset {
  background-color: #eee;
  border: 0px;
  padding-top: 10px;
}

div.enquiry_form .req {
  font-size: 120%;
}

div.enquiry_form span.required_note {
  float: right;
  position: relative;
}

span.helper_note, span.helper_note a {
  color: #977 !important;
  font-size: 85%;
}

div#youtube {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #333;
}

div#youtube a {
  line-height: 1.0em;
}

div#youtube p {
  color: #fff;
  padding: 10px;
  padding-top: 7px;
  text-align: center;
  margin: 0px;
}

div#youtube p.venue_tour {
  font-size: 180%;
  font-weight: bold;
  padding: 10px;
}

div#youtube img {
  margin: 0px;
  padding: 0px;
}

span.wine_desc {
  display: block;
  color: #777;
  font-size: 85%;
  font-style: italic;
}

.content_table {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 1px solid #CCC;
}

.margintop5px {
  margin-top: 5px;
}

.margintop15px {
  margin-top: 15px;
}

.image_border {
  border: 1px solid #000;
}

.nomargin {
  margin: 0;
}

.paddingtop15px {
  padding-top: 15px;
}

.fine_print {
  font-size: 7pt;
}

.orange {
  color: #CC5500;
}

.specials_image_div {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}
