* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: #6f1116 url(images/bg.gif) repeat-x left top;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.hat {
	margin: 0 auto;
	width: 861px;
	height: 44px;
	font-size: 1px;
	background: url(images/bg-hat.png) no-repeat left top;
}

.shoe {
	margin: 0 auto;
	width: 861px;
	height: 45px;
	font-size: 1px;
	background: url(images/bg-shoe.png) no-repeat left top;
}

#wrapper {
	margin: 0 auto;
	width: 823px;
	padding: 0 19px;
	text-align: left;
	background: url(images/bg-wrap.png) repeat-y left top;
}

.footer {
	font-size: 13px;
	color: #fff;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 861px;
}

.footer2 {
	font-size: 10px;
	color: #fff;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 861px;
}

.footer a {
	text-decoration: none;
	color: #fff;
}

#main {
	width: 545px;
	float: left;
}

#main h1 {
	height: 107px;
	width: 341px;
	font-size: 1px;
	text-indent: -99999px;
	background: url(images/logo.gif) no-repeat left top;
	margin: 0 auto;
}

#main h1 a {
	height: 100%;
	width: 100%;
	display: block;
}

#main .popular-savers {
	margin: 20px 10px 10px;
	border: 3px dashed #6b6b6b;
}

#main .popular-savers h3 {
	font-size: 21px;
	color: #6b6b6b;
	font-style: italic;
	padding-left: 20px;
	margin-top: -13px;
}

#main .popular-savers h3 span {
	padding: 0 10px;
	background: #fff;
}

#main .popular-savers ul {
	list-style: none;
	padding: 7px 2px;
}

#main .popular-savers ul li {
	float: left;
	padding-right: 3px;	
}

#main .offers {
	margin-top: 40px;
}

#main .offers ul {
	list-style: none;
	padding-left: 15px;
}

#main .offers ul li {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #1a4674;
	text-align: center;
}

#main .offers ul li a {
	color: #1a4674;
	text-decoration: none;
}

#main .offers ul li img {
	display: block;
	padding-bottom: 5px;
}

#main .offer-cat {
	width: 541px;
	margin-top: 20px;
}

#main .offer-cat h3 {
	font-size: 21px;
	color: #6b6b6b;
	font-style: italic;
	padding-left: 10px;
	padding-bottom: 10px;
}

#main .offer-cat p {
	font-size: 14px;
	padding: 0 10px 15px;
}

#main .offer-cat .of {
	padding: 15px 10px;
}

#main .offer-cat .odd {
	background: #e8e8e8;
}

#main .offer-cat .of .offer-img {
	float: left;
}

#main .offer-cat .of p {
	float: right;
	width: 380px;
	padding: 0;
}

#main .offer-cat .of p a {
	color: #a00009;
	font-weight: bold;
	text-decoration: none;
}

#sidebar {
	float: right;
	width: 278px;
	margin-top: -10px;
}

#sidebar h3 {
	text-align: center;
	font-style: italic;
	color: #555935;
	padding-bottom: 10px;
}

#sidebar .weekly-saver {
	padding-bottom: 15px;
	margin-bottom: 10px;
	text-align: center;
	background: url(images/bg-weekly-bottom.gif) no-repeat center bottom;
}

#sidebar .weekly-saver .weeker a img {
	border: 3px solid #a9b065;
}

#sidebar .saver-category ul {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	color: #555935;
}

#sidebar .saver-category ul li {
	line-height: 23px;
	height: 23px;
	padding: 0 20px;
}

#sidebar .saver-category ul li.odd {
	background: #d6dd98;
}

#sidebar .saver-category ul li a {
	text-decoration: none;
	color: #555935;
}

.clearer { clear: both; float: none !important; display: block; height: 0; }
#wrapper:after, .popular-savers ul:after, .offer-cat .of:after {content:".";display:block;clear:both;height:0;visibility:hidden;}
#wrapper, .popular-savers ul, .offer-cat .of {min-height: 1px;}
* html #wrapper, * html .popular-savers ul, * html .offer-cat .of {height: 1%;}