/*------------------------
Base Styles
-------------------------*/
body {
	font-family: "Lucida Grande", sans-serif;
	color: #666;
	font-size: 0.8125em;
	text-align: left;
	background: #fff;
	margin:20px auto;
}
.superscript {
	position: relative;
	top: -.7em;
	font-size: 50%;
}

#head {
	display:none;
}
#navigation {
	display: none;
}
#foot {
	display: none;
}

/*------------------------
Coupon Styles
-------------------------*/
.coupon {
	width:200px;
	min-height:290px;
	float:left;
	border:2px solid #80c342;
	padding:10px 5px;
	margin-right: 2px;
	margin-bottom: 3px;
}
.price {
	width:200px;
	text-align: center;
	font-size: 50pt;
	font-weight: bold;
	color:#000;
}
.each {
	width:auto;
	position:relative;
	top:-25px;
	left:140px;
	font-weight: bold;
}
.offer {
	width:200px;
	text-align: center;
	font-size: 18pt;
	font-style: normal;
	color:#000;
	text-transform: uppercase;
	line-height: 1em;
}
.disclaimer1 {
	width:200px;
	text-align: center;
	font-size: 8pt;
	font-style: normal;
	color:#999;
	padding-top: 10px;
}
.code {
	width:200px;
	text-align: center;
	font-size: 9pt;
	font-style: normal;
	color:#999;
	text-transform: uppercase;
	padding-top: 5px;
}
.printme {
	width:200px;
	text-align: center;
	font-size: 9pt;
	font-style: normal;
	color:#999;
	padding-top: 10px;
	padding-bottom: 20px;
}
.tinylogo {
	position:relative;
	bottom:0;
	left:0;
	width:100px;
	float:left;
	/* padding-top: 10px; */
}
.disclaimer2 {
	position:relative;
	bottom:0;
	right:0;
	width:auto;
	font-size: 7pt;
	float:right;
}
