html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html, body, div, p, h1, h2, h3, table, td, th, ul, ol, textarea, input {
	font-family: arial,helvetica,sans-serif;
}
html, body {
	height:100%;
	background: #fff;
	color: #192a33;
	font-size: 11px;
}
blockquote, q {
	quotes: "" "";
}

textarea {
	font-size: 11px;
}
img {
	display: none;
}
p {
	margin:10px 0;
}
a:link, a:visited {
	color:#005682;
}
a:hover, a:active {
	text-decoration:none;
}
ol, ul {
	padding-left:20px;
}
input, select, textarea {
	outline:none;
	overflow:visible;
}
/*===========================================================================*/
#layout_body {
    /*min-width:990px;*/
	margin: 0px;
	padding: 0px;
	background:#fff;
}
/** html body {
    width:expression(document.documentElement.clientWidth < 990 ? "990px" : "auto");
}*/

	
/*== header =========================================================================*/
#header {
	position:relative;
	/*height:88px;*/
	margin:0px 2px;
	/*padding:22px 10px 0 29px;*/
}
	/*#logo {
		display:block;
		float:left;
	}
	#head_menu {
		float:right;
	}*/
	#head_menu, #head_menu a:link, #head_menu a:visited {
		color:#666;
	}
	#search_form {
		margin-top:5px;
	}
		#search_form  input{
			margin-right:9px;
		}
	/*#head_tel {
		position:relative;
		float:right;
		width:200px;
		right:115px;
		font-size:13px;
		font-style:italic;
		color:#000;
	}*/
	#head_tel {
		position:relative;
		/*float:left;
		width:200px;*/
		/*left:294px;*/
		font-size:13px;
		font-style:italic;
		color:#000;
	}
		/*.head_tel_code {
			display:inline-block;
			float:left;
			line-height:23px;
		}
		.head_tel {
			font-size:30px;
		}*/
#header2 {
	display:none;
	/*position:relative;
	height:237px;
	margin-bottom:5px;
	background: url(/data/img/bg_header.jpg) repeat-x;*/
}
	/*#baksht_name {
		position:relative;
		float:left;
		top:128px;
		width:200px;
		padding:0 13px 0 15px;
		border-right:6px solid #94a7b0;
		text-align:right;
		color:#fff;
	}*/
	#baksht {
		display:none;
	}
	/*#quote {
		position:absolute;*/
		/*left:509px;*/
		/*top:50px;
		max-width:50%;
		font-size:21px;
		color:#fff;
		font-family:Tahoma;
	}
		.quotes {
			width:70px;
			text-align:center;
			font-size:59px;
			line-height:40px;
			color:#94a7b0;
			font-family:Tahoma;
		}*/
	
/*== menu =========================================================================*/
#menu {
	position:relative;
	/*height:32px;
	margin-bottom:17px;
	background: url(/data/img/bg_menu.jpg) repeat-x;*/
	/*font-size:15px;*/
	z-index:5;
}
/*#menu table {
	padding-right:2px;
	background:url(/data/img/border_menu.jpg) right no-repeat;
}*/
#menu td {
	position:relative;
	/*height:32px;*/
}
#menu a {
	display:inline-block;
	height:20px;
	padding:0px 2px;
	line-height:20px;
	/*background:url(/data/img/border_menu.jpg) left no-repeat;*/
}
#menu a:link, #menu a:visited {
	color:#005682;
	text-decoration:none;
}
#menu td a:hover, #menu td a:active, #menu td a.active {
	color:##005655;
}
	#menu ul {
		position:absolute;
		top:20px;
		*left:0;
		/*display:none;*/
		padding:0px;
		margin:0 auto;
		list-style-type:none;
		background:#f4f3f3;
		border:#d0d0d0 1px solid;
		/*font-size:13px;*/
	}
	#menu ul a {
		display:block;
		height:auto;
		line-height:15px;
		margin-bottom:3px;
		background:none;
		/*white-space:nowrap;*/
	}
		#menu ul a:link, #menu ul a:visited, #menu ul a.active, #menu ul a:hover {
			color:#201f20;
			text-decoration:underline;
		}
		#menu ul a:hover, #menu a:active, #menu a.active {
			text-decoration:none;
		}

/*== content: main =========================================================================*/
#content {
	margin:0px 2px;
	/*background: url(/data/img/bg_content.jpg) 213px 0 repeat-y;*/
}
	/*.l_col {
		width:200px;
		padding-right:13px;
	}
	.r_col {
		margin-left:250px;
		font-size:13px;
	}*/
.side_block {
	margin-bottom:9px;
}

.block_h {
	margin:3px 0px 5px;
}
.block_h a:link, .block_h a:visited {
	color:#192a33;
}
.news_block {
	margin-bottom:9px;
    /*overflow:hidden;
    zoom:1;*/
}
	.news_block  p{
		margin:0px;
	}
	p.news_h {
		/*font-size:13px;*/
		margin-bottom:2px;
	}
	p.news_h_b {
		/*font-size:15px;*/
	}
	.date{
		color:#b41026;
		/*font-size:11px;*/
	}
/*.l_col_inside {
	width:40%;
	float:left;
}
.r_col_inside {
	margin-left:41%;
}
.r_col_inside2 {
	float:right;
	width:200px;
}
.l_col_inside2 {
	margin-right:219px;
}*/
	/*.float_two {
		width:49%;
		height:53px;
		float:left;
		text-transform:uppercase;
		font-size:15px;
	}*/
		.float_two a:link, .float_two a:visited {
			color:#94a7b0;
			text-decoration:none;
		}
	/*.ico {
		float:left;
		margin-right:10px;
	}*/
/*.books a {
	position:relative;
	display:inline-block;
	margin:0px 6px 12px 0px;
	border:1px solid #ccc;
}
	.books a img.new {
		position:absolute;
		z-index:2;
		left:0;
		bottom:-10px;
	}*/
.books_table {
	margin-bottom:10px;
}
.books_descr p {
	margin:0 0 5px;
	font-size:11px;
}
td.books, td.books_descr {
	 border-bottom: 1px solid #94a7b0;
}
.news_main {
	margin-bottom:10px;
}
/*.float_three {
	width:30%;
	margin-right:15px;
	float:left;
}*/

/*== copyright =========================================================================*/
#footer {
	margin:10px 0px 0px;
	/*padding:15px 0px;*/
	border-top:1px solid #94a7b0;
	color:#201f20;
	font-size:11px;
}
.author {
	/*margin-left:70%;
	text-align:right;*/
}
.vcard .tel .tel_num {
	margin-left:5px;
	font-size:2px;
}


/*== forms =========================================================================*/
input[type=text], input[type=password], input.text, input.title, textarea, select { 
	background-color:#fff;
	border:1px solid #bbb;
		color:#666;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { 
	border-color:#666; 
}
textarea { height: 40px; }
input[type=checkbox], input[type=radio], input.checkbox, input.radio { 
	position:relative; top:.1em;
}

input.button {
	height:18px;
	padding:0px 10px;
	border:none;
	color:#fff;
}
label {
	margin-left: 10px;
}
.table_choice input {
	margin-right:3px;
}

/*== pages =========================================================================*/
/*#links
{
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    text-align: center;
}*/
#links a, #links span
{
    font-size: 11px;
    padding: 3px;
}
#links span
{
    /*font-size: 11px;*/
    color: gray;
}
#links span.active
{
    color: black;
    font-weight: bold;
}
#links a:hover
{
    background: #B41026;
    color: white;
}
#links .navi
{
    font-size: 10px;
}


/*== misc =========================================================================*/
/*.left {
	float:left;
}
.right {
	float:right;
}
.overflow {
	overflow:hidden;
	zoom:1;
}*/
.red {
	color:#7c141c;
}
.h_red {
	margin:3px 0;
	color:#7c141c;
	font-weight:600;
}
h1 {
	font-size:15px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:11px;
}
h6 {
	font-size:10px;
}

/* Ruslan */
#submit
{
    display: none;
}
/* End Ruslan */
/* Anton */
	.conroun { 
		font-weight: bold; 
		/*width: 90%; */
		margin: 0 auto; 
		padding: 10px 2px; 
		background: #EEE none repeat scroll 0 0; 
	}
	#stairs_time_top {
		/*background: transparent url(/data/home/stairs_line_top.gif) no-repeat top right;
		padding-right: 12px;
		margin-right: -12px;*/
		display: block;
	}
	.stairs_time {
		/*background: white url(/data/home/stairs_line.gif) repeat-y top right;
		padding-right: 12px;*/
		vertical-align: top;
		font-weight: bold;
		color: #7c141c;
		text-align: right;
	}
	.stairs_cor {
		padding: 5px 2px;
		background: #c4c4c4 none repeat scroll 0 0;
		text-align: center;
		margin: 3px 0px 3px 0px;
		color: black;
	}
/* End Anton */
