/* Sliding Menu */

div.SlidingMenuContainer {
    position: relative;
    width: 1000px;
    height: auto;
    padding: 0px;
    border: none;
    overflow: hidden;
}

div.SlidingMenuGroup {
    position: relative;
    margin: 0px;
    padding: 0px;
    border: none;
    float: left;
    width: 5000px;
}

div.SlidingMenu {
    width: 1000px;
    height: 80px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border: none;
    float: left;
}

.SlidingMenuItem {
    width: 95px;
    height: 80px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border: 0px solid #333333;
    float: left;
    z-index:90; background-color:#FFFFFF;
    -moz-opacity: 1.0;
    opacity:1.00;
    filter: alpha(opacity=100);
}

.SlidingMenuItem_hover {
    width: 95px;
    height: 80px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border: none;
    float: left;
    z-index:90; background-color:#FFFFFF;
    -moz-opacity: 1.0;
    opacity:1.00;
    filter: alpha(opacity=100);
}

/* Sliding Menu */

td.topmenu
{
	border-top: 1px dashed #4cb24b;
	border-bottom: 1px dashed #4cb24b;
	font: 16px Arial; color: #4cb24b; font-weight: normal;
}

td.topmenu a
{
	font: 16px Trebuchet MS; color: #4cb24b; font-weight: bold; text-decoration: none;
}

td.topmenu a:hover
{
	text-decoration: underline;
}

.big_menu
    {font: 12px Trebuchet MS; font-weight: bold; color:#FFFFFF; text-decoration:none; line-height: 12px;}

.menu
    {font: 14px Trebuchet MS; font-weight: bold; color:#ffffff; text-decoration:underline; line-height: 12px;}
    
a:hover
    {text-decoration: underline;}

.content_page_title
    {font:24px Trebuchet MS; color:#4cb24b; font-weight:bold;}
.content_page_subtitle
    {font:22px Trebuchet MS; color:#4cb24b; font-weight:bold;}
a.content_page_subtitle
    {font:22px Trebuchet MS; color:#4cb24b; font-weight:bold; text-decoration:underline;}
.content_page_txt
    {font:14px Trebuchet MS; color:#3c3f3b; font-weight:normal; text-decoration:none; text-align:justify;}

.service_txt
	{font:12px Trebuchet MS; color:#3c3f3b; font-weight:normal; text-decoration:none; text-align:justify;}
	
input.service_txt select.service_txt
	{font:12px Trebuchet MS; color:#3c3f3b; font-weight:normal; text-decoration:none; width:200px;}

.sub_menu
    {background: #4cb24b; border-bottom:1px dotted #ffffff; padding: 4px; font-size: 12px; font-family: Trebuchet MS; font-weight: normal; color:#cccccc; text-decoration:none;}

.bg_menu
    {background: #4cb24b; border: 0px solid #181818; padding: 4px; padding-left: 4px; font-size: 14px; font-family: Trebuchet MS; font-weight: bold; color:#ffffff; text-decoration:none;}


.hilite
    {background: #67d363; border: 0px solid #999999; padding: 2px; font-size: 14px; font-family: Trebuchet MS; font-weight: bold; color:#181818; text-decoration:none;}

.footer_copy
	{padding: 2px; font-size: 11px; font-family: Trebuchet MS; font-weight: normal; color:#FFFFFF; text-decoration:none;}

.a2_class2{ opacity:1; background-color:#003; }
.a2_class3{ background-color:#900; }

table.content_table{
	width: 100%;
}

td.content_table_title{
	background-color: #4cb24b;
	padding: 1px;
	font-size:13px;
	font-family:Trebuchet MS;
	color:#FFFFFF;
	font-weight:bold;
}

td.content_table_body{
	background-color: #faffff;
	padding: 3px;
	font-size:11px;
	font-family:Trebuchet MS;
	color:#333333;
	font-weight:normal;
	border-bottom:1px dotted #4cb24b;
}

a.button_menu{
	font-size:12px;
	font-family:Trebuchet MS;
	color:#4cb24b;
	font-weight:bold;
	text-decoration:none;
}

a.button_menu:hover{
	text-decoration:underline;
}

div.login_form
{
	width: auto;
	height: 70px;
	background-color: #4cb24b;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

div.menu_title
{
	width: auto;
	background-color: #4cb24b;
	padding: 7px;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

div.menu_body
{
	width: auto;
	background-color: #FFFFFF;
	padding: 7px;
	border: 1px dashed #4cb24b;
}

div.menu_body .menu
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #4cb24b;
}

div.know_more
{
	width:auto;
	border:1px solid #4cb24b;
	padding:20px;
	background-color:#f3fff0;
}

div.topmenu
{
	width:auto;
	border:1px solid #4cb24b;
	padding:5px;
	background-color:#f3fff0;
}

div.schitalka_module
{
	width: auto;
	display: none;
	padding: 10px;
	border:1px solid #4cb24b;
}

div.feedback
{
	width:160px;
	border:1px solid #CCCCCC;
	padding: 5px;
	background-color: #4cb24b;
}

div.overlay
{
  position:fixed;
  top:0; left:0; width:100%; height:100%;
  z-index:100; background-color:#4cb24b;
  -moz-opacity: 0.5; /* код для движков Mozilla */
  opacity:.50;  /*свойство из спецификации CSS3, которое поддерживается не всеми браузерами*/
  filter: alpha(opacity=50); /* код для IE */
}