
@import url("reset.css");
@import url("nivo-slider.css");

html, body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

body {
    color:#494218;
    font:12px Georgia;
    letter-spacing: 0.8px;
    line-height: 16px;
    background:#f2efe8 url('../images/body-bg.jpg') no-repeat top center;
}

img {
    border:0;
}

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

a.button {
    width: 99px;
    height: 27px;
    background:url('../images/button-bg.png') no-repeat transparent;
    display: block;
    color:#888;
    text-align: center;
    font-size: 11px;
    line-height: 27px;
}

a.button:hover {
    color:#000;
    text-decoration: none;
}

a.more {
    color:#f00;
    font-size:13px;
}

.shadow  {
     -webkit-box-shadow: 0px 10px 5px #888;
    -moz-box-shadow   : 0px 10px 5px #888;
     box-shadow: 0px 10px 5px #888;
}

h3 {
    font-size: 24px;
    font-weight: normal;
    color: #d50404;
}

/*===================*/
/*=== Page Styles ===*/
/*===================*/

#header {
    width:960px;
    margin:0 auto;
    height: 680px;
    position: relative;
    background:url('../images/header-bg.png') no-repeat transparent;
}

#header #logo {
    float:left;
    margin:20px 0 0 30px;
}

#header h1 {
    float:right;
    clear:left;
    margin:-35px 30px 0 0;
    font-weight: normal;
}

#header #photo,#header #youtube {
    clear:both;
    width:830px;
    height:415px;
    margin:0 auto;
}

#header .slider-wrapper {
    border:2px solid #fff;
    margin-top: 80px;
    width:830px;
    height:415px;
    float:left;
}

#header #youtube .slider-wrapper {
    border:2px solid #000;
}
#header h2 {
    float:right;
    font-size:32px;
    font-weight: normal;
    margin:-60px 30px 0 0;
    font-family: Times;
}

#header #menu {
    float:left;
    width:989px;
    height:57px;
    background:url('../images/menu-bg.png') transparent no-repeat;
    position: absolute;
    top:160px;
    left:-10px;
    padding-left: 20px;
}

#header #menu li {
    float:left;
    margin: 0 3px;
    color:#bfbfbf;
    font-size: 13px;
    line-height: 45px;
}

#header #menu li a {
    color:#bfbfbf;
    text-decoration: none;
    font-size: 13px;
}

#header #menu li a:hover {
    color:#fff;
}

#header #langs {
    position: absolute;
    right:20px;
    top:20px;
}

#header #langs li {
    float:left;
    color:#CBBAA0;
    padding: 0 2px;
}

.main {
    width:960px;
    height:207px;
    margin:20px auto 60px auto;
    position: relative;
}

#main .main-wrapper {
    width:960px;
    float:left;
    position: relative;
    min-height:300px;
}

#main #panels {
    width:870px;
    height:207px;
    margin: 0 auto 80px auto;
}

#main #panels li {
    width:270px;
    height:207px;
    background:url('../images/panel-bg.png') transparent no-repeat;
    float:left;
}

#main #panels li h3 {
    width:100%;
    margin-top: 40px;
    text-align: center;
}

#main #panels li h3 span {
    position: relative;
}

#main #panels li h3 span.left {
    font-size:36px;
    margin-right: 2px;
    top:3px;
}
#main #panels li h3 span.right {
    font-size:36px;
    margin-left: 2px;
    top:3px;
}

#main #panels li.center {
    margin:0 30px;
}

#main #panels li p {
    height:55px;
    width:100%;
    text-align: center;
    margin-top:50px;
    overflow: hidden;
}

#main #panels li a.button {
    margin: 0 auto;
}

#footer {
    width:890px;
    margin:0 auto;
    height: 96px;
    position: relative;
    background:url('../images/footer-bg.png') transparent no-repeat;
    clear: both;
}

#footer #social {
    position: absolute;
    top:45px;
    right:75px;
}

#footer #social li {
    float:left;
    margin-right: 5px;
}

#footer img.shells {
    position: absolute;
    right: -100px;
    top: -96px;
}

#copyright {
    width:860px;
    margin:0 auto 10px auto;
    text-align: center;
}

div.content {
    float:left;
    width:580px;
    margin: 0 0 20px 60px;
}

div.content span.sep {
    width:568px;
    height:32px;
    background:url('../images/seperator-bg.png') transparent no-repeat;
    display: block;
    margin: -10px 0 10px -10px;
}

div.content .secret {
    clear:both;
    border-bottom: 1px solid #999;
    float:left;
    padding-bottom: 5px;
}

div.content .secret img {
    width:165px;
    height:82px;
    border:1px solid #828285;
    float:left;
    margin-bottom: 20px;
}

div.content .secret p {
    float:left;
    width:400px;
    margin: 10px 0 0 10px;
    font-size: 13px;
    line-height: 18px;
}

div.content .secret div {
    float:left;
    width:400px;
}

div.content h3 {
    margin-bottom: 20px;
}

div.content .html {
    font-size: 15px;
    line-height: 20px;
}

div.content .html h4,div.content .html p {
    margin-bottom: 5px;
}

#booking {
    width:280px;
    position: absolute;
    right: 0;
    top:0;
}

#booking span.sep {
    width:268px;
    height:30px;
    background:url('../images/seperator-bg-right.png') transparent no-repeat;
    display: block;
    margin: 10px 0 10px -20px;
}

.nivoSlider {
    position:relative;
    background:url('../images/loading.gif') no-repeat 50% 50%;
    width:830px;
    height:415px;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

ul.thumbs {
    width:880px;
    position: relative;
    left:50px;
}

ul.thumbs li {
    float:left;
    width:47px;
    margin: 0 4px 3px 0;
    cursor:pointer;
}

ul.thumbs li.youtube {
    position: relative;
}

ul.thumbs li.youtube span {
    background:url('../images/play.png') no-repeat;
    position: absolute;
    width:25px;
    height:17px;
    display:block;
    top:9px;
    left:11px;
}

#contact {
    width:300px;
    height:300px;
    float:left;
}

#contact div.field {
    margin-bottom: 10px;
}

#contact div.field label {
    display:block;
}

#contact div.field label.error {
    color:#f00;
}

#contact div.field input {
    width:200px;
    border:1px solid #999;
    background: transparent;
    padding: 5px;
}

#contact div.field textarea {
    width:202px;
    height:100px;
    border:1px solid #999;
    background: transparent;
    padding: 5px;
}

#contact div.button input {
    width:100px;
    height:30px;
    cursor:pointer;
    border:2px solid #fff;
    background: #FF6600;
    color:#fff;
    font-size:11px;
}

#contact div.button input:hover {
    background: #003580;
}

#contact div.button .success {
    font-size:18px;
    font-weight: bold;
}