/* reset styles */
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dt,dd,form,fieldset,address{    margin: 0;    padding: 0;    }
img{    border: none;    }
*{    outline: none;    }

/* set font*/
body{    font: 11px 'Tahoma';    }

/* set bg */
/**	body{    background: url(../images/pattern-top.jpg) repeat-x;    }	**/
html{    background: url(../images/pattern.jpg);    }

/* main layout */
#wrapper{
    position: relative;
    width: 924px;
    margin: 0 auto;
}

/* logo table */
#table{
    position: relative;
    z-index: 100;
    width: 187px;
    height: 158px;
    float: left;
    margin-bottom: 10px;
    background: url(../images/table.png) no-repeat;
}
#table address{
    padding: 18px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#table address span{
    display: block;
    color: #333;
}

/* site menu */
#menu{
    height: 23px;
    padding: 26px 60px 12px 44px;
    margin-left: -10px;
    float: left;
    background: url(../images/menu.png) no-repeat right top;
}
/*	коррективы	*/


#menu li ul ul{
	left: 150px;
}
#menu ul ul ul{
	display:none;
}
#menu ul {
	padding:6px 10px;
	left: 350px;
	background: #e0dfd8;
	border: 0;
	display: none;
	height: auto;
	margin: 0;
	position: absolute;
	top: 41px;
	/*width: 200px;*/
	z-index:1;
}
#menu li li {
	float: none;
	margin: 0;
	min-width: 180px;
	*width:100%;

        white-space:nowrap;
        display:block;
}
#menu li li a {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 10px 0 0;
	text-decoration: none !important;
	text-transform: uppercase;
	display:block;
    *zoom:1;
	*postion:relative;
}
#menu li:hover { background: #bab6ab }
#menu a:hover { color: #fff }
#menu li:hover ul { display: block }
#menu li:hover ul ul { display: none }
#menu ul li:hover ul { display: block }
#menu ul li:hover ul ul { display: none }
#menu ul li:hover ul { display: block }
#menu ul li:hover ul ul { display: none }
#menu ul ul li:hover ul { display: block }
#menu ul ul li:hover ul ul { display: none }


#menu li ul ul {top: auto; margin-top:-28px; left:95%; *left:90%; *margin-top:-12px; *margin-left:-6px;}

/*	/коррективы	*/
#menu li{
    list-style: none;
    display: inline;
    padding: 2px 6px;
    padding-left: 8px;
}
#menu li+li{
    background: url(../images/menu-separator.png) no-repeat;
}
#menu a{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
#menu a:hover{
    color: #000;
}

#menu li li{
    background: url(../images/menu-separator.png) no-repeat;
}

/* main block */
#main-top-corners{
    clear: both;
    width: 821px;
    height: 9px;
   _margin-bottom: -4px;
    background: url(../images/main-top.png) no-repeat;
}
#main{
    position: relative;
    clear: both;
    width: 821px;
    margin: 0 0 110px;
    background: url(../images/main-y.png) repeat-y;
}
#main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* header block */
#header{
    position: absolute;
    clear: both;
    top: -89px;
    left: 190px;
    width: 619px;
    height: 74px;
    padding: 10px 0 5px;
    background: url(../images/header.png) no-repeat;
    text-align: center;
}

/* left part */
#left{
    width: 183px;
    padding-left: 1px;
    float: left;
}

/* center part */
#center{
    float: left;
    width: 635px;
   _marign-right: -1px;
    padding-left: 1px;
}

/* sidebar */
#sidebar-top-corners{
    position: absolute;
    clear:both;
    right: -103px;
   _right: -104px;
    top: 0;
    width: 103px;
    height: 13px;
    background: url(../images/sidebar-top.png) no-repeat;
}
#sidebar{
    position: absolute;
    clear:both;
    right: -103px;
   _right: -104px;
    top: 13px;
    width: 103px;
    background: url(../images/sidebar-x.png) repeat-y;
}

#footer{
    position: absolute;
    clear:both;
    bottom: -84px;
    left: 0;
    height: 40px;
    width: 793px;
    padding: 22px 14px;
    background: url(../images/footer.png) no-repeat;
    text-align: right;
    color: #666;
    line-height: 1.3;
}
#footer a{
    color: #666;
    text-decoration: none;
}
#footer a:hover{
    color: #000;
}
#footer img{
    float: right;
    margin-left: 10px;
}

.section{
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #666;
}
.section h2{
    margin: 5px 0;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #666;
}
.section a{
    color: #666;
}

.list-stuff{
    overflow: hidden;
    zoom: 1;
}
.list-stuff li{
    list-style: none;
    float: left;
    margin: 3px 22px;
    display: inline;
}
.list-stuff strong{
    display: block;
    font-size: 12px;
    color: #333;
    text-align: center;
    padding: 4px 0;
    width: 150px;

}
.list-stuff a{
    display: block;
    padding: 4px;
    width: 159px;
    height: 115px;
    background: url(../images/border.png) no-repeat;
    text-decoration: none;
}
.list-stuff a:hover{
    background: url(../images/border-orange.png) no-repeat;
}

.list-description{
    margin: 0 20px;
    font-size: 12px;
}
.list-description li{
    list-style: none;
text-align:justify;
}
.list-description li ul li {
 list-style-type: circle;
  margin-left:20px;
}
.list-description div{
	display:none;
}

.list-description h4{
    margin: 8px 0;
    background: url(../images/plus.png) no-repeat 0 7px;
    padding-left: 14px;
}
.list-description h4 a{
    color: #812232;
    font-size: 18px;
    font-weight: normal;
}

/* left blocks */
.block{
    padding: 5px 8px;
    color: #333333;
}
.block+.block{
    border-top: 1px solid #666666;
}
.block-heading{
    text-align: right;
    font-size: 11px;
    font-weight: normal;

}
.block-heading a{
    color: #666666;
    text-decoration: none;
}

/* article list */
.list-intro li{
    margin: 18px 0;
    list-style: none;
    color: #666
    text-align:justify;
}
#left .list-intro li {
    text-align:justify;
}
.list-intro h4{
    font-size: 11px;

}
.list-intro h4 a{
    font-size: 11px;
	color:black;

}

.list-intro .date{
    margin-right: 3px;
    float: left;
}


.list-raz {
    padding:8px 2px;
    border:1px white solid;
}
.list-raz li{
    padding:2px 2px;
    margin: 18px 0;
    list-style: none;
}
.list-raz li{
    margin: 18px 0;
    list-style: none;
    color: #666
}
.list-raz h4 a{
	font-size: 13px;
	font-weight: normal;
	color:black;
	text-decoration:none;
}

#center .list-raz {
	width:100%;
    padding:1px 1px;
    margin:0px auto;
    text-align:center;
    display:inline-block;
}
#center .list-raz li{
    border-right:1px black solid;
    text-align:center;
    margin:0px auto;
    padding:4px 10px;
    display:inline-block;
    list-style: none;
    color: #666;

}
#center .list-raz li.last{
    border-right:0px;

}

#center .list-raz h4 a{
    text-align:center;
    display:inline-block;
	font-size: 22px;
	font-weight: bold;
	    color: #8C00FF;
	text-decoration:none;
}
#center .list-raz h4 a:hover{
    text-align:center;
    display:inline-block;
	font-size: 22px;
	font-weight: bold;
	color:black;
	text-decoration:none;
}


.mini-block{
    text-align: center;
    margin: 0 0 10px;
}
.mini-block+.mini-block{
    border-top: 1px solid #666;
}
.mini-block h3{
    margin: 5px 0 30px;
    font-size: 11px;
}
.mini-block p{
    margin: 15px 0;
}
.mini-block p a {
  font: 11px  'Tahoma';
  text-decoration:none;
  color:black;

}
.article{
    padding: 0 20px;
    padding-bottom: 150px;
    color: #666666;
    text-align:justify;
}
.article h2{
    margin: 5px 0;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #666;
}
.article p{
    margin: 15px 0;
}
.catalog{
    background: #dedede;
    margin: 10px;
    padding: 10px 7px;
    border: 1px solid #999999;
}
.catalog li:first-child{
    background: none;
}
.catalog li{
    margin: 5px 0;
    padding-top: 5px;
    list-style: none;
    font-size: 14px;
    text-transform: uppercase;
    background: url(../images/catalog-separator.png) no-repeat top center;
}
.catalog a{
    color: #333;
    text-decoration: none;
}

