.menu, .auxform, button {
	display: none;
}
#header, #small_cart, #bean {
	display: none;
}
#contents a:link:after, #contents a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#contents a:not([href^="http://"]):after {
	content: " (http://nwcc.ru/" attr(href) ") ";
	font-size: 90%;
}
#footer {
	clear: both;
	border-top: solid 1px gray;
	padding-top: 1em;
	font-size: 80%;
}
#footer address {
	font-style: normal;
}
#footer #footer-companies {
	width: 55%;
	float: left;
}
#footer #footer-contacts {
	width: 44%;
	float: left;
}
#footer img {
	vertical-align: middle;
}
#footer a {
	text-decoration: none;
	color: black;
}

