/**
 * footer_page.css
 * General styles for all footer pages, plus sign-in.
 **/

#footer-area-spacer {
	height: 300px;
}

#footer-page-box {
	position: relative;
	left: 50%;
	margin-left: -323px;
	width: 586px;
	top: 170px;
	padding: 0 30px;
	line-height: 130%;
}

#footer-page-box .backdrop {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/image/footer_page_backdrop_center.png) repeat-y;
	z-index: -5;
}

#footer-page-box-top {
	position: relative;
	left: 50%;
	margin-left: -323px;
	top: 170px;
	width: 646px;
	height: 30px;
	background: url(/image/footer_page_backdrop_top.png) no-repeat;
}

#footer-page-box-bottom {
	position: relative;
	top: 170px;
	left: 50%;
	margin-left: -323px;
	width: 646px;
	height: 30px;
	background: url(/image/footer_page_backdrop_bottom.png);
}

#footer-page-box .headline {
	margin: 18px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	text-transform: uppercase;
}

#footer-page-backdrop {
	position: absolute;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	height: 475px;
	top: 70px;
	z-index: -10;
}


#footer-page-box .headline-2 {
	font-size: 15px;
	margin-bottom: 20px;
	color: #ff1653;
	font-weight: bold;
	text-transform: uppercase;
}

#footer-page-box ul {
	list-style-type: square;
	margin: 0 0 0 16px;
	padding: 0;
	padding-bottom: 12px;
}
