html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #444e57;
	background: #ffffff url(images/bg.gif) left top repeat-x;
}
A {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  text-decoration: underline;
  color: #20b4e2;
  outline: none;
}
A:hover {
  text-decoration: none;
}
A IMG{
	border: 0;
}
#all{
	min-width: 990px;
	max-width: 1520px;
	margin: 0 auto;
}
#header{
	height: 276px;
	padding: 136px 20px 0 20px;
	background: url(images/header_bg.jpg) center 35px no-repeat;
	overflow: hidden;
	position: relative;
}
#header blockquote{
	float: left;
	width: 343px;
	height: 72px;
	margin: 0;
	text-indent: -700em;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/logo.png) left top no-repeat;
}
#header blockquote a{
	display: block;
	width: 343px;
	height: 72px;
}
#header_phone{
	position: absolute;
	top: 62px;
	left: 50%;
	margin: 0 0 0 -60px;
	font-size: 20px;
	color: #cad9e0;
}
#header_phone span{
	padding: 0 20px 0 0;
}
#header_contacts{
	position: absolute;
	top: 350px;
	left: 20px;
	font-size: 14px;
}
#content{
	padding: 0 20px 20px 20px;
	text-align: justify;
	overflow: hidden;
}
#content_left{
	float: left;
	width: 250px;
	margin: 0 25px 0 0;
	overflow: hidden;
}
#content_right{
	float: right;
	width: 250px;
	margin: 0 0 0 25px;
}
#content_center{
	overflow: auto;
	zoom: 1;
}
h1{
	font-size: 22px;
	margin: 0 0 20px 0;
}
.txt{
	margin: 0 0 50px 0;
	line-height: 1.4em;
}
h3{
	height: 25px;
	margin: 0 0 20px 0;
	padding: 11px 15px 0 15px;
	font-size: 12px;
	background: url(images/title_bg.gif) left top no-repeat;
}
h3 span{
	display: inline-block;
	vertical-align: top;
	width: 78px;
	color: #edeff2;
}
* html h3 span{
	display: inline;
}
*+html h3 span{
	display: inline;
}
#menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li{
	padding: 0 0 10px 20px;
	font-size: 11px;
	background: url(images/bullet.gif) left 1px no-repeat;
}
#menu li a{
	color: #444e57;
	text-decoration: none;
}
#menu li a:hover{
	text-decoration: underline;
}
#menu li ul{
	margin: 12px 0 0 0;
	padding: 0;
	list-style: none;
}
#menu li ul li{
	padding: 0 0 5px 0;
	background: none;
}
.just{
	margin: 20px 0;
	padding: 25px 0 0 0;
	line-height: 1.4em;
	border-top: 1px dotted #88949d;
}
ul{
	margin: 0 0 0 20px;
	padding: 0;
}
ul li{
	padding: 0 0 15px 0;
}
#content_right ul li{
	font-weight: bold;
}
.table_txt td{
	vertical-align: top;
}
h2{
	font-size: 18px;
	margin: 0 0 25px 0;
}
.table{
	margin: 0 0 50px 0;
	background: #f1f2f4;
}
.table th{
	padding: 5px;
	text-align: center;
	background: #f0f3f5;
}
.table td{
	padding: 10px;
	background: #ffffff;
}
#bottom{
	width: 100%;
	padding: 25px 0;
	background: #28333c;
}
#bottom_center{
	width: 990px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	color: #d5dde5;
	font-weight: bold;
	line-height: 1.6em;
}
#bottom_center a{
	color: #d5dde5;
}
.button_pad a {
  	font-family: Tahoma, Verdana, Arial, sans-serif;
  	color:#20b4e2;
}
.button_pad a:hover {
	color:#6fd2fe;
}
