/*****************************/
/*** Core html setup stuff ***/
/*****************************/

/***************reset *************/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

q { quotes: none; }

q:before, q:after { content: ""; content: none; }

a, ins, del { text-decoration: none; }

table { border-collapse: collapse; border-spacing: 0; }

th, td { vertical-align: top; }

th { text-align: left; } 

/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }
*/
html {
  height: 100%;
}

body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	padding:0px 0px 0px 0px;
	height: 100%;
	
	text-align: center;

}


.print-coupon{
	width:468px; height:515px; text-align:left;position:relative; background:url(../images/print-coupon.png) !important; 
	border:thin solid #CCC;
}
	
.print-coupon-logo{
	position:absolute;
	top:3px;
	margin-left:65px;
	
}

	.print-coupon-info{
	padding:10px 10px 10px 25px;
	font-size:12px;
	position:absolute;
	top:55px;
	width: 430px;
	height: 73px;
	overflow:hidden;
}

.print-coupon-company{
	padding:10px 40px 10px 40px;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	top:154px;
	width: 388px;
	height: 23px;
	overflow:hidden;
}

.print-coupon-address{
	padding:10px 35px 10px 40px;
	font-size:12px;
	position:absolute;
	top:198px;
	width: 390px;
	height: 56px;
	overflow:hidden;
}

.print-coupon-products{
	padding:10px 40px 10px 40px;
	font-size:16px;
	position:absolute;
	top:267px;
	font-weight:bold;
	width: 390px;
	height: 154px;
	overflow:hidden;
}

.print-coupon-bottom{
	padding:1px 40px 10px 40px;
	font-size:12px;
	position:absolute;
	top:446px;
	font-weight:bold;
	width: 384px;
}
.print-coupon-code{
	float:left; width:150px;
}

.print-coupon-print{
	float:right; width:100px; text-align:right;
	display:none;
}