/**
 * text_site.css
 * General styles for text site
 **/

#main-logo {
	display: none;
}

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

#text-site-box {
	position: relative;
	left: 50%;
	margin-left: -323px;
	width: 586px;
	top: 170px;
	padding: 0 30px;
	line-height: 130%;
	font-size: 15px;
}


#text-site-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;
}

#text-site-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;
}

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

#text-site-box .menu {
	display: none;
}

#text-site-box .separator {
	display: none;
}

#text-site-box .content {
	position: relative;
	float: left;
	width: 590px;
	top: 0;
	left: 0;
}

#text-site-box .menu .item {
	color: #fff;
}

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


#text-site-box .content .headline-1 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #ff1653;
	font-weight: bold;
	text-transform: uppercase;
}

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

#text-site-box .content .headline-2.no-margin {
	margin-bottom: 0;
}

#text-site-box .content .faq-q {
	color: #ff1653;
	font-weight: bold;
}

#text-site-box .content .faq-a {
	margin-bottom: 24px;
}

#text-site-box table th, #text-site-box table td {
	text-align: left;
	width: 150px;
	font-size: 13px;
}

#text-site-box .table-footer {
	margin-top: 10px;
	font-size: 11px;
}


#text-site-box a, #text-site-box a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	line-height: 130%;
}

#text-site-box a:hover, #text-site-box a:active {
	color: #ff1653;
}

#text-site-box .faq-a a, #text-site-box .faq-a a:visited {
	color: #ff1653;
}

#text-site-box .faq-a a:hover, #text-site-box .faq-a a:active {
	color: #fff;
	text-decoration: underline;
}

#back-to-product {
	position: absolute;
	left: 50%;
	margin-left: 140px;
	top: 200px;
	width: 150px;
	height: 30px;
	text-align: right;
	z-index: 500;
}

#back-to-product a, #back-to-product a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}

#back-to-product a:hover, #back-to-product a:active {
	color: #ff1653;
}

