@charset "utf-8";
/* CSS Document */

* { outline: none; }

body {
	margin:0px;
	padding:0px;
	background:#09F;	
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	background:transparent url(/images/background.png) repeat scroll 0 0;
}

#main_container {
	position:relative;
	width:970px;
	height:auto;
	margin:0px auto 0px auto;
	padding:10px 0px;
	background:#FFF;
}

#header1 {
	position:relative;
	width:936px;	
	height:80px;
	margin:0px auto 0px auto;
	font-size:16px;
	color:#2493de;
}

#header1 a img{
	border-style:none;	
}

#header1 .left {
	float:left;
	width:692px;
	height:inherit;
	margin-right:16px;
}

#header1_img{
	position:absolute;
	top:21px;
	height:38px;
}

#header1 .right {
	float:left;
	width:227px;
	height:inherit;
}

#coupon_summary{
	position:absolute;
	width:150px;
	height:48px;
	top:2px;
	padding:10px 37px; 
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#coupon_summary .number {
	color:#064b9c;
	font-weight:bold;
}
a#get_my_coupons{
	font-size:12px;
	color:#064b9c;
	text-decoration:none;
}

#header2 {
	position:relative;
	width:936px;	
	height:271px;
	margin:0px auto 15px auto;	
}
#hdr_img_container {
	width:692px;
	height:241px;
	float:left;
	margin-right:17px;
}

#header2 img{
}
/** Coupon Navigation *****/
#coupon_nav {
	float:left;
	width:227px;
	height:243px;
	padding-top:30px;
	background:#cde7f9 url(/fr_ca/includes/images/categories_header.jpg) no-repeat;
	color:#064b9c;
	font-size:12px;
}

#coupon_nav ul {
	position:relative;
	margin:0px auto 0px auto;
	padding:5px 0px 0px 0px;
	width:170px;
	list-style-type:none;	
}

#coupon_nav ul li {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
#coupon_nav ul li.line {
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	border-bottom-width:thin;
}
#coupon_nav ul li a{
	text-decoration:none;
	color:#064b9c;
	font-size:13px;
	font-weight:bold;
}
#coupon_nav ul li a.selected{
	color:#0489e2;
}
#coupon_nav ul li a:visited{
	color:#064b9c;
}

/*** Footer ***/

#footer{
	position:relative;
	width:925px;
	height:74px;
	margin:0px auto;
	padding:10px 0px 0px 10px;
	line-height:125%;
	background-image:url(/fr_ca/includes/images/ftr_PGfooter.jpg);	
	font-size:12px;
	color:#555555;
}
.bold {
	font-weight:bold;	
}

#footer_content {
	top:0px;
	left:0px;
	width:650px;	
}
#footer_content a{
	text-decoration:none;
	color:inherit;
}

#footer img{
	border-style:none;
	position:absolute;
	width:82px;
	height:21px;
	left:844px;
	top:40px;
}