@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}

ul {
	padding-top: 10px;
}

#logoHeader {
	padding: 15px 0px 15px 30px;
	height: 47px;
}

#mainContent {
	background-image: url(../images/mainContentHalfBG.png);
	background-repeat: repeat-x;
	height: 1900px;
	width: 100%;
	display:block;
}

#faq, #download {
	width: 550px;
	height: 450px;
	float: left; 
	padding: 40px 0px 0px 50px; 
}

#otherPageLink {
	width: 250px;
	height: 450px;
	float: right; 
	padding: 20px 50px 0px 0px; 
}

#supportLink {
	width: 220px;
	background-color: #f3f2f0;
	border-style: solid;
	border-color: #077590;
	padding-left: 20px;
}

#questions, #downloads {
	padding:30px 0px 0px 0px;
}

#answers {
	padding:20px 0px 0px 0px;
}

.answer {
	padding-top: 10px;
}

.answerHeader {
	background-color: #e1e2e4;
	width: 550px;
	height: 20px;
}

.answerDetail {
	padding-top: 10px;
}

.answerDetail ul {
	list-style-type:circle;
	padding-left:15px;
}

.backToTop {
	padding-top: 10px;
}

#brochure, #manual, #logos
{
	visibility:hidden; 
	position:absolute;
	top:-500px;
}