/* Общий стиль*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #F0F1F1;
	color: #484848;
	font-size: 12px;
	font-family: Tahoma, Arial;
}
a {
	color: #004197;
}
a img {
	border: 0;
}
/* Конец общего стиль */


/*  Стили для позиционировнаие блоков */
#header, #main, #footer {
	min-width: 995px;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'995px': '');
}
/*  Конец стиля для позиционировнаие блоков */


/* Стиль для хэдера */
#head_left, #head_right {
	height: 216px;
}
#header {
	height: 270px;
	background: transparent url(/images/header_main_back.jpg) repeat-x 0 0;
}
#head_left {
	width: 210px;
	float: left;
	background: transparent url(/images/header_left_back.jpg) no-repeat 0 0;
}
#head_right {
	margin-left: 210px;
	background: transparent url(/images/header_right_back.jpg) no-repeat right top;
}
/* Конец стиля для хэдера */


/* Стиль для логотипа */
#logo {
	height: 212px;
	width: 212px;
	position: absolute;
	left: 55px;
	top: 0px;
	background: url(/images/logo_megapolis.png) no-repeat 0 0;
	background: expression("none");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/logo_megapolis.png", sizingMethod="scale")
}
.icons {
	padding: 190px 0 0 0;
	text-align: center;
}
.icons a {
	margin: 0 15px;
}
/* Конец стиля для логотипа */


/* Стиль для оформления меню */
#menu ul, #menu ul li {
	list-style: none;
	display: block;
}
#menu ul li {
	float: left;
	text-align: center;
	margin: 0 2px;
	background: transparent url(/images/menu_main_back.gif) repeat-x 0 0;
}
#menu ul li a {
	display: block;
	background: transparent url(/images/menu_left_back.gif) no-repeat 0 0;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	color: #454545;
}
#menu ul li b {
	display: block;
	padding: 3px 10px 8px 10px;
	font-weight: normal;
	background: transparent url(/images/menu_right_back.gif) no-repeat right top;
}
/* Стиль для оформления активных элементов меню */
#menu ul li.act {
	background: transparent url(/images/menu_act_main_back.gif) repeat-x 0 0;
}
#menu ul li.act a {
	background: transparent url(/images/menu_act_left_back.gif) no-repeat 0 0;
	color: #000000;
}
#menu ul li.act b {
	background: transparent url(/images/menu_act_right_back.gif) no-repeat right top;
}
ul li.act a {
  color:#484848;
  text-decoration:none;
}
/* Конец стиля для оформления меню */

/* Стиль для футера */
#footer {
	background: #1F3D76 url(/images/footer_main_back.jpg) repeat-x 0 0;
	padding: 30px 0;
}
#footer #left, #footer #wrapper {
	color: #E1E2DB;
	text-align: center;
}
#footer a {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
#footer #wrapper a:hover {
	text-decoration: underline;
}
#footer #wrapper img {
	margin: 0 13px 0 15px;
}
/* Конец стиля для футера */


/* хак */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	padding: 0;
	margin: 0;
}
