*{
    padding: 0px;
    margin: 0px;
    outline: none;
    border: none;
}

body{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;    
    background: url('../images/body_bg.jpg') no-repeat center 0px;
}

#bg{
    width: 1280px;
    height: 4000px;
}

#ui-datepicker-div{
    font-size: 10px;
}

#wrapper, .wrapper{
    width:950px;
    margin:0 auto;
}

#header{
    height: 163px;
}

#header h1{
    width: 415px;
    height: 70px;
    background:url('../images/Hogo-Logo.png') no-repeat;
    text-indent: -9999px;
    float: left;
    margin-top: 29px;
    
}

#header #nav{
    width: 950px;
    height: 41px;
    margin-top: 23px;
    background:url('../images/nav_bg.png') no-repeat;
    clear: both;
    float: left;
}

#header #nav li{
    float: left;
    list-style: none;
    font-size: 15px;
}

#header #nav li.home{
    width: 39px;
    height: 100%;
    float: left;
    list-style: none;
    margin-right: 1px;    
    margin-top: 0px;
}

#header #nav li.home.selected{
    background-color: #16d7ee; 
    margin-top: 0px;
}

#header #nav li a{
    color: #fff;
    text-decoration: none;
    padding: 12px 10px;
    float: left;
    margin-right: 1px;
}

#header #nav li a:hover, #header #nav li a.selected{
    background-color: #16d7ee;
}

#header #nav li.home a{        
    width: 39px;
    height: 41px;
    display: block;
    background:url('../images/home_button.png') no-repeat center;    
    text-indent: -9999px;   
    margin: 0px;
    padding: 0px;
}

#content{
    margin-bottom: 1px;
}

#content #top_banner{
    width: 920px;
    height: 450px;
    overflow: hidden;
    outline: 1px #d5d5d5 solid;
    border: 14px #fff solid;
    margin: 1px 0px 18px 1px;
    position: relative;
}

#content #top_banner img{
    width: 922px;
    overflow: hidden;
}

#content.page #top_banner{
    height: 250px;
}

#content #top_banner .desc{
    width: 280px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background:url('../images/banner_transparent_bg.png') repeat; 
    border-left: 1px #fff solid;
}

#content #top_banner .desc h2{
    font-size: 30px;
    padding-top: 120px;
    padding-left: 36px;
    line-height: 25px;
}

#content #top_banner .desc p{
    line-height: 18px;
    padding: 10px 25px 0px 36px;
}

#content #resorts{
    min-height: 436px;
    background-color: #fff;
    border: 1px #d5d5d5 solid;
    position: relative;
}

#content #resorts .lable{
    width: 143px;
    height: 138px;
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    background:url('../images/resort_lable.png') no-repeat; 
}

#content #resorts .list{
    margin-top: 31px;
    margin-left: 32px;
    float: left;
}

#content #resorts .list li{
    width: 176px;
    height: 373px;
    float: left;
    display: block;
    background-color: #000;
    margin-right: 1px;
}

#content #resorts .list li img{
    width: 176px;
    height: 288px;
    display: block;
}

#content #resorts .list li p{
    height: 16px;
    overflow: hidden;
    padding: 14px 20px 0px 20px;
}

#content #resorts .list li p.desc{
    height: 28px;   
    font-size: 11px;
    padding-top: 5px;
    overflow: hidden;
}

#content #resorts .list li a{
    color: #fff;
    font-size: 12px;
    padding-left: 20px;
    font-size: 10px;
}

#content #resorts .list li a.img_wrap{
    padding-left: 0px
}

#content #resorts.all:after{
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

#content #resorts.all .list{
    padding-bottom: 32px;
}

#content #resorts.all .list li{
    margin-bottom: 5px;
}

#content #text:after{
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

#content #text {
    min-height: 400px;
    color: #d5d5d5;
    background: none;
    background:url('../images/banner_transparent_bg.png') repeat;
    border: 14px #fff solid;
    padding: 20px;
    font-size: 12px;
}

#content.contact #text {
    background: none;
    background-color: #fff;
    color: #666;
    padding: 20px 0px;
    border-color: #F7F7F7;
}

#content.contact #text:after{
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

#content #text h2{
    margin-bottom: 15px;
}

#content #text h3{
    margin-top: 25px;
    margin-bottom: 10px;
}

#content #text p{
    margin-bottom: 10px;
    margin-left: 15px;
}

#content #text ul{
    padding-left: 27px;
}

#content #text ul li{
    margin-bottom: 10px;
}

#content #text #resort{
    position: relative;
}
    
#content #text #resort a.reservation{
    top: 262px;
    left: 196px;
    position: absolute;
    background-color: #5CC6F0;
    border: 1px #30B8EE solid;
    color: #FFFFFF;
    font-size: 14px;
    height: 30px;
    line-height: 32px;
    padding: 0 10px 3px;
    width: auto;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#content #text #resort a.reservation:hover{
    border-color: #2A8BB1;
}

#content #text #resort p{
    margin-bottom: 0px;
    text-align: right;
}

#content #text #resort .main_img{
    width: 176px;
    height: 288px;
    background: url("../images/banner_transparent_bg.png") repeat;
    padding: 5px;
    float: left;
}

#content #text #resort .image_list{
    width: 252px;
    list-style: none;
    padding: 0px;
    float: left;
    margin-left: 10px;
}

#content #text #resort .image_list li{
    float: left;
    margin-right: 3px;
    background: url("../images/banner_transparent_bg.png") repeat;
}

#content #text #resort .image_list li img{
    width: 75px;
    height: 75px;    
    padding: 3px 3px 0px 3px; 
}

#content #text #resort .right_content{
    width: 420px;
    float: right;
}

#content #text #resort h2{
    clear: both;
    margin-bottom: 0px;
    float: right;
    clear: both;
    text-align: right;
    font-size: 26px;
}

#content #text #resort h3{
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
    clear: both;
    text-align: right;
}

#content #text #resort .address{
    float: right;
    clear: both;
    text-align: right;
}

#content #text #resort .contact{
    float: right;
    clear: both;
    text-align: right;
    margin-top: 10px;
}

#content #text #resort p.rate{
    float: right;
    clear: both;
    text-align: right;
    margin-top: 50px;
}

#content #text #resort .bottom_content{
    float: left;
    clear: both;
    margin-top: 20px;
}

#content #text #resort .bottom_content p,
#content #text #resort .bottom_content h2,
#content #text #resort .bottom_content h3{
    text-align: left;
    margin-left: 0px;
    float: left;
    clear: both;
}

#content #text #resort .bottom_content h2{
    margin-bottom: 10px;
}

#content #text #resort .bottom_content .description{    
    padding-bottom: 20px;
    float: left;
}

#content #text #resort .bottom_content .hotel_info{    
    padding-bottom: 20px;
}

#content #bottom_banner{
    width: 950px;
    height: 231px;
    background:url('../images/bottom_banner.jpg') no-repeat; 
    position: relative;
}

#content #bottom_banner h2{
    width: 360px;
    clear: both;
    float: right;
    margin-top: 20px;
    font-size: 30px;
    line-height: 25px;
}

#content #bottom_banner p{
    width: 308px;
    clear: both;
    float: right;
    padding-right: 50px;
    padding-top: 20px;
    line-height: 18px;
}

.img_desc{
    list-style: none;
    padding-left: 0px !important;
    padding-top: 20px;
}

.img_desc li{
    clear: both;
    padding-bottom: 50px;
}

.img_desc li:after{
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

.img_desc h4{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px
}

.img_desc img{
    width: 400px;
    height: 266px;
    border: 5px #fff solid;
    margin-top: 10px;
    float: left;
    overflow: hidden;
}

.img_desc p{
    width: 400px;
    float: left;
    margin-top: 10px;
    line-height: 18px;
}

.contact_form{
    list-style: none;
    margin-left: 66px;
}

.contact:after{
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

.contact li{
    float: left;
}

.contact li.address{
    width: 260px;
}

.contact li.address h4{
    margin-bottom: 10px;
}

.contact li.address p{
    margin-left: 0px !important;
}

.contact li.form{
    width: 588px;
    padding-left: 45px;
}

form#contact ul{
    list-style: none;
    padding-left: 0px !important;
}

form#contact ul li{
    width: 100%;
    float: left;
    clear: both;
}

form#contact ul li.button{
    margin-top: 20px;
}

form#contact ul li label{
    width: 150px;
    height: 20px;
    float: left;
    text-align: right;
    margin-right: 10px;
    line-height: 30px;  
    font-weight: bold;
    position: relative;
}

form#contact ul li em{
    width: 5px;
    height: 5px;
    color: #ff0000;
    padding-right: 3px;
}

form#contact ul li input{
    width: 300px;
    height: 30px;
    padding: 0px 5px;
    color: #666;
    border: 1px #d5d5d5 solid;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
}

form#contact ul li.button input{
    background-color: #5CC6F0;
    border-color: #30B8EE;
    color: #FFFFFF;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    padding: 0 10px 3px;
    width: auto;    
}

form#contact ul li.captcha input{
    width: 125px;
    float: left;
}

form#contact ul li.captcha image{
    float: left;
}

form#contact ul li textarea{
    width: 300px;
    height: 100px;
    padding: 5px 5px;
    color: #666;
    border: 1px #d5d5d5 solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

form#contact ul li input:hover,
form#contact ul li input:focus,
form#contact ul li textarea:hover,
form#contact ul li textarea:focus{
    border: 1px solid #2a8bb1;
}

form#contact ul li.error strong{
    color: #ff0000;
    font-weight: normal;
}

form#contact ul li.error.success strong{
    color: #009900;
}

#resort_details .right_content{
    margin-left: 20px;
}

#resort_details{
    padding-left: 124px;
    padding-right: 193px;
    position: relative;
    text-align: center;
}

#resort_details img{
    float: right;
    margin-top: -20px;
    border: 8px #F7F7F7 solid;
    position: absolute;
    right: 0px;
}

#resort_details p{
    line-height: 18px;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

#resort_details h2{
    margin-bottom: 5px !important;
}

#resort_details h3{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#reservation_form{
    padding-left: 0px !important;
    list-style: none;
    float: left;
    margin-top: 30px;
}

#reservation_form li.form{
    width: 100%;
}

#reservation_form li.start{
    margin-top: 25px;
}

#reservation_form form ul li label{
    line-height: 21px;
    width: 125px;
}

#reservation_form form ul li input{
    height: 20px;
}

#reservation_form form ul li select{
    width: 43px;
    height: 20px;
    border: 1px solid #D5D5D5;
}

#reservation_form form ul li input.small{
    width: 150px;
}

#reservation_form form ul li ul.small li{
    float: left;
}

#reservation_form form ul li.small li{
    width: 185px;
    float: left;
    clear: none;
}

#reservation_form form ul li.small li input{
    width: 30px;
}

#footer{
    background:url('../images/footer_bg.jpg') repeat-x; 
}

#footer ul{
    height: 357px;
    background:url('../images/footer_shadow_top.png') no-repeat 60px 0px;
}

#footer ul li{
    width: 370px;
    height: 357px;
    list-style: none;
    float: left;
    background: url('../images/footer_shadow.png') no-repeat right 62px;
}

#footer ul li.contact{
    width: 354px;
    padding-left: 60px;
}

#footer ul li.contact img{
    width: 275px;
    height: 123px;
    border: 8px #d1d1d1 solid;
    margin-bottom: 15px;
}

#footer ul li.contact h4{
    margin-bottom: 8px;
    margin-top: 13px;
}

#footer ul li.contact p.address{
    margin-bottom: 8px;
    line-height: 20px;
}

#footer ul li.follow{
    width: 102px;
    background: none;
    margin-left: 55px;
}

#footer ul li.follow .social_links li{
    width: 32px;
    height: 32px;
    display: block;
    clear: both;
    margin-bottom: 10px;
    margin-left: 27px;
}

#footer ul li.follow .social_links li a{
    width: 32px;
    height: 32px;
    display: block;
    background: url('../images/social_links.png') no-repeat;
    text-indent: -9999px;
}

#footer ul li.follow .social_links li.twitter a{
    background-position: 0px -33px;
}

#footer ul li.follow .social_links li.in a{
    background-position: 0px -66px;
}

#footer ul li h3{
    font-size: 18px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 25px
}

#footer ul li p{
    max-width: 300px;
    margin-bottom: 20px;
}

#footer .bottom_bar{
    height: 80px;
    background-color: #3b464c;
}

#footer .bottom_bar p{
    padding-top: 34px
}

#footer .bottom_bar p.copyright{
    float: left;
}

#footer .bottom_bar p.solution{
    float: right;
    color: #999999;
}

#footer .bottom_bar p.solution a{
    color: #fff;
    text-decoration: none;
}