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('http://eurasiabio.ru/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('http://eurasiabio.ru/i_eurasiabio/header_bg.gif') repeat-x;
}

.header {
	width: 100%;
	height: 168px;
	background: url('http://eurasiabio.ru/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('http://eurasiabio.ru/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('http://eurasiabio.ru/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('http://eurasiabio.ru/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('http://eurasiabio.ru/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('http://eurasiabio.ru/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('http://eurasiabio.ru/i_eurasiabio/submenu_bg_left.gif') no-repeat 0 0;
}

.current ul {
	display: block;
}

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

.col_1 {
	float: left;
	width: 595px;
}

.col_2 {
	float: right;
	width: 180px;
	margin-top: 20px;
}

.top_cols {
	margin-top: 20px;
}

.top_col_1 {
	float: left;
	width: 365px;
	margin-right: 25px;
}

.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: 150%;
/*	margin-left: 165px; */
}

.top_col_2 {
	float: left;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-size: 11px;
	width: 190px;	
}

.top_col_2 ul {
	margin: 0;
}

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

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

.boxes {
	margin-top: 30px;
	width: 100%;
}

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

#video_box {
	float: right;
}

#media_box {
	margin-right: 10px;
}

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

.box_1_bottom {
	background: url('http://eurasiabio.ru/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('http://eurasiabio.ru/i_eurasiabio/box_1_head_right.gif') no-repeat 100% 0;
	height: 21px;
	margin-bottom: 10px;
}

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

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

}

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

.box_2 {
	background: url('http://eurasiabio.ru/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: 50px;
	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;
	left: 660px;
}

.more_link {
	padding-right: 15px;
	background: url('http://eurasiabio.ru/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('http://eurasiabio.ru/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('http://eurasiabio.ru/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('http://eurasiabio.ru/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('http://eurasiabio.ru/i_eurasiabio/box_1_narrow_bg_top.gif') no-repeat 0 0;
}

.box_1#subs_form .box_1_bottom {
	background: url('http://eurasiabio.ru/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('http://eurasiabio.ru/i_eurasiabio/btn_bg.gif') repeat-x;
	border: 1px solid #c0c0c0;
	font: bold 11px Tahoma;
	cursor: pointer;
	cursor: hand;
}

/* 2008.09.18 */

body {
	color: #4e4e4e;
	font: 12px Tahoma !important;
	background: url('http://eurasiabio.ru/includes_eurasiabio_forms/header_right.jpg') no-repeat 100% 0;
}

h1 {
	background: url('http://eurasiabio.ru/includes_eurasiabio_forms/header_left.jpg') no-repeat 0 0;
	font: bold 30px Tahoma;
	color: #00598c;
	margin: 0 0 12px 0;
	padding: 168px 0 0 50px;
	border-bottom: none;
}

h2 {
	margin: 0 0 14px 0;
	font: normal 18px Tahoma;
	color: #099c09;
}

form {
	margin: 0 40px 0 45px;
	padding: 0 0 80px 0;
}

table {
	margin: 0 !important;
}

table.description {
	margin: 12px 0 28px 0 !important;
}
table td {
	border-color: #4e4e4e !important;
}

.description p {
	margin: 0 0 5px 0;
}

td font {
	font-size: 11px;
}

.description td font {
	font-size: 12px !important;
}

h3 {
	font: normal 18px Tahoma;
	color: #099c09;
	margin: 0 0 15px 0;
}

.inpuInfo {
	margin: 0 0 0 3px;
}

.inpuInfo th {
	background: transparent;
	font-weight: normal;
	color: #4e4e4e;
	width: 209px;
	padding: 8px 10px 6px 5px;
	vertical-align: top;
}

.inpuInfo td.checkboxes {
	padding: 7px 0 21px 0;
}

.inpuInfo select {
	width: 268px;
	background: #f4f5f4;
	border: 1px solid #9c9c9c;
}

.chkBox {
	height: 16px;
}

.text {
	width: 265px;
	background: #f4f5f4;
	border: 1px solid #9c9c9c;
	padding: 2px 0;
}


textarea {
	width: 265px;
	height: 80px;
	margin: 4px 0 0 0;
	background: #f4f5f4;
	border: 1px solid #9c9c9c;
	padding: 2px 0;
}


.inpuInfo td {
	width: 350px;
	padding: 4px 0 5px 0;
	vertical-align: top;
}

hr {
	color: #FFF !important;
	background: #FFF !important;
	height: 5px;
}

.xl24, .xl25, .xl27, .xl28, .xl31 {
	background: #099c09 !important;
	color: #e7f5e7 !important;
	height: 25px !important;
}

.xl32, .xl26, .xl33, .xl34, .xl35, .xl36, .xl37 {
	height: 15px !important;
}

.description .MsoNormal {
	width: auto !important;
}

p {
	font: normal 12px Tahoma !important;
	margin: 0 0 9px 0 !important;
	width: 580px;
}

.MsoNormal {
	width: 580px;
}

p span, p font {
	font: normal 12px Tahoma !important;
}

.form_wide {
	margin: 20px 0 0 0 !important;
}

.form_wide th {
	width: 310px;
	padding: 8px 10px 6px 0;
	vertical-align: top;
}

.form_wide td {
	width: 310px;
	padding: 8px 10px 6px 0;
	vertical-align: top;
}

.form_wide select {
	width: 265px;
}

.form_wide select#wide_select {
	width: 545px;
}

.agree {
	margin: 20px 0 0 0;
}

.agree a {
	font-size: 14px;
}

.agree .inpuInfo {
	margin: 10px 0 20px 0 !important;
	display: block;
}

.agree .inpuInfo th {
	width: 520px;
	padding: 0;
}

.agree .inpuInfo td {
	width: 32px;
	padding: 0;
}

.captcha td {
	padding: 15px 0 30px 0;
	width: 155px;
	vertical-align: middle;
}

.captcha th {
	padding: 17px 0 30px 0;
	width: 182px;
	vertical-align: middle;
}

.captcha input {
	width: 92px;
	margin: 10px 0 0 0;
}

.about_form p {
	float: left;
	margin: 0;
}

.about_form {
	width: 500px;
}
