body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
}
a, a:visited {
	color: #1468B8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	position: absolute;
	top: 0px;
	text-align: right;
	width: 100%;
	height: 96px;
	background: url('../images/header_back.gif');
	/* min-width: 1000px; */
	width: expression(document.body.clientWidth < 1000? "1000px": "100%" );
}

#logo {
	position: absolute;
	top: 0px;
	left: 15px;
}
#main_menu {
	position: absolute;
	top: 75px;
	left: 10px;
	font-size: 12px;
	color: #29425A;
}
a img {border:none;}

#tweet_es{
	position:absolute;
	top:73px;
	left:930px;
}

#tweet_it{
	position:absolute;
	top:73px;
	left:1060px;
}

#tweet_fr{
	position:absolute;
	top:73px;
	left:940px;
}

#tweet_de{
	position:absolute;
	top:73px;
	left:530px;
}

#tweet_en{
	position:absolute;
	top:73px;
	left:920px;
}

#tweet {
	position:absolute;
	top:73px;
	left:720px;
}

#main_menu a {
	color: #ffffff;
}
#languages {
	position: absolute;
	top: 76px;
	width: 100%;
	text-align: right;
	min-width: 1000px;
	width: expression(document.body.clientWidth < 1000? "1000px": "100%" );
}
#languages span {
	margin-right: 24px;
}
#languages img {
	border: 1px solid #727E9D;
	margin-left: 4px;
}
#content {
	margin-top: 111px;
	/* min-width: 1000px; */
	width: expression(document.body.clientWidth < 1000? "1000px": "auto" );
	/*background: url('../images/contacts_back.png') repeat-y right;*/
}
#main {
	width: 100%;
	float: left;
	margin-right: -216px;
}
#contacts {
	float: right;
	width: 201px;
	margin-left: 15px;
	padding: 0 10px;
	position:relative;
}
#clearing {
	height: 15px;
	background: #FFFFFF;
	border-bottom: 1px solid #D0DAE3;
	clear: both;
}
#stretch {
	margin-right: 216px;
	height: 200px;
}
#presentation {
	position: absolute;
	top: 111px;
	left: 15px;
	right: 216px;
	min-width: 769px;
	width: expression(document.body.clientWidth < 1000? "769px": "auto" );
}
#new {
	width: 100%;
	float: left;
	/*padding-top: 216px;*/ /* убрали отступ для баннера */
}
div.news, div.publications, div.smi {
	padding-left: 9px;
}
#new p {
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
	margin: 0px 10px;
	margin-top: 10px;
}
div.news {
	float: left;
	width: 33%;
}
div.smi {
	overflow: hidden;
	
}

div.publications {
	float:right;
	width: 33%;
	position: relative;
}
* html div.smi {
	float: left;
}
* html div.smi div.inner {
	width: 100%;
}

div.block {
	margin:0 0 15px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #eeeeee;
}
div.langblock {
	margin: 0px;
	text-align: center;
}
div.langblock_en {
	margin: 0px;
	text-align: center;
}
div.langblock_fr {
	margin: 0px;
	text-align: center;
}
div.langblock_es {
	margin: 0px;
	text-align: center;
}
div.block_title {
	margin: 0 0 15 0;
	background: url('../images/side_block_title.gif') no-repeat right;
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 11px;
	color: #29425A;
	padding: 3 10 4 10;
}
div.block_title_grey {
	margin: 0 0 15 0;
	background-color: #eeeeee;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	padding: 3 10 4 10;
}
div.block_title_grey a.btg {
	color: #29425A;
}
div.office, div.side {
	margin: 0 0 15 0;
	padding: 0 10px;
	line-height: 16px;
	font-size: 11px;
}
div.office a {
	font-weight: bold;
}
div.office span {
	color: 999999;
}
#langs {
	margin-top: 6px;
}
#langs td {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	width: 80px;
	color: #999999;
	vertical-align: top;
}
#sjm {
	height: 72px;
	margin: 0 0 5px 0;
	padding: 0 6px 0 8px;
	font-family: Tahoma;
	font-size: 11px;
	color: #91002C;
}
#sjm img {
	margin-right: 6px;
}

/*for video news*/
.newsVideo {
	position:relative;
	height:40px;
	min-width:250px;
}

.newsVideo img {
	position:absolute;
	top:10px;
	left:10px;
}

.newsVideo p {
	position:absolute;
	left: 70px;
	top: 0px;
	padding-right:1px;
}
#clock{
	display:none;
}


	#main_menu {
		position: absolute;
		top: 75px;
		left: 0;
		width:100%;
		font-size: 12px;
		color: #29425A;
		height: 45px;
		background: rgb(123, 136, 169);
		text-align:center;
	}
	#content {
		margin-top: 141px;
	}
	#main_menu a{
		display:inline-block;
		margin:4px 0; 
	}

	#main_menu  table{
			height:100%;
	}
td.menu{
	height:100%;
	vertical-align:middle; 
}