body {
    background: #fff;
    font-size: 16px;
    font-family: arial;
    font-size: 12px;
    color: #2b2b2b;
}

html,body {
    height: 100%; /* задаем высоту тела документа */
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

h1 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 0;
    padding-bottom: 20px;
}

h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Tahoma;
    margin-top:25px;
    margin-bottom:5px;
}

a {
    color: #c80000;
}

a:hover {
    text-decoration: none;
}

.textUP{
    text-transform: uppercase;
}

.main { /* основной блок, который должен растянуться до подвала */
    min-height: 100%; /* задаем минимальную высоту основного блока */
}

*html .main { /* хак для ie6 */
    height: 100%; /* для ие6, т.к. не понимает min-height */
}

body {
    position: relative;
}

.clearMain { /* это распорка в основном блоке - резервируем место для подвала */
    height: 75px; /* высота нашего подвала */
}

.header {
    margin: 0;
    padding:0;
}

.header-wrap {
    width: 960px;
    margin: 0 auto;
    height: 344px;
    position: relative;
    z-index: 2;
}

.main-header .header-wrap {
    width: 960px;
    margin: 0 auto 25px auto;
}

.logo {
    position: absolute;
    top: 214px;
    left: -10px;
}

.wrap {
    position:relative;
    width: 960px;
    margin: 0 auto;
    padding:0;
    min-height: 500px;
}

.main-class .wrap {
    width: 960px;
}

.menu_bg {
    position:absolute;
    height:43px;
    z-index:10;
    top:0;
    left:0;
    background-color: #c80000;
    display:none;
}

.menu {
    position:relative;
    margin:0;
    padding:0;
    z-index:25;
}

.menu li {
    margin:0;
    list-style: none;
}

.menu li a {
    font:24px Tahoma;
    line-height: 46px;
    color:#252525;
    text-decoration: none;
    text-transform: uppercase;
}

.menu li.active a.animate {
    color:#fff;
}

.menu.main li a {
    color:#fff;
}

.menu li .submenu {
    display:none;
    margin:0;
    padding:0;
    z-index:25;
}

.menu li.triger_active .submenu {
    display:block;
}

.menu li.triger_active .submenu  li a {
    font:12px Tahoma;
    line-height: 30px;
    color:#9d9d9d;
}

.menu li.triger_active .submenu  li.active a {
    color:#252525;
}

.langs {
    position: absolute;
    margin:0;
    top:476px;
    left:0;
}

.langs a{
    color:#9d9d9d;
}

.langs span{
    color:#252525;
}

.langs span.separator{
    color:#9d9d9d;
    padding:0 5px;
}



.langs.langs-main span{
    color:#fff;
}

.langs.langs-main span.separator{
    color:#fff;
}

/* PAGES */

.pages .page {
    float:left;
    margin-right:13px;
}

/* MAIN */

.page-main .left {
    width: 270px;
    border-right: 2px #ff0000 solid;
    float: left;
}

.page-main .left .left-wrap {
    padding-right: 30px;
}

.page-main .right {
    margin-left: 270px;
    padding-left: 30px;
}

.main-text {
    font:48px Tahoma;
    line-height: 60px;
    color:#fff;
}

.main-contacts {
    padding:108px 0 45px 0;
    color:#fff;
}

/* INNER */

.page .left {
    width: 270px;
    float: left;
    min-height: 505px;
}

.page .left .left-wrap {
    position:relative;
    border-right: 0;
    padding-right: 30px;
    min-height: 505px;
}

.page .right {
    position: relative;
    margin-left: 270px;
    border-left: 2px #E1E1E1 solid;
    padding-left: 30px;
	min-height: 505px;
}

/* PROEKTI */

.coverblock {
    width: 210px;
    height: 180px;
    margin:0 9px 9px 0;
    float:left;
    overflow: hidden !important;
    position: relative;
    background:#fff;
    font-family:'Ubuntu', Arial;
}
.coverblock img {
    width: 210px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    z-index:12;
}
.coverblock .tag{
    display:block;
    font-size:12px;
    color:#252525;
}
.coverblock .tag a, .coverblock .tag a:visited, .coverblock .tag a:hover{color:#252525; text-decoration:none}
.caption_slide{
    width: 190px;
    height: 160px;
    text-align:left; 
    color:#252525; 
    padding:10px;
    cursor: pointer;
}


.coverblock.large {
    width: 460px;
    height: 360px;
}
.coverblock.large img {
    width: 460px;
    height: 360px;
}
.coverblock.large .caption_slide{margin-top:150px;}
.coverblock.large .caption_slide h2{font-size:24px;}

.proekti-item-list .proekt-preview {
    font-size:11px;
    padding: 5px 0;
}

.proekti-item-view h2 {
    margin:0 0 10px 0;
}

.proekti-item-view .proekti-left {
    width: 490px;
    float: left;
}

.proekti-item-view .proekti-right {
    margin-left: 490px;
}

.proekti-item-view .image_container {
    width:470px;
    height:260px;
    overflow: hidden !important;
    position: relative;
    float:left;
    margin-right: 17px;
}

.proekti-item-view .content{
    /*width:180px;
    float:right;*/
}

.proekti-item-view .content .field {
    padding-bottom: 20px;
}

.proekti-item-view .proekti-icon{
    float:left;
}

.proekti-item-view img.proekti-small-img {
    height:54px;
    margin:14px 14px 0 0;
    cursor: pointer;
}

.pages {
    position: absolute;
    margin:0;
    bottom:0;
    left:30px;
}

.pages .page .unactive .on{
    display:none;
}

.pages .page .active .off{
    display:none;
}

/* KLIENTI */

.klienti-item-list{
    padding-bottom: 15px;
}

/* PUBLIKACII */

.publikacii-item-list{
    padding-bottom: 15px;
}

/* vistavki */

.vistavki-item-list{
    padding-bottom: 15px;
}

/* KONTAKTI */

.kontakti .left {
    width: 370px;
    float: left;
    border:0;
}

.kontakti .left .left-wrap {
    padding-right: 30px;
    border:0;
}

.kontakti .right {
    margin-left: 370px;
    padding-left: 30px;
    border:0;
}

.kontakti .kontakti-items div{
    padding-bottom: 25px;
}

/* FOOTER */

.footer-wrap .left {
    width: 430px;
    border-right: 1px #e1e1e1 solid;
    float: left;
}

.footer-wrap .left .left-wrap {
    border-right: 1px #FFF solid;
    padding-right: 30px;
}

.footer-wrap .right {
    margin-left: 430px;
    border-left: 1px #E1E1E1 solid;
    padding-left: 30px;
}

/* MODAL */

div.overlay { 
    position: absolute; 
    display: none; 
    top: 0px; 
    left: 0px; 
    background-color: #000; 
    z-index:100;
}

div.modalbox { 
    position: absolute;
    width:678px;
    padding:19px; 
    background: #fff; 
    color:#777; 
    text-align: left; 
    z-index: 150; 
    display:none; 
    filter: alpha(opacity=100); 
    opacity:1; 
    -moz-opacity:1;
}

a.modal_close {
    position:absolute;
    top:19px;
    right:19px;
    color: #bdbdbd;
    z-index:200;
}


/* clearfix */
.clearfix:after {content: ".";
                 display: block;
                 height: 0;
                 clear: both;
                 visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */