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

body {
text-align: center; /* center's things in pre IE6 */
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #262626;
background-image:url(../images/background.jpg);
background-repeat: repeat-x;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

#container{
margin: 0 auto;
width: 900px;
min-height: 100px;
height: auto;
padding: 0px;
}

#header{
margin: 0 auto;
width: 900px;
min-height: 278px;
height: 278px;
padding: 0px;
background-image:url(../images/header.jpg);
background-repeat: no-repeat;
text-align: left;
margin-top: 40px;
}

#content_left{
width: 400px;
min-height: 100px;
height: auto;
padding: 0px;
text-align: justify;
float: left;
margin-left: 19px;
margin-top: 5px;

display: inline;
font-size: 14px;
}

#content_right{
width: 387px;
min-height: 100px;
height: auto;
padding: 0px;
text-align: left;
float: right;
margin-right: 55px;
margin-top: 25px;
display: inline;
}

#content_main{
margin-top: 25px;
width: 900px;
min-height: 100px;
height: auto;
padding: 0px;
text-align: left;
}

#specialoffer_holder{
width: 400px;
min-height: 35px;
height: auto;
padding: 0px;
}

#mainoffer_holder{
width: 203px;
min-height: 100px;
height: auto;
padding: 0px;
float: left;
display: inline;
margin-bottom: 20px;
display: inline;
}

#mainoffer_image{
width: 203px;
min-height: 180px;
height: 180px;
padding: 0px;
border-style: dashed;
border-color: #999999;
border-width: 1px;
background-color: #333333;
margin-bottom: 10px;
}

#mainoffer_text{
width: 203px;
min-height: 50px;
height: auto;
padding: 0px;
text-align: left;
margin-top: 10px;
display: inline;
}


#footer{
width: 900px;
min-height: 50px;
height: auto;
padding: 0px;
margin-top: 30px;
}

.special_offer{
float: left;
text-align: left;
margin-left: 15px;
}

.clear{
clear: both;
}

.footer_left{
float: left;
display: block;
}

.footer_right{
float: right;
display: block;
margin-right: 65px;
}

.register{
font-size: 15px; 
font-weight: bold; 
float: left; 
margin-top: 6px;
}

.special_offers_title{
font-size: 20px; 
display: block;
margin-left: 110px;
color: #ffffff;
margin-bottom: 20px;
}

.card_logo{
float: left; 
margin-left: 15px;
}

.latest_numbers{
float: left;
margin-top: 3px;
}

.offer_name{
font-size: 15px;
font-weight: bold;
}

.offer_text{
font-size: 12px;
}

#footer a:link {
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #999999;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#mainoffer_text a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#mainoffer_text a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#mainoffer_text a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
#mainoffer_text a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.formtable {width: 383px; border: none; padding: 0px; border-spacing: 0px; }
.formtable .title {height: 30px; width: 130px; text-align: right; padding-right: 10px;}
.formtable .field {}
.form_clear {background-color: #FFFFFF;}
.form_error {background-color: #FF0000;}
#DOBERROR {color: #FF0000; text-align: right;}
.address_error {border: 10px; border-color: #FF0000; background-color: #FF0000;}
.address_clear {border: none; border-color: none;}
.section{
	font-weight: bold;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}