fieldset,img {
	border:0;
}
html, body {
    height:100%;
    width:100%;
    font-family:arial;
    font-size: 11px;
    margin:0px;
    padding:0px;
}
body{ background: url('../img/bgv2.jpg') #f5edd0 top repeat-x; }
body.cke_show_borders { background: none; }
input, textarea, select {
    font-family:arial;
    font-size: 11px;
}
input, textarea, select {
    font-family:arial;
    font-size: 11px;
}
.clear{ clear:both; font-size:0px; line-height:0px; height:0px; overflow:hidden; }
.it {min-height:100%;position:relative;z-index:10;/*padding-bottom:150px;*/}
#layout{
    background-color:white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width:1006px;
    margin:auto;
    z-index:10;
    position:relative;
}

.lang_menu{
    padding-right: 15px;
    text-align:right;
    height:30px; 
    line-height:30px;
}
.lang_menu a{
    padding: 4px;
    color: grey;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
.lang_menu a.sel{
   font-weight: bold;
}
.lang_menu img{
    vertical-align: middle;
}

/*####################       LOGO        */
.top {
    margin: 0 -5px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    height: 250px;
    z-index:12;
    background: url('../img/logo-bg.jpg') top right no-repeat;
}
.top .site_menu_wrap {
    min-width: 680px;
    height: 28px;
    line-height: 28px;
    text-align: right;
    background-color: #16663B;
    background: url('../img/top-nav-bg.jpg') repeat-x;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.top .site_menu_wrap img {
    float: left;
}
.top .site_menu {
    display: inline-block;
}
.top .site_menu .menu_item,
.top .site_menu .menu_item_sel {
    padding: 0px 7px;
    float: left;
}
.top .site_menu .menu_item a,
.top .site_menu .menu_item_sel a {
    height: 26px;
    line-height: 26px;
    padding: 3px 6px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}
.top .site_menu .menu_item a:hover,
.top .site_menu .menu_item_sel a  {
    border-radius: 3px;
    background: url('../img/top-nav-hover-bg.jpg') repeat-x;
}
.top .site_menu .site_submenu {
    width: 225px;
    position: absolute;
    z-index: 100;
    display: none;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #333;
    border-top:1px solid #216b42;
    background-color: #16663B;
}

.top .site_menu .site_submenu a {
    height: 24px;
    width: 100%;
    display: block;
    line-height: 24px;
    padding: 0 5px;
    text-transform: none;
    background-image: none;
}
.top .site_menu .site_submenu a:hover, .top .site_menu .site_submenu a.sel {
    width:  215px;
    padding-left: 5px;
    display: inline-block;
    overflow:hidden;
    text-wrap: none;
    white-space: nowrap;
    background: url('../img/submenu-hover-bg.jpg') repeat-x;
}

/*####################       BANNER        */
.home_banner {
    display: relative;
    z-index:12;
    width: 100%;
    background: url('../img/bg-merge.jpg') bottom repeat-x;
}
.hbanner {
    height:336px;
    width: 990px;
    z-index:50;
    margin: auto;
    background: url('../img/homebanner/hbanner-bg.png') no-repeat;
}
.hb_inner {
    height: 336px;
    width: 990px;
    position: relative;
    overflow: hidden;
    border:0;
    border-radius: 8px;
}
/*  dots  */
.hb_dots {
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
     z-index:50;
}
.hb_dots li {
    font-size: 0;
    padding:5px;
    width: 15px;
    height: 15px;
    float:left;
    dispay:inline;
    background: url('../img/homebanner/hbanner-dot-empty.png') top center no-repeat;
}
.hb_dots li.hb_sel {
    background: url('../img/homebanner/hbanner-dot-full.png') top center no-repeat;
}
.hb_dots li a {
    display:block;
    height:100%;
    width:100%;
}
/*     arrows    */
.hb_arr1, .hb_arr2 {
    height: 70px;
    width: 39px;
    position: absolute;
    top: 115px;
    z-index:50;
}
.hb_arr1{left: 0;}
.hb_arr2{right: 0;}
.hb_arr1:hover, .hb_arr2:hover {cursor: pointer;}
/* slide text */
.hb_desc {
    position: absolute;
    top: 301px; left: 0;
    text-indent: 20px;
    overflow: hidden;
    white-space: nowrap;
    height: 33px;
    line-height: 33px;
}
.hbd_title {
    color: white;
    font-size: 24px;
}
.hbd_sep, .hbd_info  {
    color: white;
    font-size: 14px;
}
/*####################       CONTENT TITLE        */
.content_title {
    height: 46px;
    border-radius: 5px;
    background: #cfe6a3;
}
.title_text {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    float: left;
    border-radius: 5px;
    margin: auto 0px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
    color: white;
    background: #15663b;
    text-transform: uppercase;
}
.intro_text {
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
    color: #1e6134;
    text-indent: 20px;
}
.back_button {
    height: 46px;
    width: 210px;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
    color: white;
    float: right;
    background:  url('../img/back_button.png') right no-repeat;
}
/*####################     PAGE  CONTENT        */
.page_content {
    display: inline-block;
    width: 100%;
    min-height:10px;
    font-family: Trebuchet MS;
}
.page_galery {
    float: left;
    padding: 10px;
    height:100%;
    max-width:490px;
}
.page_galery a {text-decoration: none; color: white;}
.page_galery img {
    padding: 4px;
}
.page_text {
    padding: 10px;
    padding-top: 20px;
}
/*####################       CONTENT        */
.content {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 6px solid #F5EDD0;
    background-color: #f7f4e6;
}
.fb-title {
    position:absolute;
    color:white;
    bottom:-30px;
    width:100%;
    left:0px;
    font-size:14px;
    background-color:transparent;
}
/*####################      CONTACTS       */
.cont_frame {
    padding: 10px;
} 
.cont_l, .cont_r {
   display: inline-block;
   width: 100%;
}
.cont_l {
    height: 300px;
    width: 100%;
    position:relative;
}
.google_map {
    height: 300px;
    width: 50%;
    float: left;
    border-radius: 5px;
}
.cont_staff {
    position:absolute;
    top:0;right:0;
    width: 468px;
    height:300px;
    overflow:hidden;
/*    overflow-y:scroll;*/
}
.cont_item {
    height: 120px;
    margin-bottom: 30px;
}
.cont_img {
    float:left;
    border-radius: 5px;
    padding:0 18px 0 10px;
}
.cont_img img {    border-radius: 5px;}
.staff_info {
    padding-top:6px;
}
.staff_info .name {
    height: 20px;
    line-height: 20px;
    font-size: 17px;
    color: #0b663a;
    font-weight: bold;
}
.staff_info .avocat {color: #0b663a;}
.staff_info span {font-size:12px;}
.cont_r {}
.cont_info {
    float: left;
    width:50%;   
}
.cont_info .desc {
    font-size: 12px;
    padding: 5px 35px 0 10px; 
}
.cont_info_top {
    height: 70px;
    line-height: 70px;
    padding: 10px  0 0 0;
}
.cont_info_top span {
    padding-left: 5px;
    color:#0b663a;
    font-size: 16px;
}
.cont_mail_top {
    height:60px;
    line-height:60px;
    padding:20px 0px 16px 0px;
}
.cont_mail_top div {
    padding-top:10px;
    float: left;
}
.cont_mail_top span {
   padding-left: 20px;
   font-size: 16px;
   font-weight: bold;
   color: #0b663a;
}
.cont_mail {
    float: right;
    width: 468px;
}
.contact_form {
    padding: 5px;
}
.contact_form input  {
    height: 14px;
    width:195px;
    margin-right: 8px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #f7f4e6;
    border: 1px solid #cccac4;
    border-radius: 0px;
    clear: both;
}
.contact_form textarea {
    width: 358px;
    padding: 5px;
    float: left;
    background-color: #f7f4e6;
    border: 1px solid #cccac4;
    border-radius: 0px;
}
.contact_form .cont_sumb {
    text-align: center;
    padding-top:6px;
    width: 70px;
    height: 70px;
    float: left;
}
.cont_input_div {
    width:210px;
    height:31px;
    display: inline-block;
    position: relative;
}
.contact_form .cont_sumb img {
     margin: auto;
}
.contact_form .cont_sumb a {
    display: block;
    font-size: 14px;
    color: #0b663a;
}
.contact_form .cont_sumb a:visited {
    font-size: 14px;
    color: #0b663a;
}
.capt {
    float: left;
}
/*####################      FOOTER       */
.gal_frame {
    width:100%;
    padding: 20px 10px 20px 4px;
    clear: both;
}
.gal_info {
    height: 40px;
    line-height: 40px;
    color: #15663B;
    font-size: 20px;
    text-indent: 25px;
    font-weight: bold;
}
.gal_photolink {
    display: inline-block;
    padding: 4px;
    border-radius: 5px;
}
.gal_photolink img {
    border-radius: 5px;
}
/*####################      FOOTER       */
.footer {
    margin: auto;
    width: 100%;
    height: 442px;
    position: absolute;
    bottom:0;
    left:0;
    z-index:3;
}
.foot_info {
    position: absolute;
    bottom:120px;
    left:0;
    right:0;
    text-align: center;
    margin: auto;
    color: white;
    z-index:8;
    font-size: 12px;
    padding-top: 10px;
}
.bottom {
    background:red;
    width:100%;
    height: 442px;
    position: absolute;
    left:0;
    bottom:0;
    z-index:4;
    background:  url('../img/bot_bg.png') bottom repeat-x;
}
.bot_grass {
    position: relative;
    bottom:0;
    margin: auto;
    width: 1196px;
    height: 406px;
    z-index:5;
    background:  url('../img/bot_grass.png') bottom center no-repeat;
}
.copyright_wrap{
    position: absolute;
    bottom:40px;
    left:0;
    right:0;
    width: 200px;
    height: 40px;
    z-index:8;
}
.bg_special {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    height: 100%;
    background:  url('../img/bgv3.jpg') #f2ebd0 top center repeat-x;
}       

.map_el{
    position:absolute;
    display:block;
    width:33px;
    height:32px;
    text-decoration:none;
    text-align:center;
    line-height:32px;
    font-size:12px;
    color:transparent;
    /*background:url(/template/flash/circle.png);  opacity:0.5;*/
}
.map_el_hover{
    color:white;
    background:url('/template/flash/circle.png');
}

.map_link_columns {
    list-style: none;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

.map_link_columns a {
    font-size:14px;
    color:black;
    text-decoration:none;
}