/*-----------------------------------------
  Website:
  Creator:
  Last Modified:
  
  1. General
  2. Text, headers
  3. Links
  4. Areas, Divs
  5. Tables
  6. Forms
  7. Images
  8. Menus
  9. Lists
-----------------------------------------*/



/*-----------------------------------------
  1. General, main
-----------------------------------------*/

body {
  padding: 0px;
  margin: 0px;
  text-align: center;
  background: #fff;
  font-family: arial;
  font-size: 9pt;
  color: #222;
  background: #fff url("../images/standard/content_bg_01.jpg") center top repeat-y;
}

/*-----------------------------------------
  2. Text, headers
-----------------------------------------*/

h1 {
	color: #580706;
	padding: 0px;
	margin: 0px;
	font-size: 32pt;
	font-weight: normal;
	font-family: times;
}

h2 {
	color: #c02627;
	font-size: 16pt;
	font-weight: normal;
}

h3 {
	color: #c02627;
	font-size: 12pt;
	font-weight: normal;
}

span.red_01 {
	color: #c02627;
	font-size: 10pt;
	font-weight: bold;
}

span.red_02 {
	color: #c02627;
	font-size: 8pt;
}

span.red {
	color: #c02627;
	font-size: 1.2em;
}

span.warning {
	color: red;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
	color: #c02627;
	text-decoration: none;
}

a:hover {
	color: #c02627;
	text-decoration: underline;
}

a.white_01:link, a.white_01:active, a.white_01:visited {
	color: #fff;
	text-decoration: none;
}

a.white_01:hover {
	color: #fff;
	text-decoration: underline;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div.header_wrapper_01 {
	width: 100%;
	height: 340px;
	padding-top: 5px;
	background: #5a0604 url("../images/standard/header_bg_01.jpg") top left repeat-x;
}

div.header_01 {
	position: relative;
	width: 900px;
	height: 340px;
	margin: 0px auto;
	background: #fff url("../images/standard/banner_bg_01.jpg") top left no-repeat;
}

div.banner_01 {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 900px;
  height: 230px;
}

div.menu_01 {
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: 880px;
	height: 40px;
	background: #5a0604 url("../images/standard/menu-bg.jpg");
}

div.title_01 {
	position: absolute;
	top: 246px;
	left: 10px;
	height: 40px;
}

div.contact_details_01 {
	position: absolute;
	top: 275px;
	right: 10px;
	height: 20px;
}

div.content {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

div.content_01 {
	width: 880px;
	margin: 10px auto;
}

div.left_column_01 {
	float: left;
	width: 530px;
	text-align: left;
	margin-bottom: 10px;
}

	div.text_title_01 {
		padding: 0px 10px;
	}

	div.text_body_01 {
		padding: 5px 10px;
		background: #f6f6f6;
	}

div.right_column_01 {
	float: right;
	width: 335px;
}

div.one_column_01 {
	text-align: left;
}

div.killallfloats {
	clear: both;
}

div.footer_wrapper_01 {
	width: 880px;
	margin: 0px auto;
	background: #c02627 url("../images/standard/australia_01.jpg") top right no-repeat;
	height: 100px;
}

div.footer_01 {
	width: 860px;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: left;
	color: #fff;
	font-size: 8pt;
}

div.highlight {
	margin: 10px 0px;
	padding: 5px 10px;
	background: #f8f8d7;
	border: 1px solid red;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table.rates_01 {
  width: 100%;
  border-collapse: collapse;
}

table.rates_01 th {
  padding: 5px;
  color: #fff;
  border: 2px solid #000;
  background: #660000;
}

table.rates_01 td {
  padding: 5px;
  border: 2px solid #000;
}

table.booking_01 td {
	vertical-align: top;
}

td.title_01 {
	width: 100px;
}

td.filler_01 {
	width: 100px;
}

td.border_01 {
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/

fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

textarea.textarea_01 {
	width: 100%;
}

input.input_01 {
	width: 180px;
}

input.whereisit {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
	border: 0px;
}

img.left_banner_01 {
	position: absolute;
	top: 0px;
	left: -100px;
}

img.right_banner_01 {
	position: absolute;
	top: 0px;
	right: -140px;
}

img.gum_leaf_01 {
	position: absolute;
	bottom: -300px;
	left: -190px;
}

/*-----------------------------------------
  8. Menus
-----------------------------------------*/

/*div.menu_01 ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

div.menu_01 ul li {
	padding: 0px;
	margin: 0px;
	float: left;	
}*/

/*-----------------------------------------
  9. Lists
-----------------------------------------*/

ul.errors li {
	float: left;
	width: 250px;
	padding: 0px;
	margin: 0px;
}
