body
{
    margin: 0px;
    background-color: #5E727E;
}

div.special
{
    padding: 5px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

/* Sliding Menu */

div.SlidingMenuContainer {
    position: relative;
    width: 990px;
    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: 990px;
    height: 85px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border: none;
    float: left;
    vertical-align:bottom;
}

.SlidingMenuItem {
    width: 95px;
    height: 85px;
    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);
    vertical-align:bottom;
}

.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 */

div.topmenu
{
    width:100%;
    color:#ffffff;
    font-size:20px;
    font-family: 'trebuchet MS', arial, helvetica, verdana, sans-serif;
    font-weight:normal;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #5E727E;
    cursor:pointer;
}

.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-size:20px;
    font-family: 'trebuchet MS', arial, helvetica, verdana, sans-serif;
    color:#4cb24b;
    font-weight:normal;
}
.content_page_subtitle
    {font:18px Trebuchet MS; color:#4cb24b; font-weight:bold;}
a.content_page_subtitle
    {font:18px 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: 224px;
	height: 40px;
	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-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	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.contacts
{
    background-color:#3D515C;
    padding:20px;
    margin-bottom:20px;
}

div.contacts td
{
    font-family:Arial;
    font-size:12px;
    line-height: 16px;
    color:#fafafa;
}


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 */
}

/* Gallery Style */

.gallery_control_button
{
    z-index:220;
    -moz-opacity: 1.0; /* код для движков Mozilla */
    opacity:1.00;  /*свойство из спецификации CSS3, которое поддерживается не всеми браузерами*/
    filter: alpha(opacity=100); /* код для IE */
}

.img_preview
{
    border:1px solid #181818;
    width:240px;
}

/* Gallery Style */
