*{margin: 0; padding: 0;}

html, body {height: 100%;}

img{
	border:none;
}

#all {
	background: white url("/data/img/left-bg.jpg") repeat-y left;
	position: relative; height: 100%;
}

html>body #all {height: auto; min-height: 100%;}

#header {
	height: 150px;
	background: #5f96f3;
}

#header object{
	float: left;
}

#header img{
	float: right;
}

#container {
	width: 100%;
	background: white url("/data/img/left-bg.jpg") repeat-y left;
	float: right;
	margin-left: -220px;
}

#content {
	background: white;
	margin-left: 220px;
	padding:25px 5px 5px 10px;
}

#sidebar {
	width: 220px;
	float: left;
	padding: 0;
	margin: 0;
}

#catalog {margin: 15px 0 0 0; padding: 0; width:100%; background: #e8e8e8; text-align:left; vertical-align:middle;}
#catalog img {border:0; height:21; width:20px; margin-right:2px;}
#catalog a:link, #catalog a:visited, #catalog a:hover, #catalog a:active {display:block; font:bold 12px Verdana, Arial; color:#303030; background:#e8e8e8; height:22;}
#catalog a:link {background: url("/data/img/men.jpg");}
#catalog a:hover {background: url("/data/img/men-hov.jpg");}

#news, .news-title {
	color: #840;
	font-weight: bold;
	margin-left: 0;
	padding:10px 10px 0 10px;
}

#news {
	list-style-type: circle;
	list-style-position: inside;
	text-align: justify;
}

#news li{
	padding-bottom: 5px;
	border-bottom: dashed 4px #fff;
}

#news li, #news li a.podrobnee {
	font: bold 0.8em/1.1em Verdana, Arial, serif;
	margin-bottom: 1em;
}

#news li a.podrobnee{
	text-decoration: none; color: #303030;
}

#important-links{
	list-style: none;
	margin:25px 0 25px 0;
	padding-left: 10px;
	font-size: 18px;
}

#important-links li a:link, #important-links li a:visited, #important-links li a:focus, #important-links li a:hover, #important-links li a:active{
	color: #303030;
	font-weight: bold;
}

#important-links li a:hover, #important-links li a:active{
	text-decoration: none;
}

#meteo{
	margin:20px 10px;
	text-align:center;
}

#empty, #footer {height:122px;}

#footer {
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#bottom-menu{
	padding: 4px 0;
	margin:5px 0 10px 0;
	background: #909090;
}

#bottom-menu ul{
	padding:0;
	margin:0;
	text-align: center;
}

#bottom-menu li{
	display: inline;
	margin-left: 20px;
}

#bottom-menu a{
color: #fff;
}

#bottom-menu li:first-child, li.first-child{
margin: 0; /* убираем отступ у первого элемента, чтобы было дейсвительно по середине */
}

* html #bottom-menu li{
z-index: expression( /* оптимизированный expression, который сработает только при загрузке страницы */
runtimeStyle.zIndex = 1,
this == parentNode.firstChild ? (className += " first-child") : 0 /* добавляем нужный класс первому элементу */
)
}

#banner{
	text-align: center;
}

#copy{
	font-size:12px;
	text-align: center;
	margin:5px auto;
}

.clearing {
	height: 0;
	clear: both;
}