/* CSS Coupon */

html {
	overflow: -moz-scrollbars-vertical;
}

* {
	margin:  0 auto;
	border:  0;
	padding: 0;

}

sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}


body {
	background-image:url(../images/bg_general.gif);
	background-position: top;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
    height:100%;
}

div#container {
	width:580px; 
	margin-top:45px;
}

/* top */

#top-brand {
	width: 580px;
	height:95px;
	background-image:url(../images/bg_brand.gif);
	background-repeat:no-repeat;
}

#top-brand img {
	margin-top:20px;
}
/* end top */

div#content{
	width:580px;
	height:415px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
}

div#content2{
	width:580px;
	height:450px;
}

div#content_thanks{
	width:580px;
	height:400px;
}

div#divProvince {
	text-align:left;
	padding-left:10px;
	padding-top:10px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #192DB2;
	padding-top:35px;
}

div#CouponAll{
	width:580px;
	height:300px;
	position:relative;
}

div#CouponQuebec{
	width:580px;
	height:230px;
	padding-top:50px;
	position:relative;
}

div#text-coupon{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#666666;
	text-align: left;
	position:absolute;
	left: 10px;
	top: 80px;
	width: 550px;
	height: 210px;
	line-height:14px;
}

div#text-rebate{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#666666;
	text-align: left;
	position:absolute;
	left: 10px;
	top: 130px;
	width: 550px;
	height: 150px;
	line-height:14px;
}

div#barcode-coupon{
	position:absolute;
	left:480px;
	top: 248px;
	width: 101px;
	height: 60px;
}

div#barcode-rebate{
	position:absolute;
	left:480px;
	top: 228px;
	width: 101px;
	height: 60px;
}

div#printbutton{
	position:absolute;
	margin: 110px 0 0 220px;
	_margin: -60px 0 0 220px;
	width:139px;
	height:40px;
	text-align:center;
}

/* Thanks*/

div#thanks{
	position:relative;
}

div#thanks_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:7px;
	margin-left:100px;
	width:400px;
	height:100px;
}

div#thanks_text a{
	color:#666666;
}

div#thanks img{
	margin-top:70px;
	margin-left:190px;
}

	
/* footer */
div#footer {
	text-align:center; 
	font-family:Verdana; 
	font-size:10px; 
	color:#666666; 
}

div#footer div#jnjca {
	background:url(../images/bg-footer.gif);
	background-repeat:no-repeat;
	width:580px;
	height:51px;
	margin:0px;
	clear:both;
}

div#footer ul li {
	list-style:none; 
	display: inline;
}

div#footer a {
	text-decoration:none;
	color:#666666;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer img {border:none;}

@media print {
	#top-brand, #footer, #printbutton {
		display:none;
	}	
	
	div#text-coupon{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#666666;
	text-align: left;
	position:absolute;
	left: 10px;
	top: 80px;
	width: 500px;
	height: 210px;
	line-height:14px;
}
}		
