/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
}
.wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 180px;
	background: #dbeeff;
}
#pic1 {
	display:block;
	width:336px;
	height:150px;
	float:left;
}
#textmess{
	display:block;
	width:100%;
	height:150px;
	text-align: center;
	padding-top:20px;
	font: bold normal 36px/40px sans-serif; 
	color: rgba(255,0,0,0.8);
	text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);	
}

#textmess .logo{
	text-align: center;
	padding-top:30px;
	font: bold normal 80px/90px sans-serif; 
	color: rgba(255,0,0,0.8);
	text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);	
	clear:both;
}
/*
#menu {
	position:relative;
	top:-18px;

	width:100%;
	height:25px;
	background: #816652;
	text-align: right;
	}
#navbar li { display: inline; }
 #navbar a {
        color: #fff;
        padding: 3px 5px;
        text-decoration: none;
        font: bold normal 13px/15px sans-serif; 
        display: inline-block;
        width: 90px;
      }
      #navbar a:hover {
        border-radius: 20px 5px;
        background-color: #0066FF;
  }
#navbar {
	   position:absolute;
	   top:0px;
	   right:0px;
	   
       list-style-type: none;
       border: 2px solid #0066FF;
       border-radius: 20px 5px;
       width: 750px;
       text-align: center;
       background-color: #33ADFF;
}
*/

#main_menu{

	position:relative;
	top:-18px;

	width:100%;
	height:25px;
	background: #816652;
	text-align: center;
	z-index:9;
}

ul#cssmenu {
       position:absolute;
	   top:0px;
	   right:0px;
	   
       list-style-type: none;
       border: 2px solid #0066FF;
       border-radius: 20px 5px;
       width: 750px;
       text-align: center;
       background-color: #33ADFF;
}

ul#cssmenu li {
        float: left;
        display: inline;
        list-style: none;
        position: relative;
        
		
}

ul#cssmenu ul {

        width: 380px;
        list-style: none;
        display: none;
        position: absolute;
        top: 25px;
}



ul#cssmenu ul li {
        width: 370px;
        float: left;
        display: inline;
}

/* Main Menu */
ul#cssmenu a {
	
        padding: 4px 15px;
        text-decoration: none;
        border: 1px;
        float: left;
        display: block;
        color: #FFFFFF;
        font: bold normal 13px/15px sans-serif; 
        height: auto !important;
        height: 1%;
}

/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {

       border-bottom: 2px solid #0066FF;
       border-radius: 20px 5px;
       text-align: center;
       background-color: #33ADFF;
}

/* Second Menu */
ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {
        
        float: none;
        background: #33ADFF;
        color: #FFF;
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {
        border-top: 1px solid #FFFFFF;
        background: #FFFFFF;
        color:#33ADFF;
        border:#33ADFF 1px solid;
}

ul#cssmenu ul ul {
        display: none;
        position: absolute;
        top: 0;

}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
        display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
        display: block;
} 

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 100px;
	position: relative;
	background:url(/img/perehod.jpg) repeat-y; 
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;

}
.content {
	padding: 0 0 0 355px;

}

/* work_area 
  ------------------------------------------------------------------------*/
.rounded {
counter-reset: li; 
list-style: none; 
font: 14px "Trebuchet MS", "Lucida Sans";
padding: 0px;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rounded a {
position: relative;
display: block;
padding: .4em .4em .4em 2em;
margin: .5em 0;
background: #dbeeff;
color: #444;
text-decoration: none;
border-radius: .3em;
transition: .3s ease-out;
}
.rounded a:hover {
background: #DAD2CA;
}
.rounded a:hover:before {
transform: rotate(360deg);
}
.rounded a:before {
content: counter(li);
counter-increment: li;
position: absolute;
left: -1.3em;
top: 50%;
margin-top: -1.3em;
background: #33ADFF;
height: 2em;
width: 2em;
line-height: 2em;
border: .3em solid white;
text-align: center;
font-weight: bold;
color:white;
border-radius: 2em;
transition: all .3s ease-out;
}

#zagl{
	padding-top:15px;
	display:block;
	width:100%;
	text-align:center;
	font: bold normal 18px/20px sans-serif; 
	color: rgba(255,0,0,0.8);
	
}
.container table{
border: 3px solid #33ADFF;
background: #dbeeff;
}
.container table td{
border-color:#33ADFF;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 336px;
	margin-left: -100%;
	position: relative;
}
	
#slide_show{
	position:absolute;
	top:35px;
	left:12px;
	border: 4px #816652 solid;
}

#news_view {width:100%; text-align:left; margin:0px Auto; font: normal 14px/16px sans-serif; } 
.news_description{
text-align:justify;
width:95%;
}
.news_block {
display:none;
width:90%;
padding:5px;
border-left: 1px solid red;
border-bottom: 1px solid red;
background-color:#FFF;

}
.news_anons{
cursor:pointer;
text-decoration:underline;
width:100%;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -50px auto 0;
	min-width: 1000px;
	height: 60px;
	background: #816652;
	position: relative;
	text-align: center;
	color:white;
}
.footer .niz
{
	font: bold normal 12px sans-serif; 
}
