<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global =================================================================== */

html, body{
    width: 100%;
    height: 100%;
}

body {
    background: url("../images/bg.png");
    margin:0;
    padding:0;
}

/* Wrapper ================================================================== */

#layout{
    width: 980px;
    margin: 0 auto;
}

/* Header =================================================================== */

#layout header{
    height: 138px;
    line-height: 138px;
    padding: 0 0px;
    background:url("../images/bg_top.png") no-repeat center;
}

#layout header #logo a{
    display: block;
    float: left;
    width: 980px;
    height: 138px;
    background: url("../images/logo.jpg") no-repeat left center;
}

/* Header Navigation ======================================================== */

header .menu,
header .menu li { margin:0; padding:0; list-style: none; background:none; }

header .menu {
    float:right;
    position: relative;
    z-index: 15;
    height: 30px;
    line-height: 30px;
    padding-top:0px;
}

header .menu .item{
    background-image: url("../images/icons/bullet_arrow_down.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left:28px;
}

header .menu &gt; li {
    float: left;
    padding-left:5px;
}

header .menu &gt; li &gt; a {
    display: block;
    padding: 0 5px;
    color:#9AB9EB;
    text-decoration: none;
    font-size: 12px;
}

header .menu &gt; li &gt; a:hover {
    color:#AAC9FB;
}

header .menu &gt; li.active &gt; a { color:#F5CF53; }
header .menu &gt; li.active &gt; a:hover { color:#F5CF53; }
header .menu &gt; li.active &gt; ul a:hover { color:#000; }

header .menu ul li a,
header .menu li.active ul li a {
    color: #000;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}

header .menu li ul li.active a{ color:#F5CF53; }
header .menu li ul li.active a:hover { color:#F5CF53; }

header .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

header .menu ul {
    visibility: hidden;
    position: absolute;
    top: 99%;
    left: -15px;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li {
    float: none;
    border-bottom: solid 1px #224674;
    background-color: #224674;
    color: #FFF;
}

header .menu ul li:last-child {
    border-bottom: none;
}

header .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    color:#A3CAE0;
}

header .menu ul li:hover &gt; a { background-color: #224674; color: #FFF; }

header .menu ul ul {
    top: 0px;
    left: 90%;
}

header .menu li:hover &gt; ul {
    visibility: visible;
}

header .menu ul { width:230px; margin-top: 1px; }

header .menu ul li:last-child,
header .menu ul li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li:first-child,
header .menu ul li:first-child a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

header .menu &gt; .folder a {
    padding-right: 8px;
}

/* Main Navigation =========================================================== */

nav {
    height:30px;
    background: #E3E3E6;
    padding: 0;
    margin-bottom: 10px;
    font-size:12px;
}

nav .menu,
nav .menu li,
nav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .menu {
    position: relative; z-index: 5; float: left;
    height: 50px;
    line-height: 50px;
}

nav .menu .item{
    background-image:none !important;
}

nav .menu &gt; li {
    float: left;
}

nav .menu &gt; li:first-child {
    background:none;
}

nav .menu &gt; li &gt; a {
    display: block;
    padding: 0 15px;
    color:#FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

nav .menu &gt; li &gt; a:hover {
    background: #27ae60 !important;
}

nav .menu &gt; li.active &gt; a { background: #2980b9 !important; }
nav .menu &gt; li.active &gt; a:hover {  }
nav .menu &gt; li.active &gt; ul a:hover { color:#000; }

nav .menu ul li a,
nav .menu li.active ul li a {
    color: #000;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}

nav .menu li ul li.active &gt; a{ color:#2980B9; }
nav .menu li ul li.active &gt; a:hover { color:#2980B9; }

nav .menu ul li:hover &gt; a { background-color: #DAE9FA; }

nav .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

nav .menu ul {
    visibility: hidden;
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
}

nav .menu ul li {
    float: none;
    border-bottom: solid 1px #DAE9FA;
    background-color: #f9f9f9;
    color: #000;
}

nav .menu ul li:last-child {
    border-bottom: none;
}

nav .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    overflow: hidden;
}

nav .menu ul ul {
    top: 0px;
    left: 99%;
}

nav .menu li:hover &gt; ul {
    visibility: visible;
}

nav .menu ul { width: 200px; margin-top: 1px; }

nav .menu ul li:last-child,
nav .menu ul li:last-child a {
}

nav .menu ul li:first-child,
nav .menu ul li:first-child a {
}

nav .menu &gt; .folder &gt; a {
    padding-right: 8px;
}

nav .menu &gt; .folder &gt; a &gt; .wrap {
    padding-right: 20px;
    background: url("../images/nav-arrow-down-white.png") no-repeat right center !important;
}

nav .menu ul *.folder &gt; a {
    padding-right: 15px;
    background-image: url("../images/nav-arrow-right.png") !important;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

nav select { display: none; }


/* Body ===================================================================== */

#body{
}

/* Breadcrumbs ============================================================== */

#breadcrumbs { margin:-20px; margin-bottom: 20px; background:#ecf0f1; padding:0 10px; }

#breadcrumbs ul, #breadcrumbs li { margin:0; padding:0; list-style: none; }

#breadcrumbs ul{
    overflow: hidden;
}

#breadcrumbs ul li {
    height:32px; line-height:32px; float:left;
    font-size:12px;
    color:#2c3e50;
}

#breadcrumbs ul li a {
    color:#2c3e50;
}

#breadcrumbs ul li a:hover {
    color:#34495e;
    text-decoration: none;
}

#breadcrumbs ul li.sep {
    margin:0 10px;
    width: 4px;
    background: url("../images/nav-arrow-right-light.png") no-repeat left center;
}

#breadcrumbs ul li.home {
    width: 16px;
}

#breadcrumbs ul li.home a {
    display:block;
    width:16px;
    height:32px;
    background: url("../images/nav-home.png") no-repeat left center;
}

/* Section ================================================================== */

#body section{
    float:left;
    width:730px;
}

#body section article {
    padding: 20px;
    background:#FFF;
    margin-bottom: 10px;
}

#body section h1{
    margin-bottom: 20px;
    color:#34495e;
}

#body section h1 .parent_title{
    font-size:16px;
}

/* Sidebar ================================================================== */

#body aside{
    float:right;
    width:240px;
    margin-bottom: 10px;
}

/* Sidebar Navigation ======================================================= */

#body aside .menu, #body aside .menu li { margin:0; padding:0; list-style: none; }

#body aside .menu ul{
    border: solid 1px #EDEDED;
    border-bottom: none;
}

#body aside .menu ,
#body aside .menu li ul {
    padding:0;
    background:#FFF;
}

#body aside .menu{
    margin:15px;
}

#body aside .menu li ul {
    visibility: hidden;
    position:absolute;
    top:-1px;
    left: auto;
    right: 91%;
    width:220px;
    box-shadow: 0 1px 2px #666;
    z-index: 999;
}

#body aside .menu li {
    border-bottom: solid 1px #ecf0f1;
}

#body aside .menu li:hover,
#body aside .menu li.active {
    position: relative;
    z-index: 2;
    cursor: default;
	background: #ecf0f1;
}

#body aside .my_mainmenu .menu li:hover,
#body aside .my_mainmenu .menu li.active {
    background: url(../images/button.jpg) no-repeat;
}

/*#body aside .menu li:hover &gt; a,
#body aside .menu li.active &gt; a { color:#FFF; }*/

#body aside .menu li:first-child {
}

#body aside .menu li:last-child {
    border-bottom: none;
}

#body aside .menu li:hover &gt; ul {
    visibility: visible;
}

#body aside .menu li.active:hover {
}

aside .menu .item{
    background: url("../images/icons/item.png") no-repeat 10px center;
}

#body aside .menu li.active .item {
    color:#000;
}

#body aside .menu li.hover a {
}

#body aside .menu a,
#body aside .menu span.item {
    overflow: hidden;
    display:block;
    color:#666;
    text-decoration: none;
    padding:0px;
    padding-left:36px;
}

#body aside .menu a:hover {
    color:#000;
}

#body aside .menu .counter{
    float:right;
    padding: 0px 7px;
    background: #376499;
    border-radius: 50px;
    font-size: 11px;
    color: white;
}

#body aside .menu li:hover .counter{
    background:#BDC3C7;
}


.my_mainmenu { /*Р“Р»Р°РІРЅРѕРµ РјРµРЅСЋ*/
  background: transparent  url(../images/menufon.jpg);
  list-style: none;
  padding: 1px 10px !important;
}
.my_mainmenu ul {
  width: 185px;
}
.my_mainmenu li,.my_mainmenu li:hover { /*Р“Р»Р°РІРЅРѕРµ РјРµРЅСЋ-С„РѕРЅ РєРЅРѕРїРєРё*/
  font-weight: bold;
  text-align: left;
  /*width: 185px;*/
  height: 48px;
  padding: 4px;
  margin-left: 0px;
  margin-right: 0px;
  background: url(../images/button.jpg) no-repeat;
}

.my_mainmenu a span {/*РЎРїСЂСЏС‡РµРј РІРµСЃСЊ С‚РµРєСЃС‚*/ 
  display: none;
}
.my_mainmenu a {/*РЎРґРµР»Р°РµРј СЃСЃС‹Р»РєРё Р±Р»РѕРєРѕРІС‹РјРё, СѓСЃС‚Р°РЅРѕРІРёРј СЂР°Р·РјРµСЂС‹ */
   width: 150px;
   height: 40px;
   display: block;
   float: none;
   margin-top: 0px;
   margin-left: 12px;
   padding-top: 10px; 
}

.my_mainmenu .metodika a { background: url(../images/metodika.gif) no-repeat left 15px; }
.my_mainmenu .zakony-rita a { background: url(../images/zakony-rita.gif) no-repeat left 15px; }
.my_mainmenu .glavnaya a { background: url(../images/glavnaya.gif) no-repeat left 15px; }
.my_mainmenu .na-sho-sposoben a {
    background: url(../images/na-sho-sposoben.gif) no-repeat left 15px;  	
}
.my_mainmenu .odetey a {
background: url(../images/otzyvy-detey.gif) no-repeat left 15px; 
}
.my_mainmenu .mysleforms a {
background: url(../images/mysleforms.gif) no-repeat left 15px;
}
.my_mainmenu .priem a {
background: url(../images/priem.gif) no-repeat left 15px;
}
.my_mainmenu .question a {
background: url(../images/question.gif) no-repeat left 15px;
}
.my_mainmenu .links a {
background: url(../images/links.gif) no-repeat left 15px;
}
.my_mainmenu .obr a {
background: url(../images/obr.gif) no-repeat left 15px;
}
.my_mainmenu .active a{
background-position: -185px 15px;
}
.my_mainmenu .question a:hover, .my_mainmenu .metodika a:hover, .my_mainmenu .priem:hover a, .my_mainmenu .links a:hover, .my_mainmenu .mysleforms a:hover, .my_mainmenu .glavnaya a:hover, .my_mainmenu .odetey a:hover, .my_mainmenu .na-sho-sposoben a:hover, .my_mainmenu .obr a:hover, .my_mainmenu .zakony-rita a:hover {
background-position: -185px 15px;
}

img.my_left {
	float: left; 
	margin: 0px 10px 10px -5px; 
	vertical-align: top;
}
.my_content{
	background: transparent url(contentfonlev.gif) repeat-y left;
	font: normal normal 400 16px/normal "Times New Roman";
	color: blue;
	padding: 10px 15px 10px 20px;
	vertical-align: top;
	text-align: center;
	width: 100%;
	margin-right: 4px;
}
/* Footer =================================================================== */

#layout footer{
    background: #E3E3E6;
    height: 60px;
    color: #7f8c8d;
    padding: 0 15px;
    clear:both;
    font-size:12px;
}

#layout footer ul, #layout footer li {
    margin: 0; padding: 0; list-style: none;
}

#layout footer ul {
    overflow: hidden;
}

#layout footer ul li {
    height: 30px;
    line-height: 30px;
    float:left;
    margin-right: 15px;
}

#layout footer ul li:last-child { margin:0; }


#layout footer a { color:#95a5a6; }
#layout footer a:hover { color:#A5B5B6; }

#layout footer span.item { padding:0 15px; border-left: solid 1px #7f8c8d; }
#layout footer div {
    height: 118px;
	width:  980px;
    margin-left: -15px;
	background: url("../images/footer.jpg");
}


/* Footer SQL Debug ======================================================== */

#sql_debug{
    display:none;
}

#sql_queries .query{
    padding:10px;
    margin:10px;
    background:#FFF;
    border:solid 1px #DDD;
}

#sql_queries .query .src{
    font-size:12px;
    color:#999;
    margin-bottom:4px;
}

/* Footer Navigation ======================================================== */

#layout footer #nav {
    float:right;
    margin-right: 0;
}

/* Site offline notice ====================================================== */

#site_off_notice{
    position: fixed;
    left:15px; top:15px;
    padding:5px 10px;
    padding-left:28px;
    background: url("../images/icons/error.png") no-repeat 8px center #FFF;
    border:solid 1px red;
    color:red;
}

/* Media Queries ============================================================ */

@media screen and (max-width: 980px) {
    #body section { width:100% !important; }
    #body aside { display:none; }
}

@media screen and (max-width: 800px) {
    #body section { width:100% !important; }
    #body aside { display:none; }
    nav { padding:5px; height:auto; }
    nav .menu { display:none; }
    nav select { display: block; }
    #layout footer #info { display: none !important; }
}

@media screen and (max-width: 640px) {
    #layout header #logo { margin: 0 auto; overflow:hidden; width:200px; }
    #layout header .menu { display:none; }
    .tabs-menu ul { display:none; }
    .tabs-menu select { display:block !important; }
    .widget &gt; .title { font-size:14px !important; }
    .widget &gt; .title .links { display:none; }
    .content_item .ft_image { float:none !important; }
}

@media screen and (max-width: 480px) {
    #layout footer #nav { display: none !important; }
}
</pre></body></html>