body {
	margin: 0;
	background-color: #fff;
	background-image: url(/assets/images/for-site/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 125%;
}

h1 a {
    text-decoration: none;
}

div#logo {
	width: 104px;
	height: 164px;
	background-image: url(/assets/images/logopng.png);
    position: absolute;
    margin-left: -176px;
}

div#head {
	width: 1240px;
	margin: auto;
	clear: both;
	top: 0px;
}
div#mainmenu {
	margin-left: 186px;
	clear: both;
}

div#mainmenu .menuitem, div#mainmenu div.submenu h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px; 
	text-decoration: none;
	color: #333;
	line-height: 22px;
}

div#mainmenu .menuitem:after, div#mainmenu div.submenu h1:after{
	content: url(/assets/images/menu-triangle.gif);
	margin-left: 3px;
	top: -4px;
	position: relative;
}

div#mainmenu a:hover {
	color: #009f2d;
}

div#mainmenu div.submenu h1 {
	color: #009f2d;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
}
div#mainmenu div.submenu div.submenu_container{
    position: absolute;
}
div#mainmenu div.submenu{
	background-color: #fff;
	z-index: 65000;
	
	position: absolute;
	display: none;
	
	border-radius: 10px;
	box-shadow: 0 0 3px #ccc;
	border: 1px solid #ddd;

	margin-left: -21px;
	margin-top: -38px;

	padding: 15px 20px;
	
	max-width: 360px;
	
	/* border-image: url(/assets/images/submenu.png) 40 40 stretch;
	border-width: 40px;
	margin-left: -30px;
	margin-top: -52px;
	padding: 0;
	*/
}

div#mainmenu div.submenu ul{
	margin: 5px 0px;
	padding-left: 15px;
	font-size: 11px;
	line-height: 18px;
	list-style-image: url(/assets/images/bullet-arrow.gif);
}
div#mainmenu div.submenu ul li{
    /* background-color: #fff; */
    background: none;
}
div#mainmenu div.submenu ul li a{
	display: block;
	color: #555;
	text-decoration: none;
	margin: 5px 0;
	line-height: 100%;
}

div#mainmenu div.submenu ul li a:hover {
	color: #009F2D;
	text-decoration: underline;
}

.p_tl { width: 10px; height: 10px; background-image: url("/assets/images/9patch1/t_l.gif"); }
.p_tr { width: 10px; height: 10px; background-image: url("/assets/images/9patch1/t_r.gif"); }
.p_bl { width: 10px; height: 10px; background-image: url("/assets/images/9patch1/b_l.gif"); }
.p_br { width: 10px; height: 10px; background-image: url("/assets/images/9patch1/b_r.gif"); }
.p_tm { height: 10px; background-image: url("/assets/images/9patch1/t_m.gif"); }
.p_bm { height: 10px; background-image: url("/assets/images/9patch1/b_m.gif"); }
.p_ml { height: 10px; background-image: url("/assets/images/9patch1/m_l.gif"); }
.p_mr { height: 10px; background-image: url("/assets/images/9patch1/m_r.gif"); }
.p_mm { height: 10px; background-image: url("/assets/images/9patch1/m_m.gif"); }


div.roundblock{
	margin: 10px 0px;
}

div#search {
	float: right;
	margin: 0 10px;
}

div#search input.text {
	border: 1px solid #ddd;
	background-image: url(/assets/images/text-field-bg.gif);
	height: 25px;
	width: 350px;
	padding: 0px 3px;
	line-height: 25px;
	color: #888;
	font-size: 11px;
	outline-color: #009F2D;
}

a:hover {
	color: #009F2D;
}

a, a:visited{ color: #009F2D; }
li.active a { color: #f00; }

div.right_menu {
	margin: 0 10px;
	background-color: #fff;
}

div.right_menu ul{
	margin: 10px;
	padding-left: 15px;
	font-size: 13px;
	line-height: 22px;
	list-style-image: url(/assets/images/bullet-arrow.gif);
}

div.right_menu ul li a,div.right_menu ul li a:visited{
	color: #555;
	text-decoration: none;
}

div.right_menu ul li a:hover{
	color: #009F2D;
	text-decoration: underline;
}

div.right_menu ul li.active { background: transparent; list-style-type: circle; list-style-image: url(/assets/images/bullet-dot.gif); }
div.right_menu ul li.active a{
	/* color: #000; */
}

div#page_container {
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	clear: both;
}

div#page_container p{
	margin: 0.5em 0;
}

div#content { margin: 0; }
div#content h1 { font-size: 18px; font-weight: normal; border-bottom: 1px solid #009F2D; }
div#content h2 { font-size: 16px; font-weight: normal; border-bottom: 1px solid #009F2D; }
div#content h3 { font-size: 14px; font-weight: normal; border-bottom: 1px solid #009F2D; }

/* div#content a { color: #009F2D; } */

div#content h6 { font-size: 11px; font-weight: normal; border-bottom: 1px solid #009F2D; line-height: 22px; margin: 10px 0; padding: 0; }
div#content h6 a.snappy { color: #fff; background-image: url(/assets/images/h6-bg.gif); height: 22px; line-height: 22px; display: inline-block; padding: 0 10px; border-top-left-radius: 5px; border-top-right-radius: 5px; text-decoration: none; }
div#content h6 a.snappy:hover { color: #fff; text-decoration: none; }

#leftmenu { margin: 0 10px; }
#leftmenu h1 { font-size: 18px; font-weight: normal; border-bottom: 1px solid #009F2D; }


.news_date { font-size: 13px; font-weight: bold; text-decoration: none; color: #009F2D; }
.news_title { font-size: 13px; font-weight: bold; text-decoration: none; }
.news_summary { font-size: 13px; }
.news_block { margin-bottom: 10px; clear: left; }
/* .news_block img.newsimg { margin-bottom: 10px; clear: left; float: left; margin-right: 10px; clear: left; } */
.news_block img.newsimg { margin-right: 10px; float: left; margin-bottom: 10px; }

#site_bottom{
clear: both;
margin: 30px 10px;
/* background-color: #eee;
padding: 20px 40px; */
}

#site_bottom a {
color: #444;
text-decoration: none;
}

#site_bottom a.menuitem {
/* border-bottom: 1px solid #aaa; */
color: #009F2D;
margin-bottom: 1em;
display: block;
}

.bottommenu_sub ul{
margin: 0;
padding: 0;
list-style: none;
font-size: 11px;
}

#site_bottom h1 {
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
    font-size: 15px;
    color: #009F2D;
    border-bottom: 10px;
}

.green { color: #009F2D !important; }


.uniform fieldset{
    border: 1px solid #ccc;
    border-radius: 10px;
}
.uniform fieldset table{
    margin: 10px;
}

.uniform select,.uniform input[type=email],.uniform input[type=tel],.uniform input[type=text],.uniform input[type=date],.uniform input[type=password],.uniform textarea{
    border-radius: 3px;
    border: 1px inset #ccc;
    outline: none;
    padding: 4px;
    margin: 2px;
}

.span2{ width: 104px; }
.span3{ width: 166px; }
.span4{ width: 228px; }
.span5{ width: 290px; }
.span6{ width: 352px; }
.span7{ width: 414px; }
.span8{ width: 476px; }
.span9{ width: 538px; }
.span10{ width: 600px; }
.span11{ width: 662px; }
.span12{ width: 724px; }
.span13{ width: 786px; }
.span14{ width: 848px; }
.span15{ width: 910px; }
.span16{ width: 972px; }
.span17{ width: 1034px; }
.span18{ width: 1096px; }
.span19{ width: 1158px; }
.span20,.full{ width: 1220px; }


/* И тут пошло-поехало копипаста из BootStrap'а */

.btn{
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.news_full_summary, .news_full_summary a{
    color: #555;
    font-size: 15px;
    text-decoration: none;
}

.news_full_summary a:hover {
    text-decoration: underline;
}

.image_in_article{
    border: 6px solid #eee;
    outline: 1px solid #ccc;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    clear: left;
}

#additional a{
    margin-right: 20px;
    color: #555;
    text-decoration: none;
}
#additional a:hover{
    text-decoration: underline;
}

/* DITTO CLASSES */
.ditto_next_link, .ditto_previous_link, .ditto_currentpage, .ditto_page {
    height: 24px;
    line-leight: 24px;
    text-decoration: none;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px #ccc;
    padding: 5px 10px;
    margin: 0 2px;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
}
.ditto_currentpage {
    font-weight: bold;
}

.ajaxSearch_grpResultName, .paging1 { display: none; }
.ajaxSearch_highlight { background-color: #ffa; }
.ajaxSearch_highlight1 { background-color: #ffa; }
.ajaxSearch_highlight2 { background-color: #acf; }
.ajaxSearch_highlight3 { background-color: #fca; }
.ajaxSearch_highlight4 { background-color: #afc; }
.ajaxSearch_highlight5 { background-color: #caf; }

#breadcrumbs {
    margin: 10px 10px;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
}

tr.highlight td {
    background-color: #fca;
}
small{
    color: #888;
}

hr{ border: 0; border-top: 1px solid #ccc; }

table.ctable td {
    border-bottom: 1px solid #ccc;
    padding: 4px;
}

.err{
color: #f00;
}
#eFormQuestion .name{
font-weight: bold;
}

.other_sites {
list-style-type: none;
text-align: center;
margin: 0;
padding: 0;
}

.other_sites li {
list-style-type: none;
margin: auto;
padding: 0;
text-align: center;
display: inline;
margin: 10px;
line-height: 60px;
}

a.active { color: #f00; }