html, body {
	margin: 0;
	padding: 0;
	min-width: 1000px;
	font-family: "Arial";
}

h2 {
	font-size: 20px;
	padding: 27px 0 27px 18px;
	margin: 0 0 34px;
	border-bottom: 1px solid #e5e5e5;
}

#black-bar {
	background-color: #00122f;  /* #151B54 #2A1970 Тёмно-синий цвет*/
	color: white;
	padding: 20px 0;
}

#black-bar a {
	color: white;
}


.fixed-container {
	width: 960px;
	margin: 0 auto;
}

#dateTime {
	float: right;
}


#header {
	height: 100px;
}

#logo {
	position: relative;
	float: left;
	top: 40px;
}

#CitySelect {
	position: relative;
	float: left;
	margin: 55px 0 0 50px;
	border: none;
}

#Weather {
	position: relative;
	float: right;
	margin: 52px 20px 0 5px; 
}

#Cloud {
	position: relative;
	float: right;
	margin: 52px 2px 0 0px; 
}

#SearchLine input {
	float: right;
	padding: 14px;
	color: black;
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	border-radius: 20px;
	vertical-align: middle;
	margin-top: 40px;
	background-image: url('images/lupa.png');
   	background-repeat: no-repeat;
   	background-position: 95% 50%;

}

#menu ul {
	list-style: none; 		
	margin: 0;
	padding-left: 0;
}

#menu a {
text-decoration: none;
color: black;
}	
	
#menu li {
	float: left;
	margin-right: 15px;
}

#central-container {
	margin-top: 40px;
	background-color: #f9f9f9;
}

#central-container .fixed-container {
	overflow-y: hidden;
}

#column-left {
	width: 250px;
	float: left;
	background-color: #ffffff;
	margin-top: 20px;
}

   .news-item {
   	   padding-left: 18px;
   	   margin-bottom: 27px;
   	   font-size: 14px;
   	}

   .news-item-text {
   	   margin-bottom: 20px;
   }

   .news-item-props {
       font-size: 12px;
       position: relative;
   }

   .news-item-props a {
   	   color: #91919f;
   }

   .news-time {
   	   position: absolute;
   	   top: 0;
   	   left: 120px;
   	   padding-left: 15px;
   	   background-image: url("Images/icon-time.png");
   	   background-repeat: no-repeat;
   }

   .news-comments-count {
   	   position: absolute;
   	   top: 0;
   	   left: 180px;
   	   padding-left: 15px;
   	   background-image: url('Images/icon-comment.png');
   	   background-repeat: no-repeat;
   }

   #AllNews {
   	  color: blue;
   	  padding: 10px;
   	  margin-top: 20px;
   	  margin-bottom: 20px;
   	  margin-left: 30px;
   	  margin-right: 30px;
   	  text-align: center;
   	  border: 1px solid;
   	  border-radius: 20px;
   }

#column-center {
	margin-top: 20px;
	width: 420px;
	float: left;
	margin-left: 20px;
}

#column-center img {
	margin-bottom: 20px;
}

/* ---------------------------Верстаем центральный блок центральной колонки---------------------*/

#column-center-left {
	width: 200px;
	float: left;
}

#column-center-left img {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

#column-center-right {
	width: 200px;
	float: left;
	margin-left: 20px;
}

#column-center-right  img {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

 .news-item-center {
   	   margin-bottom: 20px;
   	   font-size: 13px;
   	}

   .news-item-text-center {
   	   margin-bottom: 15px;
   	   font-weight: bold;
   }

   .news-item-props-center {
       font-size: 12px;
       position: relative;
   }

   .news-item-props-center a {
   	   color: #91919f;
   }

   .news-time-center {
   	   position: absolute;
   	   top: 0;
   	   left: 70px;
   	   padding-left: 15px;
   	   background-image: url('Images/icon-time.png');
   	   background-repeat: no-repeat;
   }

   .news-comments-count-center {
   	   position: absolute;
   	   top: 0;
   	   left: 130px;
   	   padding-left: 15px;
   	   background-image: url('Images/icon-comment.png');
   	   background-repeat: no-repeat;
   }
/* -------------------------------------------------------------------------------------------*/

#column-right {
	margin-top: 20px;
	width: 250px;
	float: right;
	margin-left: 10px;
}

#column-right img {
	margin-bottom: 20px;
}
  
/* ---------------------Верстаем нижний контейнер--------------------------------------- */

#down-container {
	background-color: #f9f9f9;
	
}

#special-news {
	padding-top: 10px;
	padding-bottom: 20px;
	overflow-y: hidden;
}

#column-down-left {
	width: 580px;
	float: left;

}

#column-down-right {
	width: 360px;
	height: 389px;
	float: left;
	background-color: white;
	
}

#column-down-right h2 {
	font-size: 20px;
	padding: 27px 0 27px 18px;
	margin: 0 0 34px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.news-item-down {
	   margin-left: 20px;
   	   margin-bottom: 20px;
   	   font-size: 13px;
   	}

   .news-item-text-down {
   	   margin-bottom: 26px;
   	   font-weight: bold;
   }

   .news-item-props-down {
       font-size: 12px;
       position: relative;
   }

   .news-item-props-down a {
   	   color: #91919f;
   }

   .news-time-down {
   	   position: absolute;
   	   top: 0;
   	   left: 70px;
   	   padding-left: 15px;
   	   background-image: url('Images/icon-time.png');
   	   background-repeat: no-repeat;
   }

   .news-comments-count-down {
   	   position: absolute;
   	   top: 0;
   	   left: 130px;
   	   padding-left: 15px;
   	   background-image: url('Images/icon-comment.png');
   	   background-repeat: no-repeat;
   }

/* --------------------------------Верстаем футер-------------------------------------- */

#footer {
	background-color: #00122f;
	margin-top: -15px;
	color: white;
	height: 300px;
	border-bottom: 1px solid #8d9198;
}

#footer ul {
	list-style: none;	
}

#footer a {
	text-decoration: none;
	color: white;
}

#column-footer-1 {
	margin-top: 50px;
	width: 200px;
	float: left;
	overflow-y: hidden;
}

#column-footer-2 {
	margin-top: 50px;
	width: 200px;
	float: left;
}

#column-footer-3 {
	margin-top: 50px;
	margin-left: 50px;
	width: 200px;
	float: left;
}

#column-footer-3 img {
	margin-left: 30px;
}

#column-footer-4 {
	margin-left: 50px; 
	margin-top: 50px;
	width: 200px;
	float: left;
}

#phone {
	padding-left: 30px;
	margin-top: 30px;
	background-image: url('Images/phoneTube.png');
   	background-repeat: no-repeat;
}

#mail {
	padding-left: 30px;
	margin-top: 30px;
	background-image: url('Images/Letter.png');
   	background-repeat: no-repeat;
}

#remark {
	background-color: #00122f;
	color: #8d9198;
	text-align: center;
	padding: 20px 0 15px;
}

.fixed-container {
	width: 960px;
	margin: 0 auto;
}