@charset "utf-8";

html {
	background-color:#1b3264;
}

body {
	background: #335fb4 url(images/bg_body.png) repeat-x 0 100%;
	padding:10px;
	margin:0;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
}

a {
	color:#103e89;
	text-decoration:none;
	position:relative;
}

a:hover {
	text-decoration:underline;
}

#page_wrapper {
	width:960px;
	margin:auto;
	text-align:left;
	background:transparent url(images/bg_page.png) repeat-y 0 0;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='theme/images/bg_page.png', sizingMethod='scale');
	padding:0 5px;
}
.page_container {
	width:950px;
	background:#fff;
	text-align:left;
	padding:0 5px;
	overflow:hidden;
}

.page_containers_separator, .page_containers_separator5, .page_containers_shadow_separator {
	width:960px;
	height:10px;
	background:#fff;
	font-size:1px;
	overflow:hidden;
}

.page_containers_separator5 {
	height:5px;
}

.page_containers_shadow_separator {
	background:#fff url(images/bg_page_containers_shadow_separator.png) repeat-x 0 0;
}



#page_bottom_start {
	width:970px;
	margin:auto;
	text-align:left;
	background:transparent url(images/bg_bottom_start.png) no-repeat 0 0;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='theme/images/bg_bottom_start.png', sizingMethod='scale');
	overflow:hidden;
	height:10px;
	font-size:1px;	
}
#page_bottom_content {
	width:930px;
	padding:0 20px;
	background:transparent url(images/bg_bottom_content.png) repeat-y 0 0;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='theme/images/bg_bottom_content.png', sizingMethod='scale');
	margin:auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#fff;
	padding-top:7px;
	-padding-bottom:1px;
}
#page_bottom_content_holder {
	width:930px;
}
#page_bottom_content a {
	text-decoration:none;
	color:#fff;
}
#page_bottom_content a:hover {
	text-decoration:underline;
}
#page_bottom_content ul {
	list-style:none;
	margin:0;
	padding:0;
}


#page_bottom_content ul li {
	list-style:none;
	padding:0 5px;
	border-right:1px solid #fff;
	display:inline;
}
#page_bottom_content ul li.last {
	border-right:none;	
}

#page_bottom_end {
	width:970px;
	margin:auto;
	text-align:left;
	background:transparent url(images/bg_bottom_end.png) no-repeat 0 0;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='theme/images/bg_bottom_end.png', sizingMethod='scale');
	overflow:hidden;
	height:22px;
	font-size:1px;	
}

#copyrights {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#7b93c6;
}



#header_wrapper {
	width:970px;
	margin:auto;
	text-align:left;
	background:transparent url(images/bg_page.png) repeat-y 0 0;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='theme/images/bg_page.png', sizingMethod='scale');	
}

#header_container {
	background:transparent url(images/bg_rctl_header.png) no-repeat 0 0;
	width:950px;
	padding:5px 10px 0 10px;
	-padding-bottom:4px;
}

.fix_header_container_1 {
	-padding-bottom:1px!important;
}


.mainpage_header {
	width:950px;
	height:440px;
	position:relative;
}

#mainpage_flash {
	width:950px;
	height:440px;
	position:absolute;
	left:0;
	top:0;
	text-align:center;	
}

#flash_rc {
	width:10px;
	height:10px;
	background:transparent url(images/flash_rc.png) no-repeat 0 0;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='theme/images/flash_rc.png', sizingMethod='scale');
	overflow:hidden;	
	font-size:1px;
	position:absolute;
	top:0;
	left:0;
}

#flash_menu {
	width:950px;
	height:110px;
	text-align:center;
}

.subpage_header {
	width:950px;
	height:185px;
	position:relative;	
}

#subpage_img {
	width:950px;
	height:185px;
	position:absolute;
	left:0;
	top:0;
	background-color:#ccc;
	text-align:center;
}


.col_right {
	float:right;
	width:764px;	
}

.col_left {
	float:left;
	width:186px;	
}

.clr {clear:both;width:0;height:0;overflow:hidden;font-size:1px;}


.bg_white {
	background-color:#fff;
}

.bg_blue {
	background-color:#103e89;
	color:#fff;
}

.bg_blue a {
	color:#fff;
}

.pagetitle {
	color:#333;
	font-size:14px;
	font-weight:bold;	
	margin:0;
	padding:5px;
}

.blocktitle {
	font-size:14px;
	color:#fff;
	padding:5px 10px;
	background-color:#103e89;
}



#main_menu {
	
}

#main_menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#main_menu ul li {
	list-style:none;
	background:#efefef;
}

#main_menu ul li.odd {
	background:#e7e7e7;	
}

#main_menu ul li a {
	display:block;
	color:#333;
	text-decoration:none;
	font-size:11px;
	padding-left:10px;
	-zoom:1;
}

#main_menu ul li a:hover, #main_menu ul li.active a {
	background:transparent url(images/bg_mainmenu_link.gif) no-repeat 1px 6px;
}

#counters
{
	text-align:center;
	padding:10px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


#usefull_info {
	
}

#usefull_info ul {
	list-style:none;
	padding:0;
	margin:0;
}

#usefull_info ul li {
	list-style:none;
	padding:2px 10px;
	font-size:12px;
}

#usefull_info ul li span, .udate {
	color:#ccc;
	font-size:11px;
}
a.umore {
	color:#999;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

#subpage_contacts {
	position:absolute;
	right:135px;
	top:10px;
	color:#fff;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


#sv_logo {	
	width:109px;
	height:117px;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	margin:0;
	padding:0;
}

#sv_logo a {
	text-indent:-9000px;
	background:transparent url(images/logo.png) no-repeat 0 0;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='theme/images/logo.png', sizingMethod='scale');
	width:109px;
	height:117px;
	display:block;
	margin:0;
	padding:0;
}

.noborder td {border:none}
