/* Подвал */

#footer {
	position: relative;
	height: 112px;
	padding: 10px 0 0;
	width: 100%;
	min-width: 1000px;
	clear: both;
	background: #fff url(../images/footer.png) repeat-x;
	z-index: 5;
	}
	#footer .wrapper {
		position: relative;
	}
	
	/* Баннер 468х60 в подвале */
	.f468 {
		position: absolute;
		left: 50%;
		margin-left: -280px;
		}
	/* Баннер 468х60 в подвале END */
	
	/* Копирайт ООО "Регион центр" */
	.copyright {
		font: 11px/12px Verdana;
		width: 330px;
		float: right;
		color: #333;
		/*margin-top: -5px;*/
		}
	/* Копирайт ООО "Регион центр" END */
	
	/* Счетчик */
	.counter {
		float: left;
		padding: 0 0 0 10px;
		}
	/* Счетчик END */
	
	/* Ссылки на порталы */
	.link {
		margin: 20px 0px 0px 0px;
		text-align: center;
		color: #b3b3b3;
		}
		.link a {
			color: #b3b3b3;
			}
		.link a:hover {
			color: #333;
			}
	/* Ссылки на порталы END */
	
	/* Логотип Подвал*/
	.flogo {
		position: absolute;
		bottom: -2px;
		right: 10px;
		}
	/* Логотип Подвал END */

#footer ul.citiesMenu li:before {
    content: "|";
    font-size: 10px;
}

#footer ul.citiesMenu li:first-child:before {
    content: "";
    font-size: 10px;
}

#footer ul.citiesMenu li:first-child a {
    margin-left: 0;
}
#footer ul.citiesMenu li{
  display: inline-block;
  font: 12px Verdana;
  /*height: 20px;*/
}
ul.citiesMenu li a.mainactive{
  font-weight: bold;
  color: #666;
}

.block18{
  margin-left:7px;
}

.li2014 {
  position: absolute;
  bottom: 0;
  left: -9999px; 
}

/* Подвал END */