
	@import url("reset.css");

html , body{
	height:100%;
}
body {
	color:#000;
	font-size:11px;
	font-family:Verdana;
	background:url(../images/bg_f.gif) repeat;
}
a {

}
a:hover {
	text-decoration:underline;
	color:#000;
}
h1 {
	color:#00;
	font-size: 12pt; 
	font-weight:bold;
	margin:0 0 12px 0;
}
h2 {
	color:#00;
	font-size: 10pt; 
	font-weight:bold;
	margin:0 0 12px 0;
	
}
h3 {
	font-size:24px;
	color:#0299CF;
	margin:0 0 5px 0;
}

.page {
	width:773px;
	min-height:100%;
	_height:100%;
	margin:0 auto;
	background:url(../images/bg.png) repeat-y;
}

.header { 
	height:116px;
	background:url(../images/bg_bot_header.png) left bottom no-repeat;
	position:relative;
}
.con_head {
	height:116px;
	background:url(../images/bg_header.png) no-repeat;
}
.left_head {
	position:absolute;
	width:150px;
	left:10px;
	bottom:8px;
	color:#fff;
	line-height:1.1;
	font-size:10px;
	text-shadow: #333 0 1px 1px;
}
.center_head {
	position:absolute;
	width:150px;
	left:10px;
	bottom:8px;
	color:#fff;
	line-height:1.1;
	font-size:10px;
	text-shadow: #333 0 1px 1px;
}
.right_head {
	position:absolute;
	width:130px;
	right:18px;
	bottom:19px;
	color:#fff;
	line-height:1.1;
	font-size:10px;
	text-shadow: #333 0 1px 1px;
}
/*=================================*/
.container {
	padding:14px 0 30px 0;
}
/*===================================*/
.right_block {
	width:590px;
	float:right;
}
.bl_text {
	width:440px;
	float:left;
	font-size:11px
}
.bl_text p {
	padding:0 0 10px 0;
}
.bl_text p.dovn {
	text-indent:14px;
	padding:0 0 14px 0;
}
.bl_text ul {
	margin:0 0 10px 20px;
}
/*===================================*/
.block_reclam {
	width:120px;
	float:right;
	margin-right:16px;
}

/*===================================*/
.left_col {
	width:158px;
	float:left;
	margin-left:5px;
}
.menu {
	list-style:none;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.menu li {
	border:1px solid #000;
	margin-bottom:7px;
	padding:1px 4px 1px 20px;
	background:#fff url(../images/pylka.png) 7px 2px no-repeat;
	position:relative;
	_left:-6px;
}
.menu li a, .menu li a:visited {
	color:#05508F;
	text-decoration:none;
}
.menu li a:hover {
	color:#000;
}
.bl_lef {
	border:1px solid #000;
	padding:6px 6px 10px 6px;
	background:#fff;
	font-size:10px;
	margin-bottom:14px;
}
.bl_lef h5 {
	margin-bottom:14px;
	font-size:10px;
}
.bl_lef p {
	margin:6px 0;
}
.t_form {
	margin:12px 0 0 40px;
}
.t_form td {
	padding:4px;
}
.t_form td input, .t_form td textarea, .t_form td select {
	border:1px solid #333;
}
/*===================================*/
.footer {
	height:21px;
	position:relative;
	width:773px;
	margin:-21px auto 0 auto;
	background:#fff url(../images/bg_footer.png) no-repeat;
	color:#fff;
	text-align:center;
	line-height:20px;
	font-size:10px;
}
.clear {
	clear:both;
}