html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    background: url(../images/bg.png) 0 0 repeat;
    font-family: Trebuchet MS, georgia, verdana, sans-serif;
    color: #766e3e;
    font-size: 14px;
}
img {
    border: none;
}
a {
    color: #bc9252;
}
.hline {background: #fffcef; padding-left: 20px; overflow:auto; }
.hline, h1, h2 {
    font-size: 16px;
    color: #3e5e2e;
    padding-left: 20px;
    margin: 0;
    margin-top: 4px;
    padding-bottom: 5px;
}
.hline .right {float: right; font-weight: bold; padding-right: 15px; cursor: pointer; }

.clear {
    clear: both;
}
.ssilka{width:1px;height:1px;position:fixed;overflow:hidden;bottom:0;}
.ssilka a{margin:10px; color:white; font-size:1px;}
div#wrapperOut {
    background: url(../images/bg_wrap.png) 0 0 repeat-x;
    min-width: 1015px;
}
#wrapper {
    width: 1000px;
    margin: 0 auto;
    background: url(../images/leaf_top.png) 0 0 no-repeat;
}
#header {
    height: 150px;
    position: relative;
    background: url(../images/leaf_bot.png) 95% 100% no-repeat;
}
    .logo {
        text-align: center;
        padding-top: 25px;
    }
    .slogan {
        font-family: georgia, verdana, sans-serif;
        font-size: 14px;
        color: #8f0040;
        font-style: italic;
        text-align: center;
    }

#menu {
    width: 1012px;
    /*background: url(../images/menu_bg.png) 0 0 no-repeat;*/
    height: 50px;
    margin-left: -7px;
    position: relative; z-index: 100; zoom: 1;
}
    #menu .back {background: url('../images/menu-bg.png'); width: 1022px; height: 63px; position: absolute; top: -6px; left: -5px; z-index: 0; }
    #menu ul {
        position: relative; z-index: 1;
        display: block;
        list-style-type: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    #menu ul li {
        height: 40px;
        line-height: 35px;
        margin: 0 5px;
        display: inline;
    }
	#menu ul li a {
		color: #727707;
		font-family: Georgia,Verdana,sans-serif;
		font-size: 20px;
		font-style: italic;
		padding: 0 6px;
		text-decoration: none;
	}
    #menu ul li a:hover, #menu ul li a.current {
        color: #8f4f00;
    }
    
#mainContainer {
    margin-top: 5px;
    margin-bottom:15px;
    /*overflow:auto;*/
    position: relative; /*z-index: 100;*/
}
	#sidebar {
		background-color: #fff9df;
		border-radius: 9px;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
		float: left;
		padding-left: 5px;
		position: relative;
		width: 220px;
	}
        .module {
            //background: #fff url(../images/module-bg.png) 0 0 repeat-y;
            margin-bottom: 25px;
            height: 1%;
        }
            .moduleTop {
                //background: url(../images/module-top.png) 0 0 no-repeat; position: relative;
            }
            .moduleBot {
                //background: url(../images/module-bot.png) 0 100% no-repeat;
                padding: 5px;
            }
            .module h2 {
                background: #fffcef;
            }
            
            .rubrics ul {
                padding: 0;
                margin: 0 0 10px;
                padding: 6px 0 0 8px;
                list-style-type: none;
            }
            .rubrics ul li {
                padding-bottom: 9px;
                padding-left:20px;
                background: none;
            }
				.rubrics ul li a {
					color: #000000;
					font-size: 15px;
					font-style: italic;
					line-height: 1.1em;
					text-decoration: none;
				}
            .rubrics ul li.current {
                background: url(../images/marker.png) 0 1px no-repeat;
            }
        
        .modulePhoto {position: relative; border-spacing: 0; margin-left: -4px; }
        .modulePhoto div {z-index: 0; position: absolute; top: 0; left: 0; width: 214px; height: 274px; background: url('../images/for-image-left.png'); }
        .modulePhoto img {
            z-index: 1; position: relative; margin: 6px 0 0 6px; 
            border: solid 3px #fef9de;
        }
    #content {
        margin-left: 225px;
        background: url(../images/content-bg.jpg) 0 0 repeat-y;
        position: relative;
        z-index: 10;
    }
        .contentTop {
            background: url(../images/content-top.jpg) 0 0 no-repeat;
        }
        .contentBot {
            background: url(../images/content-bot.jpg) 0 100% no-repeat;
            padding: 5px 8px 100px 8px;
            overflow:auto;
        }
        .text {
            zoom: 1;
            overflow: hidden;
            clip: auto;
            
            padding: 0 15px;
            margin-top: 15px;
        }
        .text p {
            line-height: 2em;
            margin: 0;
            padding: 4px 0;
        }
        #content h1 {
            /*float:left;*/
            padding:0px; margin:0px;
        }
            div.imagesBlock {
                float: left;
                position:relative; 
                z-index: 5;
            }
            div.contentImages {
                width: 244px;
                height: 156px;
                overflow: hidden;
                margin-right: 10px;
                margin-bottom:15px;
                position: relative;
            }
            div.contentImages div {
                width: 244px;
                position: absolute;
                height: 156px;
                background: url(../images/for-image.png) 0 0 no-repeat;
                z-index: 10;                
            }
            div.contentImages a {width: 244px; position: absolute; top: 0; left: 0; height: 156px; z-index: 15; display: block; }
            div.contentImages img {
                position: relative;
                z-index: 1;
            }
#footer {
    height: 55px;
    /*background: url(../images/footer_bg.png) 0 0 repeat-x;*/
    margin-top: 5px;
}
    .footerIn {
        width: 1000px;
        height: 45px;
        margin: 0 auto;
        background: url(../images/footer-bor.png) 0 0 repeat-x;
        padding-top: 10px;
        position: relative;
        z-index: 10;
    }
    #footer p {
        font-family: arial, Verdana, sans-serif;
        font-size: 12px;
        color: #736939;
        margin: 0;
        line-height: 1.5em;
        padding-left: 10px;
    }
    span.leaf {
        display: block;
        position: absolute;
        width: 160px;
        height: 121px;
        right:-10px;
        top: -67px;
        background: url(../images/footer-leaf.png) 0 0 no-repeat;
    }
    

.index-img-block {position:relative; margin:10px 0 0 -14px; auto; width:1029px; height:624px;}
.index-img-block-loading {position: absolute; left: 50%; top: 50%; width: 32px; height: 32px; margin: -16px 0 0 -16px; background: url('../images/loading.gif'); }
.index-img-block-ramka {width:1029px; height:624px; background:url('../images/ramka.png'); position: absolute; left: 0; top: 0; }

#index-img { background:url('../images/imgbg.jpg') 0px 0px no-repeat; position:absolute; left:26px; top:25px;width:979px; height:574px; overflow: hidden; clip: auto;}
#index-img.grey {background-position: 0px -574px;}
#index-img .el {display: block; position: absolute; z-index: 5;}
#index-img .el div {visibility: hidden; }
#index-img .el.visible div {visibility: visible; }


#mainContainer {overflow:inherit;}      

.png { behavior: url('/public/iepngfix/iepngfix.htc'); }

.home-h {position: absolute; left: -1000px; top: -1000px;}

.list-item-container {padding-top: 10px;}
.list-item {overflow: hidden; clip: auto; padding: 5px 30px 5px 20px; position: relative; zoom: 1; }
.list-item-image {float: left; width: 138px; position: relative; }
/*.list-item-image div {z-index: 2; background: url('../images/for-image-list.png'); position: absolute; left: 0; top: 0; width: 138px; height: 88px; }*/
.list-item-image .list-item-image-bk-top {z-index: 3; position: absolute; top: 0; left: 0; height: 15px; width: 138px; background: url('../images/for-image-list-top.png') no-repeat;}
.list-item-image .list-item-image-bk-middle {z-index: 2; position: absolute; top: 0; left: 0; height: 100%; width: 138px; overflow: hidden; clip: auto; }
.list-item-image .list-item-image-bk-middle div {height: 357px; width: 138px; background: url('../images/for-image-list-middle.png') no-repeat;}
.list-item-image .list-item-image-bk-bottom {z-index: 3; position: absolute; top: 100%; left: 0; height: 15px; width: 138px; margin-top: -15px; background: url('../images/for-image-list-bottom.png') no-repeat;}
.list-item-image img {z-index: 1; position: relative; }
.list-item-image .list-item-image-a {z-index: 5; position: absolute; left: 0; top: 0; width: 138px; height: 100%; overflow: hidden; clip: auto;}
.list-item-image a {display: block; width: 138px; height: 357px; }
.list-item-block {padding-left: 158px; }
.list-item-block {font-size: 13px;}
.list-item-block a {font-size: 15px; color: #5B3626; display: block; }

.object-block {padding-top: 15px; overflow: hidden; clip: auto; zoom: 1; }
.object-block-title {font-size: 16px; color: #5B3626; text-decoration: underline; padding-left: 25px; }
.object-block-images {float: left; padding-top: 4px; }
.object-block-image-big {width: 348px; height: 218px; position: relative; margin-left: 19px; }
.object-block-image-big div {z-index: 2; position: absolute; top: 0; left: 0; width: 348px; height: 218px; background: url('../images/for-image-obj-big.png'); }
.object-block-image-big img {z-index: 1; position: absolute; top: 0; left: 0; width: 348px; height: 218px; }
.object-block-image-big i {z-index: 0; position: absolute; display: block; width: 32px; height: 32px; top: 50%; left: 50%; margin: -16px 0 0 -16px; background: url('../images/loading.gif'); }

.object-block-small-images {padding: 0; overflow: hidden; clip: auto; zoom: 1; padding-left: 20px; width: 348px; }
.object-block-small-image {float: left; margin-right: -1px; width: 116px; height: 74px; position: relative; }
.object-block-small-image div {z-index: 2; width: 116px; height: 74px; position: absolute; left: 0; top: 0; background: url('../images/for-image-obj-small.png'); }
.object-block-small-image img {z-index: 1; width: 116px; height: 74px; position: relative;}
.object-block-small-image a {z-index: 3; width: 116px; height: 74px; position: absolute; left: 0; top: 0; display: block; zoom: 1;}
.object-block-text {padding: 0 15px 0 380px; }


.homecat-front-handle {position: absolute; z-index: 301; margin: -10px 0 0 10px; width: 212px; height: 47px; cursor: pointer;}
.homecat {/*position: absolute; z-index: 101; margin: -10px 0 0 10px; */}
.homecat-list {/*position: relative; overflow: hidden; clip: auto; width: 212px;*/ /*display: none;*/ }
.homecat-list-back {/*width: 212px; height: 539px; position: absolute; left: 0; top: 0; z-index: 0; background: url('../images/homecat-bk.png') no-repeat; */}
.homecat-list-block {padding: 5px 0 1px; position: relative; z-index: 1; }
.homecat-list-block ul {padding: 0; margin: 0 0 5px; padding: 6px 0 0 8px; list-style-type: none; text-align: center;}
.homecat-list-block ul li {margin: 12px 0; background: none; display: inline-block;}
.homecat-list-block ul li a {
    background-color: #fcf6db;
    border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 17px;
    font-style: italic;
    margin: 0 8px;
    padding: 8px 14px;
    text-decoration: none;
}
.homecat-list-block ul li a:hover { background: url(../images/marker.png) 0 1px no-repeat #fcf6db; }
.homecat-handle {position: relative; width: 212px; height: 47px; cursor: pointer; display: none;}
.homecat-handle-caption {position: relative; z-index: 2; text-align: center; color: #5F794F; font-size: 15px; font-weight: bold; line-height: 27px; }
.homecat-handle-expand {display: none; position: absolute; z-index: 1; left: 0; top: 0; width: 212px; height: 47px; background: url('../images/homecat-expand.png');}
.homecat-handle-collapse {display: block; position: absolute; z-index: 1; left: 0; top: 0; width: 212px; height: 47px; background: url('../images/homecat-collapse.png');}




