@charset "utf-8";

a {
	color: #9e3f49;
}

a img {
	border: 0 none;
}

body {
	color: #9e3f49;
	background-color: #6a0014;
	text-align: center;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 0.9em;
}

h3 {
	display: none;
}

hr {
	clear: both;
	border: 0 none;
	background-color: transparent;
	height: 5px;
	*height: 0px;
	/* color is for IE */
	color: #9e202c;
}

ul {
	list-style-type: none;
	float: right;
	width: 64px;
	padding: 0;
	margin: 8px 0 0 0;
}
ul li {
	display: inline;
}
ul li a {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -10000px;
	margin-right: 8px;
	margin-bottom: 8px;
}

ul li a.facebook {
	background-image: url(/images/stylesheets/newsletters/2010-02-03/facebook.png);
}
ul li a.flickr {
	background-image: url(/images/stylesheets/newsletters/2010-02-03/flickr.png);
}
ul li a.twitter {
	background-image: url(/images/stylesheets/newsletters/2010-02-03/twitter.png);
}
ul li a.youtube {
	background-image: url(/images/stylesheets/newsletters/2010-02-03/youtube.png);
}

.wrapper {
	width: 750px;
	margin: 0 auto;
}

#gift-cards,
#facebook-sweepstake {
	float: left;
	text-align: left;
	text-transform: uppercase;
	background-repeat: no-repeat;
	height: 57px;
	width: 195px;
	display: block;
	font-size: 75%;
}

#gift-cards {
	background-image: url(/images/stylesheets/newsletters/2010-02-03/gift-cards.png);
	padding-left: 110px;
}
#facebook-sweepstake {
	background-image: url(/images/stylesheets/newsletters/2010-02-10/facebook-sweepstake.png);
	padding-left: 125px;
}
#gift-cards h3,
#facebook-sweepstake h3 {
	display: block;
	margin-bottom: 0;
}
#gift-cards p,
#facebook-sweepstake p {
	margin-top: 0;
}
