@charset "utf-8";

#certification { padding: 5px; }

.logos {
	height: 75px;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	padding-left: 30px;
}
.logos span {
	display: none;
}
.logos ul, .logos li{
	list-style: none;
	display: inline;
}
.logos a {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 17px;
	display: inline-block;
}
a.iso {
	background: url(../_img/_certificates/iso-cert-trans.jpg) no-repeat center;
	height: 74px;
	width: 72px;
}
a.iso:hover {
	background: url(../_img/_certificates/iso-cert.jpg) no-repeat center;
}
a.ex {
	background: url(../_img/_certificates/ex-cert-trans.jpg) no-repeat center;
	height: 75px;
	width: 60px;
}
a.ex:hover {
	background: url(../_img/_certificates/ex-cert.jpg) no-repeat center;
}
a.ce {
	background: url(../_img/_certificates/ce-cert-trans.jpg) no-repeat center;
	height: 75px;
	width: 52px;
}
a.ce:hover {
	background: url(../_img/_certificates/ce-cert.jpg) no-repeat center;
}
a.atex {
	background: url(../_img/_certificates/atex-cert-trans.jpg) no-repeat center;
	height: 75px;
	width: 92px;
}
a.atex:hover {
	background: url(../_img/_certificates/atex-cert.jpg) no-repeat center;
}
a.csa {
	background: url(../_img/_certificates/csa-cert-trans.jpg) no-repeat center;
	height: 75px;
	width: 42px;
}
a.csa:hover {
	background: url(../_img/_certificates/csa-cert.jpg) no-repeat center;
}
a.iecex {
	background: url(../_img/_certificates/iecex-cert-trans.jpg) no-repeat center;
	height: 75px;
	width: 44px;
}
a.iecex:hover {
	background: url(../_img/_certificates/iecex-cert.jpg) no-repeat center;
}
a.ped {
	background: url(../_img/_certificates/ped-cert-trans.jpg) no-repeat center;
	height: 75px;
	width: 53px;
}
a.ped:hover {
	background: url(../_img/_certificates/ped-cert.jpg) no-repeat center;
}
a.gost {
	background: url(../_img/_certificates/gost-cert-trans.jpg) no-repeat center;
	height: 75px;
	width: 72px;
}
a.gost:hover {
	background: url(../_img/_certificates/gost-cert.jpg) no-repeat center;
}