/**
 * master.css, generated from master.scss
 *
 * (c) Copyright Cornucopic 2011
 */
h2, h3 {
  color: #00929d;
  font-family: "Myriad Pro", sans-serif;
  font-weight: normal; }
  h2 span, h3 span {
    font-weight: bold; }
  h2:first-letter, h3:first-letter {
    text-transform: lowercase; }

h3 {
  font-size: 2em;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2dce1; }

h4, h5 {
  color: #00929d;
  font-family: "Myriad Pro", sans-serif;
  font-weight: normal;
  font-size: 1.7em;
  padding: 0;
  margin: 0; }
  h4 span, h5 span {
    font-weight: bold; }

h5 {
  font-size: 1.4em; }

::selection {
  background: #d2dce1; }

body {
  background: #f0f0f0;
  background: fixed -webkit-gradient(linear, left bottom, left top, color-stop(0.15, silver), color-stop(0.55, white), color-stop(0.85, #e0e0e0));
  margin: 0;
  padding: 0; }

#wrapper {
  width: 960px;
  margin: 0px auto 0px auto;
  padding: 40px 40px 5px 40px;
  background: #ffffff;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-shadow: 0px 0px 15px #a0a0a0;
  -moz-box-shadow: 0px 0px 15px #a0a0a0; }

#crest {
  height: 110px; }
  #crest h1 {
    background: url("../images/header.png") 39px 0 no-repeat;
    text-indent: -5000px;
    margin: 0;
    padding: 0;
    height: 110px; }
  #crest h2 {
    text-align: right;
    position: relative;
    top: -127px;
    margin-right: 40px;
    margin-left: 600px; }

#hero-wrapper {
  overflow: hidden;
  border-top: 30px solid #00929d;
  border-bottom: 15px solid #00929d; }
  #hero-wrapper #hero {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    position: relative;
    background: url("../images/hero2.jpg") no-repeat;
    background-position: 10px -307px;
    height: 170px;
    top: 0px;
    left: -10px;
    width: 980px;
    -webkit-box-shadow: inset 0px 0px 15px #000;
    -moz-box-shadow: inset 0px 0px 15px #000; }
    #hero-wrapper #hero.minimised:hover {
      opacity: 0.8; }

#nav {
  font-family: "Myriad Pro", sans-serif;
  height: 60px;
  background: #414e55;
  border-bottom: 3px solid #d2dce1; }
  #nav ul {
    list-style-type: none;
    margin: 0;
    padding: 22px 0 0 20px; }
  #nav li {
    display: inline;
    padding-bottom: 20px; }
    #nav li:last-child a {
      border-right: none; }
    #nav li a {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      border-right: 1px solid #d2dce1;
      padding: 5px 10px;
      color: #d2dce1;
      text-decoration: none;
      outline: none; }
      #nav li a span {
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        padding: 17px 10px;
        border-bottom: 1px solid #414e55; }
      #nav li a:hover, #nav li a.active {
        color: white; }
      #nav li a:hover span {
        border-bottom: 10px solid #d2dce1; }
      #nav li a.active span {
        border-bottom: 10px solid #00929d; }

#content, #footer {
  color: #414e55;
  font-family: "Lucida Sans", sans-serif; }
  #content a, #footer a {
    color: #00929d;
    text-decoration: none;
    border-bottom: 1px solid white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; }
    #content a:hover, #footer a:hover {
      border-bottom: 1px solid #00929d; }

#content {
  position: relative;
  margin: 39px; }
  #content .article, #content #nb {
    clear: both; }
  #content p, #content li {
    text-align: justify;
    line-height: 1.65em;
    font-size: 0.95em; }
  #content .subarticle {
    float: right;
    width: 400px;
    margin: 95px 0px 30px 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #d2dce1; }
  #content #property div.left {
    float: left;
    width: 450px; }
  #content #property div.right {
    margin: 40px 0 0 480px; }
  #content #property .subcontent {
    margin-top: 20px; }
    #content #property .subcontent h4 {
      margin: 20px 0 15px 0; }
    #content #property .subcontent ul {
      margin: 0;
      padding: 0 0 0 20px;
      list-style-type: square; }
    #content #property .subcontent p, #content #property .subcontent li {
      text-align: left; }
  #content p.nb {
    clear: left;
    padding-top: 20px; }
  #content #pricing dt, #content #pricing dd {
    width: 200px;
    float: left;
    margin: 5px;
    padding: 10px; }
  #content #pricing dt {
    background: #d2dce1;
    clear: left;
    margin-left: 0; }
  #content #pricing dd {
    color: white;
    background: #00929d; }
  #content #pricing dd.deposit, #content #pricing dt.deposit {
    color: white;
    background: #414e55; }
  #content #gallery {
    -webkit-user-select: none;
    -moz-user-select: none;
    background: #d2dce1;
    width: 922px;
    height: 180px;
    padding: 20px;
    position: relative;
    left: -40px; }
    #content #gallery #large-gallery-view {
      padding: 0px;
      background: #414e55;
      text-align: center; }
    #content #gallery #large-gallery-view img {
      margin: auto; }
    #content #gallery .gallery-nav {
      height: 50px;
      width: 30px;
      font-size: 50px;
      float: left;
      position: relative;
      top: 50px;
      color: #d2dce1;
      cursor: default;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s; }
    #content #gallery .active {
      color: #414e55; }
    #content #gallery .active:hover {
      color: #ffffff;
      cursor: pointer; }
    #content #gallery #gallery-left {
      left: -4px;
      margin-right: 18px; }
    #content #gallery #gallery-right {
      left: 17px; }
    #content #gallery #gallery-wrapper {
      float: left;
      width: 831px;
      height: 180px;
      overflow: hidden; }
    #content #gallery #gallery-closer {
      color: #ffffff;
      position: absolute;
      right: 30px;
      font-size: 10px;
      cursor: pointer; }
      #content #gallery #gallery-closer:hover {
        text-decoration: underline; }
    #content #gallery #gallery-thumbs {
      left: 0px;
      top: 10px;
      width: 5000px;
      position: relative; }
      #content #gallery #gallery-thumbs .thumb {
        padding: 5px 5px 0px 5px;
        width: 199px;
        float: left;
        text-align: center;
        cursor: pointer; }
  #content #language h5 {
    padding-top: 10px; }
  #content #language dl {
    font-size: 0.8em;
    padding-bottom: 55px; }
  #content #language dt, #content #language dd {
    display: block;
    width: 100px;
    padding-bottom: 10px; }
  #content #language dt, #content #language dd {
    float: left; }
  #content #language dd {
    font-style: normal; }
  #content #language dt + dd {
    font-style: italic; }
  #content #language h5, #content #language dl, #content #language dt {
    clear: left; }

#footer {
  clear: both;
  margin-top: 20px;
  width: 882px;
  margin: 30px auto;
  text-shadow: 0px 1px 1px #ffffff; }
  #footer h4 {
    color: #414e55; }
  #footer p {
    font-size: 0.8em;
    float: left;
    padding-right: 40px;
    padding-bottom: 10px; }
  #footer #copyright {
    font-size: 0.7em; }
  #footer #contact, #footer #copyright p {
    margin-bottom: 20px; }
  #footer #footer-contact p {
    font-weight: bold; }
  #footer #footer-contact span {
    font-weight: normal;
    display: block;
    float: left;
    padding-right: 20px; }
  #footer #copyright {
    clear: left;
    border-top: 1px solid #b0b0b0;
    padding-top: 10px;
    line-height: 2em; }
  #footer a {
    font-weight: bold;
    border-bottom: 1px solid #00929d; }
    #footer a:hover {
      color: #414e55;
      border-bottom: 1px solid #414e55; }
