/****RESET CSS******/
html, body, div, span, object, h1, h2, h3, h4, p, blockquote, a, em, font, img, strong, sub, sup, tt, var, ol, ul, li, form, label, table, caption, tbody, tr, th, td, cite, .MsoNormal{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*GLOBAL ELEMENTS***********/
html, body {
	background:#b5ac8a;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	height:100%;
	margin: 0 auto;
	min-width: 982px;
	padding: 0;
	text-align: center;
}
a {
	color:#335B73;
	text-decoration:underline;
}
a:hover {
	color:#435802;
	text-decoration:none;
}

/*END GLOBAL ELEMENTS**********/

/*DIVS****/
#container {
	background:#FFFFFF;
	text-align:left;
	margin:0 auto;
	width: 982px;
	height:auto;
	border-right:#ec1f27 7px solid;
	border-bottom:#ec1f27 7px solid;
	border-left:#ec1f27 7px solid;	
}

#header{
	background:url(../images/header_bg.jpg) no-repeat;
	height:140px;
	padding:0 28px 0 28px;
}
	#header #logo{
		margin-top:34px;
		float:left;
	}
	#header #coupons{
		float:right;
		margin-top:15px;
		text-align:center;
		font:10px;
		margin-right:5px;
	
	}
	#header #coupons a{
		font-size:10px;
	}	
	
	
#header_two{
	background:url(../images/header_bg_exclusive_online_coupons.jpg) no-repeat;
	height:116px;
	padding:34px 28px 0 28px;
}
	#header_two #logo{
		float:left;
		width:307px; 
		height:81px;
	}
	#header_two #logo a{
		width:307px; 
		height:81px;
		display:block;
		text-decoration:none;
	}	
#main_content{
	width:100%;
	float:left;
	clear:both;
	border-bottom:5px #b5ac8a solid;
	height:auto;
	margin-bottom:20px;
}
#nav{

}
	#nav li{
		border-bottom:1px #8f8f91 solid;
	}
		#nav li a{
			padding:7px 0 8px 11px;				
			font-weight:bold;
			color:#929291;
			text-decoration:none;		
		}
		#nav li a:hover{
			color:#e42225;	
		}													
#main_info{
	float:left;
	width:982px;
}
	#main_info h1{
		font:25px Arial, Helvetica, sans-serif;
		font-weight:bold;
		margin:0 0 15px 0;
	}
	#main_info h2{
		font:22px Arial, Helvetica, sans-serif;
		font-weight:bold;
		margin:0 0 15px 0;
	}	
	#main_info h3{
		font:18px Arial, Helvetica, sans-serif;
		font-weight:bold;
		margin:0 0 15px 0;
	}
	#main_info p{
		font:12px Arial, Helvetica, sans-serif;
		margin:0 0 15px 0;
	}
	#main_info a{
		color:#ab1f23;
	}
	#iframe_site{
		width:982px;
		height:760px;
		border:none;
	}
	#iframe_site object{
		width:982px;
		height:760px;
		border:none;
	}	
	#iframe_site iframe{
		width:982px;
		height:760px;
		border:none;
	}			
									
#ad_space{
	margin-left: 110px;
}
	#ad_space .img_left_wrap{
		float:left;
		margin:0 5px 15px 0;
	}
	#ad_space .borderimg{
		border:1px #000000 solid;
	}
	#ad_space a{
		color:#ab1f23;
	}
#value_two_you{
	text-align:center;
}
	#value_two_you .introducing{
		font:18px Arial, Helvetica, sans-serif;
		color:#8E202B;
	}
#brownrule{
	border-bottom:7px #b5ac8a solid;
	margin:28px 0 10px 0;
}
#footer{
	padding-left:21px;
	color:#929291;
	margin-bottom:10px;
}
	#footer a{
		color:#929291;
		text-decoration:none;
	}
	#footer a:hover{
		text-decoration:underline;
	}
	#footer a.active{
		color:#e42225;			
	}	
	#footer #small_footer_logo{
		text-align:right;
		margin-right:25px;
	}