body {
margin: 0;
padding: 0;
background: #ccc;

}
#wrapper {
background: white;
box-shadow: 0px 0px 15px #222;
margin: 0 auto;
padding 0;
width: 889px;
min-width: 789px;
}
a img {border: 0px; }
#header {
background: url('img/logo_bg.jpg');
height: 162px;
}
#h_wrapper {
background: right top no-repeat url('img/logo_right.jpg');
	width: 100%;
}
#menu {
height: 52px;
background:#85a1af;	}
#menu .item {
padding-left: 25px;
padding-top: 3px;
float: left;
}
.item img {
width: 108px;
height: 45px;
}
.item #main {background: no-repeat url('img/main.jpg'); }
.item #about {background: no-repeat url('img/about.jpg'); }
.item #contacts {background: no-repeat url('img/contacts.jpg'); }
.item #news {background: no-repeat url('img/news.jpg'); }
.item #house {background: no-repeat url('img/house.jpg'); }
.item a:hover img
{
   background-position: 0 -45px !important;
}
#login-form {
position: absolute;
top: 100px;
padding 0;
}
#login-form form {
  padding: 0 0 0 570px; 
  font-size: 11px;
	font-family: Tahoma, verdana, sans-serif;
}
#login-form label {
  display:block;
  float: left;
  clear:left;
  width: 50px;
line-height: 22px;
}
#login-form input {
  display:block;
  float: left;
  width: 100px;
  border: 1px solid black;
  background: #eff9be;
  height: 17px;
  margin-bottom: 5px;
}
#login-form input#submit {width: 24px; height: 21px; border: 0;}
#menu #eye {
padding-left: 56px;
}
#content-wrapper {
background: right top no-repeat url('img/content_bg_top.jpg');
	padding: 0 31px;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, verdana, sans-serif;
	line-height: 1.5em;

}
#content {
        margin-right: 180px;

}
#content h2 {
color: #7B98AB;
font-size: 14px;
font-weight: normal;
}
#content ul, #content  ol {
padding-left: 0;
margin-left: 15px;
padding-bottom: 0px;
margin-bottom: 0px;
}
#hr {
background: repeat-x url('img/bottom_bg.jpg');

}
#bottom-menu {
text-align: center;
padding-bottom: 1em;
}
#bottom-menu a {
color: black;
margin: 0 10px;
}
