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

/*	CSS Reset
---------------------------------------------------	*/
html, body, h1, h2, h3, h4, h5, h6, p, table, th, td, form, fieldset, ul, ol, li, blockquote, dl, dt, dd, hr{
	margin: 0;
	padding: 0;
}


/*	Global
---------------------------------------------------	*/
body{
	background:url(../images/background_body.jpg) repeat-x #015328;
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
}

img{
	border:none;
}

.off-left {
	position: absolute;
	left: -9999px;
	width: 9990px;
} 

.wrapper{
	width:1000px;
	height:726px;
	background:url(../images/background_main.jpg) no-repeat;
	background-position:center top;
	margin:0 auto;
	position:relative;
}

.logo{
	position:absolute;
	left:8px;
}

.header{
	height:75px;
	padding-right:27px;
}

.userstatus{
	float:right;
	margin-top:20px;
	text-align:right;
}

.userstatus li{
	height:20px;
	list-style:none;
	padding-right:29px;
	color:#ffffff;
	font-size:12px;
	font-style:italic;
	background:url(../images/arrow_yellowdots.gif) right 2px no-repeat;
}

.userstatus a{
	color:#ffffff;
	font-size:12px;
	text-decoration:underline;
	font-style:italic;
}

.userstatus a:hover{
	text-decoration:none;
}


.main{
	height:423px;
	position:relative; 
}

.footer{
	color:#FFF;
	height:178px;
	padding-top:42px;
}

.footer{
	color:#FFF;
	height:178px;
	padding-top:3px;
}

.footer #pod_offers, .footer .flash_wrapper{
	width:917px;
	height:184px;
	margin:0 auto;
}

.footer #pod_offers p {font-size:18px; font-weight:bold; margin:15px 0;}
.footer #pod_offers a{color:#fff;}
.footer #pod_offers dd {font-size:14px; margin-top:5px;}

#pod_offers dl{
	width:260px;
	float:left;
	margin-right:25px;
}

#pod_offers h3{
	font-size:12px;
}

.disclaimer{
	color:#015328;
	font-size:10px;
}

.breadcrumbs{
	text-align:center;
}

.breadcrumbs li{
	display:inline;
	padding-right:22px;
	background:url(../images/separator_white.gif) right 6px no-repeat;
}

.breadcrumbs li.last{
	padding:0;
	background:none;
}

.breadcrumbs a, .breadcrumbs a:hover{
	color:#fecc30;
	font-size:11px;
	text-decoration:none;
}
