/**---------------------------------- Default ----------------------------------**/
*
{
        padding: 0px;
        margin: 0px;
}

p {
margin: 0 0 10px 0;
}


img
{
        border: 0px;
}

a
{ 
  color:#333333;  
}

a:hover
{       color:#333333;
        text-decoration: none;
}

h1
{
        color: #ffc600;

        font-weight: normal;
        font-size: 14px;

        width: 100%;

        border-bottom: 1px solid #d3d3d3;
}

h2
{
        color: #565656;
        font-weight: normal;
        font-size: 12px;

        margin: 12px 0px 20px 0px;
}


.clear
{
        clear: both;
}

.float_left
{
        float: left;
}

.float_right
{
        float: right;
}

/**---------------------------------- Main ----------------------------------**/
html
{
  height: 100%;
}

body
{
        font: normal 11px Arial, Helvetica, sans-serif;
        cursor: default;

        height: 100%;

        color: #757575;
}

#wrapper
{
        width: 100%;
        min-width: 1000px;
        min-height: 100%;
}


/**---------------------------------- Header ----------------------------------**/
#header
{
        height: 200px;

        background: url("../images/header_bg.png") top left repeat-x;
}

#logo
{
        float: left;
        margin: 5px 0px 0px 17px;
}

#slogan_swf
{
        float: right;

        width: 604px;

        position: relative;
        top: 57px;
        left: 47px;
}

#header_block2
{
        //*background: url("../images/slogan.png") top right no-repeat;*//

        height: 200px;
}

#standart_menu
{
        list-style: none;

        background: url("../images/standart_menu_bg.png") top left repeat-x;

        height: 32px;
        width: 63px;

        float: right;

        margin: 0px 6px 0px 0px;
}

#standart_menu li
{
        float: left;

        padding: 10px 0px 0px 0px;
}

#slogan
{
        clear: right;
        float: right;
}

/**---------------------------------- Center ----------------------------------**/
#center
{
        clear: both;

        float: left;
        width: 100%;

        padding: 18px 0px 0px 0px;
}

#center_block1
{
        float: left;
        width: 100%;

        margin: 0px -244px 0px 0px;
}

#center_block2
{
        margin: 0px 244px 0px 0px;
}

/**---------------------------------- Left ----------------------------------**/
#left
{
        float: left;

        width: 238px;
        padding: 0px 0px 0px 6px;
}

/**---------------------------------- Right ----------------------------------**/
#right
{
        width: 238px;
        padding: 0px 6px 0px 0px;

        float: right;
}

/**---------------------------------- Center Center ----------------------------------**/
#center_center
{
        margin: 0px 0px 0px 244px;
        padding: 0px 20px 0px 27px;
}

/**---------------------------------- Footer ----------------------------------**/
#footer
{
        position: relative;
        margin-top: 10px;

        height: 37px;
        width: 100%;

        clear: both;
        float: left;

        border-top: 1px solid #d3d3d3;

        min-width: 1000px;
}

#footer_block1
{
        width: 380px;
        margin: 0px auto 0px auto;
}

#footer_block2
{
        float: left;

        font-size: 9px;
        color: #434343;
}

#footer_block3
{
        float: right;

        font-size: 9px;
        color: #2b2b2b;

        margin: 0px 40px 0px 0px;
}

#footer_block3 a
{
        color: #009cff;

        text-decoration: none;
}

#footer_block3 a:hover
{
        text-decoration: underline;
}

/**---------------------------------- Forms ----------------------------------**/

/**---------------------------------- Links ----------------------------------**/

/**---------------------------------- Navigation ----------------------------------**/
#main_menu
{
        background: url("../images/main_menu_bg2.png") top left repeat-x;

        height: 42px;
        clear: both;
}

#main_menu_block1
{
        background: url("../images/main_menu_bg.png") top left no-repeat;

        height: 42px;
        clear: both;
}

#main_menu_block2
{
        width: 602px;
        height: 41px;

        margin: 0px auto;

        list-style: none;

        background: url("../images/main_menu_spl.png") top left no-repeat;
}

#main_menu_block2 li
{
        float: left;

        width: 98px;
        height: 41px;

        text-align: center;

        background: url("../images/main_menu_spl.png") top right no-repeat;
}

#main_menu_block2 li a
{
        line-height: 41px;

        font-size: 12px;
        color: #626262;

        text-decoration: none;
}

#main_menu_block2 li span
{
        line-height: 41px;

        font-size: 12px;
        color: #626262;
}

#main_menu_block2 .current .current_bg1
{
        background: url("../images/main_menu_current1_bg.png") top left repeat-x;

        width: 96px;
        height: 41px;

        text-align: center;
}

#main_menu_block2 li a:hover
{
        text-decoration: underline;
}

#catalog_1
{
        list-style: none;

}

#catalog_1 li
{
        height: 31px;

        background: url("../images/gorisont_spl.png") bottom left repeat-x;
}

#catalog_1 .item
{
        height: 31px;

        background: url("../images/main_bggg.png") 18px center  no-repeat;
}

#catalog_1 .last_item
{
        background: none;
}

#catalog_1 li a
{
        line-height: 31px;
        text-decoration: none;

        padding: 0px 0px 0px 27px;

        color: #454545;
        font-size: 12px;
}

#catalog_1 li a:hover
{
        text-decoration: underline;
}

#second_menu
{
        width: 345px;
        margin: 10px auto 20px auto;

        list-style: none;
}

#second_menu li
{
        float: left;

        height: 8px;
        padding: 0px 5px 0px 5px;

        border-right: 1px solid #8b8a8b;
}

#second_menu .last
{
        border-right: none;
}

#second_menu li a
{
        line-height: 8px;

        color: #8b8a8b;
        font-size: 9px;

        text-decoration: none;

        position: relative;
        top: -4px;
}

#second_menu li a:hover
{
        text-decoration: underline;
}

/**---------------------------------- Othen ----------------------------------**/
.block_1
{
}

.block_1 .title
{
        background: url("../images/title_bg.png") top left repeat-x;

        height: 21px;
        width: 100%;
}

.block_1 .title span
{
        line-height: 21px;

        color: #b28600;
        font-size: 14px;

        padding: 0px 0px 0px 28px;
}

.block_1 .body
{
        border: 1px solid #c1c1c1;
        background: #f4f4f4 url("../images/catalog_1_bg.png") bottom left repeat-x;
}

.img_1
{
        margin: 0px 0px 40px 0px;
}


#special
{
        margin: 50px 0 0 0;
}

#special .item .image
{
        text-align: center;

        padding: 12px 0px 10px 0px;

        background: url("../images/gorisont_spl.png") bottom left repeat-x;
}

#special .item .text
{
        padding: 11px 18px 22px 18px;
}

#contacts
{
}

#contacts .body
{
        padding: 11px 21px 6px 21px;
}

#contacts .body .obj_1
{
        color: #989898;
        font-size: 18px;
}

#contacts .body .obj_2
{
        color: #454545;
        font-size: 18px;
}

#contacts .body .line_2
{
        margin: 5px 0px 0px 0px;

        font-size: 10px;
        color: #6f6f6f;
}

#online
{
        margin: 53px 0px 0px 0px;
}

#online .body .image
{
        text-align: center;

        padding: 10px 0px 10px 0px;

        background: url("../images/gorisont_spl.png") bottom left repeat-x;
}

#online .body .submit
{
        text-align: center;

        margin: 36px 0px 5px 0px;
}



                        #thumbnails-holder {
                                background: #EEE;
                                overflow-x: auto;
                                height: 115px;
                                width: 400px;
                                position: absolute;
                                white-space: nowrap;
                        }
                        #thumbnails-holder img {
                                margin: 5px;
                                padding: 5px;
                                background: #FFF url(/i/loading.gif) no-repeat 50% 50%;
                                border: solid 1px #CCC;
                        }
                        #thumbnails-holder img.current {
                                border: solid 1px #F47800;
                        }
                        #thumbnails-holder img:hover {
                                background-color: #DDD;
                        }
                        #image-holder {
                                width: 400px;
                                padding-top:5px;
                        }
                        #image-holder.loading {
                                background: url(/i/loading.gif) no-repeat 50% 50%;
                        }
						

#textpage {
margin: 0;
}

#textpage p {
margin: 0;
line-height: 150%;
text-indent: 35pt;
font: 10pt 'Arial', sans-serif;
}

#textpage p.sign
{
margin: 0;
line-height: 100%;
text-indent: 0;
text-align: right;
font: normal italic 11px 'Verdana', sans-serif;
}

						