@font-face {
 font-family: Comfortaa;
 src: url("Comfortaa-Regular.html"); /* EOT file for IE */
}
@font-face {
 font-family: Comfortaa;
 src: url("Comfortaa-Regular-2.html"); /* TTF file for CSS3 browsers */
}
body {
    min-width: 1000px;
	background:#E8DCCA;
}

  * { margin:0px; padding:0px;}

#main {
	height: 100%;
	width: 100%;
	}
#shapka {
	width:100%;
	height:100px;
	background:#231f20;
	margin: 0 auto;
	position:relative;
	}
.menu {
width: 160px; font-weight:bold; font-family: Arial, Helvetica, sans-serif; color: #231f20; font-size: 14px; text-decoration: none; line-height: 20px; position: absolute; top: 110px; 
	}
.menu:hover { color:#000;}
.text_link:hover {color:#000; font-weight:bold; }
.in_form { 
width:380px;
display: block;
  border: none;
  padding: 4px 8px;
  background: #cee9e2;
	}
.sumbit_btn {
  display: block;
  border: none;
  padding: 4px 8px;
  background: #559ba3;
  color:#FFF;
  font-size: 14px;
	}

.modal {
			position:absolute;
			top:20px;
			left:10px;
			width:640px;
	border:20px solid #FFF;
	background: #B8DBAF;
			padding:10px;
			display:none;
		}





div#rotator2 {position:relative; height:145px; width:300px; margin-left: 0px; z-index:5;}
div#rotator2 ul li {float:left; position:absolute; list-style: none;}
div#rotator2 ul li.show2 {z-index:500;}

div#rotator1 {position:relative; height:145px; width:300px; margin-left: 0px; z-index:5;}
div#rotator1 ul li {float:left; position:absolute; list-style: none;}
div#rotator1 ul li.show1 {z-index:500;}

	

	a {
    color: #231f20; /* Цвет обычной ссылки */ 
    text-decoration: none; /* Убираем подчеркивание у ссылок */
	line-height:100%;
   }
   a:visited {
    color: #231f20; /* Цвет посещённой ссылки */
   } 
   a:hover {
    color: #231f20; /* Цвет ссылки при наведении на нее курсора мыши */  
    text-decoration: underline; /* Добавляем подчеркивание */
	cursor:pointer;
	
   }
      p {
    margin-top: 10px;
   }
   h1 {
	   font-size:15px;
	   color:#2a5889;
	   display:inline;
	   }
	   
  