@CHARSET "ISO-8859-1";
body {
	background: #ccc url(../images/background.gif) repeat-y top center;
	font: 62.5% "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #fff;
	position: relative;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
span.clear {
	clear: both;
	height: 1px;
	display: block;
}
#wrapper {
	margin: 0 auto;
	width: 828px;
}
#shadowRight {
	background: url(../images/shadow-right.png) repeat-y top right;
}
#header {
	margin: 0 auto;
	width: 792px;
	background: #a10000 url(../images/background-header.jpg) no-repeat top left;
	/* min-height: 400px; */
	padding-bottom: 18px;
}
#teaser {
	padding: 5px 150px 0 150px;
	font-size: 2.6em;
	line-height: 1em;
}
#teaser strong {
	font-weight: bold;
}
span#pageTitle {
	position: absolute;
	top: -500px;
	margin-left: -99999px;
}
#intro {
	width: 440px;
	margin: 200px 0 0 62px;
	float: left;
	display: inline;
}
#intro h1 {
	font-size: 1.6em;	
	line-height: 1.125;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#intro h2 {
	font-size: 1.6em;
	line-height: 1.125;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#intro p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
#intro a {
	color: #66ff00;
}
#signUp {
	width: 216px;
	margin: 200px 0 0 33px;
	float: left;
	display: inline;
	clear: right;
}
#signUp h2 {
	font-size: 2.2em;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#signUp p, #signUp label {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
#signUp dt {
	float: left;
	display: inline;
	clear: left;
	width: 45px;
	padding-top: 5px;
}
#signUp #name, #signUp #email  {
	width: 150px;
	padding: 5px 4px 4px 4px;
}
#signUp dd {
	height: 40px;
}
#signUp #submit {
	margin-left: 44px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
#latestOffers {
	margin: 0 auto;
	width: 792px;
	border-top: 1px solid #ffffff;
	background: #488f02 url(../images/background-green.gif) repeat-x bottom left;
	display: block;
}
#latestOffers h2 {
	font-size: 1.6em;
	line-height: 1.125;
	font-weight: bold;
	margin: 5px 60px;
}
#main {
	margin: 0 auto;
	width: 792px;
	background: #c5b9b9 url(../images/background-main.gif) repeat-x top center;
	padding: 10px 0 10px 0;
}
.greenStar {
	width: 199px; 
	height: 200px;
	background: transparent url(../images/background-green-star.png) no-repeat top left;
	position: absolute;
	top: 10px;
	margin-left: 591px;
	padding: 55px 50px 0 40px;
	text-align: center;
	overflow: visible;
}
.greenStar p {
	font-size: 1.2em;
	line-height: 1em;
	color: #666666;
	width: 120px;	
}
.greenStar em {
	display: block;
	font-size: 1.583em;
	font-weight: bold;
	line-height: 1em;
}
.greenStar span.prize {
	display: block;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	color: #ffffff;	
}
.greenStar strong {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1em;
	display: block;
}
#shadowBottom {
	background: url(../images/shadow-bottom.png) no-repeat top right;
}
#footer {
	margin: 0 auto 30px auto;
	width: 792px;
	padding-top: 10px;
}
#footer p, #footer ul, #footer li {
	display: inline;
	margin: 10px 20px 0 0;
}
#footer a {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #cc0000;
}
#footer p {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}

.offer {
	margin: 0 15px;
	float: left;
	display: inline;
}
.startRow {
	margin-left: 55px;
}
.offer .fold {
	width: 51px; 
	height: 53px;
	position: absolute;
	margin-left: 155px;
	background: url(../images/offer-fold.png) no-repeat top left;
}
.offer .image {
	width: 206px;
	min-height: 100px;
	height: 100px;
	line-height: 100px;
	background: url(../images/offer-top.png) no-repeat bottom left;
	text-align: center;
}
.offer .image img {
	margin: 10px 16px 0 10px;
	vertical-align: middle;
}
.offer .text {
	width: 206px;
	background: url(../images/offer-middle.png) repeat-y top left;
	color: #000;
}
.offer h3 {
	color: #0099cc;
	font-size: 1.6em;
	line-height: 1.0625;
	font-weight: bold;
	padding: 0 20px;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
.offer p {
	color: #666666;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 20px;
	margin-bottom: 0.5em;
}
.offer a.seeOffer {
	width: 155px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	display: block;
	color: #fff;
	font-weight: bold;
	background: #cc0000 url(../images/offer-button.gif) no-repeat top left;
	font-size: 1.4em;
	line-height: 1.286em;
}
.offer .bottom {
	width: 206px;
	height: 20px;
	background: url(../images/offer-bottom.png) no-repeat top left;
}
#tellYourFriends {
	width: 610px;
	height: 112px;
	margin: 20px auto 0 auto;
	position: relative;
	font-size: 1.2em;
	line-height: 1em;
	padding: 0;
}
#tellYourFriends a {
	color: #ffffff;
}
#tellYourFriends strong {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
}
#tellYourFriends span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/tell-your-friends-with-text.gif) no-repeat top left;
}
h3#formErrorsTitle {
	font-size: 1.6em;
	line-height: 1.125;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #66ff00;
}
ul#formErrors {
	margin-bottom: 0.5em;
}
ul#formErrors li {
	font-size: 1.2em;
	font-weight: bold;
	list-style: disc outside;
}
.offer div.image img {
	vertical-align: middle;
}
.static-page #header {
	height:220px;
	min-height:220px;
}
#page-content {
	background-color:#333;
	margin:0 18px -1px 18px;
	padding:25px 75px 25px 75px; 
}

.static-page h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.static-page h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.static-page p, .static-page ol li {
	font-size:12px;
	margin-bottom:10px;
}

.static-page p a {
	color:#fff;
	text-decoration:underline;
}


.static-page ol {
    margin-left:15px;
    list-style-type:decimal;
}