ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings
================================================*/

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	margin: 20px 0 15px 0;
	font-size: 18px;
	font-weight: bold; 
	color: #000;
	border-bottom: 3px solid #ccc;
}

h2 {
	font-size: 14px;
	margin: 20px 0px 15px 0;
	font-weight: bold;
	color: #000;
	width: auto;
	border-bottom: none;
	padding-bottom: 0;
}

h3 {	
	font-size: 12px;
	margin: 20px 0 15px 0;
	font-weight: bold;
	color: #009900;
}

h4 {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	margin: 20px 0 15px 0;
	background-color: transparent;
}

h5 {
	font-weight: bold;
	font-size: 11px;
	color: #999;
	margin: 20px 0 15px 0;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	background-color: transparent;
}

/* Links
================================================*/

a:link{
	color: #0066cc;
}

a:active{
	color: #0066cc;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0066cc;
}



/* Paragraphs
================================================*/
 
p {
	margin: 5px 0px 10px;
	font-size: 100%;
}

blockquote{
	margin: 10px 25px 10px 25px;
	padding: 20px 25px 15px 45px;
	background: #EBF1C1;
}


/* Lists
================================================*/

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	line-height: 120%;
	font-size: 100%;
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 10px 0px 22px 0px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	line-height: 120%;
	font-size: 100%;
	margin: 5px 0;
	padding: 0px;
	list-style: none;
	background: url('../i_eurasiabio/li_bg_dash.gif') no-repeat 0 8px;
	padding-left: 25px;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt{
	margin: 2px 0;
}

dl dd{
	margin: 2px 0 2px 30px;
}


/* tables */

table{
	border-collapse: collapse;
	margin: 15px 0 15px 0;
	border-color: #B3B3B3;
}

html body table td{
	border-color: #B3B3B3;
	padding: 5px;
	font-size: 100%;
}

html body table[border="1"] td{
	border-width: 1px;
	border-style: solid; 
}

html body table th {
	font-size: 100%;
	padding: 5px;
	border-color: #B3B3B3;
	color: #000;
	background: #eee;
	font-weight: bold;
	text-align: left;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}


/* Form
================================================*/

.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}
.form.redline{
	border-top: 4px solid #90A600;
}
.form fieldset{
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}
.form legend{
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul{
	margin: 0;
	padding: 0;
}
.form .line{
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}
.form .line.marked{
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}
.form .line.marked label{
	margin-left: 10px;
}
.form.descr .line{
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}
.form .line:before{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line{height: 1%;} 
.form .label{
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%;
}
.form .formw{
	width: 70%;
	display: block;
	float: left;
}
form.descr .formw{
	width: 460px;
	text-align: justify;
}
.form .formw .text{
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
	padding: 3px 5px;
}

.form .rad{
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form .btn{
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.red{
	color: #E05332;
}

.err{
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

/* Clearfix
================================================*/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height: 1%;
}

.clear{
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */
body {
	font: 12px Tahoma;
	color: #4e4e4e;
}


.all {
	width: 100%;
	background: url('../i_eurasiabio/header_bg.gif') repeat-x;
}

.header {
	width: 100%;
	height: 168px;
	background: url('../i_eurasiabio/header_right.jpg') no-repeat 100% 0;
}

.logo {
	position: absolute;
	top: 44px;
	left: 44px;
}

.logo_text {
	position: absolute;
	left: 44px;
	top: 90px;
	width: 249px;
	font-size: 11px;
	color: #666;
}

.top_b {
	position: absolute;
	top: 44px;
	left: 330px;
	width: 468px;
	height: 60px;
}

/* Menu */

.menu {
	position: relative;
	top: 141px;
	margin: 0 0 0 35px;
	padding: 0;
}

.menu li {
	float: left;
	list-style: none; 
	margin: 0 0px 0 0px;
	padding: 0;
	font-size: 14px;
	background: transparent;
}

.menu li a, .menu li a:visited {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.menu li a span {
	display: block;
	padding: 4px 15px 0 11px;	
}

.menu li.current a, .menu li.current a:visited {
	color: #FFF;
	display: block;
	background: #1AAD1A url('../i_eurasiabio/menu_bg_right.gif') no-repeat 100% 0;
	text-decoration: none;
}

.menu li.current a span {
	display: block;
	padding: 4px 16px 5px 11px;
	background: url('../i_eurasiabio/menu_bg_left.gif') no-repeat 0 0;
}


.sub_menu {
	display: none;
	position: absolute;
	top: 25px;
	left: -40px;
	margin: 0 0 0 0;
	font-size: 11px;
	background: #1aad1a;
	padding: 0 0 0 40px;
	width: 100%;
}

.menu .sub_menu li {
	float: left;
	padding: 1px 0 0;
}

.menu ul.sub_menu li a, .menu ul.sub_menu li a:visited {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	display: block;
	background: #1AAD1A none;
	margin: 0;
}

.menu ul.sub_menu li span {
	display: block;
	padding: 4px 5px 0px 8px;
	background: #1AAD1A none;
}

.menu ul.sub_menu li a:hover {
	display: block;
	background: url('../i_eurasiabio/submenu_bg_right.gif') no-repeat 100% 0;
	color: #000;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}

.menu ul.sub_menu li a:hover span {
	display: block;
	background: url('../i_eurasiabio/submenu_bg_left.gif') no-repeat 0 0;
}


.menu ul.sub_menu li.here {
margin-left: 2px;
margin-right: 2px;
display: inline;
height: 1%;
}

.menu ul.sub_menu li.here a:link, .menu ul.sub_menu li.here a:visited {
	display: block;
	background: url('../i_eurasiabio/submenu_bg_right.gif') no-repeat 100% 0;
	color: #000;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}

.menu ul.sub_menu li.here a span {
	display: block;
	background: url('../i_eurasiabio/submenu_bg_left.gif') no-repeat 0 0;
}

.current ul {
	display: block;
}

.content {
	margin: 40px 44px 0 44px;
}

.col_2 {
   display: block;
	float: right;
	width: 180px;
	margin-top: 20px;
	margin-дуае: -220px;
}

.col_1 {
	margin-right: 220px;
	padding: 0;
}

.col_1_content {
	float: left;
width: 100%;
	margin: 0;
	padding: 0;
}
.news_main{
	margin-bottom: 0px;
}
.top_cols {
	margin-top: 20px;
	margin-bottom: 0px;
}

.top_col_1 {
	float: left;
	margin-right: 280px;	
	display: inline;
}

.top_col_1 .left_pic {
	float: left;
/*	margin-right: 15px;*/
/*	margin-right: -100%;
	width: 165px;
*/
margin: 0 10px 5px 0;
}

.top_col_1 .desc {
	font-size: 11px;
/*	color: #4e4e4e;*/
	line-height: 1.3;
/*	margin-left: 165px; */
	
}

.top_col_2 {
	float: right;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-size: 11px;
	width: 240px;	
	margin-left: -280px;
	display: inline;
} 

.top_col_2 ul {
	margin: 0;
}

.top_col_2 ul li {
	line-height: 130%;
	margin: 0 0 10px 0;
	background: url('../i_eurasiabio/li_bg.gif') no-repeat 0 4px;
}

.top_col_2 span {
	margin-left: 25px;
}

.boxes {
	margin-top: 30px;
}

.box_1 {
	background: #efefef;
	width: 286px;
	float: left;
}

#video_box {
	float: right;
}

#media_box {
	margin-right: 10px;
}

.box_1_top {
	background: url('../i_eurasiabio/box_1_bg_top.gif') no-repeat 0 0;
}

.box_1_bottom {
	background: url('../i_eurasiabio/box_1_bg_bottom.gif') no-repeat 0 100%;;
	padding: 5px 5px 24px 5px;
}

.box_1 ul {
	margin: 0;
	margin-left: 125px;
	height: 1%;
}

.box_1 ul li {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 11px;
	line-height: 160%;
}

.box_pic {
	float: left;
	margin-right: -100%;
	width: 115px;
	margin-left: 17px;
	display: inline;
}

.box_1_head_right {
	background: #687A78 url('../i_eurasiabio/box_1_head_right.gif') no-repeat 100% 0;
	height: 21px;
	margin-bottom: 10px;
}

.box_1_head_left {
	background: url('../i_eurasiabio/box_1_head_left.gif') no-repeat 0 0;
	padding: 4px 0 4px 15px;
}

.box_2_top {
	background: url('../i_eurasiabio/box_2_top.gif') no-repeat 0 0;

}

.box_2_bottom {
	background: url('../i_eurasiabio/box_2_bottom.gif') no-repeat 0 100%;
	padding: 1px 0px 1px 0;
}

.box_2 {
	background: url('../i_eurasiabio/box_2_middle.gif') repeat-y;
margin-bottom: 30px;
}

.box_2_bottom div {
	margin: 20px 0px 20px 0;
	padding: 0;
	text-align: center;
}

.footer {
	width: 100%;
	border-top: 5px solid #a2a8a7;
	position: relative;
	margin-top: 30px;
	font-size: 11px;
}

.footer_nav {
	position: absolute;
	top: 15px;
	left: 32px;
	overflow: hidden;
	margin: 0;
	height: 86px;
}

.footer_nav li {
	float: left;
	border-left: 1px solid #4e4e4e;
	background: none;
	padding: 0 0 0 7px;
	margin: 0 7px 0 -1px;
}

.copyright {
	position: absolute;
	top: 35px;
	left: 38px;
	font-size: 10px;
}

.developer {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 150px;
}

.more_link {
	padding-right: 15px;
	background: url('../i_eurasiabio/arrow.gif') no-repeat 100% 3px;
}

.top_col_1 h1 {
	margin: 0 0 15px 0;
	border-bottom: none;
}

.what_is {
	font-size: 11px;
}

.what_is h2 {
	margin: 35px 0px 10px 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}

.box_1 h3 {
	font-size: 11px;
	color: #FFF;
	margin: 0;
}

h4.h4_index {
	margin: 0 0 5px 0;
}

/* tech */

.text_img {
	float: left;
	margin: 0 20px 3px 0;
}

.marked {
	background: #1aad1a;
	padding: 12px 79px 10px 16px;
	color: #FFF;
}

.path {
	font-size: 11px;
	color: #999;
	margin-bottom: 15px;
}

.path a, .path a:visited {
	color: #999;
}

.sub_menu_bg {
	background: #1aad1a;
	position: absolute;
	top: 166px;
	left: 0;
	width: 100%;
	height: 29px;
}

/* inner pages */

.new h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0 2px 0;
}

.new p {
	font-size: 11px;
	margin-bottom: 2px;
}

.new_date {
	font-size: 11px;
	color: #999;
}

.pages {
	padding-top: 16px;
	margin-top: 35px;
	border-top: 1px solid #999;
}

.pages span.page_title {
	float: left;
	display: block;
	margin: 5px 20px 5px 0;
}

.pages a {
	display: block;
	padding: 5px 10px 5px 10px;
	float: left;
}

.pages a.active_page {
	border: 1px solid #999;
}

.pages span.current_page {
	display: block;
	padding: 5px;
	float: left;
}

.training_programs {
	width: 100%;
}

.training_programs tr td {
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	padding-bottom: 15px;
}

.training_programs tr td:first-child {
	font-size: 12px;
	width: 80%;
	padding-right: 40px;
}

ul.circle li {
	background: url('../i_eurasiabio/li_bg_circle.gif') no-repeat 0 6px;
	padding-left: 20px;
}

small {
	font-size: 11px;
}

.answers_title {
	color: #999;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.answers li {
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.day_header {
	width: 100%;
	background: #1aad1a;
	color: #FFF;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
}

dl.event_line dt {
	font-weight: bold;
	margin-left: 27px;
}

dl.event_line dd {
	font-size: 11px;
	margin: 5px 0 20px 40px;
} 

dl.event_line dd a {
	font-size: 12px;
}

.marked_day {
	color: #cc0000;
}

/* lang switcher */
.switcher {
	position: absolute;
	top: 0;
	right: 165px;
	z-index: 999;
	background: #7ba9cb url('../i_eurasiabio/switcher.gif') no-repeat bottom;
	width: 60px;
	height: 20px;
	text-align: center;
}

.switcher a:link, .switcher a:visited {
	display: block;
	margin-top: 2px;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}

.switcher a:hover {
	text-decoration: none;
}

.promo_reg {
	background: #687A78 url('/i_eurasiabio/promo_reg.gif') no-repeat;
	width: 200px;
	height: 63px;
	margin-bottom: 30px;
}

.promo_reg p {
	padding: 13px 90px 0px 15px;
	font-size: 14px;
	font-weight: bold;
}

.promo_reg a:link, .promo_reg a:visited {
	color: #FFF;
}

.box_1#subs_form {
	background: #efefef;
	width: 179px;

}

.box_1#subs_form .box_1_top {
	background: url('../i_eurasiabio/box_1_narrow_bg_top.gif') no-repeat 0 0;
}

.box_1#subs_form .box_1_bottom {
	background: url('../i_eurasiabio/box_1_narrow_bg_bottom.gif') no-repeat 0 100%;
	padding: 5px 5px 0px 5px;
}

.maillist {
	margin: 0;
}

.maillist .line {
	clear: both;
	padding: 0;
	line-height: 25px;
	width: 100%;
}

.maillist .label {
	float: left;
	width: 22%;
	display: block;
	margin-right: 5px;
	margin-left: 15px;
	display: inline;
	font-size: 93%;
}

.maillist .formw {
	width: 63%;
	display: block;
	float: left;
}

.maillist .formw .text {
	width: 99%;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
	height: 18px;
}

.maillist .btn {
	background: url('/i_eurasiabio/btn_bg.gif') repeat-x;
	border: 1px solid #c0c0c0;
	font: bold 11px Tahoma;
	cursor: pointer;
	cursor: hand;
}












 #nav{
            position: absolute;
            top: 166px;
            left:0px;
            width: 100%;
            }
            #nav,
            #nav ul {
            float: left;
            font-weight: bold;
            line-height: 1;
            list-style: none;
            text-align: left;
            width: 100%;
            clear: left;
            margin: 0px;
            padding: 0px;
            background: #1AAD1A;
            }
            
            #nav{
            display: inline
            }
            
            #nav li:first-child {
            margin-left: 40px
            }
            
            #nav ul {
            width: 25em
            }
            
            #nav a {
            display: block;
            line-height: 2em;
            text-decoration: none;
            padding: 7px 15px;
            color: #FFF;
            margin: 0px;
            font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
            }
            
            #nav li li a{
            overflow: hidden; /*height: 2em;
            _height: 2.5em;   */
            width: 22em;
            padding: 5px 15px;
            _width: 26em
            }
            
            #nav li li a:hover {
            text-decoration: underline;
            background: #164A81;
            }
            
            
            #nav li {
            float: left;
            list-style-type: none;
            padding: 0;
            margin: 0;
            }
            
            #nav li ul {
            font-weight: normal;
            left: -999em;
            margin: 0;
            position: absolute;
            width: 24em;
            padding: 10px 0px;
            background: #1F6BB8;
}
            
            #nav li li {
            margin: 0px;
            padding: 0px;
            background: #1F6BB8;
            /* height: 25px; */
            width: 24em;
            }
            
            #nav li li:first-child {
            margin: 0px;
            padding: 0px
            }
            
            #nav li ul a {
            width: 21em;
            line-height: 10px;
            font: normal 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
            }
            
            #nav li ul ul {
            margin: -2.75em 0 0 26em
            }
            
            #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
            left: -999em
            }
            
            #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
            left: auto
            }
            
            #nav li.active {
            
            background: #1F6BB8;
            }
            
            #nav li:hover, #nav li.sfhover {
            color: #fff;
            text-decoration: underline;
            background: #1F6BB8
            }
            
            #nav li li:hover, #nav li li.sfhover {
            background: #1F6BB8
            }
            
            #nav li span {
            display: block;
            }
            
            
            
             
            
    
.top_col_1 .desc p {
	margin-bottom: 0px;	
	display: inline;
}       
 
.top_col_1 .more_link{
	display: inline;
}
.top_col_1 h1{
	font-size: 16px;
}

.top_col_1 h1{
	margin-bottom: 7px;
}

.top_col_1 h2{
	margin-bottom: 7px;
	margin-top: 23px; 
	clear: both;
	font-size: 16px;
}


.top_col_1 h1 a,
.top_col_1 h2 a{
	text-decoration: none;
}

.top_col_1 h1 a:hover,
.top_col_1 h2 a:hover{
	text-decoration: underline;
}

.top_col_1 .date{
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

#inf_partners{
	margin: 0 50px;
	
}

#inf_partners h5{
	color: #999;
	font-size: 12px;	
	font-weight: bold;
}




.cabinet_box{
	margin-top: -18px;
}
