body{
    background-image: url(i/bg.png);
    background-repeat: repeat-x;
    margin: 5px 0 0 0;
    color: #333f4b;
    font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a, a:link, a:visited, a:active, a:hover{
    text-decoration: underline;
    color: #990000;
}

a img{
    border: none;
}

h1{
    color: #567;
    font: 17pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2{
    color: #567;
    font: 15pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3{
    color: #567;
    font: 13pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.page{
    width: 1000px;
    margin: 0 auto 0 auto;
}

.left{
    width: 720px;
}

.page .left .left_content{
    min-height: 75%;
}

.right{
    width: 280px;
    float: right;
}

.left_header{
    height: 155px;
    background-image: url(i/left-header-bg.png);
    background-repeat: no-repeat;
    background-position: 0 -5px;
}

.top_menu{
    width: 200px;
    float: left;
    background-color: #778899;
}

.menu_item{
    padding: 9px 0 8px 18px;
    border-top: #94a2b1 1px solid;
    border-bottom: #607183 1px solid;
}

.menu_item a, .menu_item a:link, .menu_item a:visited, .menu_item a:active{
    color: #cde;
    text-decoration: none;
    font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.menu_item a:hover{
    color: #fff;
    text-decoration: none;
}

.right_header{
    width: 300px;
    position: relative;
    left: -20px;
    background-color: #f90;
    text-align: center;
    height: 155px;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
}


.left_content{
    border-right: #778899 1px dashed;
}

.left_content p{
    padding: 0 2px 0 2px;
}

.footer{
    border-top: #778899 1px dashed;
    font-size: 8pt;
    color: #778899;
}

.footer .left .left_content{
    min-height: 90px;
    text-align: center;
}

.bottom_menu{
    padding: 1.5em 0 1.5em 0
}

.footer .right{
    min-height: 90px;
}

.right_content{
    font-size: 9pt;
}

.right_block{
    width: 260px;
    background-color: #e3ebef;
    margin: 20px 0 0 20px;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius:  0 0 7px 7px;
}

.right_block .block_header{
    background-color: #f90;
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    color: black;
}

.right_block .block_content{
    padding: 10px;
}

.right_block#gallery{
    box-shadow: 0px 5px 15px -3px #999;
    -moz-box-shadow: 0px 5px 15px -3px #999;
    -webkit-box-shadow: 0px 5px 15px -3px #999;
}

.right_block#gallery .block_content{
    padding: 0px;
}

.picts{
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius:  0 0 7px 7px;
}

.breadcrumbs{
    font-size: 12pt;
    color: #999999;
    position: relative;
    left: 285px;
    top: -17px;
    width: 360px;
}

.breadcrumbs a{
    color: #999999;
}

.right_block#right_news{
    color: #666666;
}

.news_date{
    color: #993300;
}

.right_block#right_news .block_content div{
    margin-bottom: 1em;
}

.zakaz_form_container{
    width: 500px;
    padding: 1em;
    margin: 1em auto 1em auto;
    background-color: #778899;
    color: #cde;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.zakaz_form{
    margin: 0px;
}

.zakaz_form .form_row input{
    width: 330px;
    margin-left: 168px;
    display: block;
}

.zakaz_form .form_row input:focus, .zakaz_form .form_row textarea:focus{
    outline: #f90 1px solid;
}

.zakaz_form .form_row textarea{
    width: 100%;
}

.zakaz_form .form_row label{
    float: left;
}

.zakaz_form input, .zakaz_form textarea{
    background-color: #e3ebef;
    border-right: #94a2b1 1px solid;
    border-bottom: #94a2b1 1px solid;
    border-top: #607183 1px solid;
    border-left: #607183 1px solid;

}

.catalog{
    overflow: auto;
}

.catalog_item{
    width: 220px;
    margin: 10px 10px 10px 9px;
    float: left;
}

.catalog_item h2, .gallery_product h2{
    color: #993300;
    font-weight: bold;
    font-size: 10pt;
    margin: 0px;
    text-decoration: none;
}

.catalog_item h2{
    background-image: url(/i/plash.jpg);
    background-repeat: no-repeat;
    height: 19px;
}

.catalog_item a, .gallery_product a{
    text-decoration: underline;
}

.catalog_item a, .catalog_item a h2{
    color: #fff;
}

.catalog_item a h2{
    padding: 6px 4px 6px 8px;
}

.catalog_item p{
    font-size: 8pt;
    margin: 2px 0 2px 0;
}

.catalog_item .image_container{
/*    background-color: #e3ebef;*/
    width: 220px;
    height: 145px;
    text-align: center;
}

.catalog_item .image_container img{
    border-radius:  7px;
    -moz-border-radius:  7px;
    -webkit-border-radius:  7px;
}

.image_container_round_bottom img{
    border-radius:  0 0 7px 7px;
    -moz-border-radius:  0 0 7px 7px;
    -webkit-border-radius:  0 0 7px 7px;
}


.gallery{
    
}

.gallery_product{
    overflow: auto;
/*    clear: both;*/
    clear: left;
}
