/* Common */
body,table,input,select,textarea { 
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

/* Remove padding and margin */
*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {   
  color:#000; 
  background-color: #260039; 
}

h1 {
  font: normal 1.375em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  color: #F8F7E2;
  background: #C4C282 url('../images/i-bg-h1.gif') repeat-x;
  display: block;
  line-height: 40px;
  padding: 0 30px;
}

h2 {
  font: normal 1.1375em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  color: #260039;
  line-height: 28px;
}

h3 {
  font: italic 0.9375em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  color: #5c406b;
  line-height: 28px;
}

h4 {
  font-size: 0.875em;
  margin: 1em 0 0.5em 0;
  color: #8d8b43;
  text-align: center;
}

h4 {
  font-size: 0.75em;
  margin: 0.5em 0 0.25em;
}


p { 
  margin: 1em 0;
  font-size: 0.75em; 
}

#content ul {
  font-size: 0.75em;
  margin: 1em 0;
}

#content p a, #content li a, .dlcontent a {
  color: #5c406b;
}

#content p a:hover, #content li a:hover, .dlcontent a:hover {
  background-color: #8d8b43;
  padding: 0 5px;
  color: #fff;
  text-decoration: none;
}

dl.col {
  font-size: 0.75em;
  margin: 10px 0 0 0;
}

dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clear-left:after {
  content:".";
  height:1px;
  display:block;
  clear:left;
  visibility:hidden;
}

.clr {
  clear: both;
}

.clr-right {
  clear: right;
}

.clr-left {
  clear: left;
}

.right {
  float: right;
}

.left {
  float: left;
}

/* messages / errors box */
.Msg {
  margin: 1em 0;
}

.Msg ul {
  padding: 0.5em;
  list-style-type: none;
}

.Messages ul {
  border: 1px solid darkblue;
  background-color: lightblue;
}

.Errors ul {
  border: 1px solid darkred;
  background-color: pink;
}

/* Layout */

#constrain {
  width: 1070px;
  margin: 0 auto;  
}

#header img {
  display: block;  
}

#shadow {
  background: transparent url('../images/i-bg-shadow.gif') repeat-y;
  padding: 0 55px;
  min-height: 600px;
}

  /* Top Navigation */
  
  #nav-top ul {
    background: transparent url('../images/i-bg-nav.gif') repeat-x;
    height: 30px;
    border-bottom: #F6F6DC solid 1px;
  }
  
  #nav-top li {
    float: left;
    list-style: none;
    position: relative;
  }
  
  #nav-top a {
    display: block;
    float: left;
    line-height: 30px;
    background: transparent url('../images/i-bg-nav.gif') repeat-x;
    text-decoration: none;
    color: #000;
    font-size: 1em;
    text-transform: uppercase;
    padding: 0 30px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
  }
  
  #nav-top a:hover {
    background-position: bottom left;
  }
  
    /* Fly Out Nav*/
    
    #nav-top ul.sub-nav {
      padding: 0;
      background: 0;    
      border: 0;  
    }
    
    #nav-top ul.sub-nav a {
      background: 0;
      font-size: 0.75em;
      padding: 0 8px;
      line-height: 28px;
      height: 28px;
      float: none;
      width: 130px;    
      border-left: #c7c691 solid 1px;  
    }
    
    #nav-top ul.sub-nav a:hover {
      background-color: #c7c691;
    }
   
    #nav-top #property-wrapper {
      display: none;
      position: absolute;  
      left: 0px;
      top: 31px;
      background: transparent url('../images/i-subnav.png') repeat;      
      padding: 10px 0 15px 30px;              
      z-index: 1;      
    }

    #nav-top ul.sub-nav {
      position: relative;    
    }
      
  /* Footer Navigation and Contact Details*/
  
  #footer {
    background: transparent url('../images/i-bg-footer.gif') no-repeat;
    padding: 20px 85px 0 85px;
    height: 127px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #F8F7E2;
  }
  
  #footer a {
    color: #F8F7E2;
    text-decoration: none;
    display: block;
    float: left;
  }
  
  #footer a:hover {
    background-color: #776083;
    padding: 0 5px;
  }
 
  #footer .nav-bottom ul {
    list-style: none;
    width: 180px;
    float: right;
    border-left: #776083 solid 1px;    
  }
  
  #footer .nav-bottom ul a {
    font-size: 0.75em;
    text-transform: uppercase;  
    width: 150px; 
    padding: 0 0 0 20px;
  }
  
  #footer dl.col {
    font-size: 0.875em;
  }
    
  #footer .author {
    float: right;
    margin: 40px 0 0 0;
  }

  #footer .author a {
    text-decoration: none;
    font-size: 0.75em;
    color: #7B6879;
  }
  
  #footer .author a:hover {
    color: #fff;
    background: none;
    padding: 0;
  }
  
  #footer .col {
  	width:350px;
  	float:left;
  }
  #familyhols {
  	float:left;
	margin: -3px 0 0 77px;
	}
  #footer a#familyhols:hover {
  	padding:0;
	background:transparent;
  }
 /* Side Column & Sub Sub Navigation */
 
 .side-column {
   width: 180px;
   padding: 30px;
   float: right;
   font-family: 'Trebuchet MS', Arial, sans-serif;
   color: #F8F7E2;
 }

 #content .side-column ul {
   list-style: none;
   width: 180px;
   float: right;
   border-left: #776083 solid 1px; 
   font-size: 0.75em;  
 }

 #content .side-column ul a {
   text-transform: uppercase;  
   width: 150px; 
   color: #F8F7E2;
   text-decoration: none;
   display: block;
   padding: 0 0 0 20px;
   line-height: 22px;
 }
 
 #content .side-column a:hover {
   background-color: #776083;
 }
 
/* Content Styling */

.tagline {
  float: right;
  width: 180px;
  height: 260px;
  display: block;
  background: transparent url('../images/i-bg-tagline.gif') no-repeat right bottom;
  padding: 10px 30px;
  text-align: center;
}

#content .tagline p {
  font-size: 1.3125em;
  color: #F8F7E2;
  line-height: 28px;
}

.hero img {
  display: block;
}

.text-area {
  margin: 30px 270px 0 30px;
  padding: 0 0 30px 0;
}

#content ul.column {
  float: left;
  width: 290px;
  margin: 0 20px;
}

  /* Buttons */

  #content a.button-p {
    display: block;
    line-height: 30px;
    background: #5c406b url('../images/g-button-p.gif') repeat-x;
    color: #f8f7e2;
    text-decoration: none;
    text-align: right;
    padding: 0 10px;
    cursor: pointer;
    float: left;
  }

  #content a:hover.button-p {
    background-position: bottom left;
    padding: 0 10px;
  }
    
  #content a.button-p span {
    display: block;
    background: transparent url('../images/g-arrow-p.png') no-repeat right center;
    padding: 0 15px 0 0;
  }
  
  #content a.button-g {
    background: transparent url('../images/g-button-r-g.gif') no-repeat scroll top right;
    color:#474622;
    display: block;
    float: right;    
    height: 39px;    
    padding: 0 15px 0 0; /* sliding doors padding */
    text-decoration: none;   
    text-transform: uppercase; 
    cursor: pointer;
  }

  #content a.button-g span {
    background: transparent url('../images/g-button-l-g.gif') no-repeat;
    display: block;
    line-height: 39px;
    height: 34px;
    padding: 5px 15px 0 25px;
    float: left;
  }
  
  #content a.button-g:hover {
    background-position: bottom right;
    padding: 0 15px 0 0;
    background-color: none;
  }  
    
  #content a:hover.button-g span {
    background-position: bottom left;
    padding: 5px 15px 0 25px;
    background-color: none;
    color:#474622;    
  }

  #content a.button-trans {
    background: transparent url('../images/g-button-trans.png') no-repeat top right;
    display: block;
    float: right; 
    line-height: 39px;
    height: 34px;
    color:#474622;
    text-decoration: none;   
    text-transform: uppercase;
    padding: 5px 25px 0 15px;
    cursor: pointer;
  }
  
  #content a:hover.button-trans {
    padding: 5px 25px 0 15px;
    background-position: bottom right;
  }

  /* Availability Calendar */

  #content .availability {
    margin: 10px 0 0 0;
  }

  #content .availability h2 {
    background: #bbb1c0 url('../images/g-curve-tl-p.gif') no-repeat;
    line-height: 30px;
    padding: 0 15px;
    display: block;  
    text-align: right;
  }
  
  #content .text-area .availability {
    margin: 0;
    width: 180px;
  }
  
  #content .text-area .availability h2 {
    background: #bbb1c0 url('../images/g-curve-tl.gif') no-repeat;
  }
  
  #content .availability a.button-p {
    float: none;
  }
  
  #content .availability a:hover.button-p {
    padding: 0 10px;
  }
  
  /* Accom Highlights */
  
  .highlight {
    background-color: #ebe9b2;    
    height: 225px;
    margin: 1em 0;
    float: left;
  }
  
  .highlight h2 {
    background: #c4c282 url('../images/g-curve-tl-g.gif') no-repeat;
    line-height: 30px;
    padding: 0 15px;
    display: block;  
    text-align: right;
  }
  
  .features {
    width: 440px;
    margin-right: 10px;
    height: 225px;
  }
  
  .gallery-cta {
    width: 210px;
  }  
  
  .gallery-cta a.button-trans {
    margin-top: 156px;
  }
  
  .gallery-shambhala   { background: transparent url('../images/p-gallery-shambhala.jpg') no-repeat left bottom; }
  .gallery-kut-tay     { background: transparent url('../images/p-gallery-kut-tay.jpg') no-repeat left bottom; }
  .gallery-sejala      { background: transparent url('../images/p-gallery-sejala.jpg') no-repeat left bottom; }
  .gallery-tali-lima   { background: transparent url('../images/p-gallery-tali-lima.jpg') no-repeat left bottom; }
  .gallery-tali-pulo   { background: transparent url('../images/p-gallery-tali-pulo.jpg') no-repeat left bottom; }
  .gallery-tali-south-mission   { background: transparent url('../images/p-gallery-tali-south-mission.jpg') no-repeat left bottom; }
  .gallery-tam-oshanter-point    { background: transparent url('../images/p-gallery-tam-oshanter-point.jpg') no-repeat left bottom; }
  .gallery-the-beach-cottage     { background: transparent url('../images/p-gallery-the-beach-cottage.jpg') no-repeat left bottom; }
  .gallery-the-mission-position  { background: transparent url('../images/p-gallery-the-mission-position.jpg') no-repeat left bottom; }
  .gallery-trends-on-mission     { background: transparent url('../images/p-gallery-trends-on-mission.jpg') no-repeat left bottom; }
  .gallery-windjana     { background: transparent url('../images/p-gallery-windjana.jpg') no-repeat left bottom; }
  .gallery-horizons     { background: transparent url('../images/p-gallery-horizons.jpg') no-repeat left bottom; }
  .gallery-coombe     { background: transparent url('../images/p-gallery-coombe.jpg') no-repeat left bottom; }
  .gallery-doorila     { background: transparent url('../images/p-gallery-doorila.jpg') no-repeat left bottom; }
  
  .highlight dl.col {
    font-size: 0.75em;
    margin: 15px;
    color: #260039;
  }
  
  .highlight dl.col dt {
    text-align: right;    
    width: 12em;
  }
  
  .highlight dl.col dd {
    border-left: #260039 solid 1px;
    margin-left: 13em;
    padding: 0 0 0 15px;
  }
  
  .sleeps {
    background: transparent url('../images/g-person.gif') repeat-x left center;
    padding: 0 3px;
  }
  
  .guests-6 { padding: 0 56px 0 0; }
  .guests-8 { padding: 0 76px 0 0; }
  .guests-10 { padding: 0 96px 0 0; }
  
  .rates {
    float: left;
    width: 460px;
    margin: 0 20px 20px 0;
  }
    
  /* Side Column for Features */
  
  .side-features {
    width: 290px;
    background-color: #ebe9b2;
    padding: 20px;
    float: right;
    margin: 0 0 20px 20px;
  }
  
  #content .side-features li {
    padding: 0 20px 4px 0;
  }
  
  /* Showcase Gallery */
  
  #content .gallery a {
    margin: 0 5px 10px 5px;
    float: left;
    background-color: #c4c282;
    padding: 2px 2px 10px 2px;
    width: 316px;
    font-size: 0.75em;
    text-align: center;
    text-decoration: none;
    color: #474622;
    text-transform: uppercase;
  }
  
  #content .gallery a:hover {
    background-color: #ebe9b2;
  }
  
  /* Property Thumbs */
  
  #content .thumbs {
    width: 660px;
  }
  
  #content .thumbs a {
    margin: 10px 5px 10px 5px;
    float: left;
    background-color: #c4c282;
    padding: 2px 2px 4px 2px;
    width: 206px;
    font-size: 0.75em;
    text-align: center;
    text-decoration: none;
    color: #474622;
    text-transform: uppercase;   
  }
  
  #content .thumbs a:hover {
    background-color: #ebe9b2;
    padding: 2px 2px 4px 2px;
    color: #474622;    
  }
 
  #content .thumbs a.thumbs-highlight {
    height: 115px;
    width: 166px;
    display: block;
    background: #fff url('../images/g-thumb-highlight.gif') no-repeat;
    font-size: 1.25em;
    color: #474622;
    line-height: 28px;
    padding: 30px 20px;
    text-transform: none;
  }
  
  #content .thumbs a:hover.thumbs-highlight {
    padding: 30px 20px;
    color: #474622;
  }
  
  #content .location {
    float:  right;
  }

  .map {
    width: 450px;    
    margin: 1em auto;
  }
  
  .map iframe {
    border: 1px solid #555;
  }