* {
  font: 12px Arial;
}

body, html {
  padding: 0;
  margin: 0;
  color: #333;
  text-align: center;
  height: 100%;
  background-color: #dbdcd4;
}

p {

}

a {
  color: #35579b;
  text-decoration: none;
}

a:hover {
  color: #47649f;
  text-decoration: underline;
}

h1, h2, h3, h4 {
  color: #4c4c4c;

}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

strong, b {
  font-weight: bold;
}


.clear {
  clear: both;
}

.box-clm {
  clear: both;
}

.left-clm {
  float: left;
  width: 166px;
  padding: 20px 10px 20px 20px;
}

.center-clm {
  float: left;
  width: 680px;
  background-color: #FFF;
  overflow: auto;
  border: 1px solid #a5aebe;
}

.right-clm {
  float: right;
  width: 242px;
  overflow: hidden;
  text-align: right;
}

#mainContainer {
  width: 1140px;
  margin: 0 auto;
  min-height: 100%;
  text-align: left;
}

* html #mainContainer {
  height: 100%;
}

#header {
  background-color: #FFF;
}

#header-logo {
  float: left;
  width: 100%;
  height: 267px;
  background: #FFF url('http://admugansk.ru/images/header-pano.jpg') no-repeat right top;
}

#header-logo img {
  margin-top: 60px;
  margin-left: 20px;
}

#banners {
  width: 1140px;
  height: 500px;
  #height: 0px;
  margin: 0 auto;
  margin-top: -500px;
  #margin-top: 0px;
  padding: 25px;
  clear: both;
  text-align: center;
}

#banners img, object {
  padding-right: 5px;
}

#footer {
  width: 1140px;
  height: 50px;
  margin: 0 auto;
  margin-top: -50px;
  #margin-top: 0px;
  clear: both;
  text-align: left;
}

#footer a {
  color: #333;
}

#footer-logo-adm {
  float: left;
  width: 171px;
  padding-top: 25px;
  padding-left: 25px;
}

#footer-copyright {
  float: left;
  width: 702px;
  padding-top: 65px;
}

#footer-logo-atm {
  float: left;
  width: 242px;
  padding-top: 75px;
}

img {
  border: 0px;
}

div#menu {
  width: 100%;
/*  border: 1px solid #FF0000; */
  height: 39px;
  clear: both;
  background-color: #dbdcd4;
}

#top-menu {
  height: 55px;
  background: transparent url('http://admugansk.ru/images/menu-background.jpg') repeat-x top;
  margin: 0 auto;
  float: left;
  width: 702px;
  position: relative;
}

#top-menu ul .top {
  color: #ddd7bf;
  text-transform: uppercase;
  font-size: 10px;
  height: 34px;
  padding: 5px;
  background: url('http://admugansk.ru/images/arrows.jpg') no-repeat left bottom;
  margin-bottom: 11px;
}

#top-menu ul .top a {
  text-decoration: none;
  color: #ddd7bf;
  font-size: 10px;
}

#top-menu .line {
  border-right: 1px solid #FFF;
}

#top-menu ul .item {
  display: none;
  background-color: #495364;
}

#top-menu ul:hover .item {
  display: block;
  padding: 5px;
  overflow: hidden;
}

#top-menu ul:hover .item a {
  text-decoration: none;
  color: #ddd7bf;
  font-size: 11px;
}

#top-menu ul:hover .item a:hover {
  color: #ddd7bf;
  text-decoration: none;
}

#top-menu ul {
  float: left;
  width: 117px;
  #width: 117px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  cursor: pointer;
}

#top-menu ul.item1 {
  width: 100px!important;
}

#top-menu ul.item2 {
  width: 130px!important;
}

#top-menu li.hight {
  background-color: #647288!important;
}

#top-menu ul:hover {

}


#left-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#left-menu ul:hover .item {
  display: block;
  overflow: hidden;
}

#left-menu li.top {
  margin-bottom: 10px;
}

#left-menu li.item {
  display: none;
  padding: 0px 5px 10px 10px;
  margin: 0px;
  text-transform: uppercase;
}

#left-menu a {
  color: #444c5c;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}

#left-menu ul .item a {
  font-size: 10px;
}

#clock {
  width: 196px;
  height: 29px;
  padding-top: 10px;
  text-align: center;
  float: left;
  color: #444c5c;
  background: #FFF url('http://admugansk.ru/images/clock-background.jpg') no-repeat bottom;
}

#search {
  float: right;
  width: 242px;
  background: #dbdcd4 url('http://admugansk.ru/images/search-background.jpg') no-repeat top;
  height: 39px;
  text-align: right;
}

input.search {
  width: 161px;
  height: 21px;
  border: 0px;
  background-color: #FFF;
  color: #666;
}

#content {
  padding: 10px 10px 20px 10px;
  #padding-top: 25px;
}

#content table {
  background-color: #CCC;
}

#content table td {
  background-color: #FFF;
}

#content table.ns {
  background-color: #FFF;
}

#content table.ns td {
  background-color: #FFF;
}





optgroup {
  font-style: normal;
}

.date {
  color: #666;
  height: 30px;
}

form#post {
  color: #666;
}

form#post input, select, textarea {
  border: 1px solid #CCC;
  margin: 2px;
  padding: 2px;
  width: 400px;
}

.auto {
  width: auto!important;
}


div.error {
  border: 1px #990000 solid;
  background-color: #FFE8E8;
  color: #990000;
  padding: 10px;
  margin: 10px;
}

div.success {
  border: 1px #336633 solid;
  background-color: #CFE7CF;
  color: #336633;
  padding: 10px;
  margin: 10px;
}

table.timeline td {
  text-align: center;
}

span.ndate, span.ndate a {
  text-align: left;
  color: #999;
  font-size: 11px;
  line-height: 24px;
}


hr {
  margin: 20px;
}

span.oname {
  font-size: 18px;
  color: #666;
}

span.obirth {
  font-size: 12px;
  color: #999;
}

div#photos {
  text-align: center;
}

div#photos img {
  margin: 5px;

}

.break {
  width: 80%;
  border-color: #dbdcd4;}
/*
div.top {
  padding: 10px;
  background-color: #EBEBE9;
}
*/



.bb {
  border-bottom: #cccccc 3px solid;
}

.br {
  border-right: #cccccc 3px solid;
}


.small li a {
  font-size: 10px;
}

.navigation {
  padding: 2px 10px 2px 10px;
  color: #333;
  font-size: 11px;
}

.navigation a {
  color: #333;
  text-decoration: none;
  font-size: 11px;
}

.navigation a:hover {
  text-decoration: underline;
}

.regards {
  color: #333;
  padding: 10px;
}

.hidden {
  display: none;
}



/*

#content p {
  text-align: justify;
}

#content table td {
  text-align: justify;
}

#content table td a {
  color: #3570b9;
  text-decoration: none;
}

#content table td a:hover {
  text-decoration: underline;
}

#content table td img {
  padding-right: 10px;
}
*/

td.splash {
  padding-right: 10px;
}

div#breadc {
  color: #666;
  font-size: 11px;
}

div#breadc a {
  color: #666;
  font-size: 11px;
  text-decoration: none;
}

div#breadc a:hover {
  text-decoration: underline;
}

#orphans {
  width: 229px;
  height: 52px;
  background-image: url('http://admugansk.ru/images/banners/banner-child.png');
  margin-left: 13px;
  padding-top: 18px;
}

#orphans a {
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
}

#calendar {
  width: 672px;
  padding: 5px;
  background-color: #EFF0EC;
  text-align: center;
}

#calendar select {
  width: auto!important;
}

div.block {
  width: 300px;
  border: 1px solid #BBBBBB;
  background-color: #EAEAEA;
  padding: 5px;
  text-align: justify;
}

div.ReestrOutDate{
	font-family:Tahoma,Verdana,Helvetica; font-size:12px;
	font-weight: bold;
	border-bottom:  1px solid #000000;
	margin-top: 14px;
	width: 100px;
	text-align: center;
	margin-left: 739px;
}

div.ReestrOutDateLegend{
	font-family:Tahoma,Verdana,Helvetica; font-size:12px;
	width: 100px;
	text-align: center;
	margin-left: 739px;
}

