* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	width: 100%;
	height: 100%;
    background: #e3ecf2 url(images/bg_body.png) repeat-y center;
	color: #000;
}
a {
	color: #024b79;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
ul li{
	list-style-type: none;
}
#wrapper {
    position:relative;
    width: 980px;
	margin: 0 auto;
	min-height: 100%;
	padding-top: 20px;
	height: auto !important;
	height: 100%;
}
.left {
    float:left;
    width:220px;
}
.right{
    position:relative;
    float: right;
    width:745px;
}
.head-right{
    height:279px;
    background: url(images/bg_head_right.jpg) no-repeat;
	margin-bottom: 22px;
	position: relative;
}
.head_menu {
	position: absolute;
	bottom: 17px;
	_bottom: 14px;
	left: 10px;
	font-size: 24px;
}
#hmenu {
	margin-left: 8px;
}
#hmenu li a {
	color: #024b79;
	margin-right: 15px;
margin-left: 15px;
}

ul#hmenu li {
	height: 25px;
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
}
ul#hmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0px;
    font-size: 16px;
}
ul#hmenu ul li {
	height: 25px;
	width: 230px;
	float: left;
	display: block !important;
	display: inline;
}

/* Main Menu*/
ul#hmenu a {
    float: none !important;
	float: left;
    display: block;
    height: auto !important;
	height: 1%;
}

/* Second Menu */
ul#hmenu li:hover li a,
ul#hmenu li.iehover li a {
	float: none;
   	background: #435560;
	color: #fff;
	padding: 5px;
	margin-bottom: 2px;
}

/* Second Menu Hover */
ul#hmenu li:hover li a:hover,
ul#hmenu li:hover li:hover a,
ul#hmenu li.iehover li a:hover,
ul#hmenu li.iehover li.iehover a {
	background: #024B79;
    color: #FFFFFF;
}

ul#hmenu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
}

ul#hmenu li:hover ul ul,
ul#hmenu li.iehover ul ul {
	display: none;
}

ul#hmenu li:hover ul,
ul#hmenu ul li:hover ul,
ul#hmenu li.iehover ul,
ul#hmenu ul li.iehover ul {
	display: block;
}


.content_top {
	background: url(images/bg_content_top.jpg) no-repeat;
	height: 23px;
	width: 737px;
	margin-left: 7px;
}
.content {
	background: url(images/bg_content.jpg) repeat-y 88%;
	padding: 0 32px;
}
.content p img {
	margin-right: 25px;
	margin-bottom: 32px;
	_float: none;
	_margin: 0;
	_padding: 0;
}


.content p {
	margin-right: 20px;
	margin-bottom: 20px;
text-indent: 2em;

text-align: justify;

}


.content h1{
	color: #024b79;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 22px;
}
.content ul li{
  list-style-type:disc;
}
.content ul{
  margin:0 0 20px 30px;
}
.content_bottom {
	background: url(images/bg_content_bottom.jpg) no-repeat;
	height: 29px;
	margin-top: -18px;
	width: 737px;
	margin-left: 7px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    clear:both;
    width: 980px;
	height: 86px;
	margin: 0 auto;

	text-align: center;
}

/* my
-----------------------------------------------------------------------------*/
.logo {
	text-align: center;
}
.logo a {
	font: 28px Arial;
	font-weight: bold;
	color: #024b79;
}
.logo span {
	font: 18px "Times New Roman";
	font-style: italic;
}
.head-left {
    position:relative;
}
.head-left ul {
    position:relative;

}
.head-left .telephon {
	font: 30px Arial;
	_font: 26px Arial;
	_margin-bottom: 10px;
	width: 300px;
	_width: 220px;
	font-weight: bold;
	padding-bottom: 18px;
}
.widget {
	width: 220px;
}
.online {
	margin-top: 25px;
	_margin-top: 14px;
	margin-bottom: 16px;
}
.online, .contacts{
	width: 220px;
	height: 145px;
}
.widget_top {
	height: 11px;
	width: 220px;
	background: url(images/bg_widg_top.jpg) no-repeat bottom;
	margin-top: 7px;
	_margin-top: 0;
}
.widget_content {
	clear: both;
}
.widget .menu {
	min-height: 250px;

}
.widget .text {
	clear: both;
	font-size: 18px;
  	background: url(images/bg_widg.jpg) repeat-y left;
     
}
.widget .text img {
	float: left;
}
.widget .text ul {
	padding-left: 7px;
	padding-right: 2px;
  
}
.widget .text ul li {
  
}
.widget .text ul li a {
	color: #024b79;
	text-decoration: none;
}
.widget .text ul li a:hover {
	text-decoration: underline;
}

.widget_bottom {
	height: 10px;
	width: 220px;
	background: url(images/bg_widg_bottom.jpg) no-repeat;
}
.ruchka {
	background: url(images/bg_widg_ruchka.jpg) no-repeat left;
	height: 150px;
	width: 220px;
}

.footer-left{

}
.footer-right{
 
}


