html{
	height:100%;
}

body{
	height:100%;
	margin:0px;
	padding:0px;
	font:13pt Arial;
	color:#777;
}

*html .body1{
	height:100%;
}

.body1{
	margin:0px;
	padding:0px;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1003)? "1003" : "100%");
	min-width:1003px;
	min-height:100%;
}

.clear{
	clear:both;
	height:30px;
}

.footer{
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1003)? "1003" : "100%");
	height:30px;
}

.left{
	float:left;
	width:348px;
	padding:0px 31px 0px 101px; /*В сумме с высотой составляет 530px*/
}

.right{
	margin:0px 31px 0px 530px;
}

a img{
	border:none;
}

a{
	color:#4881B6;
}

a:hover{
	text-decoration:none;
}

h1{
	padding:0px;
	margin:0px;
	font-weight:lighter;
	font-size:13.5pt;
	color:#000;
}

p{
	margin:15px 0px;
}

/*Шапка*/
*html .shapka{
	height:1%;
}

.shapka{
	overflow:hidden;
	-overflow:visible; /*Для IE6*/
	padding:0px 0px 0px 29px;
}

.home-map-mail{
	float:left;
	width:121px;
}

.home-map-mail a{
	margin:0px 20px 0px 0px;
}

.main-menu{
	margin:0px 0px 0px 121px;
	padding:0px;
	list-style-type:none;
}

.main-menu li{
	float:left;
	margin-right: 46px;
}

.main-menu a{
	font-size:10.5pt;
	line-height:140%;
}
/*Конец: Шапка*/


/*Левая часть*/
.left{
	background:url('images/shapka-bg.jpg') 38px 47px no-repeat; 
}

.logo{
	margin:0px 0px 315px 0px;
}

.news{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.news li{
	padding:25px 0px;
}

.data{
	font-size:8pt;
}
/*Конец: Левая часть*/

/*Правая часть*/
*html .right{
	height:1%;
}

.help-IE6{
	float:left;
	width:100%;
}
*html .columns{
	height:1%;
}

.columns{
	overflow:hidden;
	-overflow:visible; /*Для IE6*/
	margin:0px 0px 25px 0px;
	font-weight:bold;
}

.column1,
.column2{
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

.column1 li,
.column2 li{
	margin:10px 0px 0px 0px;
	padding:0px;
}

.column1{
	width:50%;
	float:left;
}

.column2{
	width:49%;
	float:right;
}

.column1 .metall-region{
	margin:0px 12px 0px 0px;
}

.column2 .metall-region{
	margin:0px 8px 0px 0px;
}

.metall-region{
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-weight:lighter;
}

.metall-region li{
	margin:0px;
}
/*Конец: Правая часть*/


/*Футер*/
.footer-inner{
	padding:10px 31px 10px 149px;
	line-height:150%;
}
/*Конец: Футер*/