@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------------------------/ body */
html {
	height: 100%;
}

body {
	background-color: #000000;  
	background-image: url('../images/back2.jpg');    
	background-repeat: no-repeat;  
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #0066FF;
	min-width: 600px;
}

a:link {
	color: #0099FF;
	font-weight: bold;
}

a:visited {
  color: #337788;
}

a:active {

}

a:hover {
  color: #00FFFF;
}

#rc_holder {
	background: url('../images/logo8_b.jpg') no-repeat;
	min-height: 100%;
	position: relative;
}

#rc_header {
	height: 204px;
}

#rc_header .header_left {	
	width: 260px;	
	float: left;
}

#rc_header .header_right {
	margin-left: 170px;
	background: url('../images/corner_top.jpg') no-repeat right top;
}

#rc_main {
	padding-bottom: 130px;
}

#rc_main .main_left {
	width: 220px;
	float: left;
}

#rc_main .main_right {
	margin-left: 300px;
	min-height : 400px;
}

#rc_footer {
	background-image: url('../images/corner_bottom.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 130px;
	width: 100%;
	bottom: 0px;
	position: absolute;
}

#rc_footer .footer_left {
	text-align: right;
	padding: 110px 234px 0px 0px;
}

#rc_debug_panel {
	margin-top: 0px;
}

#header_left {    
	width: 160px;
	float: left;
}

#header_right {   
	height: 170px;         
	margin-left: 180px;
	margin-bottom: 20px;  
}

#main_caption {
	font-weight: bold;  
	font-size: x-large;
	padding-top: 54px;
	padding-left: 210px;    
}

#main_caption img { 
	display: inline;   
	margin-right: 10px;
	vertical-align: text-bottom;   
}

.engine_languages img {
	border: 3px solid #333344;
}

.engine_languages a img {
	border: none;
	padding: 3px;
}
/* --------------------------------------------------------------------/ news */
.blocks_news .news_item {
	margin-bottom: 10px;
}

.news .date {

}

.news p {
	margin: 0px;
}
/* -----------------------------------------------------------------/ article */
.blocks_article {
	float: right;
	margin-right: 100px;
	border-left: 4px solid #000044;
	padding-left: 10px;
}

.blocks_article a {
	text-decoration: none;
	color: #0099FF;
}

.blocks_article:hover {
	border-left: 4px solid #000088;
}
/* ----------------------------------------------------------/ site main menu */
#main_menu {
	margin: 20px 0px 30px 0px;
	font-weight: bold;
	font-size: large;
	text-align: center;
}

#main_menu a,
#main_menu span {
	background-color: #000000;
	border-width: 0px 10px 0px 0px;
	border-color: #000044;
	border-style: solid;
}

#main_menu a {
	border-color: #000044;
}

#main_menu span {
	color: #333344;
	border-color: #333344;
	display: block;
}

#main_menu a:hover {
	border-color: #000088;
}
/* ---------------------------------------------------/ engine sign overwrite */  
.engine_sign {
	text-align: left;
}

.engine_sign_watch {
	background: none;
}

.engine_sign_info {
	background: none;
}
/* -----------------------------------------------------------------/ content */ 
.content_news {
    margin-bottom: 20px; 
    padding: 2px;  
}

.content_news img {
    display: inline; 
    border: 0px;  
}