@charset "utf-8";
/* CSS Document */

body {
	background: url(images/main_bg.gif) repeat-x 0 -5px;
	margin: 0; padding:0;
	font: normal 12px Arial, Helvetica, sans-serif; }

#wrapper {
 	width: 790px;
 	margin: 0 auto;
	padding-bottom: 20px;
	background: url(images/header_left.jpg) no-repeat 0 -5px; }

#header {
	height: 227px;
	background: url(images/header_right.gif) no-repeat 100% -5px;
	position: relative; }
	
#header a {
	display: block;
	width: 319px;
	height: 85px;
	text-indent: -9999px;
	position: absolute; 
	top: 23px; left: 10px; }
	
#header h1, #header p {
	font-size: 22px;
	width: 423px; line-height: 28px;
	margin: 60px 0 0 0; padding: 0;
	float: right; color: #2e2e2e; }
	
#header span {
	color: #61ad4c;
	font-size: 24px;}
	
#header p {
	font-size: 12px;
	margin: 10px 0 0 0;
	line-height: 18px; }

#mainContent {
	width: 778px;
	float: right;
	margin-bottom: 12px;
	border-right: 1px solid #ddeff5;
	border-left: 1px solid #ddeff5;
	background: #f3fcff;
	padding-bottom: 20px;
	position: relative; }
	
#mainContent span {
	display: block;
	width: 780px;
	height: 9px;
	position: absolute;
	bottom: 0;
	left: -1px;
	background: url(images/rounded_bottom.gif) no-repeat left bottom;}
	
.offer {
	width: 660px;
	height: 500px;
	margin: 0 auto 6px auto;
	position: relative; }
	
/* OFFERS */

.lastChance  {
	background: url(images/offers/last_chance/lc_3.jpg) no-repeat left bottom; }
	
.LibertyDirectAdvance {
	background: url(images/offers/liberty/lib_2.gif) no-repeat left bottom; }
.LibertyDirectAdvance img.submitButton {
	bottom:34px;
	left:422px;
}

img.submitButton {
	position: absolute;
	bottom: 25px; left: 190px;}

p.prevNext {
	margin: 0 auto; padding: 0;
	width: 250px; display: block;}
	
p.prevNext a:link, p.prevNext a:visited {
	display: block; width:117px;
	height: 21px; text-indent: -9999px; float: left;}
	

a.prev:link, a.prev:visited {
	background: url(images/previous_offer_button.gif) no-repeat 0 0; }

a.prev:hover {
	background-position: 0 -21px; }
	
a.next:link, a.next:visited {
	background: url(images/next_offer_button.gif) no-repeat 0 0;
	margin-left: 12px;}

a.next:hover {
	background-position: 0 -21px; }
	
.impulseOffer {

}

/* ---------------------------- */

#footer {
}

p#copyright {
	margin: 0; padding: 0;
	text-align: center;
	color: #b2afaf;}
	
p#copyright a:link, p#copyright a:visited {
	color: #b2afaf; text-decoration: none;}
	
p#copyright a:hover {
	text-decoration: underline; }
	
*|*:-moz-any-link:focus {
	outline-width: 0 !important; }


