/*Universal*/
* {
	padding: 0;
	margin: 0;
}
div, h1, h2, h3, h4, h5, p, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color:#555;
}
a {
	color:#06BAE3;
}
a:focus {
	outline:none;
	color:
}

/*Common*/

html, body, #aspnetForm {
	height: 100%;
}
body {
	background: #fff url("assets/images/bg.gif") 0 0 repeat;
}
body.overlay {
	background: none;
	height: auto;
	font-size:12px;
	line-height:16px;
}
body.overlay .header {
	margin: 0 auto;
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
}
body.overlay .header h1 {
	font-size: 24px;
	font-weight: bold;
	color:#1C8443;
}
body.overlay .content p {
	padding: 0 0 6px 0;
	text-align: justify;
}
body.overlay .content {
	margin:10px 2px 0 2px;
	background-color: #ffffff;
	/*-webkit-border-radius: 10px;  
   -moz-border-radius: 10px;  
   border-radius: 10px;*/
   overflow: hidden;
}
body.overlay .scroll-pane {
	width:100%;
	overflow:auto;
}
body.overlay .rules h2 {
	padding:0 0 8px 0;
}
body.overlay .rules .scroll-pane {
	height:550px;
}
body.overlay .scroll-pane .inner {
	margin: 0 15px 10px 0;
}
.body.overlay .rules .scroll-pane {
	
}
.hide {
	display:none;
}
#codehelp .header h3 {
	color: #1c8443;
	text-align: center;
	margin:0 auto;
}
#codehelp .content {
	margin:0 auto;
	width:650px;
}
#codehelp .content table {
/*	width:450px;*/
	margin:0 auto;
	text-align:center;
	margin-top:20px;
}
#codehelp .content table td {
	margin: 0 auto;
	text-align: center;
}
#codehelp .content table td.left {
	width:150px;
}
#codehelp .content table td.right {
	width:350px;
}
#codehelp .content table td img.img1 {
	padding:0 0 0 30px;
}
#codehelp .content table td p {
	color:#8dc63f;
	font-size:14px;
	font-weight:bold;	
	text-align: center;
}
#prizes p {
	font-size:14px;
	padding:2px 0 4px 0;
	text-align:center;
}
#prizes .content {
	width:650px;
	background: transparent url("assets/images/bg_prizes.jpg") top center no-repeat;
	text-align: center;
	margin: 0 auto;
	padding:180px 0 0;
}
#prizes .content h2 {
	color:#1c8443;
	font-size:22px;
}
#prizes .content h3 {
	color:#1c8443;
	font-size:18px;
	font-weight: bold;
}
#prizes ul {
	padding: 8px 0 8px 0;
}
#prizes ul li {
	font-size:14px;
	font-weight:bold;
}
#prizes ul li span {
	color:#8dc63f; 
}
#prizes ul.gp {
	text-align:center;
	list-style:none;
	list-style-type: none;
	font-size: 14px;
	font-weight:bold;
	padding: 5px 0 0 0;
	margin:0;
	padding-bottom:20px;
}

#prizes ul.gp li {
	display:inline;
	padding:0 10px 0 10px;
	font-size:16px;
	font-weight:bold;
}
#prizes ul.thirdp-left{
	list-style: none;
	float: left;
	margin-left: 80px;
}
#prizes ul.thirdp-right {
	list-style: none;
	float: right;
	margin-right: 80px;
}
#prizes ul.thirdp li:nth-child(even) {
	float:left;
}
#prizes p.legal {
	font-size:11px;
	padding:8px 0 4px 0;
	text-align:center;
	margin: 0 120px;
	line-height:13px;
}

#wrapper{
	width: 760px;
	min-height: 100%;
	margin: 0 auto;
	background-color: white;
	padding:0 10px;
	background: transparent url("assets/images/bg_wrapper.png") top center repeat-y;
}
* html #wrapper {
height: 100%;
}
#main {
	position:relative;
	padding:0;
	/*min-height: 595px;*/
}
#content {
	position: relative;
	padding: 0;
}

/*------ Header -----------*/
#header {
	margin:0 auto;
	background: #fff url("assets/images/5th_aniv.gif") 32px 0 no-repeat;
	position:relative;
	height:150px;
}
#header .links {
	margin:0 auto;
	height:60px;
	width:350px;
	/*padding:0 0 0 20px;*/
}
#header .links ul {
	text-align:center;
	list-style:none;
	list-style-type: none;
	font-size: 11px;
	padding: 0;
	margin:0;
	padding-bottom:20px;
}
#header .links ul li {
	display:inline;
	background-color: #888888;
}
#header .links ul li a {
	color:#ffffff;
	background-color: #888888;
	padding:8px 15px 8px 15px;
	text-decoration: none;
	float:left;
	/*height: 20px;*/
	border-right: 1px dashed white;
}
#header .links ul li a.last {
	border-right: none;
}

#header h1 {
	background: transparent url("assets/images/promo_masthead.gif") top center no-repeat;
	height:77px;
	text-indent:-9999px;
}
#header .logo {
	position:absolute;
	top:0;
	right:0;
	width:175px;
	height:75px;
	margin: 0 auto;
	text-align: center;
	padding:8px 0 0;
}

/*------ Page Headings -----------*/
.landing .heading {
	margin: 0 auto;
	padding: 0 0 15px;
}
.landing .heading h2 {
	font-size: 18px;
	line-height:20px;
	font-weight: bold;
	color: #1C8443;
	width:450px;
	padding:40px 0 110px 0;
	text-align:center;
}
.landing .heading h2 span {
	font-size: 24px;
	line-height:26px;
	font-weight: bold;
	color: #8DC63F;
}
.landing .heading h4 {
	font-size: 14px;
	font-weight: bold;	
	color: #ffffff;
}
.landing .heading h3 {
	/*text-align: center;*/
	/*width: 500px;*/
	margin: 0 auto;
	font-size: 14px;
	color:#8DC63F;
	padding:4px 25px;
}
.landing .heading h3 span.step {
	color:#1c8443;
}
.landing .heading a.products, .landing .comingsoon .promoStatus a.products {
	display:block;
	background: url("assets/images/bt_products.gif") top center no-repeat;
	width:148px;
	height:26px;
	text-indent: -9999px;
	position: absolute;
	right: 100px;
	top: 320px;
}
.landing .comingsoon .promoStatus a.products {
	position:static; 
	margin:0 auto;
	padding:0;
}
/*------ Landing Page -----------*/
.landing .content {
	background: #fff url("assets/images/bg_landing-main.jpg") 0 0 no-repeat;
}
.landing .entry_form {
	float:left;
	width:360px;
	background-color: #EEF5E9;
	margin:0 auto;
	position:relative;
	margin:0 0 0 40px;
	-webkit-border-radius: 10px;  
   -moz-border-radius: 10px;  
   border-radius: 10px; 
}
.landing .entry_form .errorbox, .prereveal .entry_form .errorbox {
	text-align:center;
}
.landing .entry_form .errorbox label, .prereveal .entry_form .errorbox label {
	padding:12px 0;
	display:block;
	
}
.landing .entry_form .errorbox span, .prereveal .entry_form .errorbox span {
	font-size:14px;
	font-weight:bold;
	color:#5D8A1E;
}
.landing .entry_form fieldset {
	background-color: #ffffff;
	margin: 0 20px;
	padding: 0 0 15px;
	-webkit-border-radius: 10px;  
   -moz-border-radius: 10px;  
   border-radius: 10px; 
}
.landing .regbox {
	height: 55px;
	position: relative;
}
.landing .label_float_left {
	float:left;
	padding: 20px 0 0 0;
	width:200px;
	text-align:right;
}
.landing .label_float_left label {
	font-size: 12px;
	font-weight: bold;
	color: #D93845;
}
.landing .entry_form .question {
	margin:0 0 0 0px;
	text-align: center;
}
.landing .entry_form .question label {
	display:block;
	color:#5072A1;
	font-size:12px;
	padding: 15px 0 2px 0;
}
.landing.entry_form .question label span span {
	color:#ff0000;
}
.landing .entry_form .question input {
	font-size:12px;
   padding:2px;
   width:170px;
	height:18px;
}
.entry_form .question input {
	border: 1px solid #BECCD6;
	-webkit-border-radius: 3px;  
   -moz-border-radius: 3px;  
   border-radius: 3px;  
}
.landing .entry_form .register a {
	font-size: 11px;
	padding:3px 0 0;
}
.landing .submit, .prereveal .submit {
	margin: 0 auto;
	text-align:center;
	padding: 8px 0;
}
.submit input {
	border:none;
	background: #eeeeee url("assets/images/submit.png") top left no-repeat;
	width:103px;
	height:34px;
	cursor: pointer;
	text-indent: -9999px;
	display:block;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	cursor: hand; /* for IE 5.x */
}

/*------ NewsLinks ------------------*/

.landing .newslinks {
	float:right;
	width:350px;
	text-align: center;
	margin: 25px 5px 0 0;
}
.outcome .newslinks {
	clear:both;
	margin:0 auto;
	text-align: center;
	margin: 25px 0 0 0;
}
.newslinks h3 {
	color:#8DC63F;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px;
}
.outcome .newslinks h3 {
	margin:0 auto;
	padding:0;
}
.newslinks a {
	text-decoration: none;
	font-size: 12px;
	/*font-weight:bold;*/
	display:block;
	padding:8px 0;
}
/*------ Facebook Connect -----------*/
.fbConnect{
	margin: 0 auto;
	width: 330px;
	padding: 0 0 0 170px;
	display:none;
}
.fbPlayNow {
	margin:18px 0 0 0;
}
.fbPlayNow input {
	border:none;
	background: #eeeeee url("assets/images/bt-playnow.png") top left no-repeat;
	width:162px;
	height:52px;
	cursor: pointer;
	text-indent: -9999px;
	display:block;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	cursor: hand; /* for IE 5.x */
}
/*------ Registration Form -----------*/
.register .entry_form  {
	width:740px;
	margin:0 auto;
	background-color: #EEF5E9;
	margin-top:25px;
	-webkit-border-radius: 10px;  
   -moz-border-radius: 10px;  
   border-radius: 10px;
}
.register .entry_form .heading {
	padding: 12px 12px 12px;
}
.register .entry_form .heading h3 {
	font-size: 14px;
	font-weight: bold;
	color:#5D8A1E;
}
.register .entry_form .heading .instructions {
	float: left;
	width:550px;
	text-align:left;
}
.register .entry_form .heading .instructions p {
	font-size: 12px;
	padding:0 0 12px 0;
}
.register .entry_form .heading .login {
	float: right;
}
.register .entry_form .heading .login p {
	display: block;
	text-align: right;
	font-size: 11px;
	color:#4D7796;
}
.register .entry_form .heading .login a {
	display: block;
	text-align: right;
	font-size: 11px;
}
.register .entry_form .errorbox {
	/*height:22px;*/
	clear:both;
	margin:0;
	text-align:center;
	padding:8px 0 0 0;
	font-size:12px;
	/*overflow:hidden;*/
}
.register .entry_form fieldset {
	background-color: #ffffff;
	margin: 0 10px;
	padding: 0 0 10px;
	-webkit-border-radius: 10px;  
   -moz-border-radius: 10px;  
   border-radius: 10px; 
}
.register .entry_form .fieldgroup1 {
	float:left;
	width:400px;
	margin:15px 0 0 15px;
}
.register .entry_form .fieldgroup2 {
	float:right;
	width:280px;
	margin:12px 20px 0 0;
}
.register .entry_form fieldset.register {
	clear:both;
}
.register .entry_form label {
	color:#0072bc;
}
.register .entry_form .question {
	float:left;
	width:180px;
	margin: 0 0 8px 0;
	height:35px;
}
.register .entry_form .question label {
	display:block;
	color:#0072bc;
	font-size:11px;
	/*font-weight:bold;*/
}
.register .entry_form .radiolist label {
	display: inline;
	padding:0 20px 0 4px;
}
#fldQ220 {
	clear:both;
	display:block;
	width:100%;
	/*display:none;*/
}
#fldQ399 {
	clear: left;
}
#fldQ400 label span span {
	/*color:#ff0000;*/
	font-size: 10px;
	letter-spacing: 2px;
}
.register .entry_form .question input[type="text"] {
	font-size:12px;
   padding:2px;
   width:165px;
	height:16px;
	border: 1px solid #BECCD6;
	-webkit-border-radius: 3px;  
   -moz-border-radius: 3px;  
   border-radius: 3px;  
}
.register .entry_form .dropdown select {
	font-size:11px;
	padding: 1px;
	border: 1px solid #BECCD6;
	color:#555555;
	margin-left:0;
}
#fldQ398 select {
	width:170px;
}
.register .entry_form .radiofield span input {
	float: left;
	margin: 4px 0;
	width:auto;
	border:0;
}
.register .entry_form .radiofield span label {
	float: left;
	padding: 0 12px 0 2px;
	margin: 4px 0;
	color:#555;
}
.register .entry_form .ageCheck {
	margin:0 auto;
	text-align: center;
	margin:5px 0 8px 150px;
	overflow: auto;
}
.register .entry_form .ageCheck label {
	font-size:12px;
	font-weight: normal;
	float: left;
	padding:2px 0 0 0;
}
.register .entry_form .ageCheck label span span {
	color:#ff0000;
}
.register .entry_form .ageCheck input {
	float: left;
}
/*-- Submit --*/
.register .entry_form .submit {
	clear:both;
	display: block;
	margin: 0 auto;
	text-align:center;
	padding:10px 0;
}
.register .entry_form .submit input {
	margin:0 auto;
}
/*-- Optins --*/
#optins {
    clear:both;
    margin: 0 0 0 0;
}
#optins .optin {
    clear: both;
    padding:4px 0 6px 0;
    overflow:auto;
}
#optins .optin label
{
    float:left;
    text-align: left;
    width:250px;
    line-height:12px;
}
#optins .optin label span {
    font-size: 11px;
}
#optins .optin input {
    float:left;
    margin:5px 5px 0 0;
}
#optins .optin a {
    color:#fff;
    text-decoration: underline;
}

/*-- Captcha Box --*/
#captcha {
	clear: both;
width: 270px;
text-align: center;
margin: 0 auto;
position: relative;
overflow: auto;
background-color: #EEE;
padding: 0 0 0 0;
margin-top: 10px;
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-bottomleft: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-right-radius: 8px;
border-top-left-radius: 8px 8px;
border-top-right-radius: 8px 8px;
border-bottom-left-radius: 8px 8px;
border-bottom-right-radius: 8px 8px;
}
#captcha p {
	text-align: center;
}
#captcha label {
	display: block;
text-align: center;
padding: 0 0 4px 0;
color: #0072BC;
font-size: 11px;
}
#captcha label span {
	font-size:11px;
}
#captcha label span span {

}
#captcha img {
	display:block;
	width:104px;
	height:31px;
	margin:0 auto;
	
}
/*#captcha input {
	float:left;
	text-align: center;
	width: 140px;
	height:18px;
	text-align: center;
	text-transform: uppercase;
	margin:3px 0 0 56px;
}*/
#captcha input {
	display: block;
text-align: center;
width: 140px;
height: 18px;
text-align: center;
text-transform: uppercase;
margin: 0 auto;
margin-top: 5px;
border: 1px solid #BECCD6;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; 
}
#captcha a {
	position: absolute;
width: 22px;
height: 22px;
background: transparent url(assets/images/icon_captcha-info.png) no-repeat scroll 0 0;
text-indent: -9999px;
text-decoration: none;
top: 25px;
right: 23px;
}
/*-- Submit  --*/
#submitform {
	clear:both;
	margin:20px 0;
	text-align: center;
}
/*-- Required --*/
#required {
	clear: both;
	display: block;
	margin:0 0 0 25px;
}
#required p {
	color:#0072BC;
	font-size:10px;
}
#required p span {
	
}

/*------ Pre-Reveal ------*/

.prereveal .entry_form {
	width:600px;
	background-color: #EEF5E9;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:100px;
	position:relative;
	-webkit-border-radius: 10px;  
   -moz-border-radius: 10px;  
   border-radius: 10px; 
}
.prereveal .entry_form fieldset {
	background-color: #ffffff;
	/*height:250px;*/
	margin: 0 20px;
	padding: 0 0 15px;
	-webkit-border-radius: 10px;  
   -moz-border-radius: 10px;  
   border-radius: 10px; 
}
.prereveal .entry_form .question {
	margin:0 auto;
	text-align:center;
	padding: 50px 0 20px;
}
.prereveal .entry_form .question p {
	font-size: 14px;
	font-weight:bold;
}
.prereveal .entry_form .question label {
	display:block;
	margin-top: 24px;
	font-size: 22px;
	font-weight: bold;
	color: #1C8443;
	padding: 0 0 10px 0;
}
.prereveal .entry_form .question input {
	font-size:12px;
   padding:2px;
   width:100px;
	height:18px;
	text-align:center;
}
/*------ Reveal ------*/
#gamearea {
/*	background: transparent url("assets/images/bg_reveal.png") top left no-repeat;*/
	width:510px;
	min-height:400px;
	top:185px;
	margin:0 auto;
	overflow:auto;
	padding:12px 0 0 10px;
	margin-top:40px;
}
#flasharea {
	/*background: transparent url("assets/images/reveal_static.png") top left no-repeat;*/
	width:500px;
	height:350px;
	text-align: center;
	padding-top:0;
}
/*#flasharea input.button{
	margin:25px 0 0 0;
}*/
#flasharea a.red {
	margin:0 auto;
	display:block;
	background: transparent url("assets/images/button_reveal_static.png") top left no-repeat;
	width:286px;
	height:45px;
	text-indent:-9999px;
	font-size:0;
	position: relative;
	top: 28px;
}
/*----- Outcome -----*/
.outcome .summary, .already .summary, .sorry .summary {
	background-color: #EEF5E9;
	width:700px;
/*	min-height:400px;*/
	margin:0 auto;
	-webkit-border-radius: 10px;  
   -moz-border-radius: 10px;  
   border-radius: 10px;
   padding:25px 12px 25px 12px;
   margin-top:40px;
}
.outcome .summary .container, .already .summary .container, .sorry .summary .container {
	background-color: #ffffff;
	-webkit-border-radius: 8px;  
   -moz-border-radius: 8px;  
   border-radius: 8px; 
   overflow:auto;
}
.already .summary .container, .sorry .summary .container {
	text-align: center;
	padding:40px 0 40px 0;
	min-height:200px;
}
/*------------ Sorry ---------------*/
.outcome .summary .container .sorry {
	text-align: center;
	padding:80px 0 120px;
}
.outcome .summary .container .sorry .heading h2,
.already .summary .container .heading h2,
.sorry .summary .container .heading h2{
	color:#8DC63F;
	font-size:28px;
	padding:0 0 12px;
}
.outcome .summary .container .sorry h3,
.already .summary .container h3,
.sorry .summary .container h3 {
	color:#8DC63F;
	font-size:20px;
	padding:0 0 12px;
}
.outcome .summary .container .sorry h4,
.already .summary .container h4,
.sorry .summary .container h4 {
	color:#8DC63F;
	font-size:20px;
}

.outcome .summary .heading {
	margin:0 auto;
}
.outcome .summary .heading h2 {
	text-align:center;
}
.outcome .summary h3, {
	text-align:center;
}
/*-------------- Winner -----------------*/


.outcome .summary .container .winner {
	text-align: center;
	padding:20px 0 20px;
}
.outcome .summary .container .winner .heading {
	
}
.outcome .summary .container .winner .heading h2  {
	color:#1C8443;
	font-size:28px;
	padding:0 0 12px;
}

.prizeinfo {
	position:relative;
}
.prizeinfo .details {
	float: left;
	width: 350px;
	margin: 0 0 0 25px;
	text-align: center;
	color:#555555;
	/*min-height:230px;*/
	position: relative;
}
.prizeinfo h3 {
	font-size: 18px;
	font-weight: bold;
	color:#8DC63F;
	margin:8px 0 0 0;
}
.prizeinfo h4.prizedesc {
	font-size: 22px;
	font-weight: bold;
	color:#8DC63F;
	margin:0;
}
.prizeinfo.p3 h4 {
	font-size: 16px;
}
.prizeinfo p.conf {
	font-size: 11px;
	color:#8DC63F; 
}
.prizeinfo p.instructions {
	margin:20px 0 0 0;
	font-size:14px;
	font-weight:bold;
	color:#5072A1;
}
.prizeinfo p.legal {
	font-size:11px;
	margin: 15px 55px;
	color:#5072A1;
}
.prizeinfo .prizeimage {
	/*width:350px;*/
	/*height:240px;*/
	float:left;
	margin: 0 auto;
	overflow: hidden;
} 
.prizeinfo .prizeimage img {
	padding:0 0 0 0;
}
.prizeinfo .prizeimage img.p1 {
	padding:0;
}
.prizeinfo .prizeimage img.p2 {
	padding:0 0 0 0;
}
.prizeinfo .prizeimage img.p4 {
	padding:0 0 0 20px;
}
.prizeinfo .prizeimage img.p10,
.prizeinfo .prizeimage img.p11,
.prizeinfo .prizeimage img.p12,
.prizeinfo .prizeimage img.p13,
.prizeinfo .prizeimage img.p14 {
	padding:30px 0 0 60px;
}

.prizeinfo .downloadfile {
	clear:both;
	/*text-align: center;*/
}
.prizeinfo .downloadfile  h4.note {
	float:left;
	margin:5px 0 0 25px;
	font-size: 14px;
	width:350px;
	color: #ff0000;
	text-align:center;	
}
.prizeinfo .downloadfile  a.downloadlink {
	float:left;
	background: transparent url("assets/images/bt-coupon.png") top center no-repeat;
	margin:0 0 0 70px;
	width:229px;
	height:28px;
	text-indent: -9999px;
	display:block;	
}

.prizeinfo .downloadfile  .readerinfo {
	clear: both;
	position: relative;
	left:435px;
	margin: 0 auto;
	text-align: center;
	width:250px;
	margin: 5px 15px 0 0;
}
.prizeinfo .downloadfile  .readerinfo p.info {
	font-size: 10px;
}
.prizeinfo .downloadfile .readerinfo a.arlink {
}
/*#sorry {
	display: none;
}*/
.already h4 {
	margin: 15px 100px;
	font-size: 16px;
	font-weight:bold;
	color:#00ADEE;
	text-align: center;
}
/*------ Thank You Page ----------- */
.thanks_form {

}
.thanks_form .heading {

}
.thanks_form .heading h2 {

}
.thanks_form .heading p {

}


/* ------ Sorry Page ----------- */

/*------ Already entered Page ------- */

/*------ Coming Soon Page ----------- */
.comingsoon .content {
	margin-top:25px;
}

/*------ Shared Content -----------*/
.content .copy {
	float:left;
	width:500px;
	margin-left:10px;
}
.content .copy p {
	width:480px;
	line-height:16px;
}
.content .link {
	float:left;
	width:400px;
	overflow: auto;
	margin:0 auto;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	min-height: 130px;
}
a.ttlink {
	display:block;
	width:196px;
	height:46px;
	background: url(assets/images/btn_traveltex.png) top left no-repeat;
	margin:0 auto;
	text-indent:-9999px;
}
a.continue {
	display:block;
	width:196px;
	height:46px;
	background: url(assets/images/bt_continue.png) top left no-repeat;
	margin:0 auto;
	text-indent:-9999px;
}

/*-------------Footer------------------------ */
#footer {
	clear:both;
	text-align:center;
	padding: 25px 0;
}
/*.landing #footer {
	padding: 0 0 25px 0;
}*/
#footer p {
	font-size:11px;
	color:#aaa;
}
#footer .links {
	padding:5px;
}
#footer .links ul {
	text-align:center;
	list-style:none;
	font-size: 11px;
}
#footer .links ul li {
	display:inline;
}
#footer .links ul li a {
	color:#6EAAD6;
	padding:0 4px 0 4px;
	text-decoration: none;
}
#footer .legal {
	margin: 0 auto;
	clear:both;
	display:block;
	font-size: 11px;
   padding:5px;
}
#footer .legal a {
	color: #baebff;
	text-decoration: none;
	color:#6699cc;
}
#footer .logo a {
	display:block;
	width:197px;
	height:100px;
	/*background: url("assets/images/logo_litehouse.gif") top center no-repeat;*/
	margin: 0 auto;
	text-indent: -9999px;
	margin-top:10px;
	padding-bottom:15px;
}
#footer .firstpage {
	
}
#footer .firstpage p {
	margin:0 80px;
}
#footer .footerlogo {
	padding:15px 0;
}
/* -- Rules -- */
/*.rules {
	color:#000000;
}
.rules .header, .faq .header {
	background: url('assets/images/hdr_overlay.gif') no-repeat top center;
	margin: 0 auto;
	text-align: center;
	min-height:158px;
}
.rules .header h1, .rules .header h2, .faq .header h1, .faq .header h2 {
	text-indent: -9999px;
}
.rules h3, .faq h3 {
	font-size:18px;
	font-weight:bold;
	color:#EC1C24;
	margin:0 auto;
	text-align:center;
	margin:8px 0;
}
*/
.thanks_form .rules a {
	color:#f3de89;
	font-size:14px;
}

/*----- FAQ -------*/
/*body.faq div, body.faq p {
	font-family: "Times New Roman", Times, serif;	
}
body.faq p {
	font-size:12px;
	font-weight: bold;
	text-align: center;
}*/
.faq .questions {
	font-size:14px;
	font-weight:bold;
	margin: 0 50px 0 0;
}
.faq dl {
/*    border: 3px double #ccc;*/
    padding: 0.5em;
  }
.faq dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    font-size:18px;
    color:#1c8443;
  }
.faq dt.answer {
	color: #8dc63f;
}
.faq dt:after {
    /*content: ".";*/
  }
.faq dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
  }
 .faq table {border:none;}
 .faq table tr td {border:none; width:250px; padding:5px;}
/* -- Products -- */
body.products {
	background-image: none;
	margin: 0 auto;
	text-align: center;
}
body.products .wrapper {
	/*width:500px;*/
	margin:0 auto;
}
body.products h2 {
	font-size: 16px;
	font-weight:bold;
	color:#1c8443;
	padding:15px 0 15px;
}
body.products ul li {
	list-style:none;
	color: #8dc63f;
	font-size:14px;
	font-weight:bold;
	padding:2px 0 2px;
}
/* -- Promo Status -- */

.promoStatus {
	padding:0 0 0 0;
	margin:0 auto;
	text-align:center;
	height:400px;
}
.promoStatus h2 {
	color:#1c8443;
	font-size:28px;
	font-weight:bold;
	padding:8px 0 0 0;
} 
.promoStatus h3 {
	color:#1C8443;
	font-size:18px;
	padding:8px 0 0 0;
} 
.landing .notopen {
	background: #fff url("assets/images/bg_landing-main.jpg") 0 130px no-repeat;
	height:450px;
} 
.landing .notopen h3 {
	padding:15px 80px;
	/*color:#8dc63f;*/
}
.landing .notopen h3 {
	padding:15px 80px 20px;
	/*color:#8dc63f;*/
}
.landing .notopen h4 {
	margin:15px 0 0;
}
.landing .notopen h4 a {
	color: #8dc63f;
}

/*--- Client Logos ----*/
.logos {
	clear:both;
	padding:25px 0 0 0;
}
.logos h3 {
	text-align: center;
	font-size:14px;
	font-weight: bold;
	color:#1c8443;
	padding: 0 0 10px;
}
.logos ul {
	list-style: none;
	list-style-type:none;
	margin: 0 0 0 18px;
}
.logos ul li {
	display: inline;
	padding:0 15px;
}

/*--- Browser Check ----*/

.browsercheck {
	height:400px;
}
.browsercheck .heading h2 {
	font-size: 22px;
	font-weight: bold;
	color: #1C8443;
	text-align: center;
	width:auto;
	padding:40px 0 0 0;
	margin:0 auto;
}

.browsercheck .heading h4 {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	padding:15px 0 0 0;
	margin:0 auto;
	text-align:center;
}

/*---- Code Help ---*/

#ctl00_divNotOpen, #ctl00_divClosed {
	margin:0 auto;
	text-align:center;
}

#ctl00_divClosed h1{
    font-size:20px;
}

#ctl00_divClosed h2{
    font-size:16px;
}

#newslinks {
	display:none;
}
