html {
	height:100%;
	width:100%;
}

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#fffffd;
	font-size: 12px;
	color:#4e5b67;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	text-align:center;
}

img { border:0; }

form {
	margin: 0;
	padding: 0;
}

div, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

a {
	color:#4e5b67;
	
}

a:hover {
	color:#4e5b67;
	
}

a:visited {
	color:#4e5b67;

}

p { margin-bottom: 10px; }

h1 {
	color:#2773a4;
	font-size: 18px;
	padding-bottom:10px;
	text-transform:uppercase;
}

h2 {
	font-size: 14px;
	color:#545454;
	padding:10px;
}

h3 {
	font-size:14px;
	font-weight: bold;
	padding: 0px;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}


/* main start */

.wrapper {
	min-height: 100%;
	min-width:1001px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -96px; 
	background-image: url(/themes/images/left_bg.gif);
	background-repeat: repeat-y;
}

* html .wrapper {
	width: expression(document.body.clientWidth < 1002? "1001px" : "100%");
}

.footer {
	height: 96px; 
	clear: both;
}

.push {
	height: 96px;
	clear: both;
}

.content_block td {
	vertical-align: top;
}

.left {
	width:241px;
	height:100%;
	background:url(/themes/images/leftbgr.jpg) top left no-repeat #bbdaee;
}

.textarea {
	background:url(/themes/images/topbgr.gif) top left repeat-x;
	height:100%;
}

/* main end */


/* page start */
.icon {
	position:absolute;
	top:109px;
	left:30px;
}

.icon ul li {
	list-style:none;
	padding:7px;
}

.podmenu {
	margin:348px 10px 30px 10px;
}

.podmenu ul li {
	list-style:none;
	padding:5px;
	
}

.podmenu a {
	color:#5e6166;
	text-decoration:none;
}

.podmenu a:hover {
	color:#5e6166;
	text-decoration:underline;
}

.podmenu a:visited {
	color:#5e6166;
	text-decoration:none;
}

.children {

font-size:14px;
}

.rightbgr{
 background:url(/themes/images/rightbgr.jpg) top left no-repeat;
}

.logo {
	position:absolute;
	top:107px;
	left:260px;
}

.search {
	position:absolute;
	top:164px;
	right:27px;
}

.linemenu {
	padding-top:240px;
	margin-left:-20px;

}

.linemenu ul li {
	list-style:none;
	padding:0 20px;
	display:inline;
	text-transform:uppercase;
	font-weight:bold; 
    cursor:hand;   
	border-right:#758fad 2px solid;
}

.linemenu a {
	color:#758fad;
	text-decoration:none;
}

.linemenu a:hover {
	color:#758fad;
	text-decoration:underline;
}



.text-content {
	margin:85px 10px 30px 30px;
}

.main-content {
	padding-right:50px;
    width:70%;
}

.news {
	width:25%;
    padding-left:10px;
    padding-right:10px;
}

.news-content {
	padding-bottom:20px;
}

.date {
	color:#10263a;
	font-weight:bold;
}

.copyHDS {
	position:absolute;
	z-index: 10;
	text-align: left;
	width: 90%;
	left:10px;
}

.copyHDS a {
	color:#a3b7d1;
	text-decoration:none;
}

.copyHDS a:hover {
	color:#a3b7d1;
	text-decoration:underline;
}

.copyHDS a:visited {
	color:#a3b7d1;
	text-decoration:none;
}

.address {
	position:absolute;
	z-index: 10;
	text-align:left;
	width: 460px;
	left:35%;
}

.address p {
	text-align:center;
}

.dotted {
	border-bottom:#10263a 2px dotted;
	padding-bottom:15px;
}

.biomedical {
	color:#5c6269;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

.phone {
	color:#929498;
	font-size:14px;
	font-weight:bold;
}

.number {
	color:#3e85c5;
	font-size:14px;
	font-weight:bold;
}

.copyName {
	position:absolute;
	z-index: 10;
	text-align: right;
	width:90%;
	right:10px;
    color:#a3b7d1;
}

.fm {
	font-size:14px;
}

.sm {
	margin-left:15px;
	font-size:12px;
}

.tm {
	margin-left:25px;
	font-size:11px;
}

.om {
	margin-left:35px;
	font-size:11px;
}

.tm {
	margin-left:25px;
	font-size:11px;
}

.tm a {
	color:#2773a4;
}

.tm a:hover {
	color:#2773a4;
}

.tm a:visited {
	color:#2773a4;
}

/* page end */



/* start index */

input {
	font: 12px Times New Roman, Verdana, Arial, Sans;
	margin: 2px;
	padding: 2px;
	border:1px solid #7f9db9;
}

label { white-space: nowrap; }

li { padding-bottom: 5px; }

select {
	margin: 0;
	padding: 0;
}

small { font-size: small; }

table {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

table tr { vertical-align: top; }

table td {
	padding: 0;
	vertical-align: top;
}

textarea {
	margin: 2px;
	padding: 2px;
	border:1px solid #7f9db9;
}

ul {
	margin: 0;
	padding: 0;
}

select {
	font-size: 11px;
	color: #333;
	border: 1px solid #7f9db9;	
}
input {
	border: 1px solid #7f9db9;
    padding:5px;	
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
.error{
color:#5c1129;
}
.tab{
border:1px #186d9f solid;
}
.tab tr{
border:1px #186d9f solid;
}
.tab td{
border:1px #186d9f solid;
padding:5px;
}
.one {display:none;position:absolute;padding:10px;margin-top:0px;margin-left:-600px;border:1px solid #999;width:290px;text-align:left;height:130px;color:#fff;background:#7f9db9;}
.worsearch {color:#990000;}

.activ {
	font-weight:bold;
}
.but{
color:#204861;
}
.gal{
border: 1px solid #7f9db9;
}
/* end index */