﻿/* Zero Out
---------------------------------------- */

div, ul, li, dl, dt, dd, img, h1, h2, h3, h4, body, a, p{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body {
	background: white;
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
}

#header , #menu, #mid, #map_shadow, #footer, #mapOverlayTop, #mapOverlayLeft, #mapOverlayRight, #mapOverlayBottom, #debug, #footer_copy, #info {
	display: none;
}
#mapOverlay, #mapOverlayContent {
	background: none;
}
#wrapper, #mapOverlayContent, #mapOverlay {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	color: Black;
	background: transparent;
	display: block;
	visibility: visible;
}

div#offerVoucher {
	position: relative;
	float: left;
	width: 475px;
	left: 90px;
}
div#offerVoucher div#voucherArea {
	position: absolute;
	float: left;
	width: 475px;
	height: 372px;
}
#voucherBkg
{
	display: block;
	position: absolute;
	width: 475px;
	height: 372px;	
}
div#offerVoucher div#voucherArea dl {
	position: relative;
	float: left;
	top: 196px;
	font-size: 12px;
	line-height: 15px;
	color: #818181;
	width: 260px;
}
div#offerVoucher div#voucherArea dt {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
div#offerVoucher input#voucherPrint {
	display: none;
}
