@import url(body-naw.css);
@import url(ad-sky-e.css);

#makers {
	clear: both;
}

#makers li {
	position: relative;
	float: left;
	height: 20px;
	width: 120px;
	text-align: center;
}

#makers a {
	display: block;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100px;
	text-align: top;
	text-decoration: none;

	border-bottom: solid 1px #ccc;
}

*>body #makers img {
	display: block;
}

#makers img {
	clear: both;
	margin: 10 auto 10px auto;
	width: 93px;
	height: 70px;
	border: solid 1px #D9CDCC;
	background: #fff;
}

#makers a:hover img {
	border-color: #B23F33;
}

#makers strong {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 3px 0 2px 0;
	font: normal 11px Tahoma;

	border-top: solid 1px #fff;
	border-bottom: solid 1px #eee;
}

#makers a:hover strong {
	text-decoration: underline;
	background-color: #333333;
}

