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

body, div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dd, dt, img, strong, em, a  {
	padding:0px;
	margin:0px;
	}
body {
	background-color:#d8d8d8;
	background-image:url(_images/bg-body.gif);
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	}	
a img {
	border:none;
	}	
#preload {
	display:none;
	}	
	
#center {
	max-width:1020px;
	width: 100%;
	background-color:#FFF;
	margin:0 auto 30px auto;
	}	
	
#header {
	max-width:1020px;
	position:relative;
	}	

#header a {
	color:#666;
	font-family: 'Play', sans-serif;
	}	
	
#hero {
	width:1020px;
	height:360px;
	} 	
	
#badge {
	 max-width: 75px; 
	 width: 100%;
}

#banner-img {
	width: 100%;
}

#content-padding {
	padding: 0 10px 0 10px;
}

#pic1 { 
	margin-top: 20px;
}

#pic1, #pic2 { 
	margin-bottom: 20px;
}

#pic1, #pic2, #pic3 {
	max-width: 300px;
	min-width: 2px;
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
}

#pic1 img, #pic2 img, #pic3 img {
	max-width: 300px;
	width: 100%;
}
	
p {
	width: 100%;
	font-size: 16px;
}		
	
a#coupons:link, a#coupons:visited  {
	width:940px;
	height:100px;
	display:block;
	margin:10px auto;
	background-image:url(_images/click-here-for-coupons-off.gif);
	position:relative;
	}
a#coupons:hover  {
	background-image:url(_images/click-here-for-coupons-over.gif);
	}	
a#coupons:active  {
	top:2px;
	}	

@media (min-width: 420px) { 
	#badge {
		 max-width: 125px; 
	}

	p {
		font-size: 18px;
	}	
}	

@media (min-width: 540px) { 
	#badge {
		 max-width: 175px; 
	}

	p {
		font-size: 22px;
	}	
}	
	
@media (min-width: 768px) { 
	#badge {
		 max-width: 250px; 
	}

	p {
		font-size: 25px;
	}	
}	

@media (min-width: 968px) { 
	#content-padding {
		width:940px;
		margin:0 auto;
		padding-bottom:30px;
	}	

	#pic1, #pic2, #pic3 {
		float: left;	
	}	

	#pic1 {
		margin-top: 0;
	}

	#pic2, #pic3 {
		margin-left: 20px;
	}

	#badge {
		 max-width: 324px; 
		 width: 100%;
	}	

	p {
		font-size: 1.8em;
	}			
}		
	
	
	
	
	
	
	
	