﻿html,body 
{
    widtH:100%;
    height:100%;
    margin:0px;
    padding:0px;
    background-color:#020202;
    background-image:url(images/bg.jpg);
    background-position:center top;
    background-repeat:no-repeat;
}


a
{
    text-decoration:none;
}

a img
{
    border:0px;
}

.clear
{
    display:block;
    clear:both;
}

/**************************************************/
.container
{
    border-top:1px solid #965096;
    text-align:center;  
}

.width_fixer
{
    text-align:center;    
    margin:0px auto;
    width:898px;
}

.width_fixer_inner
{
    text-align:left;    
    margin:0px auto;
    width:888px;
}

.header
{
    height:130px;
    position:relative;
}

.header .logo
{
    position:absolute;
    display:block;
    width:276px;
    height:102px;
    top:28px;
    left:0px;
}

.header .langs
{
    position:absolute;
    right:8px;
    top:72px;
    font-size:22px;
}

.header .langs img
{
    margin-bottom:-6px;
}

.header .langs a
{
    color:#77787b;
}

.header .langs a.sel
{
    color:#fff;
}

.header .langs a:hover
{
    color:#965096;
}

.footer
{
    position:relative;
    color:#77787b;
    padding-top:60px;
    padding-bottom:20px;
}

.footer .footer_top
{
    border-bottom:1px solid #8a8c8f;
    padding-bottom:24px;
    margin-bottom:40px;
}

.footer .footer_top .moto
{
    color:#fff;
    font-size:25px;
    background-image:url(images/moto.png);
    background-repeat:no-repeat;
    background-position:left center;
    height:33px;
    float:left;
    padding-left:25px;
}

.footer .footer_top .sm
{
    float:right;
    width:80px;
}

.footer .footer_top .sm a.fb
{
    display:block;
    width:30px;
    height:30px;
    float:left;
    background-image:url(images/sm.png);
    background-repeat:no-repeat;
    background-position:left top;
}

.footer .footer_top .sm a:hover.fb
{
    background-position:left -31px;
}

.footer .footer_top .sm a.li
{
    display:block;
    width:30px;
    height:30px;
    float:right;
    background-image:url(images/sm.png);
    background-repeat:no-repeat;
    background-position:-39px top;
}

.footer .footer_top .sm a:hover.li
{
    background-position:-39px -31px;
}

.footer .copy
{
    float:left;
    font-size:18px;
}

.footer .dev
{
    float:right;
    font-size:18px;
}

.footer .dev a
{
    color:#77787b;
}

.footer .dev a:hover
{
    color:#f1f1f1;
}

/*************************************/


.main_left
{
    padding-top:76px;
    padding-top:126px;
    widtH:200px;
    padding-left:41px;
    float:left;
}

.main_left ul
{
    margin:0px;
    padding:0px;
}

.main_left ul li
{
    list-style:none;
    padding:3px 0px;
}

.main_left ul li a
{
    color:#77787b;
    font-size:35px;
    line-height:29px;
    padding-left:40px;
    background-image:url(images/menu_trigger.png);
    background-repeat:no-repeat;
    background-position:left -500px;
    display:block;
    position:relative;
    height:34px;
    overflow:hidden;
}

.main_left ul li.group a
{
    background-position:left top;
}

.main_left ul li.group a.open
{
    background-position:left -37px;
}

.main_left ul li a.sel
{
    color:#fff;
    font-size:37px;
}

.main_left ul li a:hover
{
    color:#965096;
    color:#f1f1f1;
}


.main_left ul li ul.l2 li a
{
    color:#965096;
    padding-left:42px;
    background-image:none;
    font-size:21px;
    height:auto;
    line-height: normal;
}

.main_left ul li ul.l2 li a.sel
{
    color:#fff;
    font-size:22px;
}

.main_left ul li ul.l2 li a:hover
{
    color:#f1f1f1;
}

/*----------------------------------------*/


.main_right
{
    widtH:645px;
    float:right;
}

/*********************************************/

.home_banners
{
    height:312px;
    widtH:644px;
    position:relative;
}

.home_banners .banners
{
    position:relative;
    widtH:644px;
    height:312px;
    background-image:url(images/home_banner.png);
    background-repeat:no-repeat;
}

.home_banners .banners .item 
{
    position:relative;
    widtH:644px;
    height:312px;
}

.home_banners .banners .item .photo1
{
    position:absolute;
    top:6px;
    left:6px;
}

.home_banners .banners .item .photo2
{
    position:absolute;
    top:6px;
    left:432px;
}

.home_banners .banners .item .photo3
{
    position:absolute;
    top:159px;
    left:432px;
}

.home_banners .banners .item .caption
{
    position:absolute;
    bottom:6px;
    left:6px;
    line-height:15px;
    height:28px;
    widtH:592px;
    padding:8px 20px 5px 20px;
    font-family:Verdana;
    color:#fff;
    font-size:12px;
    background-color:#181314;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


/*
.home_banners .banners .item .slogan_right
{
    position:absolute;
    top:70px;
    right:40px;
    text-align:right;
}

.inner_banners .banners .item .caption
{
    position:absolute;
    bottom:0px;
    left:0px;
    text-align:left;
    background-color:#45474f;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    display:none;    
    width:100%;
    padding:20px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;

}


.home_banners .banners .item .title
{
    color:#f5ed60;
    font-size:25px;
    padding-bottom:10px;
    font-weight:200;
}

.home_banners .banners .item .subtitle
{
    color:#45474f;
    font-size:14px;
    font-weight:600;
    font-style:italic;
    font-family: 'Open Sans', sans-serif;
}*/

.home_banners .slide_index
{
    position:absolute;
    top:-18px;
    right:0px;
    z-index:10;    
}

.home_banners .slide_index a
{
    float:right;
    display:block;
    width:11px;
    height:11px;
    background-image:url(images/bullets.png);
    background-repeat:no-repeat;
    background-position: 0px 0px;
    text-decoration:none;
    margin:0px 2px;
}

.home_banners .slide_index a.active
{
    background-position: -17px 0px;
}

/*-------------------------------------------*/

.home_page
{
    padding-top:50px;
}

/*-------------------------------------------*/

.about_page
{
    border-bottom:2px solid #965096;
    padding-top:22px;
}


.texts
{
    color:#b4b6b8;
    font-family:Verdana;
    font-size:11px;
    text-align:justify;
    font-family:Tahoma;
    font-size:13px;
    line-height:140%;
}

.texts b, .texts strong
{
    color:#f1f1f1;
}

.texts a
{
    color:#965096;
}

.texts a:hover
{
    color:#9d9fa2;
}

.texts h1
{
    color:#fff;
    font-size:40px;
    font-weight:normal;
    margin-bottom:0px;
}

.texts h2
{
    color:#fff;
    font-size:35px;
    font-weight:normal;
    margin-bottom:0px;
}


/*-------------------------------------------*/

.category_page
{
    padding-top:22px;
}

.category_page .texts
{
    padding-bottom:20px;
}

.category_page .item
{
    width:645px;
    height:175px;
    background-image:url(images/cat_item.png);
    background-repeat:no-repeat;
    background-position:left top;  
    position:relative;  
}

.category_page .item .photo
{
    width:205px;
    height:147px;
    position:absolute;
    left:8px;
    top:7px;
}

.category_page .item .photo a
{
    display:block;
    width:205px;
    height:147px;
}

.category_page .item .photo a img
{
    width:205px;
    height:147px;
}

.category_page .item .info
{
    width:370px;
    height:127px;
    padding:8px 20px 10px 15px;
    position:absolute;
    left:232px;
    top:7px;    
}

.category_page .item .info .proj_name
{
    line-height:25px;
    font-size:25px;
}

.category_page .item .info .proj_name a
{
    color:#fff;
    line-height:25px;
    font-size:25px;
}

.category_page .item .info .proj_name a:hover
{
    color:#965096;
}

.category_page .item .info .proj_cat
{
    padding-top:2px;
    color:#965096;
    font-size:22px;  
    line-height:22px;  
}

.category_page .item .info .prod_brief
{
    color:#9d9fa2;
    font-family:Tahoma;
    font-size:12px;
    line-height:110%;  
    height:42px;
    padding-top:8px;
    overflow:hidden;
}

.category_page .item .info .more
{
    padding-top:6px;
    font-weight:bold;
    font-family:Tahoma;
    font-size:13px;
}

.category_page .item .info .more a
{
    color:#fff;
}

.category_page .item .info .more a:hover
{
    color:#965096;
}

/*-------------------------------------------*/

.project_page
{
    padding-top:22px;
    width:644px;
}



.project_page .texts H1 A
{
    color:#965096;
}

.gallery
{
    padding-top:20px;
}

.gallery .title
{
    float:left;
    color:#fff;
    font-size:25px;
    line-height:25px;
    padding-bottom:3px;
}

.gallery .tip
{
    float:right;
    font-family:Verdana;
    font-size:12px;
    color:#b4b6b8;
    padding-right:29px;
    padding-top:4px;
    margin-top:10px;
    padding-bottom:8px;
    background-image:url(images/thumbs_tip.png);
    background-repeat:no-repeat;
    background-position:right top;
}

.gallery .thumbs
{
    background-image:url(images/thumbs_border.png);
    background-repeat:repeat-x;
    background-position:left top;
    padding-top:20px;
}

.gallery .thumbs .item
{
    background-image:url(images/thumb_kadro.png);
    background-position:left top;
    background-repeat:no-repeat;
    width:198px;
    padding-right:25px;
    height:153px;
    float:left;
    position:relative;
}

.gallery .thumbs .item a
{
    position:absolute;
    left:7px;
    top:7px;
    width:184px;
    height:132px;
    overflow:hidden;
    display:block;

}

.gallery .thumbs .item a img
{
}

/*-------------------------------------------*/

.contact_page
{
    padding-top:22px;
    border-bottom:2px solid #965096;
}

.contact_page .texts
{
    padding-bottom:20px;
}


.contact_form
{

}

.contact_form form
{
    margin:0px;
    padding:0px;
    display:block;
    position:relative;
}

.contact_form .title
{
    color:#fff;
    font-size:40px;
    font-weight:normal;
    margin-bottom:10px;
}

.contact_form .field 
{
    padding-bottom:10px;
}

.contact_form .field input
{
    background-color:#231f20;
    border:0px;
    border-bottom:1px solid #414042;
    border-right:1px solid #414042;
    width:419px;
    padding-left:10px;
    height:37px;
    color:#fff;
}

.contact_form .field textarea
{
    background-color:#231f20;
    border:0px;
    border-bottom:1px solid #414042;
    border-right:1px solid #414042;
    width:416px;
    padding-left:10px;
    height:100px;
    padding-top:10px;
    color:#fff;
}

.contact_form .field input.watermark,
.contact_form .field textarea.watermark
{
    color:#b4b6b8;
}


.contact_form .submit
{
    position:absolute;
    bottom:15px;
    right:0px;
    color:#965096;
    background-image:url(images/submit_arrow.png);
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:44px;
    height:57px;
    padding-top:25px;
    text-align:right;
    font-size:28px;
    line-height:28px;
}

.contact_form .submit a
{
    color:#965096;
}

.contact_form .submit a:hover
{
    color:#fff;
}

/**********************************************************/

.global_success, .global_error, .global_warning
{
    background-image:url(images/mes_ok.jpg);
    background-repeat:no-repeat;
    background-position:10px 4px;
    padding:4px 10px 4px 60px;
    border:2px solid #71a240;    
    line-height:36px;
    background-color:#edfced;
    font-family:Arial;
    font-size:16px;
    margin-top:10px;
    margin-bottom:10px;
    position:relative;
}

.global_warning
{
    color:#cf8711;
    border:2px solid #b88b38;
    background-image:url(images/msg_warn.jpg);
    background-color:#faf9c9;
}

.global_error
{
    color:#d81b38;
    border:2px solid #d8000c;
    background-image:url(images/msg_error.jpg);
    background-color:#fdd5ce;
}

.global_success a.close, .global_error a.close, .global_warning a.close
{
    position:absolute;
    top:5px;
    right:5px;
    background-image:url(images/close_divalog.gif);
    display:block;
    text-decoration:none;
    widtH:9px;
    heighT:9px;
}

.field_error
{
    color:#845b0f;
    font-family:Arial;
    font-size:14px;
}

/*********************************************************/

.intro
{
    text-align:center;
    padding-top:320px;
    position:absolute;
    left:0px;
    top:0px;
    widtH:100%;
}