@charset 'utf-8';
/* CSS Document */

/* main page style */
*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;

    border: none;
    border-width: 0;
}

.row:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}
.shadow
{
    box-shadow: 1px 1px 4px rgba(0,0,0,.3);
}
html
{
    background: url(../images/bg.gif);
}
body
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;

    width: 1000px;
    margin: 0 auto;

    color: #302222;
}
header
{
    width: 100%;
    height: 60px;

    border: 1px solid #9a9a9a;
    border-top: none;
    background: #fcfcfc;
}

input
{
    padding: 3px;

    border: 1px solid #9a9a9a;
}
textarea
{
    padding: 3px;

    border: 1px solid #9a9a9a;

    resize: none;
}
hr
{
    border-top: 1px solid #9a9a9a;
}
table
{
    border-collapse: collapse;

    border: 1px solid #AFAFAF;
}
td
{
    padding: 0 5px 0 5px;

    border: 1px solid #AFAFAF;
}
/* footer style */
footer
{
    font-size: 10px;

    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 5px;

    text-align: right;

    color: #9a9a9a;
    border-top: 1px dashed #9a9a9a;
}






.container_main
{
    position: relative;

    width: 100%;
    margin-top: 10px;
}
.sidebar_fixed
{
    position: fixed;
    z-index: 300;
    top: 10px;
}
.sidebar_fix
{
    width: 260px;
}

.up_button
{
    font-family: verdana;
    font-size: 11px;

    position: fixed;
    z-index: 500;
    
    bottom: 20px;

    display: none;

    width: 100px;
    padding: 5px;

    cursor: pointer;
    text-align: center;

    color: #FF0000;
    border: 1px solid #FF0000;
    background: #DDDDDD;
}

/* header style */

.logo
{
    display: inline-block;

    width: 260px;
    height: 100%;

    text-align: center;
    vertical-align: top;

    ////////display: inline;
}
.logo img
{
    margin-top: 3px;
}
.header_container
{
    display: inline-block;

    width: 720px;
    height: 100%;
    margin-left: 10px;

    vertical-align: top;

    ////////display: inline;
}
.header_contacts
{
    width: 100%;
    height: 37px;
    padding: 0 1px;
}
.header_contacts p
{
    margin-top: 1px;

    color: #fa0000;
}


/* main menu style */

.menu-header_menu-container
{
    height: 22px;
}
.main_menu
{
    font: 12px Verdana, Arial, sans-serif;
    /* Лекарство для webkit */

    display: table;

    cursor: pointer;
    /* Выставляем родителю значение -.33em */
    word-spacing: -.33em;
}


/*верхний уровень меню*/
.main_menu li
{
    position: relative;

    display: inline-block;

    text-align: center;
    vertical-align: middle;
    word-spacing: normal;

    //display: inline;
    //zoom: 1;
}
.main_menu > li > a
{
    display: block;

    padding: 3px 15px 3px 15px;

    text-decoration: none;

    color: #302222;
    border: 1px solid #9a9a9a;
    border-right-width: 0;
    border-bottom-width: 0;
}
.main_menu > :last-child > a
{
    border-right: 1px solid #9a9a9a;
}
.main_menu > li:hover > a
{
    color: #fafafa;
    background: #fa0000;
}
.main_menu > li:hover > ul
{
    visibility: visible;
}
/*подменю*/
.main_menu .sub-menu
{
    position: absolute;
    z-index: 40;
    left: 5px;

    display: block;
    visibility: hidden;

    width: 150px;

    cursor: pointer;

    border-top: 3px solid transparent;
    box-shadow: 1px 1px 4px rgba(0,0,0,.3);
}
.main_menu .sub-menu > :first-child
{
    border-top: 1px solid #9a9a9a;
}
.main_menu .sub-menu > :last-child
{
    border-bottom: 1px solid #9a9a9a;
}
.main_menu .sub-menu li
{
    zoom: normal;
}
.main_menu .sub-menu > li
{
    display: block;

    text-align: left;

    border-right: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
}
.main_menu .sub-menu > li > a
{
    display: block;

    padding: 3px 15px 3px 15px;

    text-decoration: none;

    color: #302222;
    border-bottom: 1px dashed #9a9a9a;
    background: #fafafa;
}
.main_menu .sub-menu > :last-child > a
{
    border-bottom: none;
}
.main_menu .sub-menu > li:hover > a
{
    text-decoration: underline;

    color: #fa0000;
}
.main_menu li.current-menu-item > a
{
    color: #fafafa;
    background: #fa0000;
}


/* left sidebar style */

aside.left
{
    float: left;

    width: 260px;
}


/* left sidebar menu style */
/*sidebar*/
.product_menu
{
    list-style: none;

    cursor: pointer;
}

.product_menu ul
{
    list-style: none;

    cursor: pointer;
}

/*menu block*/
.product_menu > li
{
    width: 100%;
    margin-bottom: 10px;

    border: 1px solid #9a9a9a;
    background: #fcfcfc;
    box-shadow: 1px 1px 4px rgba(0,0,0,.3);
}
/*menu block header*/
.product_menu > li > a
{
    font-size: 14px;

    display: block;

    padding: 3px 0;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    color: #fafafa;
    border-bottom: 1px solid #aaa;
    background:    -moz-linear-gradient(top, #f88, #e60000);
    background: -webkit-linear-gradient(top, #f88, #e60000);
    background:      -o-linear-gradient(top, #f88, #e60000);
    background:     -ms-linear-gradient(top, #f88, #e60000);
    background:         linear-gradient(top, #f88, #e60000);

    -pie-background: linear-gradient( #f88, #e60000);
}
/*top level menu*/
.product_menu ul > li > a
{
    font-size: 12px;

    display: block;

    padding: 5px 10px;

    text-decoration: none;

    color: #302222;
    border-bottom: 1px dashed #ffb3b3;
}
.product_menu ul > :last-child > a
{
    border-bottom: none;
}
.product_menu ul li:hover > a
{
    text-decoration: underline;

    color: #fa0000;
    background: #f2f2f2;
}
.product_menu ul li.current-menu-item:hover > a
{
    background: #dbdbdb;
}
.product_menu ul li.current-menu-item > a
{
    text-decoration: underline;

    color: #fa0000;
    background: #dbdbdb;
}
/*sub menu*/
.product_menu ul li ul li a
{
    font-size: 11px;

    padding: 5px 10px 5px 30px;

    text-decoration: none;

    color: #302222;
    background: #fcfcfc;
    border-bottom: none;
}

.product_menu ul li ul > :last-child > a
{
    border-bottom: 1px dashed #ffb3b3;
}
.product_menu ul ul
{
    display: none;
}
.product_menu ul li.current-menu-item > ul,
.product_menu ul li.active-menu > ul
{
    display: block;
}

/* product page style */
.products_list,
.page_tech
{
    width: 730px;
    min-height: 300px;
    margin-left: 270px;
    padding: 15px;

    border: 1px solid #9a9a9a;
    background: #fcfcfc;
}
.page_tech
{
    padding: 15px 15px 25px 25px;
}
.page_tech p
{
    margin: 6px 0 4px 0;
}
/* extra page style */
.page_std
{
    width: 100%;
    height: auto;
    padding: 15px 15px 25px 15px;

    border: 1px solid #9a9a9a;
    background: #fcfcfc;
}
.page_std p
{
    margin: 6px 0 4px 0;
}
/* 404 page style */
.error_page
{
    width: 100%;
    height: auto;
    padding: 15px;

    text-align: center;

    border: 1px solid #9a9a9a;
    background: #fcfcfc;
}
