.limiter740{
    width: 800px;
    overflow: hidden;
    margin: 0 auto;
}

html, body, #container {height: 100%; margin: 0; padding: 0;}
body > #container { height: auto; min-height: 100%; overflow: hidden; margin: 0 0 -40px; padding: 0;}

#header{
    margin: 10px 0 0 0;
    overflow: hidden;
}

#logo_container{
    float: left;
    margin: 10px 0 0;
    overflow: hidden;
}

#logo{
    width: 162px;
    height: 132px;
    margin: 0 0 0 320px;
    float: left;
}

#languages{
    overflow: hidden;
    float: right;
}

.item-lang, .item-lang a, .item-lang a:visited{
    display: inline-block;
    text-transform: uppercase;
    font-family: Roboto_R;
    font-size: 13px;
    color: #2c3238;
}

.item-lang.current{
    color: #fe5900; 
}

#menu{
    overflow: hidden;
    margin: 30px 0 15px;
}

#menu ul{
    display: table;
    width: 100%;
}

#menu ul li{
    display: table-cell;
    text-align: center;
}

#menu ul li a{
    font-family: Roboto_B;
    font-size: 14px;
    color: #194865;
    /*text-decoration: underline;*/
    /*border-bottom: 1px solid #194865;*/
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
}

#menu ul li.active a, #menu ul li a:hover{
    color: #fe8900;
    text-decoration: none;
}

#content_pattern{
    width: 100%;
    height: 256px;
    background: url(../img/pattern.png);
    /*min-height: 270px;*/
    /*margin: 0 0 30px 0;*/
    padding: 0 0 15px 0;
}

#content{
    overflow: hidden;
    margin: 0 0 10px 0;
}

#footer{
    clear: both;
    position: relative;
    overflow: hidden;
    height: 40px;
    margin-top: -40px;
    background: #194865;
}

#footer_push{
    height: 40px;
}

#copyright, #madein{
    font-family: Roboto_R;
    font-size: 14px;
    color: #fff;
    height: 40px;
    float: left;
    overflow: hidden;
}

#copyright{
    width: 100px;
    margin-top: 13px;
}

#madein{
    width: 640px;
    margin-top: 8px;
    text-align: right;
    float: right;
}

#madein span{
    opacity: 0.5;
    vertical-align: middle;
}

#madein img{
    vertical-align: middle;
}

#contact_info{
    margin-top: 10px;
}

#contacts{
    overflow: hidden;
}

#address{
    width: 190px;
    float: left;
    overflow: hidden;
}

#map{
    width: 326px;
    height: 246px;
    float: right;
    overflow: hidden;
    margin-top: 12px;
}

.photo{
    width: 300px;
    height: 290px;
    overflow: hidden;
    float: left;
    position: relative;
}

.photo_frame{
    position: absolute;
    width: 300px;
    height: 290px;
    top:0;
    left:0;
    background: url(../img/photo_frame.png) no-repeat;
}

#team_block{
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.cite{
    padding: 25px 2px 0;
    background: url(../img/quotes.png) top center no-repeat;
    display: none;
}

.cite.active{
    display: block;
}

.cite_photo{
    width: 480px;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 2px;
}

#photo_text{
    margin: 20px 0 0 0;
    text-align: right;
}


