/* ----- import css ----- */
/*@import url("../css/reset.css");*/

/* ----- html elements ----- */
a {
    color: #000;
    text-decoration: none;
}

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

body {
    background: #fff url(/img/bg/bg_wood.jpg) repeat left top;
    font: 400 75% Helvetica ,Verdana, Arial, sans-serif;
    margin:0;
    color: #48403e;
}

h1 {
    font-size: 13pt;
    padding: 8px 15px;
    font-weight: normal;
    letter-spacing: 1.8pt;
}

strong {
    font-weight: bold;
}

img {
    border: none;
}

br.clear, .clear-tab {
    clear:both;
}

#map {
    height:365px;
    margin:10px auto 0;
    width:464px;
}


/* GALLERIES */

#galleries {
    margin-top: 20px;
}

.gallery {
    text-align: center;
    float: left;
    width: 146px;
    height: 206px;
    position:relative;
}

.gallery a {
    text-decoration: none;
}

.gallery a:hover {
    text-decoration: none;
    color:#59A627;
}

.span_gallery_title {
    display:block;
}

.h5_title_name {
    font-size: 110%;
    color:#59A627;
    margin-top: 10px;
}

#images {
    margin-top: 20px;
}

.image {
    text-align: center;
    float: left;
    width: 146px;
    height: 110px;
    position:relative;
}

.image a {
    text-decoration: none;
}

.image a:hover {
    text-decoration: none;
}

/* end GALLERIES */


/* ----- common elements ----- */

/* TOP LINE */

#top_line {
    background: url(/img/bg/bg_menu.png) no-repeat center top;
    margin: 0 auto 0;
    width:965px;
    height: 90px;
}

#nav_menu {
    width: 696px;
    height: 90px;
    float: left;
    margin-top:12px;
    margin-left:0;
}

#nav_menu li {
    display: inline;
    list-style: none;
    float: left;
}

.nav_menu_padding_en li {
    padding-right:25px;
}

.nav_menu_padding_pt li {
    padding-right:19px;
}

#nav_menu h2 {
    font-size:100%;
    font-weight: normal;
}

#nav_menu a {
    color: #ffd4c4;
}

#nav_menu a:hover, #nav_menu .selected {
    color: #fff;
    border-bottom: 1px solid #fc633b;
    text-decoration: none;
}

#language {
    float: right;
    width: 226px;
    height: 90px;
    margin-top:14px;
}

#language a, #language span {
    padding-right: 5px;
}

.lang-on {
    font-weight: 700;
}

/* end TOP LINE */

/* HEADER */

#header {
    background:url(/img/bg/banner.png) no-repeat 24px top;
    margin: 0 auto;
    width:965px;
    height: 250px;
}

.p_catch_waves {
    margin:0;
    text-indent: -9999px;
}

.branding {
    display: block;
    width: 351px;
    padding-left: 6px;
    padding-top: 72px;
    margin-left:119px;
    text-indent: -9999px;
}


/* end HEADER */

/* MAIN */

#main {
    width:965px;
    margin:0 auto;
}

/* end MAIN */



/* LEFT BOX */

#left_box {
    float:left;
    width: 465px;
    background: url(/img/bg/bg_info.png) repeat-y 49px top;
    min-height: 533px;
    padding-left:82px;
    padding-right:38px;
    padding-bottom:27px;
    text-align: justify;
    line-height: 20px;
}

* html #left_box {
    height: 533px;
}

.h3_text_title {
    color: #f62e00;
    font-size: 160%;
    font-weight: normal;
    margin:0 0 13px 0;
}

.h4_text_title {
    font-size: 160%;
    font-weight: 700;
    margin:30px 0 13px 0;
}

/* end LEFT BOX */


/* ACCOMODATION */

#left_box .div_image {
    float: left;
    padding-left: 22px;
    height: 170px;
    text-align:center;
    width:200px;
}

/* end ACCOMODATION  */

/* PRICES AND BOOKING */
.table_prices {
    border-collapse:collapse;
    margin-bottom:20px;
}

.table_prices th {
    padding: 10px;
    text-align:center;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    background-color:#8eacbb;
    color:#fff;
}

.th_borderleft {
    border-left: 1px solid #000;
}

.table_prices td {
    padding: 10px;
    text-align:center;
    border: 1px solid #000;
}



/* end PRICES AND BOOKING  */




/* RIGHT BOX */

#right_box {
    float:right;
    width: 345px;
    background: url(/img/bg/bg_rightside.png) no-repeat 11px top;
    min-height: 500px;
    padding-left:35px;
    padding-top:60px;
    font-size: 120%;
}

* html #right_box {
    height: 500px;
}

#right_box p {
    padding:15px 0 0 0;
    margin:0;
}

/* end RIGHT BOX */




/* FOOTER */

#footer {
    width:460px;
    height: 185px;
    margin:-185px auto 0;
    float:right;
    background: url(/img/bg/surf_board.png) no-repeat right top;
}

/* end FOOTER */
