/* General */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	width: 780px;
	}

#header {
	background: url('img/header_ru.png') no-repeat bottom center;
	height: 100px;
	width: 780px;
	}
	
#header_en {
	background: url('img/header_en.png') no-repeat bottom center;
	height: 100px;
	width: 780px;
	}
	
#footer {
	display: table;
	float: left;
	background: url('img/footer.png') no-repeat top center;
	height: 50px;
	width: 780px;
	text-align: center;
	font-size: 1.2em;
	}
	
#footer_container {
	display: table-row;
	height: 40px;
	overflow: hidden;
	}
	
#footer_left {
	text-align: left;
	padding: 0 0 0 25px;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	line-height: 1em;
	}
	
#footer_right {
	text-align: right;
	padding: 0 25px;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	line-height: 1.1em;
	}
	
#footer_bottom_spacer {
	display: table-row;
	height: 10px;
	}
	
#content {
	background: url('img/bg.png') repeat-y;
	padding: 0 9px;
	float: left;
	}
	
#menubar {
	width:760px;
	height:20px;
	padding:1px 1px 5px 1px;
	float:left;
	background:#eee url(img/gradient1.png) repeat-x;
	overflow: hidden;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ccc;
	}
	
#content_body {
	font-size: 1.2em;
	padding: 10px 10px 10px 10px;
	float: left;
	text-align: center;
	width: 740px;
	}

#content_body.aboutrcsc {width:720px; margin: 10px 10px 0 10px; border: solid 1px #ddd; padding: 0 5px 0 5px;}
	
#content_container {
	display: table;
	float: left;
	width: 520px;
	border: 1px solid #ddd;
	margin: 0 5px 5px 0;
	}

#content_container.fullsize {
	width: 100%;
	border: 0;
	}
	
#content_container.noborder {border: 0;}
	
#content_row {
	display: table-row;
	}
	
#content_header_dark {
	display: table-cell;
	width: 33%;
	text-align: left;
	padding: 0 7px 0 7px;
	vertical-align: middle;
	background: #efefef;
	}
	
#content_header_light {
	display: table-cell;
	width: 33%;
	text-align: left;
	padding: 0 7px 0 7px;
	vertical-align: middle;
	}
	
#content_mainblock_dark {
	display: table-cell;
	width: 33%;
	text-align: left;
	padding: 0 7px 0 7px;
	background: #efefef;
	}
	
#content_mainblock_light {
	display: table-cell;
	width: 33%;
	text-align: left;
	padding: 0 7px 0 7px;
	}
	
#content_footer_dark {
	display: table-cell;
	width: 33%;
	text-align: center;
	padding: 0 7px 5px 7px;
	vertical-align: middle;
	background: #efefef;
	}
	
#content_footer_light {
	display: table-cell;
	width: 33%;
	text-align: center;
	padding: 0 7px 5px 7px;
	vertical-align: middle;
	}

#content_left_block {
	float: left;
	width: 200px;
	text-align: left;
	padding: 10px 3px 0 3px;
	}
	
#content_right_block {
	float: right;
	width: 200px;
	text-align: left;
	padding: 10px 3px 0 3px;
	}

#content_banner {
	font-size: 1.2em;
	padding: 0 0 0 10px;
	float: left;
	text-align: center;
	width: 550px;
	}
	
/* Tags */
h1,h2,h3,h4 {margin:0 0 10px 0;}
h1 {font-size:2.6em; font-weight:normal;}
h2 {margin:0 0 2px 0; font-size:1.5em; font-weight:normal;}
h3 {margin:20px 0 8px 0; font-size:1.3em; font-weight:normal;}
h3.bold {font-weight: bold; margin: 5px 0;}
h4 {margin:3px 0 3px 0; font-size:10pt; font-weight:bold;}
h4.rightblock {margin: 0 3px 3px 3px;}
a {text-decoration:none; color:#26c;}
a:hover {text-decoration:underline; color:#39f;}
a img {border:0;}
a.ruflag {float:left; padding: 2px; display:block; background: url(img/flag_ru.png) no-repeat; height: 20px; width: 25px;}
a.ruflag:hover {background-image: url(img/flag_ru_hov.png);}
a.enflag {float:right; padding: 2px; display:block; background: url(img/flag_en.png) no-repeat; height: 20px; width: 25px;}
a.enflag:hover {background-image: url(img/flag_en_hov.png);}
a.underlined {text-decoration: underline;}
p {font-size:9pt; line-height: 1.2em;} /*margin:0 0 15px 10px; */
p.rightblock {margin: 0 3px 10px; 3px;}

/* Additional classes */
#menu_links {float: left;}
#menu_lang {float: right; padding: 2px 10px;}
.linklist {font-size:8pt; margin-left:-15px; line-height: 1.4em;}
.headerstyle {clear:left; padding:5px 0 5px 8px; color:#444; text-decoration:none;}
.news_date {font-size:8pt; margin:0;}
.news_title {font-size:12pt;margin:0; font-weight: bold;}

/* Drop down menu classes */
#sddm {margin: 0; padding: 0; z-index: 30;}
#sddm li {margin: 0; padding: 0; list-style: none; float: left; font-size:8pt; font-weight:400; color:#036; text-align:left;}
#sddm li a {display: block; padding: 4px 10px; text-align: center; text-decoration: none; color:#036; border-right:1px solid #ccc;}
#sddm li a:hover {background:#fff url(img/gradient2.png) repeat-x;}
#sddm div {position: absolute; visibility: hidden; margin: 0; padding: 0; border: 1px solid #ccf;}
#sddm div a {position: relative; display: block; margin: 0; padding: 5px 10px; width: auto; white-space: nowrap; text-align: left; text-decoration: none; background:#fcfcfc; border-bottom: 1px solid #ccc;}
#sddm div a:hover {background:#ccf; color: #000;}
