html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
body {
	background:#979797 url(/images/main_bg.jpg) center top no-repeat;
}
#main {
	position:relative;
	width:955px;
	height:100%;
	min-height:100%;
	font:12px Tahoma, Helvetica, sans-serif;
	color:#333333;
	margin:0 auto;
}
html>body #main {height:auto;}

#main table {
	font:12px Tahoma, Helvetica, sans-serif;
	color:#333333;
}
#main a {
	color:#ef0041;
	outline:none;
}
#main a:hover {
	text-decoration:none;
}
#main a img {
	border:none;
}
#main td {
	vertical-align:top;
}
#main h1 {
	font:normal 24px Tahoma;
	color:#000000;
	margin:0;
}
#main h2 {
	font:normal 18px Tahoma;
	color:#000000;
	margin:0;
}
#main h3 {
	font:bold 14px Tahoma;
	color:#000000;
	margin:0;
}
#main h4 {
	font:bold 12px Tahoma;
	color:#000000;
	margin:0;
}
#main p {
	margin:0;
}
#main form, #main input, #main select, #main textarea {
	margin:0;
	padding:0;
}
#main input, #main select, #main textarea {
	border:2px inset #e0e0df;
	background:#ffffff;
	padding:0;
	font-size:11px;
	color:#666666;
}
#main input, #main select {
	height:15px;
}
#main .submit {
	padding:5px 10px;
	font:bold 11px Tahoma;
	background:#6e6f73;
	color:#ffffff;
	border:none;
	cursor:pointer;
}
#main .main_table {
	width:100%;
	height:100%;
	border:none;
}

.content_bg_container {
	position:absolute;
	width:717px;
	height:100%;
	z-index:1;
	overflow:hidden;
}
.content_bg {
	position:absolute;
	top:200px;
	width:100%;
	height:100%;
	background:url(/images/content_bg.gif) repeat-y;
	z-index:1;
}
.content_bg.bg_index {
	top:412px;
}

#header {
	height:159px;
	font-size:11px;
	position:relative;
	z-index:2;
}
#logo_link {
	float:left;
	margin:23px 0 0 0;
	height:93px;
	width:170px;
}
#logo_link img {
	height:70px;
	width:276px;
}
#header_slogan {
	float:left;
	width:245px;
	padding:43px 0 0 0;
	font:11px Tahoma;
	color:#ffffff;
}
#fast_search {
	float:right;
	width:240px;
	padding-top:43px;
}
.fast_search_input {
	width:180px;
	font:11px Arial;
}
.fast_search_submit {
	font:bold 11px Tahoma;
	color:#ef0041 !important;
	text-transform:uppercase;
	border:none !important;
	background:none !important;
	height:19px !important;
	cursor:pointer;
}
#map_link {
	margin-top:6px;
	padding-left:11px;
	background:url(/images/arrow_gray_right.gif) left 4px no-repeat;
}
#map_link a {
	color:#ffffff;
}

/******* top menu ********/
#top_menu {
	position:absolute;
	z-index:100;
	margin-top:117px;
	width:955px;
	height:37px;
	background:url(/images/top_menu_bg.png) repeat-x;
}
.top_menu_separator {
	float:left;
	height:27px;
	width:1px;
	font-size:1px;
	background:url(/images/top_menu_separator.gif) no-repeat;
}
.top_menu_item {
	height:27px;
	float:left;
}
.top_menu_item.top_select {
}
.top_menu_item a {
	position:relative;
	display:block;
	height:27px;
	float:left;
	padding:0 12px;
	font:bold 11px/25px Tahoma;
	color:#ffffff !important;
	text-transform:uppercase;
	text-decoration:none;
}
.top_menu_item a:hover {
	background:url(/images/top_menu_bg_item_select.gif) repeat-x;
}
.top_menu_item.top_select a {
	color:#fcb5bb !important;
	background:url(/images/arrow_cyan_bottom.gif) 12px 20px no-repeat;
	cursor:default;
}
#top_menu_end {
	float:right;
	height:27px;
	width:1px;
	font-size:1px;
	background:url(/images/top_menu_bg_end.gif) no-repeat;
}
/******* // top menu ********/

#content {
	position:relative;
	z-index:2;
	*position:static;
}
#left_area {
	float:left;
	width:717px;
}
#breadcrumb {
	background:url(/images/news_main_black_bg.png);
	height:41px;
	padding:0 11px;
	color:#999999;
	font:11px/41px Tahoma;
}
#breadcrumb a {
	color:#ef0041;
	font-weight:bold;
}
.content_area {
	padding:20px;
	_height: 1%;
	position:relative;
	z-index:2;
	background:#ffffff;
	min-height:220px;
	_height:220px;
}
.content_area p {
	margin:12px 0 !important;
}
.content_area.area_index {
	padding:11px;
}


#right_area {
	float:right;
	width:231px;
}
/******* right menu ********/
#right_menu {
}
.right_menu_item {
	height:23px;
	background:url(/images/dot.gif);
	margin-bottom:2px;
	cursor:pointer;
}
#right_menu a {
	display:block;
	height:23px;
	font:bold 12px/22px Tahoma;
	color:#ffffff !important;
	padding:0 13px;
	text-decoration:none;
}
.right_menu_item.right_select {
	margin:0;
}
.right_menu_item a:hover, .right_menu_item.right_select a {
	background:#3e3e3e;
}
#right_menu .right_child_menu {
	background:#000000;
	padding:5px 0 9px;
	margin-bottom:2px;
	display:none;
}
#right_menu .right_child_menu a {
	font-weight:normal;
	padding:0 29px;
	text-decoration:underline;
	margin:0;
}
#right_menu .right_child_menu a:hover {
	text-decoration:none;
}
/******* // right menu ********/
.right_banner {
	margin:5px 0;
}
.right_advertising {
	margin:10px 0;
	font-size:11px;
}
.right_advertising_head {
	height:17px;
	color:#e20d1f;
	text-align:right;
	border-bottom:2px solid #e20d1f;
	padding-right:3px;
}
.right_advertising_body {
	color:#333333;
	padding:13px 7px 0;
}
.right_advertising_body a {
	color:#3c3c3c !important;
	text-decoration:none;
}
.right_advertising_body a:hover {
	text-decoration:underline !important;
}

#footer, #expand {
	height:87px;
	clear:both;
}
#footer {
	position:absolute;
	z-index:2;
	left:0;
	bottom:0;
	width:955px;
	background:#979797 url(/images/footer_bg.gif) no-repeat;
}
#footer #footer_content {
	background:url(/images/footer_bg_right.gif) right 2px no-repeat;
	font-size:11px;
	color:#3c3c3c;
}
#footer #footer_content a {
	color:#ef0041;
}
#footer #footer_content #creator {
	float:left;
	width:105px;
	height:54px;
	border-right:1px solid #000000;
	padding:18px 0 0 9px;
}
#footer #footer_content #copyright {
	float:left;
	width:171px;
	height:54px;
	border-right:1px solid #000000;
	padding:18px 0 0 10px;
}
#footer #footer_content #copyright #counter {
	margin-top:11px;
}
#footer #footer_content #footer_links {
	float:right;
	width:630px;
	padding:18px 13px 0 14px;
}
#footer #footer_content #footer_links a {
	color:#3c3c3c;
	text-decoration:none;
}
#footer #footer_content #footer_links a:hover {
	text-decoration:underline;
}

/****** black area ******/
.black_area {
	height:200px;
	padding:0;
	margin-bottom:6px;
	background:url(/images/black_area_bg.png);
}
.black_area .news_main {
	float:left;
	width:300px;
	height:230px;
}
.black_area .news_main .news_main_black_bg {
	position:absolute;
	margin-top:112px;
	height:109px;
	width:290px;
	padding:9px 5px 0;
	background:url(/images/news_main_black_bg.png);
	color:#ffffff;
	font-size:11px;
}
.black_area .news_main .news_main_black_bg a {
	display:block;
	margin-bottom:5px;
	font:bold 14px Tahoma;
	color:#ef0041 !important;
}
.black_area .news_right {
	height:110px;
	padding:0 10px 0 308px;
	*padding:0 10px 0 8px;
	font-size:11px;
	color:#cccccc;
}
.black_area .news_right a.news_right_link {
	display:block;
	margin-bottom:6px;
	font:bold 12px Tahoma;
	color:#ef0041 !important;
}
.black_area .news_right img {
	float:left;
	margin-right:14px;
}

/****** // black area ******/

/****** news list ******/
.news_list_item {
	border-bottom:1px solid #cccccc;
	padding:9px 0;
}
.news_list_item.news_list_item_first {
	border-top:none;
	padding-top:0;
}
.news_list_item img {
	float:left;
}
.news_list_text {
	padding:0 0 0 162px;
}
.news_list_head {
	font-size:11px;
	color:#000000;
	padding:4px 0;
}
.news_list_head a {
	font:bold 12px Tahoma;
	color:#ef0041 !important;
}
.news_list_tags {
	font-size:11px;
	color:#020202;
	padding:2px 0 0 0;
}
.news_list_tags a {
	color:#ef0041 !important;
}
/****** // news list ******/

/******* catalog ********/
.catalog_item {
	width:150px;
	float:left;
}
.catalog_item_text {
	font-size:11px;
}
.catalog_item_delim {
	width:25px;
	float:left;
}
.catalog_separator {
	font-size:1px;
	height:1px;
	background:url(/images/gray_separator.gif) repeat-x;
	margin:8px 0;
}
.catalog_bottom_separator {
	font-size:1px;
	height:3px;
	background:url(/images/gray_separator.gif);
	margin:8px 0;
}
.catalog_item_big_image {
	text-align:center;
}
/******* // catalog ********/

/******* pager ********/
.content_area.area_index {}
.pager_container {
	height:31px;
	background:#ffffff;
	position:relative;
	z-index:2;
}
.content_area .pager_container {
	left:20px;
	top:20px;
}
.pager {
	float:right;
	height:31px;
	background:#151515;
	color:#cccccc;
	padding:0 12px;
	line-height:31px;
}
.pager a {
	margin:0 3px;
	color:#f81125 !important;
}
.pager .select {
	border:1px solid #999999;
	font-weight:bold;
	padding:2px 5px 3px;
}
/******* // pager ********/


/****** sitemap ******/
#sitemap .page_tree {
	margin:10px 0;
}
#sitemap .page_tree img {
	display:none;
}
#sitemap .page_tree .tree_element .tree_branch_element {
	padding-left:15px;
}
/****** // sitemap ******/

/****** question form ******/
.question_form {
}
.question_form .question_input, .question_form .question_textarea {
	width:280px;
	border-bottom:2px inset #c0c0bf !important;
	border-right:2px inset #c0c0bf !important;
	margin:4px 0 8px !important;
}
.captcha_area {
	float:left;
	font-weight:bold;
}
.question_form .question_captcha {
	width:40px;
	border-bottom:2px inset #c0c0bf !important;
	border-right:2px inset #c0c0bf !important;
}
.question_captcha_image {
	margin-left:67px;
}
.question_form .question_submit {
	font:bold 11px Tahoma;
	color:#666666 !important;
	text-transform:uppercase;
	border:1px solid #cccccc !important;
	background:none !important;
	height:19px !important;
	padding:0px 10px !important;
	cursor:pointer;
}
.obligatory {
	color:#cc0000;
}
/****** // question form ******/

/****** links ******/
.links_list {
	border-top:1px solid #d5d5d5;
}
.links_list p {
	border-bottom:1px solid #d5d5d5;
	padding:10px;
}
.links_table {
	border:0;
	width:100%;
}
.links_table td {
	border:1px solid #e5e1d9;
}
/****** // links ******/

/*** additional ***/
.clear {
	height:1px;
	clear:both;
	*font-size:1px;
}
.content_center {
	text-align:center;
}
.content_right {
	text-align:right;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.no_border {
	border:none !important;
}
.height_10px {
	height:10px;
	font-size:1px;
}
.lite_text {
	margin:12px 0 !important;
	line-height:18px;
}
