@font-face {
    font-family: 'BlairMdITCTTMedium';
    src: url('../fonts/BlairMdITCTTMedium.eot');
    src: url('../fonts/BlairMdITCTTMedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BlairMdITCTTMedium.woff') format('woff'),
         url('../fonts/BlairMdITCTTMedium.ttf') format('truetype'),
         url('../fonts/BlairMdITCTTMedium.svg#BlairMdITCTTMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


*{
    border: 0;
    margin: 0;
    padding: 0;
}
.active_menu2{
    margin-top: 10px !important;
    margin-left: 10px;
}
#right a{
    color: inherit;
}
#left ul li ul{
display: none;
}
body{
    background-color: #fff;
    background-repeat: repeat-y;
    background-image: url('../img/bg.jpg');
    font-family: BlairMdITCTTMedium, Verdana, sans-serif;
    font-size: 0.72em;
    color: #454545;
}

a{
    text-decoration: none;
}

a.underline{
    text-decoration: underline;
}

h1{
    font-weight: normal;
    font-size: 1.8em;
    color: #bebebe;
}

h1 strong{
    color: #454545;
}

h3{
    font-weight: normal;
    font-size: 1em;
    padding: 25px 0;
}

.clear{
    clear: both;
}

.vp{
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 2em;
}


#page{
    position: relative;
    width: 1145px;
    min-height: 649px;
    margin: 0;
}

#left{
    float: left;
    width: 230px;
    color: #7a7a7a;
    padding-left: 20px;
}

#left strong{
    color: #454545;
}

#right{
    float: right;
    width: 895px;
    right: #fff;
}

#left ul{
    display: block;
    margin-top: 70px;
}

#left ul li{
    display: inline;
}

#left ul li a{
    display: block;
    margin: 7px 3px;
    color: #7a7a7a;
    transition: color 0.3s;
}

#left ul li.active_menu a, #left ul li a:hover{
    color: #454545;
}

#left input[type=text]{
    width: 186px;
    height: 25px;
    padding: 0px 7px 0 7px;
    margin-top: 8px;
    font-family: BlairMdITCTTMedium, Verdana, sans-serif;
    font-size: 1em;
    background: #eee;
    border: 1px #454545 solid;
}

#left #footer-contact{
    position: relative;
    margin-top: 20px;
    bottom: 20px;
}

#left #contact a{
    color: #7a7a7a;
    transition: color 0.2s;
}

#left #contact a:hover{
    color: #454545;
}

#left #contact a img{
    vertical-align: middle;
    margin-right: 12px;
}

#left #contact a{
    display: inline-block;
    padding-bottom: 10px;
}

#left #social p{
    padding-bottom: 10px;
}

#left #social a{
    opacity: 0.4;
    transition: opacity 0.2s;
}

#left #social a img{
    margin-right: 6px;
}

#left #social a:hover{
    opacity: 0.6;
}

#left #footer{
    margin-top: 10px;
    font-family: Verdana, sans-serif;
    font-size: 0.8em;
    color: #bebebe;
}

#left #footer a{
    color: #9c9c9c;
    transition: color 0.2s;
}

#left #footer a:hover{
    color: #bebebe;
}

#right #slideshow{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 855px;
    height: 590px;
}

#right #slideshow.gallery{
    height: auto;
}

#right #slideshow #slides .slide{
    position: absolute;
    width: 855px;
    height: 590px; 
    display: none;
}

#right #slideshow #slides .slide div{
    position: relative;
    width: 855px;
    height: 590px; 
    text-align: center;
}

#right #slideshow #slides .slide div td{
    width: 855px;
    height: 560px; 
    text-align: center;
    vertical-align: middle;
}

#right #slideshow #slides .slide div img{
    position: relative;
    max-width: 855px;
    max-height: 560px; 
}

#right #slideshow.gallery #slides .slide{
    height: auto;
}

#right #slideshow.gallery #slides .slide div{
    height: 487px;
}

#right #slideshow.gallery #slides .slide div td{
    height: 487px; 
}

#right #slideshow.gallery #slides .slide div img{
    max-width: 855px;
    max-height: 487px;
}

#right #slideshow.gallery #slides .slide p{
    color: #fff;
    line-height: 1.5em;
    margin: 15px 0px 0 0px;
}

#right #slideshow #slide-prev{
    position: absolute;
    z-index: 8000;
    width: 17px;
    height: 46px;
    top: 266px;
    left: 29px;
    background: url('../img/arrow-prev.png') 50% 50% no-repeat;
    cursor: pointer;
}

#right #slideshow #slide-next{
    position: absolute;
    z-index: 8000;
    width: 17px;
    height: 46px;
    top: 266px;
    right: 29px;
    background: url('../img/arrow-next.png') 50% 50% no-repeat;
    cursor: pointer;
}

#right #slideshow.gallery #slide-prev, #right #slideshow.gallery #slide-next{
    top: 225px;
}

#text{
    color: #fff;
    line-height: 1.5em;
    margin: 90px 25px 0 25px;
}

#text #form{
    position: absolute;
    bottom: 40px;
}

#right input[type=text]{
    width: 186px;
    height: 25px;
    padding: 0px 7px 0 7px;
    margin: 8px 8px 0 0;
    font-family: BlairMdITCTTMedium, Verdana, sans-serif;
    font-size: 1em;
    background: #000;
}

#text a{
    color: #fff;
    transition: color 0.2s;
}

#text a:hover{
    color: #ddd;
}

#text h1{
    padding: 10px 0 0 0;
    line-height: 1.5em;
    text-decoration: underline;
    color: #fff;
}

#text h3{
    padding: 0;
    line-height: 1.5em;
    text-decoration: underline;
}

#text p.more{
    padding-top: 10px;
    font-size: 0.8em;
}

#text p.more a{
    text-decoration: underline;
}

#text p.right{
    text-align: right;
}

#blog textarea{
    width: 426px;
    height: 123px;
    background: url('/media/pole.png');
    color: white;
}

#blog button{
    position: relative;
    display: block;
    width: 90px;
    height: 33px;
    background: url('/media/send1.png');
    margin: -34px 0 0 336px;
    z-index: 100;
}

