/*============================ALL===================================*/
html, body {
    height: 100%; 
	background-color: #FFFFFF;
	font: 10px Arial, Helvetica, sans-serif;
}
#conteiner{
	min-width: 1000px;
	max-width: 1200px;
	min-height: 100%;
		margin: auto;
}
* html #conteiner {
    height: 100%;
}
a { color: #DB214D;	font-size: 1em; }
a:hover{ text-decoration: none; }
h3 {margin-top: 10px;}
span.star{ color: #ff0000; }
.error_list{ color: #ff0000; }

/*==============================HEADER===============================*/
#header{
	width: 100%;
	height: 167px;
	background: #FFFFFF url(../images/header_bg.gif) bottom repeat-x;
}
	#header .logo{
		float: left;
		width: 281px;
		height: 68px;
		}
	* html #header .logo{margin-bottom: -5px;}
	#header .line{
		float: left;
		width: 67.5%;
		height: 68px;
		background: #FFFFFF url(../images/header_line.gif) repeat-x;
	}
	#header .line .phrase{
		position: relative;
		float: right;
		margin-right: -40px;
		width: 403px;
		height: 51px;
	}
	#header .img{
		float:left;
		background: #FFFFFF url(../images/header_img.gif) no-repeat;
		width: 134px;
		height: 99px;
	}
#main_menu{
	float:right;
	margin-right: 7.8%;
	}
* html #main_menu{
	margin-right: 38px;
}
#main_menu ul{
		list-style: none;
	}
#main_menu li{
		display: inline;
	}
#main_menu li a.text, #main_menu li a.menu_link{
	float:left;
	display: block;
	width: 95px;
	height: 48px;
	padding: 10px 0 0 10px;
	margin: 0 4px 0 4px;
	text-decoration: none;
	font-size: 1.3em;
	text-transform: uppercase;
}

#main_menu li a.text{
	color: #ffffff;
	background: #FFFFFF url(../images/menu_button_on.gif) no-repeat;
}
#main_menu li a.menu_link{
	color: #1b1c20;
	background: #FFFFFF url(../images/menu_button_off.gif) no-repeat;
}
#main_menu li a.menu_link:hover{
	color: #ffffff;
	background: #FFFFFF url(../images/menu_button_on.gif) no-repeat;
}
/*==============================Admin Menu============================*/

#admin_menu{ margin-top: 10px; padding: 0 10px; font-size: 1.2em;}
#admin_menu ul{ list-style: none; }
#admin_menu li{margin: 3px 0; font-weight: bold; list-style: none;}

/*==============================CONTENT===============================*/	
#content{
	width: 100%
}

#content .main_box .info a.slink{ display: block; float: right; margin: 10px 0 10px 0; font-size: 1em;}

#content .box span.ctext{
	display: block;
	color: #DB214D;
	font-weight: bold;
}
#content .box span.inline{
	display: inline;
}

	#content .left_box{
		float:left;
		width: 134px;
		background: #FFFFFF url(../images/left_bg.jpg) no-repeat;
		min-height: 479px;
	}
	* html #content .left_box{
		height: 479px;
	}
	
#lang_menu{
	padding: 5px 0 0 10px;
}
#lang_menu ul{
	list-style: none;
}
#lang_menu li{
	display: inline;
	font-size: 12px;
}
#lang_menu li, #lang_menu a{
	color: #000000;
}
#lang_menu li a.selected {
	color: #DB214D;
	font-weight: bold;
}

#lang_menu a{
	text-decoration: none;
}
	
#content .main_box{
	float:left;
	position:relative;
	min-height: 496px; 
	width: 80%;
	margin-top: -42px;
	padding: 15px 15px 0 15px;
	background-color: #F8F8F8/*d6d8d9*/;
	border: 5px solid #FFFFFF;

}
* html #content .main_box{
	height: 496px;
}
#content .main_box .submenu{
	float: left;
	padding-top: 20px;
	width: 24%;
}

#content .main_box .submenu ul{
	list-style: none;
} 
#content .main_box .submenu ul li, #content .main_box .submenu .boxm{
	padding: 4px 0 0 30px; 
	margin: 10px 0 15px 0;
	height: 21px;
	color: #DB214D;
	font-size: 1.4em;
	font-weight: bold;
	background: url(../images/smimg.gif) left no-repeat;
	text-transform: uppercase;
	 
}
#content .main_box .submenu ul li a, #content .main_box .submenu .boxm a{ color: #000000; text-decoration: none; 	text-transform: uppercase; }
#content .main_box .submenu ul li a:hover, #content .main_box .submenu .boxm a:hover{ color: #DB214D;}

#content .main_box .submenu .subsubMenu{  }
#content .main_box .submenu .subsubMenu ul{
	list-style: none;
}
#content .main_box .submenu .subsubMenu ul li{
	padding: 0 0 0 40px; 
	margin: 0;
	color: #DB214D;
	height: auto;
	font-size: 1.1em;
	font-weight: bold;
	background: none;
	text-transform: none;
}
#content .main_box .submenu .subsubMenu ul li a{ color: #000000; text-decoration: none; 	text-transform: none; }
#content .main_box .submenu .subsubMenu ul li a:hover{ color: #DB214D; text-decoration: underline; }

#content .main_box .info{
	float: left;
	width: 70%;
	min-height: 476px;
	padding: 0 0 10px 4%;
	background: #F8F8F8/*d6d8d9*/ url(../images/v_line.gif) left repeat-y;
}
* html #content .main_box .info{
	height: 476px;
}

#content .main_box .info .box{
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}
#content .main_box .info .box .box_partner{ float: left; width: 65%;}
#content .main_box .info .box img{ float: left; margin: 0 10px 0 0; }
#content .main_box .info .box span.date{ 
	display: block; 
	font-weight: bold;
	}
	
#content .main_box .info .box span.strelka a{ font-weight: bold; text-decoration: none; }
#content .main_box .info .box span.ctext{ 
	margin-bottom: 5px;
}
#content .main_box .info .box span.ctext a {text-decoration: none;}

#content .main_box .journals .box{
	width: auto;
	margin: 10px 10px 30px 0;
}

#content .main_box .journals .box img{
	border: 3px solid #ffffff;
	margin: 0;
}
#content .main_box .journals .box span img{
	margin: 4px;
	border: 0;
}
#content .main_box .detail{
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
#content .main_box .detail .journalimg{
	height: 115px; float: left;
}
#content .main_box .detail .journalimg img{ margin-bottom: 0;}
#content .main_box .detail img{
	float: left;
	margin: 0 10px 15px 0;
}
#content .main_box .info .detail span.date{ 
	display: block;
	font-weight: bold;
	}
#content .main_box .info .detail span.ctext{ 
	display: block;
	margin-bottom: 5px;
}
#content .main_box .info .detail span.short{
	display: block;
	margin-bottom: 5px;
	 }
#content .main_box .bottom{
	float:left;
	width: 100%;
}
#content .main_box .left_bottom{
	float: left;
	width: 24%;
	height: 20px;
	background: #F8F8F8/*d6d8d9*/ url(../images/k2_line.gif) top right no-repeat;
}

#content .main_box .right_bottom{
	float: left;
	width: 76%;
	height: 20px;
	background: #F8F8F8/*d6d8d9*/ url(../images/g_line.gif) top repeat-x;
}
#content .main_box .right_bottom .l_right_bottom{
	float: left;
	width: 2px;
	height: 20px;
	background: url(../images/vb_line.gif) left top no-repeat;
}

#right_box{
	float: left;
	width: 26px;
	background: #FFFFFF url(../images/rbg.jpg) repeat-x;
	min-height: 479px;
}
* html #right_box{
	height: 479px;
}

#right_box .rbg{
	float: left;
	width: 26px;
	min-height: 479px;
	background: #FFFFFF url(../images/right_bg.jpg) no-repeat;
}

* html #right_box .rbg{
	height: 479px;
}
/*==============================CONTENT - Simple======================*/

#content .simple .info{
	float: left;
	width: 100%;
	min-height: 476px;
	padding: 0;
	background: none;
}
#content .simple .left_bottom{
	float: left;
	width: 100%;
	height: 20px;
	background: #d6d8d9 url(../images/g_line.gif) top repeat-x;
}
/*=======================CONTENT - pagination=========================*/
table.pagination{
	float: right;
	margin: 10px 0 10px 0;
}
/*=======================CONTENT - form - table===============================*/
table.form{ }
table.form th, table.form td{ padding: 2px;}

table.tab .z{ background-color: #b9bcbd; }
table.tab th, table.tab td{ padding: 2px 10px; font-weight: bold; }
table.tab th{ text-align: center; border: 1px solid #DB214D; background-color: #f2ded2; }
table.tab td{ text-align: center; border: 1px solid #DB214D; }

/*==============================FONT==================================*/
#content .main_box .info{ font-size: 1.2em;}
*:first-child+html #content .main_box .info{padding-bottom: 10px;}
#content .main_box .info .title, #content .main_box .info h1{
	width: 100%;
	text-align: right;
	font-size: 1.8em;
	font-weight: bold;
	color: #636363;
}
#content .main_box .info h1{margin-bottom: 10px;}
#content .main_box .info p { color: #000000; text-align:left; }
#content .main_box .info form { padding: 0px; margin:0px; }
#content .main_box .info input { }
#content .main_box .info textarea { }
#content .main_box .info select { }
#content .main_box .info img { border: 0px; }

#content .main_box .info .sf_admin_list a{color: #000000; text-decoration: none;}
#content .main_box .info a { color: #DB214D; text-decoration: underline; font-size: 1em; }
#content .main_box .info a:hover { color: #DB214D; text-decoration: none; }

#content .main_box .info .title_1 { font-size: 1.6em; font-weight:bold; font-family: Arial,Helvetica,sans-serif; }
#content .main_box .info .title_2 { font-size: 1.4em; font-weight:bold; font-family: Arial,Helvetica,sans-serif; }
#content .main_box .info .title_3 { font-size: 1.2em; font-weight:bold; font-family: Arial,Helvetica,sans-serif; }

#content .main_box .info .simple_text{font-size: 1em; color: #000000; }
#content .main_box .info .ctext { color: #DB214D; font-weight:bold; }
#content .main_box .info .tc { display: block; text-align: center; text-transform: uppercase;}
#content .main_box .info .detail span.tc{margin-bottom: 10px;}
#content .main_box .info .tl { display: block; text-align: left; text-transform: uppercase;}

#content .main_box .info .schedule{ float: left; width: 100%; margin-bottom: 30px;}
#content .main_box .info .schedule .box_s{ float: left; width: 80px; font-weight: bold; margin-bottom: 5px;}
#content .main_box .info .schedule .t{ width: 120px;}
#content .main_box .info .schedule .box_s .head{ text-align: center; border: 1px solid #DB214D; background-color: #f2ded2; }
#content .main_box .info .schedule .box_s .body{ text-align: center; border: 1px solid #DB214D; }
#content .main_box .info .schedule .box_s .m{ font-weight: normal;}

#content .main_box .info .table_title {
	font-size: 1.1em;
	background-color: #afb8bc;
	padding: 5px;
	color: #DB214D;
	}
#content .main_box .info .table_tr { background-color: #d6d8d9; }
#content .main_box .info .table_tr2 { background-color: #c6cacc; }

#content .main_box .info .table_border {border: 1px solid #c6cacc; padding: 2px; border-collapse: separate; border-spacing: 5px; }
#content .main_box .info .table_no_border {background-color:#d6d8d9; padding: 2px; border-collapse: separate; border-spacing: 1px; }

/*==============================FOOTER================================*/
.foot{
	clear: both;
	height: 130px;
}

#footer{
	min-width: 1000px;
	max-width: 1200px;
	height: 125px;
	margin: auto;
	margin-top: -125px;
}
	#footer .img{
		float:right;
		width: 228px;
		height: 125px;
		background: #FFFFFF url(../images/footer_img.gif) no-repeat;
	}
	#footer .line{
		float:right;
		width: 67.5%;
		height: 125px;
		/*background: #FFFFFF url(../images/footer_line.gif) repeat-x;*/
	}

#menu{
	float:left;
	margin-left: -5%;
	margin-top: 10px;
	width: 550px;
	height: 75px;
	position:relative;
}
#menu ul{
	list-style: none;
	}
#menu li{
	display: inline;
	
	}

#menu a, #menu .bot_a{
	display: block;
	float:left;
	width: 85px;
	height: 75px;
	text-decoration: none;
	text-align:center;
	text-transform: uppercase;
	color: #DB214D;
}
#menu a img, #menu .bot_a img{
	width: 55px;
	height: 55px;
	margin: 0 15px 5px 15px;
}
#footer .cop{
	position: relative;
	float: right;
	margin: 25px -13% 0 100px;
	width: 390px;
}

element.style  {
color:#F8F8F8;
display:block;
float:left;
font-size:1.1em;
font-weight:bold;
width:100%;
}

/* IMAGES */
#image {
	float:right;
	margin:5px 0px 5px 15px; 
}

#image .imageright {
	float:right;
	margin:5px;
}

#image .imageleft {
	float:left;
	margin:5px;
}

