

/* заголовки среднего контейнера*/
#kontr { width: 722px;
margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
background:#771b02;
opacity: 0.8;

font-family: Arial;
	font-size: 13px;
	color:#ffffff;
	text-align: left;
}

h1{font-family: Arial;
font-size: 40px;
	color:#666699;
        margin-left: 10px;}


        /* новые кнопоки 180115 */
 a.button28 {
  position: relative;
  display: inline-block;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: 400;
  color: rgb(209,209,217);
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);
  margin-top:5px;
  margin-bottom:5px;
  padding: .5em .5em;
  outline: none;
  border-radius: 3px;
  background: linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
  box-shadow:
   0 1px rgba(255,255,255,.2) inset,
   0 3px 5px rgba(0,1,6,.5),
   0 0 1px 1px rgba(0,1,6,.2);
  transition: .2s ease-in-out;
}
a.button28:hover:not(:active) {
  background: linear-gradient(rgb(126,126,134), rgb(70,71,76)) rgb(126,126,134);
}
a.button28:active {
  top: 1px;
  background: linear-gradient(rgb(76,77,82), rgb(56,57,62)) rgb(76,77,82);
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1)  }

/* НИЖНЯЯ АДРЕСНАЯ СТРОКА */

   #footer {
    width: 60%;
	height:50px;	background:#ffffff url(images/footer_line.gif)repeat-x;
	font-family: Arial;
	font-size: 12px;
	color:#686868;
	padding-top: 35px;
	text-align: center;}
