* {
  margin: 0;
  padding: 0;
}

html, body { 
	width: 100%;
	height: 100%;
	
	font: 11px Arial;
	color: #44474f;
}
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: #E9E9E2;
/*	background: #E9E9E2 url(/site/img/header.gif) repeat-x top left;*/
	
}
div.h100 {
	position: relative; 
	height: 100%;
	width: 980px;
	margin: 0 auto;
/*	background: url(/site/img/left100.gif) repeat-y 9px 0px;*/
x	border-left: 2px solid #ec0303;
x	border-right: 2px solid #ec0303;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background: url(/site/img/bg.gif);
}
html>body div.h100 {
	height: auto; 
	min-height: 100%;
}
div.lefth100_top {
	position: absolute; 
	top: 0px;
	left: 7px;
	height: 11px;
	width: 13px;
	background: url(/site/img/left100_top.gif) no-repeat;
}


img { border:0; }

table {
	position: relative;  
	border-collapse: collapse;
}
td, th { 
	position: relative;  
	vertical-align: top; 
	text-align: left;
}


a:link, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
/*	color: #dd0e1f;*/
	color: #ce0002;
}

/* footer																				 */
div.place_for_footer {
	height: 58px;
	width: 100%;
	clear: both;
}

div.footer {
	position: absolute;
	bottom: 0;
	width: 980px;
	height: 58px;
	background: url(/site/img/footer.gif) no-repeat 240px 24px;
	border-top: 3px solid #350f10;
}

div.footer_01, div.footer_02, div.footer_03, div.footer_04 {
	position: absolute;
	top: 16px;
x	height: 48px;
	font: 11px Tahoma;
	color: #383f47;
}
div.footer_01 { left: 0px;   width: 170px; padding-left: 71px;}
div.footer_02 { left: 241px; width: 204px; padding-left: 56px;}
div.footer_03 { left: 501px; width: 210px; padding-right: 50px; text-align: right;}
div.footer_04 { left: 764px; width: 215px; text-align: center;}

div.footer_01 a:link, div.footer_01 a:visited { 
	color: #ce0002;
	text-decoration: none;
}


/* 					header																						 */
div.header {
	position: relative;
	height: 317px; /* 32 */
	width: 980px;
	background: url(/site/img/header.jpg) no-repeat bottom left;
}
div.header_inner {
	position: relative;
	height: 154px; /* 32 */
	width: 980px;
	background: url(/site/img/header_inner.jpg) no-repeat bottom left;
}

div.inner_left {
	position: relative;
	height: 111px;
	width: 241px;
	background: url(/site/img/inner_left.jpg) no-repeat left top;
}


/* link_to_main 									*/
div.link_to_main {
	position: absolute;
	top: 60px;
	left: 28px;
	width: 178px;
	height: 78px;
}
div.link_to_main a {
	display: block;
	width: 178px;
	height: 78px;
}

/* 					content																						 */
div.content_inner {
	position: relative;
	padding: 21px 29px;
	margin-bottom: 30px;
	background-color: #f4f4f4;
	font: 12px Arial;
	color: #000;
}

div.content_inner p {
	margin: 1em 0;
}
div.content_inner img {
	display:block;
	position: relative;
	float: left;
	padding-left: 3px;
	background: url(/site/img/image_left.gif) repeat-y;
	margin: 0px 20px 10px 0;
}

div.content_inner h1 {
	clear: both;
	margin-bottom: 1em;
	font: bold 14px Arial;
	color: #bf0101;
}

div.content_inner h2 {
	clear: both;
	margin-bottom: 1em;
	font: bold 13px Arial;
	color: #030303;
}

div.content_inner hr {
	clear: both;
	margin: 10px 0;
	background-color: #c7c7c7;
	color: #c7c7c7;
	height: 1px;
	border: 0;
}
div.content_div {
	clear: both;
	margin: 15px 0;
	background-color: #c7c7c7;
	height: 1px;
}
div.content_div_02 {
	clear: both;
	margin: 15px -29px 15px 0;
	background-color: #c7c7c7;
	height: 2px;
}

div.content_div_03 {
	clear: both;
	width: 165px;
	margin: 15px 0;
	background-color: #c7c7c7;
	height: 1px;
}

div.content_div_04 {
	clear: both;
	margin: 15px -29px 15px 0;
	background-color: #c7c7c7;
	height: 1px;
}

/* banners 																		*/

div.banner_left {
	position: relative;
	width: 241px;
	text-align: center;
	margin: 40px 0;
}
div.banner_bottom {
	position: relative;
	margin: 21px 27px;
}


/*						kroshka												*/
div.kroshka {
	position: relative;
	font: 11px Tahoma;
	color: #b20000;
	background-color: #e9e9e2;
	padding: 5px 29px 7px;
}
div.kroshka a:link, div.kroshka a:visited  {
	font-weight: normal;
	color: #39392c;
	text-decoration: underline;
	background: url(/site/img/kroshka_div.gif) no-repeat 100% 4px;
	padding-right: 14px;
	margin-right: 7px;
	white-space: nowrap;
}
div.kroshka a:hover  {
	font-weight: normal;
	text-decoration: underline;
	color: #b20000;
}


/* 		search 																	*/
div.search {
	position: absolute;
	top: 213px;
	*	top: 212px;
	left: 43px; 
	width: 154px;
	height: 16px;
}
div.search_inner {
	position: absolute;
	top: 19px;
	*	top: 18px;
	left: 39px; 
	width: 154px;
	height: 16px;
}
div.input_search {
	float: left; 
	width: 100px;
	height: 14px;
	border: 1px solid #909090;
	*	border: 0;
}
input.search {
	font: 11px Tahoma;
	width: 92px;
	height: 14px;
	border: 0;
	padding-left: 4px;
	*	border: 1px solid #909090;
}
input.but_search {
	float: left; 
	width: 48px;
	height: 16px;
	border: 0px;
	background-image: url(/site/img/but_search.gif); 
	margin-left: 4px;
	* margin-top: 1px;
}

/* paging 																		*/
div.paging {
	position: relative;
	text-align: center;
	margin-top: 26px;
	margin-bottom: 12px;
	font: 11px Tahoma;
	color: #bf0101;
}

div.paging a {
	padding: 1px 3px 2px 4px;
	margin: 0 2px;
}

div.paging a:link, div.paging a:visited {
	font: 11px Tahoma;
	color: #bf0101;
	text-decoration: none;
}
div.paging a:hover {
	color: #000;
}

div.paging a#active:link, div.paging a#active:visited {
	font: 11px Tahoma;
	color: #fff;
	background-color: #bf0101;
	text-decoration: none;
}

/* << >> */

a.prev { background: url(/site/img/paging_prev_na.gif) no-repeat center 5px; }
a.prev:hover { background: url(/site/img/paging_prev_a.gif) no-repeat center 5px; }
a.next { background: url(/site/img/paging_next_na.gif) no-repeat center 5px; }
a.next:hover { background: url(/site/img/paging_next_a.gif) no-repeat center 5px; }


/* 																																			 */
/* 																																			 */
/* 																																			 */



/* images3 																				*/
div.images3 {
	position: relative;
	width: 739px;
	height: 152px;
	background-color: #f4f4f4;
}
div.images3_item {
	float: left;
	padding: 0 25px 0 29px;
	width: 191px;/* 245 */
	height: 152px;
	overflow: hidden;
	background: url(/site/img/images3_item_left.gif) no-repeat;
}

div.images3_item_img{
	width: 191px;
	height: 114px;
	overflow: hidden;
}

div.images3_item_text{
	padding: 7px 10px 0 10px;
	width: 171px;
	height: 29px;
	font: 11px Tahoma;
	overflow: hidden;
}

/* images 										 */
div.images_inner {
	position: relative;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	width: 140px;
	height: 120px;
	overflow: hidden;
	font: 11px Tahoma;
	color: #000;
}
div.images_inner img {
	margin-bottom: 3px;
}

/* big_image 										 */
td.big_image {
	padding-right: 10px;
      width:340px;
}
td.big_image img {
	background: none;
	padding: 0;
	margin: 0;		
	padding: 6px;
	border: 1px solid #c7c7c7;
}

td.big_image2 {
	padding-left: 10px;
}
td.big_image2 img {
	background: none;
	padding: 0;
	margin: 0;		
	padding: 6px;
	border: 1px solid #c7c7c7;
}

/* small_images 										 */
td.small_images {
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	background: url(/site/img/image_left.gif) repeat-y top left;
}
td.small_images img {
	position: relative;
	display: block;
	background: none;
	padding: 0;
	margin: 2px 0 3px;		
	float: none;
}

td.small_images2 {
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	background: url(/site/img/image_left.gif) repeat-y top right;
}
td.small_images2 img {
	position: relative;
	display: block;
	background: none;
	padding: 0;
	margin: 2px 0 3px;		
	float: none;
}

/* td_news */
td.news_01 {
	width: 400px; /* 425 */
	padding: 51px 0 16px 25px;
	background: #eeeded url(/site/img/td_news_01.gif) no-repeat top left;
	text-align: justify;
}
td.news_02 {
	width: 56px;
	background: #eeeded url(/site/img/td_news_02.gif) no-repeat top left;
}
td.news_03 {
	width: 238px; /* 258-20 */
	padding: 51px 20px 16px 0;
	background: #eeeded url(/site/img/td_news_03.gif) no-repeat top left;
}

td.news_01, td.news_03 {
	font: 11px Tahoma;
	color: #1b1b1b;
}
td.news_01 p {
	padding-bottom: 10px;
}
td.news_01 h1 {
	font: bold 14px Arial;
	color: #080808;
	padding-bottom: 10px;
}
td.news_03 h1 {
	font: bold 14px Arial;
	color: #d80202;
x	padding-bottom: 10px;
}
td.news_03 span {
	display: block;
	font: 9px Tahoma;
	color: #999999;
	padding-top: 10px;
}

td.news_01 a:link, td.news_01 a:visited,
td.news_03 a:link, td.news_03 a:visited {
	text-decoration: none;	
	color: #1b1b1b;
}
td.news_01 a:hover,
td.news_03 a:hover {
	text-decoration: underline;	
}

/* link_full 																		*/
div.link_full {
	margin-top: 15px;
	text-align: right;
}
div.link_full a:link, div.link_full a:visited {
	font: 10px Arial;
	color: #c2bcbc;
	padding-left: 11px;
	text-decoration: none;	
	background: url(/site/img/link_full.gif) no-repeat 0 5px;
}
div.link_full a:hover {
	text-decoration: underline;	
}

/* link_full 																		*/
div.link_full_red {
	clear: both;
	text-align: right;
}
div.link_full_red a:link, div.link_full_red a:visited {
	font: 11px Tahoma;
	color: #bf0101;
	padding-left: 7px;
	text-decoration: none;	
	background: url(/site/img/link_full_red.gif) no-repeat 0 6px;
}
div.link_full_red a:hover {
	text-decoration: underline;	
}


/* form 									 */
div.form_01 {
	padding: 100px 0 0 100px;
}
div.form_02 {
}

div.form_02_right {
	padding-left: 40px;
	background: url(/site/img/images3_item_left.gif) repeat-y top left;
	white-space: normal;
	text-align: left;
	font: 11px Tahoma;
	color: #000;
	width: 240px;
}

table.form {
	
}

table.form td {
	font: 12px Arial;
	text-align: right;
	padding-top: 7px;
	padding-right: 4px;
	white-space: nowrap;
}

td.input textarea,
td.input input {
	font: 11px Tahoma;
	padding: 0 4px;
	width: 260px;
	background-color: #e9e9e2;
	border: 1px solid #909090;
}

table.form td textarea  {
	height: 84px;
}

input.but_form  {
	height: 16px;
	background: url(/site/img/but_form.gif) repeat-x;
	font: 11px Tahoma;
	color: #fff;
	border: 0;
	padding: 0 5px 2px 5px;
}


/* quest answer */
div.quest, div.answer {
	padding-left: 14px;
	text-align: justify; 
}

div.quest {
	background: url(/site/img/quest.gif) no-repeat 0px 5px;
}
div.answer {
	background: url(/site/img/answer.gif) no-repeat 0px 5px;
}
div.news_photo{
	height: 120px;
	overflow: hidden;}

