/*---------------- T A G S --------------------*/
*{
margin:0;
padding:0;
}
body {
font: 14px/16px Arial;
background: #001B4B;
color: #FFF;
}
a{color: #FFFFFF; text-decoration: none; outline: none;}
a:hover{color:#CECECE; text-decoration: none;}
img{border: none;}
img { behavior: url(/css/iepngfix.htc); } /* для всех изображений */
/*H E A D E R*/

#wrap{
  width: 970px;
  margin: 0 auto;
}
#header{
  width: 970px;
  height: 145px;
  background:url(../new_img/logo.jpg) no-repeat center top;
}
#header:hover{background: url(../new_img/logo_.jpg) no-repeat center top;}
/*C O N T E N T*/
#left-col{
  width: 200px;
  height: 500px;
  background: url(../new_img/arrow_ten.jpg) no-repeat;
  float: left;
  overflow: hidden;
}
#center{
  width: 570px;
  float: left;
  overflow: auto;
}
#menu{
  width: 570px;
  height:70px;
  text-align: center;
  background:url(../new_img/menu_ten.jpg) no-repeat;
}
#center-block{
  width: 550px;
  height: 70px;
  margin: 0 auto;
}
.menu-item{
  width: 90px;
  height: 70px;
  float: left;
  line-height: 70px;
  border-right: #02387F 1px solid;
  font-variant: small-caps;
}
#conteiner{
  width: 570px;
  height: 450px;
  overflow: hidden;
}
.production{
  width: 245px;
  height: 185px;
  text-align: center;
  padding: 10px;
  margin: 10px;overflow: hidden;
  font-size: 1em;
  font-weight: bold;
}

.production img{
  border: none;
}
#right-col{
  width: 200px;
  height: 500px;
  overflow: hidden;
  float: right;
  background:url(../new_img/arrow_ten2.jpg) no-repeat right top;
}
#arrows{
  	position: absolute; 
	top: 347px; 
	left: 50%; 
	margin-left: -478px; 
	width: 956px;
	height: 100px;
}
/*F O O T E R*/
#footer{
	width: 990px;
	height: 70px;
	line-height: 20px;
	clear: both;
	padding-top:30px;
}
#left-side{
	width: 400px;
	float: left;
	overflow: hidden;
}
#center-side{
	width: 100px;
	margin-left: 30px; 
	float: left;
}
#right-side{
	width: 300px;
	float: right;
	color: #FFF;
	font-size: 1em;
	overflow: hidden;
}
