/* 
    Document   : style
    Created on : Aug 3, 2009, 10:11:41 AM
    Author     : keen2
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family: Tahoma, Arial;
    font-size: 11px;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
}

a {
    outline: none;
    color: #064fa2;
}

#wrapper {
    width: 990px;
    height: 650px;
    margin: 0 auto;
}

#left {
    width: 156px;
    height: 650px;
    float: left;
    position: relative;
   /* background: url(images/bg-left.png) no-repeat;*/
}

#left #shad {
    width: 24px;
    height: 604px;
    position: absolute;
    top: 20px;
    right: 0;
}

#mid {
    width: 810px;
    height: 650px;
    float: left;
    text-align: left;
}

#mid-top {
    height: 30px;
    background: url(images/bg-top.png) no-repeat center right;
}

#container {
    width: 794px;
    height: 572px;
    position: relative;
    overflow: hidden;
    margin: 8px;
}

#pages {
    width: 2000px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%
}

#mid-foot {
    height: 32px;
    background: url(images/bg-foot.png) no-repeat center left;
    color: #d5d5d5;
    font-size: 9px;
    text-align: right;
    line-height: 25px;
}

#mid-foot img {
    vertical-align: middle;
}

#right {
    width: 24px;
    height: 650px;
    float: left;
    background: url(images/bg-right.png) no-repeat;
}

.page {
    height: 572px;
    position: relative;
    float: left;
    width: 794px;
    margin-right: 8px;
}

#content-title, #contact-title {
    width: 350px;
    height: 36px;
    position: absolute;
    top: 55px;
    right: 0;
    font-family: Georgia, Times;
    font-size: 30px;
    border-bottom: 1px solid #ebebec;
}

#content-txt, #contact-txt {
    width: 380px;
    height: 435px;
    position: absolute;
    right: 10px;
    top: 113px;
    overflow: hidden;
    line-height: 16px;
}

#nav {
    width: 156px;
    height: 160px;
    overflow: hidden;
    position: relative;
    top: 155px;
}

#nav img {
    border: none;
    cursor: pointer;
}

#nav ul {
    padding: 0;
    margin: 0;
}

#nav li {
    list-style: none;
    height: 37px;
}

#nav #nav-home {
    margin-left: 29px;
}

#nav #nav-gallery {
    margin-left: 40px;
}

.clr {
    clear: both;
}

#pg-home {
    background: url(images/bgimg-1.jpg) no-repeat;
}

#pg-contact {
    background: url(images/bgimg-3.jpg) no-repeat;
}



/* Gallery Styles */

#gallery-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 571px;
    width: 793px;
}

#gallery-img img#load{
    width: 120px;
    height: 120px;
}

#gallery-nav {
    height: 50px;
    opacity: .7;
    filter: alpha(opacity=70);
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}


#gal-nav {
    position: absolute;
    top: 512px;
    left: 275px;
    z-index: 5;
    overflow: hidden;
    width: 505px;
}

#gal-nav ul {
    margin: 0;
    padding: 0;
    width: 2000px;
}

#gal-nav li {
    list-style: none;
    width: 30px;
    height: 30px;
    margin: 0 5px 5px;
    display: block;
    float: left;
    border: 1px solid #fff;
    line-height: 57px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

#gal-logo {
    position: absolute;
    top: 500px;
    left: 20px;
    z-index: 100;
}

#galnav-wrap .btn {
    border: none;
    cursor: auto;
    position: absolute;
    top: 523px;
    z-index: 100;
    width: 21px;
    height: 21px;
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
}

#galnav-wrap .btn:hover {
    background: #000;
}

#galnav-wrap #btn-prev {
    left: 285px;
    background-image: url(images/btn-prev.png);
    display: none;
}

#galnav-wrap #btn-next {
    left: 735px;
    background-image: url(images/btn-next.png);
    display: none;
}

#gal-nav-list {
    position: relative;
}

.divider {
    height: 40px;
    border-bottom: 1px dotted #4c73a0;
    margin-bottom: 40px;
}

#booking-form .booking-row {
    margin-bottom: 10px;
    height: 20px;
}

#booking-form .booking-label {
    float: left;
    width: 120px;
    font-weight: bold;
}

#booking-form .booking-input {
    float: left;
    width: 250px;
}

#booking-form .booking-input img {
    margin-left: 5px;
    cursor: pointer;
}

#booking-form input, #booking-form textarea {
    border: 0;
    padding: 3px;
    width: 250px;
    font-family: Tahoma, Arial;
    font-size: 11px;
}

#booking-form input#phone, #booking-form input#departure, #booking-form input#arrival {
    width: 150px;
}

#booking-form img {
    vertical-align: middle;
}

#booking-form input#submit {
    width: auto;
    height: auto;
    padding: 0;
}

/* Accordion */
#welcome-txt .ui-corner-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
}

#welcome-txt .ui-state-active, #welcome-txt .ui-widget-content, #welcome-txt .ui-state-default  {
    background: none;
    border: none;
}

#welcome-txt .ui-state-active, #welcome-txt .ui-state-default {
    border-bottom: 1px dotted #4C73A0;
}

#welcome-txt .ui-corner-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
}

#welcome-txt h3 {
    font-size: 12px;
    font-weight: bold;
}

#welcome-txt h3 a {
    color: #000;
}

#welcome-txt h3 a:hover, #welcome-txt .ui-state-active a {
    color: #064FA2;
}

#welcome-txt .ui-accordion-content {
    padding: 0;
}

#welcome-txt h3 {
    border-bottom: 1px dotted #4C73A0;
}

.table_head {
    font-weight: bold;
}

.pricing td {
    padding: 3px;
    border-bottom: 1px solid #aab8c7;
}

#amenities-list {
    margin: 10px 0;
}

#amenities-list li {
    width: 50%;
    float: left;
    margin: 3px 0;
}

#gal-logo img, #shad img { behavior: url(iepngfix.htc) }



fieldset{border:0;}
ul.form{list-style:none;padding:0;margin:0 auto;width:350px;border:0;}
ul.form li{border-bottom:1px dashed #464e5f;padding:6px 0;height:35px;}
.form_head{height:20px;width:400px;color:#aaa;text-align:center;border-bottom:0 !important;}
ul.form li label{display:block;float:left;width:160px;}
.required{display:block;font-size:10px;color:#5b6170;width:160px;float:left;clear:left;}
ul.form li input, ul.form li select, ul.form li textarea{width:180px;background-color:#ccc;border:2px solid #ccc;padding-left:3px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;}
ul.form li.submit{text-align:right;border:0;}
ul.form li.submit input{background:transparent url(/images/send.png) no-repeat;
border:0 none;
cursor:pointer;
display:block;
height:34px;
width:110px;
overflow:hidden;
text-indent:-4000px;
float:right;}
#comment{width:400px;background-color:#ccc;border:2px solid #ccc;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;}
ul.form li textarea{height:90px;width:340px;}
ul.form li.comment .required, ul.form li.comment label{width:120px;}
li.comments{height:130px !important;}
.valid{border:2px solid green !important;}
.invalid{border:2px solid #800 !important;}

