/*
 * reneszansz iwiw lablec
 */

#foot_menu{
  float: left;
	background: transparent;
	width: 420px;
	height: 70px;
}

#foot_logo{
	float: left;
  background: transparent url(../images/foot_logo.png) no-repeat left top;
  width: 81px;
  height: 70px;
}

#logo_iwiw{
  float: left;
  background: transparent url(../images/logo_iwiw.png) no-repeat left top;
  width: 89px;
  height: 70px;
}

#logo_iwiw a:hover{
  background: transparent url(../images/logo_iwiw_.png) no-repeat left top;
}

#logo_virgo{
  float: left;
  background: transparent url(../images/logo_virgo.png) no-repeat left top;
  width: 85px;
  height: 70px;
}

#logo_virgo a:hover{
  background: transparent url(../images/logo_virgo_.png) no-repeat left top;
}

#logo_onoffline{
  float: left;
  background: transparent url(../images/logo_onoffline.png) no-repeat left top;
  width: 105px;
  height: 70px;
}

#logo_onoffline a:hover{
  background: transparent url(../images/logo_onoffline_.png) no-repeat left top;
}

#logo_pim{
  float: left;
  background: transparent url(../images/logo_pim.png) no-repeat left top;
  width: 100px;
  height: 70px;
}

#logo_pim a:hover{
  background: transparent url(../images/logo_pim_.png) no-repeat left top;
}

.footer_list {
  width: 300px;
  float: left;
  font-weight: normal;
  height: 70px;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

.footer_list li{
	float: left;
  display: block;
  padding: 0px;
  margin: 0px;
  position: relative;
  height: 70px;
}

.footer_list a{
	text-decoration: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 10px 0px 10px;
	line-height: 90px;
	color: #2F2F2F;
}