/*-----------------------------------------------------------------------------

YTT Solutions Stylesheet

author:    YTT Solutions Pty. Ltd.
email:     ian@yttsolutions.com.au
website:   http://yttsolutions.com.au

-----------------------------------------------------------------------------*/


/* SETUP
-----------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body, html {
  width: 100%;
  height: 100%;
  background: #2a0c30;
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  cursor: default;
  color: #BBB;
}

h1, h2, h3, h4, h5, h6, pre, code {
  font-size: 1em;
  margin-bottom: 3px;
}

a img, :link img, :visited img {
  border: none;
}

address {
  font-style: normal;
}

a {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

li {
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
  list-style-position: inside;
}

.clear {
  line-height: 0;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}


/* PAGE WRAPPER
-----------------------------------------------------------------------------*/

#page_wrapper {
  width: 1000px;

  position: relative;
  margin: 0 auto; /* Mozilla & Safari*/
  text-align: left;
  line-height: 0;
  overflow: hidden;
}

/* HEADER STRIPE
-----------------------------------------------------------------------------*/

#header_stripe {
  width: 100%;
  height: 305px;
  position: absolute;
  left: 0;
  top: 68px;
  background: #402545;
}

/* TOP SUBNAV
-----------------------------------------------------------------------------*/

#top_subnav {
  float: right;
  margin-right: 14px;
}

.top_subnav_item {
  float: left;
  margin-right: 5px;
}

.top_subnav_item a {
  display: block;
}

.top_subnav_item img {
  position: relative;
  top: 3px;
  margin-right: 3px;
}

/* LOGO
-----------------------------------------------------------------------------*/

#logo {
  margin-left: 19px;
  margin-bottom: -4px;
  margin-top: 5px;
}

/* MAIN NAVIGATION
-----------------------------------------------------------------------------*/

#nav {
  width: 231px;
  height: 203px;
  margin-left: 50px;
  _margin-left: 16px;
  _position: relative;
  _left: 1px;
  float: left;
  margin-top: 18px;
}

.nav_item a img {
  visibility: visible;
}

.nav_item a:hover img {
  visibility: hidden;
  display: block;
  _display: normal;
}
.nav_item a:hover {
  white-space: normal; /* IE 6 */
}

/* SLOGAN
-----------------------------------------------------------------------------*/

#slogan {
  float: right;
  margin-right: 5px;
  _margin-right: 0px;
  margin-bottom: -6px;
  position: relative;
  _right: 5px;
}

/* MAIN IMAGE
-----------------------------------------------------------------------------*/

#main_image {
  float: right;
  margin-right: 11px;
  _margin-right: 6px;
  margin-top: -66px;
  width: 690px;
  height: 314px;
}

#banner_container {
  margin-top: -279px;
  _margin-top: -279px;
  margin-left: 6px;
}

/* LARGE SUBNAV
-----------------------------------------------------------------------------*/

#large_subnav {
  margin-top: 24px;
  position: relative;
  _top: -3px;
  margin-left: 4px;
  z-index: 1;
}

.large_subnav_item {
  float: left;
  position: relative;
  overflow: hidden;
}

.large_subnav_item a {
  position: absolute;
  background: url('images/transparent.gif');
  display: block;
  width: 301px;
  height: 184px;
}

/* LEFT COL
-----------------------------------------------------------------------------*/

#left_col {
  width: 723px;
  float: left;
  line-height: 15px;
  cursor: auto;
  margin-right: 35px;
  _margin-right: 0;
  margin-top: -33px;
  _margin-top: -36px;
  position: relative;
  left: 19px;
}

.left_col_wrapper {
  background: #17071a;
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.left_col_image {
  float: left;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  line-height: 10px;
  margin-top: -2px;
}

.left_col_image img {  border: 4px solid #FFF;
}

.left_col_title {
  position: relative;
  z-index: 1;
}

.left_col_text {
  padding-left: 20px;
  margin-top: -3px;
  padding-right: 10px;
}

.left_col_text a {
  text-decoration: underline;
}

.left_col_text a:hover {
  text-decoration: none;
}

.left_col_more {
  text-align: right;
}

/* RIGHT COL
-----------------------------------------------------------------------------*/

#right_col {
  line-height: 15px;
  background: #17071a;
  width: 224px;
  margin-top: -33px;
  _margin-top: -36px;
  cursor: auto;
  float: left;
  position: relative;
  margin-bottom: 20px;
}

.leaves {
  position: absolute;
  top: -27px;
  right: -19px;
  z-index: 1;
}

.right_col_wrapper {
  background: #17071a;
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
}

.right_col_testimonial {
  position: relative;
  z-index: 1;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.right_col_title {
  position: relative;
  z-index: 1;
}

.right_col_text a {
  text-decoration: underline;
}

.right_col_text a:hover {
  text-decoration: none;
}

.right_col_more {
  text-align: right;
  margin-bottom: -4px;
  position: relative;
  z-index: 1;
}

/* FOOTER
-----------------------------------------------------------------------------*/

#footer {
  margin-bottom: 9px;
  margin-left: 20px;
  margin-right: 20px;
}

.footer_left {
  text-align: left;
}

.footer_right {
  text-align: right;
}

/* BOOKINGS FORM
-----------------------------------------------------------------------------*/

#bookings_form {
  width: 246px;
  font-weight: bold;
  text-align: left;
}

#bookings_form input {
  width: 242px;
  background: #DDD;
  font-weight: bold;
  border: 2px solid #999;
}

#bookings_form textarea {
  width: 242px;
  height: 75px;
  background: #DDD;
  border: 2px solid #999;
}

/* LOGIN FORM
-----------------------------------------------------------------------------*/

#login_form {
  width: 204px;
  font-weight: bold;
  text-align: left;
}

#login_form input {
  width: 200px;
  background: #DDD;
  font-weight: bold;
  border: 2px solid #999;
}

/* MISC
-----------------------------------------------------------------------------*/

.news_credit {
  color: #FFF;
  float: right;
}