/*
Design by Metamorphosis Design
https://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
#cssmenu {
  position: relative;
  left: 4px;
  margin: 0;
  font-family: 'Arial';
  line-height: 1;
  width: 253px;
}
.align-right {
  float: right;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#cssmenu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li a {
  text-decoration: none;
  cursor: pointer;
}
#cssmenu > ul > li > a {
  color: #000000;
  text-transform: inherit;
  display: block;
  padding: 10px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background: #9aad2d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: relative;
}
#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu > ul > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #000000;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.open > a,
#cssmenu > ul > li.active > a {
  background: #738221;
  color: #ffffff;
}
#cssmenu ul > li.has-sub > a::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #000000;
  border-botom: 13px solid transparent;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  left: 0;
  bottom: -13px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub > a::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #738221;
  border-botom: 13px solid transparent;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  left: 0;
  bottom: -12px;
  bottom: -1px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #ffffff;
  z-index: 2;
  right: 20px;
  top: 24.5px;
  pointer-events: none;
}
#cssmenu ul > li:hover::after,
#cssmenu ul > li.active::after,
#cssmenu ul > li.open::after {
  border-top-color: #ffffff;
}
#cssmenu ul > li.has-sub.open > a::after {
  opacity: 1;
  bottom: -13px;
}
#cssmenu ul > li.has-sub.open > a::before {
  opacity: 1;
  bottom: -12px;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#cssmenu ul ul li a {
  background: #f1f1f1;
  display: block;
  position: relative;
  font-size: 16px;
  padding: 12px 18px;
  border-bottom: 1px solid #dddddd;
  color: #777777;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cssmenu ul ul li:first-child > a {
  padding-top: 18px;
}
#cssmenu ul ul ul li {
  border: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #e4e4e4;
  color: #666666;
}
#cssmenu ul ul > li.has-sub > a::after {
  border-top: 13px solid #dddddd;
}
#cssmenu ul ul > li.has-sub > a::before {
  border-top: 13px solid #e4e4e4;
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu ul ul > li.has-sub::after {
  top: 19px;
  border-width: 6px;
  border-top-color: #777777;
}
#cssmenu ul ul > li:hover::after,
#cssmenu ul ul > li.active::after,
#cssmenu ul ul > li.open::after {
  border-top-color: #666666;
}





*
{
	margin: 0px;
	text-align: left; 
} 
 
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited { 
	color: #000000; 
}

a:hover {
	background: #ffffff; 
	color: #000000;
	font-weight: none;
	
	
}

a:active {
	color: #0099FF;
}




body {
	
	/* background: url(images/nrik.png) no-repeat;*/
	background: #fff;
      background-attachment: fixed;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
}

#content
{
	margin: 0 auto;
	background: #ffffff;
	width: 1100px;
	text-align: center;
}

#main
{
width: 1100px;
padding-top: 10px;
background: url(images/table_back.jpg) repeat-x top;
}


#header {
	height: 175px;
	text-align: right;
	background: url(images/header6.jpg) no-repeat;		
}

#logo {
	width: 1100px;
	height: 175px;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #DEFC92;
}
#logo H2 a
{
font-size: 12px;
}


#menu
{
	width: 920px;
	height: 48px;
	padding-top: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 30px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 140px;
	height: 23px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
	font-size: 14px;
	text-transform: uppercase;
	background-position: 200px 23px;
}

#menu a:hover {
	width: 140px;
	height: 23px;
	color: #ffffff;
	text-decoration: underline;
	background: #9cad2d;
}

/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


.layer1 {
	position: relative;
	left: 0px; /* Положение от левого края */	
   }


#left
{ 
	width: 250px; 
	padding-left: 2px;
	color: #000000;
	text-decoration: none; 
	
}


#left ul {
	list-style: none;
	margin-bottom: 5px;
	background: #ffffff; 
	padding: 0;  
	margin-left: 30px;
	line-height: 25px; 
}
 
#left li ul {
	border: 0px; 
	margin-left: 1px; 
	margin-bottom: 10px;  
	padding-top: 10px;
	padding-left: 3px; 
	background: none;	
}

#left li li {
	padding: 1px 5px;  
	list-style-type: circle;
}

#left a {
	color: #000000;
	text-decoration: none;
}

#left a:hover {
	
	background: none; 
	color: #000000;	
	text-decoration: underline;
} 
#left a:visited { 
	background: none; 
	color: #000000;
	text-decoration: none;
}


#left p
{
padding: 10px;
}

#calendar1 {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}



#right 
{
	float: right; 
	width: 810px; 
	padding-right: 10px;
	text-align: justify;
	font-size: 16px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #F5FFDC;
}

#right a
{
color: #000000;
text-decoration: none;
}

#right a:hover
{
color: #000000; 
text-decoration: underline; 
font-weight: none;
}

#right a:visited
{
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	text-align: right;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	text-align: justify;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #000000;
}

#right ol, #right ul
{
	
	margin-left: 0px;
	font-size: 16px;
}


.date {
	text-align: right;
	color: #F5FFDC;
	font-size: 11px;
}

.date a {
	color: #F5FFDC;
}



#footer {
	height: 49px;
	width: 1100px;
	clear: both;
	padding-top: 30px;
	background: url(images/footer.jpg) repeat-x bottom;
	border-top: 4px solid #ffffff;
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	
	background: none; 
	color: #000000;	
	text-decoration: underline;
}
#main #right .стиль8 strong {
	text-align: center;
}
#main #right .стиль8 em {
	text-align: justify;
}
#content #main #right p {
	font-size: 16px;
	text-align: justify;
}
#content #main #right h2 .стиль9 {
	font-size: 16px;
}
#content #main #right b {
	text-align: center;
	padding: 0px;
	font-size: 18px;
}
#content #main #right p strong {
	font-size: 18px;
}
#content #main #right p br {
	text-align: justify;
}
#content #main #right p em {
	color: #000000;
}
.colr {
	color: #000000;
}
#content #main #right table tr td h3 {
	text-align: justify;
}
#content #main #right table tr td h3 {
	text-align: right;
}
#content #main #right table tr td h3 a {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
