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

body {
    background-color:#EFEEF0;
    color:#000;
    font-family:Verdana;
    font-size:11px;
    background-color:#EFEEF0;
}

#all {
    min-height:100%;
    position:relative;
    background-color:white;
    margin:0 auto;
    width:800px;

}

#palm {
    width:200px;
    height:235px;
    position:absolute;
    bottom:0;
    left:0;
    margin-left:-200px;
    background:url('/img/palm.gif') bottom left no-repeat;
    z-index:-1;
}


#barcode {
    width:50px;
    height:155px;
    position:absolute;
    top:60%;
    right:0;
    margin-right:-50px;
    background:url('/img/barcode.gif') bottom right no-repeat;
    z-index:-1;
}

a {
    color:#004a8f;
}

#main {
    background-color:white;
    padding-bottom:70px;
    min-height:715px;
}

*html #main {
    height:715px;
}

#content .title {
    color:#FF4E00;
    font-size:18px;
    margin-bottom:30px;
}

#header {
    width:800px;
    height:147px;
    background:url('/img/head.jpg') top left no-repeat;
}

#header img.logo{
    margin-top:28px;
    margin-left:30px;
}

#lang_menu {
    float:right;
    width:160px;
    height:60px;
    margin-top:10px;
    margin-right:-55px;
    background:url(/img/langmenu.png) center no-repeat;
    right: 0;
    top: 0;
    position: absolute;
}

#lang_menu .icons{
    text-align:right;
    margin-right:15px;
    margin-top:12px;
}

#lang_menu .icons img{
    margin-left:10px;
}

#lang_menu .langs{
    font-size:10px;
    text-align:center;
    margin-top:7px;
    color:#FFF;
}

#lang_menu .langs a{
    color:#FFF;
    background-color:#F99F51;
}

#lang_menu .langs .active{
    color:#000;
    background-color:#F99F51;
}

#menu{
    background-color:#E1E9F5;
    font-family:"Trebuchet MS";
    font-size:14px;
    font-weight:bold;
}

#menu td{
    padding-top:5px;
    padding-bottom:10px;
    text-align:center;
}

#menu td.active,
#menu td:hover{
    background-color:#F99F51;
    color:#FFF;
}

#menu td.active a,
#menu td:hover a{
    color:#FFF;
}

#menu .menu_first {
    padding-left:5px;
}

#menu .menu_last {
    padding-right:5px;
}

#side_menu{
    float:left;
    margin-top:30px;
    margin-left:-55px;
    margin-right:35px;
    font-family:"Trebuchet MS";
    font-size:13px;
}

#shedule_menu {
    float:left;
    margin-top:30px;
    margin-left:-55px;
    margin-right:35px;
    font-family:"Verdana";
    font-size:13px;
    clear:left;
    width:220px;
    height:100px;
    background:url('/img/shedule_bg.gif') top left no-repeat;
    color:white;
}

#shedule_menu .title{
    text-transform:uppercase;
    font-weight:bold;
    font-size:12px;
    margin-top:20px;
}

#shedule_menu li{
    list-style:none;
    margin-left:15px;
    margin-bottom:5px;
    font-weight:bold;
}

#shedule_menu li .arrow{
    margin-right:5px;
    font-weight:bold;

}

#shedule_menu li a{
    color:white;
}

#clocks {
    float:left;
    margin-top:30px;
    margin-left:-55px;
    margin-right:35px;
    font-family:"Verdana";
    font-size:11px;
    clear:left;
    width:220px;
    height:227px;
    color:white;
    background:url('/img/clocks_bg.gif') top left no-repeat;
    padding-top:10px;
    font-family:Verdana;
}

#clocks .clock_title{
    padding-left:20px;
    padding-bottom:5px;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;

}

#side_menu li{
    width:216px;
    list-style:none;
    border-top:1px solid #FFF;
    background:url('/img/left_border.gif') top left repeat-y #D0CFD4;
    padding-top:8px;
    padding-bottom:10px;
    text-align:left;
    text-indent:13px;
}


#side_menu li._active,
#side_menu li:hover{
    background-color:white;
}

#side_menu li._active a {
    text-decoration:none;
}

#side_menu li._active a,
#side_menu li:hover a{
    color:#0B43A5;
}

#side_menu li:hover span.arrow{
    color:#FFF;
    font-size:12px;
    font-weight:bold;
}

#side_menu li.first{
    background:url('/img/smenu_top.gif') top left no-repeat;
    border:0;
    padding-top:15px;
}

#side_menu li.first_active{
    border:0;
}

#side_menu li.first_active a{
    color:#0B43A5;
    text-decoration:none;
}

#side_menu li.first_active,
#side_menu li.first:hover{
    background:url('/img/smenu_top_a.gif') top left no-repeat;
}

#side_menu li.last_active{
    padding-bottom:18px;
}

#side_menu li.last{
    background:url('/img/smenu_bottom.gif') bottom left no-repeat;
    padding-bottom:18px;
}

#side_menu li.last_active a {
    color:#0B43A5;
    text-decoration:none;
}

#side_menu li.last_active,
#side_menu li.last:hover{
    background:url('/img/smenu_bottom_a.gif') bottom left no-repeat;
}

#side_menu a{
    color:#000;
}

#side_menu span.arrow {
    color:#FFF;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    font-family:Verdana;
}


#banner {
    float:right;
    margin-right:-55px;
    margin-top:33px;
}

#content #news {
    border-top:1px solid #EDEDED;
    margin-top:50px;
    margin-right:20px;
    margin-bottom:25px;
}

#content #news .h_title{
    background-color:#FFF;
    color:#FF4E00;
    text-transform:uppercase;
    font-weight:bold;
    font-size:12px;
    margin-top:-8px;
    margin-bottom:30px;
    padding-right:8px;
    float:left;
}

#content #news .left_column{
    border-right:1px solid #E5E5E5;
}

#content #news .left_column .news_one{
    margin-right:20px;
    margin-bottom:20px;
}

#content #news .right_column .news_one{
    margin-left:20px;
    margin-right:20px;
    margin-bottom:20px;
}

#content #news .news_one {
    line-height:1.5;
}

#content #news .news_one .date{
    color:#B6B6B6;
}

#content #news .news_one .title{
    font-weight:bold;
    margin-bottom:10px;
    font-size:11px;
}

#content{
    margin-top:30px;
    margin-right:25px;
    width:575px;
    overflow:hidden;
    position:relative;
}

#textblock .text{
    line-height:1.5;
    font-size:12px;
    margin-bottom:45px;
}

#textblock .text p{
    margin-top:20px;
}

#textblock .text ul{
    margin-left:50px;
}

#news_list .gallery,
#textblock .gallery {
    margin-bottom:50px;
    border-top:1px solid #E6E6E6;
    border-bottom:1px solid #E6E6E6;
    padding-left:20px;
    padding-bottom:15px;

}

#news_list .gallery img,
#textblock .gallery img{
    margin-right:32px;
    margin-top:15px;
}

#news_list .news_one {
    border-bottom:1px solid #E6E6E6;
    margin-bottom:22px;
    line-height:1.5;
}

#news_list .news_one .title{
    font-size:13px;
    margin-bottom:0;
    color:#000;
    font-weight:bold;
}

#news_list .news_one .title a{
    font-weight:normal;
}

#news_list .news_one .date{
    font-size:11px;
    color:#9B9B9B;
    margin-bottom:5px;
}

#contact_menu li{
    display:inline;
    border-right:1px solid #B6B6B6;
    padding-right:6px;
    margin-right:6px;
}

#contact_menu li a{
    color:#FF4E00;
}

#contact_menu li.last{
    border-right:0;
}

.contact_text {
    margin-top:35px;
    float:left;
    width:300px;
}

.maps {
    margin-top:35px;
    margin-bottom:35px;
    float:right;
    width:265px;
}

.maps .map .large_link{
    margin-bottom:20px;
    padding-left:15px;
    background:url('/img/zoom.gif') center left no-repeat;
}

.contact_text p {
    margin-bottom:20px;
}

#news_list .news_one .short{
    font-size:13px;
    margin-bottom:22px;
}

.back_url {
    margin-bottom:20px;
}

#checkform {
    font-size:12px;
}

#checkform .error-message{
    color: #CC0000;
    font-size:11px;
}

#checkform input,
#checkform texarea {
    border:1px solid #AAABAD;
}

#checkform label {
    display:block;
    color:#000;
    margin-bottom:5px;
    font-size:12px;
}

#checkform .select {
    margin-bottom:15px;
}

#checkform .select .checkbox label{
    display:inline;
    margin-bottom:0px;
}

#checkform .select .checkbox {
    margin-left:10px;
}

#checkform .date {
    margin-bottom:15px;
}

#checkform .text input{
    width:170px;
    height:23px;
}

#checkform .text{
    margin-bottom:15px;
}

#checkform textarea{
    width:350px;
}

#checkform .textarea{
    margin-bottom:15px;
}

#checkform #TrainDelivery1{
    margin-left:10px;
}

#checkform .radio{
    margin-bottom:15px;
}

#checkform .radio label{
    display:inline;
}

#checkform .radio legend{
    margin-bottom:5px;
}

#checkform .submit{
    margin-bottom:30px;
}

#checkform table th {
    text-align:left;
    font-weight:bold;
    padding-bottom:10px;
}

#checkform table  {
    margin-bottom:20px;
}

#checkform table td {
    vertical-align:middle;
    height:40px;
    padding-left:10px;
    padding-right:10px;
}

#checkform table td .text{
    margin-bottom:0px;
}

#checkform table .input input{
    width:28px;
    text-align:center;
}

#checkform table .even td{
    background-color:#F5F5F5;
}

#checkform table .odd td{
    background-color:#FFF;
}

#checkform ol li{
    margin-left:30px;
    font-size:17px;
}

#clients img {
    float:left;
    margin-bottom:15px;
}


#footer {
    border-top:1px solid #EDEDED;
    text-align:left;
    width:800px;
    margin:0 auto;
    padding-bottom:20px;
    height:50px;
    position:absolute;
    bottom:0;
}

#footer #copyright{
    margin-left:50px;
    margin-top:20px;
    color:#8F8F8F;
}

#frame_avia {
    overflow-x:hidden;
    overflow-y:auto;
}

#float_menu {
    background-color:#F99F51;
    color:#FFF;
    position:absolute;
    margin-top:10px;
    padding:15px;
    padding-bottom:5px;
    padding-top:10px;
    z-index:100;
    border-radius: 0 0 15px 15px;
    opacity:0.85;
}

#float_menu a{
    margin-bottom:10px;
    display:block;
}

#float_menu2 {
    background-color:#F99F51;
    color:#FFF;
    position:absolute;
    margin-top:10px;
    padding:15px;
    padding-bottom:5px;
    padding-top:10px;
    z-index:100;
    border-radius: 0 0 15px 15px;
    left: 0;
    opacity:0.85;
}

#float_menu2 a{
    margin-bottom:10px;
    display:block;
}


#guestbook {
    line-height:1.5;
}

#guestbook .question {
    padding-top:20px;
    padding-bottom:20px;
    border-bottom:1px solid #D3D3D3;
}

#guestbook .question .title{
    font-size:11px;
    margin:0;
    margin-bottom:10px;
    color:#000;
}

#guestbook .answer{
    margin-top:20px;
    margin-left:50px;
}

#guestbook .last {
    border:0;
}


#guest_form {
    width:485px;
    margin-left:25px;
    margin-bottom:70px;
}

#formblock .title{
    font-size:23px;
    margin-top:15px;
}

#guest_form label{
    font-weight:bold;
    line-height:2;
}

#guest_form textarea,
#guest_form input{
    border:1px solid #BFBFBF;
}

#guest_form .text{
    position:relative;
    overflow:hidden;
    margin-bottom:15px;
}

#guest_form .text label{
    float:left;
    clear:left;

}

#guest_form .text input{
    width:375px;
    float:right;
    height:25px;
}

#guest_form .textarea{
    margin-bottom:20px;
}

#guest_form .textarea textarea{
    width:100%;
    height:175px;
}

#guest_form .code{
    position:relative;
    overflow:hidden;
    clear:left;
    margin-bottom:15px;
}

#guest_form .code img{
    margin-left:20px;
}

#guest_form .code input{
    float:right;
    height:25px;
}

#guest_form .submit input{
    background-color:#D0CFD4;
    border:1px solid #D0CFD4;
    height:25px;
    color:#010101;
}

#guest_form .error-message{
    clear:left;
    float:left;
    font-size:11px;
    color:red;
}

#content #nomargin {
    margin-bottom:0;
}

#gallerylist {

}

#gallerylist .one{
    position:relative;
    overflow:hidden;
    margin-bottom:45px;
}

#gallerylist .one .title{
    margin-bottom:20px;
    font-size:14px;
    color:#000;
    font-weight:bold;

}
