* {
  margin: 0;
  padding: 0;
}

html, body { 
	width: 100%;
	height: 100%;
	
	font-family: Arial;
	font-size: 12px;
	color: #4a0b33;
}
body {
/*	position: absolute;
	height: auto !important;
	height: 100%;
	min-height: 100%;

	width: 100%;
	min-width: 990px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 990? "990px": "100%");
*/	background-color: #f3f3e6;
}
/*div.h100 {
	position: absolute;
	height: auto !important; 
	height: 100%;
	min-height: 100%;

	width: 990px; 
	margin-left: -495px; 
	left: 50%;

	background: url(../img/left100.gif) repeat-y 9px 0px;
}*/
div.h100 {
	height: auto !important;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative; 
	width: 990px;
}

/*html>body div.h100 {
	height: auto; 
	min-height: 100%;
}*/



img { border:0; }

table {
	position: relative;  
	border-collapse: collapse;
	width: 100%;
}
td { vertical-align: top; }


a:link, a:visited {
	text-decoration: none;
	color: #005ea1;
}
a:hover {
	text-decoration: underline;
	color: #aad7f7;
}

/* 					all																						 */
/*div.all {
	position: relative;
}*/
/* 					footer																						 */
/*div.all { padding-bottom: 67px; }*/

div.place_for_footer {
	height: 72px;
	width: 100%;
	clear: both;
}

div.footer {
	background:transparent url(../img/footer.png) no-repeat scroll 0%;
	height: 45px;
	width: 990px;

	position: relative;        
	margin: 0 auto;
	margin-top: -8px;
}

/* 					bell																						 */
div.bell {
	position: absolute;
	top: 0;
	right: 15px;
	width: 55px;
	height: 50px;
}

div.bell a:link, div.bell a:visited {
	display: block;
	width: 55px;
	height: 50px;
	color:#fff;
}

/* 					copyright																						 */
div.copyright {
	position: relative;
	height: 16px;
	top: 22px;
	left: 38px;
	font: bold 10px Arial;
	color: #fff;
}

a.copyright:link, a.copyright:visited, a.copyright:hover {
	color: #e0bfd3;	
	font-weight: bold;
	text-decoration: none;
}
a.rambler:link, a.rambler:visited, a.rambler:hover {
	color: #3390d2;	
	font-weight: normal;
	text-decoration: underline;
}

a.links:link, a.links:visited, a.links:hover {
	color: #3390d2;	
	font-weight: normal;
	text-decoration: none;
}

/* 					header																						 */
div.header {
	position: relative;
	height: 204px;
/*	width: 990px;
	margin: 0px auto;*/
	background-color: #d3cfc3;
/*	min-width: 950px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 950? "950px": "100%");
	background: url(../img/bg_header.jpg) no-repeat top left;*/
}
div.header_inner {
	position: relative;
	height: 129px;
	background-color: #d3cfc3;
}
div.top_menu_left {
	position: absolute;
	top: 19px;
	left: 45px;
	width: 233px;
	height: 12px;
	background: url(../img/top_menu_left.gif);
}
div.top_menu_left a {
	position: absolute;
	top: 0px;
	height: 12px;
	display: block;
}
div.top_menu_right {
	position: absolute;
	top: 11px;
	left: 336px;
	width: 474px;
	height: 30px;
	background: url(../img/top_menu_right.jpg);
}
div.top_menu_right a {
	position: absolute;
	top: 0px;
	height: 30px;
	width: 150px;
	display: block;
}

div.logo {
	position: absolute;
	top: 41px;
	left: 0px;
	width: 317px;
	height: 163px;
	background: url(../img/logo.jpg);
}
div.logo a {
	display: block;
	width: 317px;
	height: 163px;
}
div.logo_inner {
	position: absolute;
	top: 41px;
	left: 0px;
	width: 317px;
	height: 88px;
	background: url(../img/logo_inner.jpg);
}
div.logo_inner a {
	display: block;
	width: 317px;
	height: 88px;
}
div.top_image {
	position: absolute;
	top: 41px;
	left: 317px;
	width: 670px; /* 673-1 */
	height: 156px; /* 163-6 */
	padding-left: 3px;
	padding-top: 7px;
	background: url(../img/top_image.gif) no-repeat;
}
div.top_image_inner {
	position: absolute;
	top: 41px;
	left: 317px;
	width: 670px; /* 673-3 */
	height: 80px; /* 88-8 */
	padding-left: 3px;
	padding-top: 8px;
	background: url(../img/top_image_inner.gif) no-repeat;
}


/* 					icons																						 */
div.rss, div.rss a {
	width: 14px;
	height: 14px;
}
div.rss {
	position: absolute;
	top: 18px;
	right: 388px; 
	background: url(../img/rss.gif) no-repeat;
}
div.rss a{	display: block;}

/* 					icons																						 */
div.icons {
	position: absolute;
	top: 18px;
	right: 232px;
	height: 12px;
	width: 120px;
}
a.icon { 
	display: block;
	position: absolute;
	top: 0px;
	width: 13px;
	height: 12px;
	font-size: 1px;
}

/* 		content		*/
.content {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	font-family: Arial;
	background-color:#d3cfc3;
	margin-top:5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.content_left {
	position: relative;
	float: left;
	width: 200px;
	z-index: 111;
	padding:5px 15px 10px 10px;
}
.content_right {
	position: relative;
	padding: 15px 10px 10px 15px;
	float: right;
	width: 233px; /* 264-10-21 */
	z-index: 111;
}
.content_center {
	position: relative;
	margin: 0px 258px 0px 231px;
	padding:5px 10px;
	top:15px;
	z-index: 1;
	*height: 1%;
	border:3px solid #4a0b33;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#fff;
	
}
.content_center p{
	text-align:justify;
}
.content_center img{
	margin:10px 0;
}
h1{
	font: normal 24px Arial;
	color: #4a0b33;
	text-align:left;
	margin-bottom:10px;
}
h2,.main2 h1,.main h1{
	margin:5px 0;
	text-align:left;
}





/* 		main 																					*/
.main, .main2 {
	position: relative; 
	font: 12px Arial;
	text-decoration: none;
	color: #4a0b33;
	line-height: 15px;
	background-color: #fafaf4;
	margin-bottom: 5px;
}
.main h1, .main2 h1 { 
	font: bold 14px Arial;
	color: #9a081b;
	padding-left: 16px;
	background: url(../img/table_main_h1.gif) no-repeat 0px 3px;
	padding-bottom: 6px; 
}

.main_inner h2 { 
	font: bold 12px Arial;
	color: #9a081b;
}

.main h3, .main2 h3 { 
	font: bold 12px Arial;
	color: #9a081b;
	float: right;
	margin-left: -14px;
	padding-left: 14px;
	background: url(../img/news_item_img.gif) no-repeat 0px 3px;
}


/* 								 */
.main ul{ 
	width: 100%;
	list-style: disc; 
	margin-bottom:20px;
}
.main ul li{ 
	padding-bottom: 6px; 
	margin-left:15px;
	text-align:justify;
}
.main ul li a{
	color: #9a081b;
	display:block;
}
.main ul li a:hover {
	text-decoration: underline;
}
.main2 ul{
	list-style:none;
}
.main2 ul li{
	padding:5px 10px;
}
.main2 ul li.odd{
	background-color:#cfcfcf;
	
}
.main2 ul li a{
	color: #9a081b;
	display:block;
}

#tooltip {
	position: relative;
	background: url(../img/news_bg.gif) repeat-y;
	font: 12px Arial;
	margin-bottom: 7px;
}

/* 					news																				 */
div.news {
	position: relative;
	font: 14px Arial;
	margin-bottom: 7px;
}

div.news_item {
	border:3px solid #4a0b33;
	padding: 20px 30px;
	font: 14px Arial;
	margin-bottom:10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#fff;
}
div.forum_item {
	padding-bottom: 10px;
	font: 12px Arial;
	line-height: 10px;
}
div.news_date {
	position: relative;
	font: 12px Arial;
	color: #9a081b;
	margin-left: -14px;
	padding-left: 14px;
	background: url(../img/news_item_img.gif) no-repeat 0px 3px;
	margin-bottom: 4px;
}
a.news_name:link, a.news_name:visited {
	font: 14px Arial;
	color: #797979;
	text-decoration: none;
}

a.news_text:link, a.news_text:visited {
	font: 12px Arial;
	color: #000;
	text-decoration: none;
	line-height: 10px;
}

/* right */
div.right_bottom {
	width: 217px; /* 233-9-10 */
	padding: 8px 9px 15px 7px;
	background: url(../img/produser_bottom.gif) no-repeat bottom left;
}

/* banners */
div.banner_right {
	font-size: 1px;
	margin-bottom: 7px;
}
div.banner_left {
	position: relative;
	left: 9px;
	margin-top: 7px;
	font-size: 1px;
}
div.banner_center {
	position: relative;
	text-align: center;
	font-size: 1px;
	margin-bottom: 8px;
	width: 100%;
}


/*						kroshka												*/
div.kroshka {
	position: relative;
	font: 12px Arial;
	color: #4a0b33;
	margin: -3px 0px 6px 11px;
	*height: 1%;
}
div.kroshka a:link, div.kroshka a:visited  {
	font-weight: normal;
	color: #4a0b33;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 2px;
	background: url(../img/news_full_img.gif) no-repeat right 3px;
}
div.kroshka a:hover  {
	font-weight: normal;
	text-decoration: underline;
	color: #4a0b33;
}
div.kroshka #current  {
	font-weight: bold;
	text-decoration: underline;
	color: #9a081b;
	background: none;
}
div.hidDiv {
display:none;
}

#container {
padding-bottom: 135px;
}

.clear {
       clear: both;
       height: 10px;
       xoverflow: hidden;
}

 a.small
{
color:#005EA1;
}
 a.small:hover
{
color:#005EA1;
}

#filter{
	list-style:none
}
#filter li{

}
.pagination{
	margin: 20px auto 10px auto;
	text-align:center;
}
.pagination a{
	padding:0 3px;
	margin:0 2px;
}
#filter li{
	float:left;
	margin:0 10px;
	text-transform:lowercase;
	background-color:#d3cfc3;
	padding:3px 7px;
	outline:0;

}
#filter li.active{
	background-color:#fff;
	outline:0;

}
:focus {
	outline: 1;
}

