.fp_content {
    position: relative;
    background: url(images/fp/fon.jpg) repeat-x left bottom;
}

.fp_content .fp_wrapper {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.fp_content .fp_wrapper .fp_data {
    position: relative;
    width: 1100px;
    padding-bottom: 50px;
}

.clear {
    clear: both;
}

/* main content */

.main_menu {
    margin:0 auto;
    width: 1200px;
}

.menu_item {
    position: relative;
    float: left;
    width: 670px;
    height: 441px;
    background: url(images/fp/item_bg.png) no-repeat;
    margin-right: -70px;
    margin-bottom: -50px;
}

    .menu_item.i0 {
        width: 1190px;
        height: 430px;
        float: none;
        background: url(images/fp/way_to_success.png) center no-repeat;
        margin-top: -30px;
        margin-bottom: 5px;
    }

        .menu_item.i0 .content {
            width: 1190px;
            height: 430px;
            top: 0px;
            left: 0px;
        }

        .menu_item.i0 .content .image{
            top: 0;
            left: 0;
            width: 1190px;
            height: 430px;
        }

.menu_item .content {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 518px;
    height: 230px;
    cursor: pointer;
}

.menu_item .content .image {
    position: absolute;
    left: 19px;
    top: 18px;
    width: 522px;
    height: 246px;
}

.menu_item.i1 .content .image {
    background: url(images/fp/1.jpg) no-repeat;
}

.menu_item.i2 .content .image {
    background: url(images/fp/2.jpg) no-repeat;
}

.menu_item.i3 .content .image {
    background: url(images/fp/3.jpg) no-repeat;
}

.menu_item.i4 .content .image {
    background: url(images/fp/4.jpg) no-repeat;
}

.menu_item .content .title {
    position: absolute;
    top: 270px;
    left: 19px;
    width: 518px;
    height: 33px;
    background: url(images/fp/arrow.png) no-repeat top right;
    text-align: right;
}

.menu_item .content .title span {
    color: #b50027;
    /*font-family: pt_sans;*/
    font-size: 18pt;
    line-height: 33px;
    font-weight: bold;
    margin-right: 30px;
    position: relative;
    top: 4px;
}

/* /main content */

/* fp partners */

.pwrapper {
    margin:10px auto 0 auto;
    position: relative;
    width: 1194px;
    height: 100px;
    zoom: 1;
}

#partners_next {
    position: absolute;
    right: 21px;
    top: 46px;
    width: 13px;
    height: 21px;
    background: url(images/fp/arrow_right.png) no-repeat;
    cursor: pointer;
}

#partners_prev {
    position: absolute;
    left: 21px;
    top: 46px;
    width: 13px;
    height: 21px;
    background: url(images/fp/arrow_left.png) no-repeat;
    cursor: pointer;
    display: none;
}

.partners_list {
    position: absolute;
    left: 71px;
    top: 19px;
    width: 1050px;
    height: 100px;
    overflow: hidden;
    border: 0px solid #f00;
}

.partners_list .cont {
    position: absolute;
    height: 100px;
}

.partners_list .cont td {
    min-width: 175px;
    width: 175px;
    height: 100px;
    vertical-align: top;
    text-align: center;
    border: 0px solid #f00;
}

.partners_list .cont td .pdd {
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}

.partners_list .cont td a {
    display: table;
    width: 100%;
    height: 70px;
}

.partners_list .cont td b {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

/* /fp partners */

/*natasha*/
#contentBox {    margin:0 auto;}

.topmenu { display:none; }
.topmenu-anonym{ display:none; }

#sideNavBox {
	float:none; width:0;
}


/* Popup */

.ms-dlgContent {
    border: 1x solid #cccccc;
    border-radius: 5px;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E9E9E9), color-stop(1, #FFFFFF));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #E9E9E9 0%, #FFFFFF 100%);
}