/*
=====================
Cascading Style Sheet
=====================
*/

html {
  height: 100%;
  margin-bottom: 1px;
  line-height: 125%;
}

body,td {
  line-height: 125%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #474747;  
}

body {
  background-color: #8073b6;
  color: #474747;
  margin: 0;
  padding: 0;
  font-size: 0.8em;  
  font-family: Arial, Helvetica, Verdana, sans-serif;  
}

ul li{
font-size: 1em;
}

p {
/* setup some more readable paragraph spacing */
font-family: Arial, Helvetica, Verdana, sans-serif;
margin-top: 10px;
margin-bottom: 15px;
font-size: 1em;
color: #474747;
}

h1, h2, h3, h4, h4 {
/* setup some more readable header spacing */
font-family:Georgia,Times New Roman,serif;
line-height:1.1em;
margin:10px 0;
padding-bottom:5px;
text-align:left; 
}

h1 { 
font-size: 1.6em;
color: #8d3a3a;
padding-right:25px;
}

h2 {
font-size: 1.2em;
color: #474747;
font-weight: bold;
}

h3 {
font-size: 1em;
color: #8d3a3a;
}

h4 {
font-size: 1em;
color: #474747;
}


div.wrapper {
  text-align: left;
  margin: 5px auto 5px auto;
  padding: 0px;
  border:0;
  width:950px;
  background: #FFFFFF;
}

#accommodation{
color: #c5bfe1;
text-align: center;
font-size: 0.85em;
padding-top: 10px;
}

#header {
background: transparent url(http://static.shadzz.co.nz/images/banner-bg.png) repeat-x scroll 0 0;
margin: 0;
width: 950px;
height: 284px;
}

#logo{
float: left;
width: 242px;
padding: 45px 0 0 20px;
}

#banner-image{
float: right;
width: 635px;
padding: 25px 20px 0 0;
}

#horiz-menu{
background: #231f20 repeat-x scroll 0 0;
width: 950px;
height: 40px;
margin:0;
padding:0;
}

a.navigatorLink, span.navigatorLinkCurrent {
color:#CDC7E8;
display:block;
float:left;
font-family:Arial,Verdana,sans-serif;
font-size:1.2em;
line-height:40px;
padding:0 20px;
text-decoration:none;
}

.icons a:link{
color: #474747;
text-decoration: underline;
}

span.navigatorLinkCurrent{
background: transparent url(http://static.shadzz.co.nz/images/menu-active.gif) no-repeat scroll 50% 100%;
}


#mainbody {
padding: 15px;
}

div.booking {
background-color: #E1DEEF;
border: 1px solid #8B8BBB;
padding: 0 0 15px;
}

form.booking {
padding: 5px 0 0;
}

div.leftsidebarheading {
background: #8B8BBB url(http://static.shadzz.co.nz/images/booking-header.png) repeat-x scroll 0 0;
color: #FFFFFF;
font-family: Arial Narrow,Arial,Helvetica,sans-serif;
font-size: 1.3em;
font-weight: bold;
height: 26px;
line-height: 26px;
margin: 0 0 10px;
text-align: center;
}

div.left_side{
background: #f2effb;
border: 1px solid #e1deef;
float: left;
padding:5px;
width:186px;
}

div.left_side p{
color: #474747;
}

td#searchbaritems{
color: #474747;
}

div.icons{
text-align: center;
margin: 20px 0 20px 0;
}

div.icons img{
margin: 30px 0 0 0;
}

div.icons p{
text-align: center;
font-size: 0.8em;
margin-bottom: 0;
}

div.middle{
float:left;
height:auto;
padding:0 0 0 20px;
width:465px;
}

div.rightsidebarheading {
font-family: Georgia,Times New Roman,serif;
line-height: 1.1em;
margin: 10px 0;
padding-bottom: 5px;
font-size: 1.6em;
color: #8d3a3a;
font-weight: bold;
}

div.right_side{
float: right;
width: 215px;
height: auto;
padding: 0;
}

div.right_side a{
color: #474747;
}

#footer {
clear: both;
background: transparent url(http://static.shadzz.co.nz/images/footer-image.jpg) no-repeat scroll 0 100%;
margin: 20px 0 0 0;
width: 950px;
height: 64px;
}

#footer-nav{
list-style-type:none;
text-align: center;
font-size: 0.95em;
color: #8073b6;
}

#footer-nav a:link, #footer-nav a:visited {
color: #8073b6;
text-align: center;
text-decoration: none;
}

#dp{
text-align: center;
margin: 1px auto;
width:950px;
color: #fff;
}

#dp a:link, #dp a:visited {
text-decoration: none;
padding: 0px;
border:0;
color: #fff;
font-size: 0.85em;
}

.clear{
clear: both;
}

.imageborder {
  border: 2px solid #b9cfe5;
  margin-left: 10px;
  }
  
.imageright {
  float: right;
  align: right;
  margin: 1px 0px 5px 15px;
  border: 2px solid #b9cfe5;
  }
  
.imageleft {
  float: left;
  align: left;
  margin: 1px 15px 5px 0px;
  border: 2px solid #b9cfe5;
  }

.imagecentre {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #b9cfe5;
  }
  
  .subnav {
  background: #231f20 repeat-x scroll 0 0;
width: 950px;
height: 40px;
margin:0;
padding:0;
}
  