/*
content.css contains css classes for CMS-specific content
*/



/* =Snippets
-----------------------------------------------------------------------------*/

a.voucher
{
	position: relative;
	display: block;
	clear: both;
	width: 216px;
	height: 53px;
	background: url(../images/voucher.gif) no-repeat left top;
	overflow: hidden;
	margin: 0 0 8px 0;
}
a.voucher span
{
	position: absolute;
	top: -999em;
}

a.contact-box
{
	position: relative;
	display: block;
	clear: both;
	width: 216px;
	height: 47px;
	background: url(../images/contact-box.gif) no-repeat left top;
	overflow: hidden;
	margin: 0 0 8px 0;
}
a.contact-box span
{
	position: absolute;
	top: -999em;
}
