
/* Menu Postion */
ul.dropdown {
	position: absolute;
	left: 325px;
	top: 5px;
	z-index: 597;
	float: left;
}

.qa-holder {
	position: absolute;
	top: 150px;
	left: 675px;
}

.qa-image {
	position: absolute;
	background: url(../images/qa-logo.png) no-repeat;
	width: 265px;
	height: 202px;
	top: 2px;
}

.qa-text-holder {
	position: absolute;
	top: 220px;
}

.qa-title {
	position: absolute;
	background: url(../images/qa-title.png) no-repeat;
	width: 247px;
	height: 21px;
	top: 0px;
	left: 10px;
}

.qa-text {
	position: absolute;
	left: 10px;
	font-size: 10pt;
	width: 250px;
	top: 30px;
}

.left-bar {
	position: absolute;
	top: 545px;
	left: 5px;
	z-index: 2;
}

.ask-a-question-holder {
	background: url(../images/ask-a-question-bg.png) no-repeat;
	position: absolute;
	width: 300px;
	height: 483px;
}

.ask-a-question-text {
	position: absolute;
	top: 50px;
	left: 8px;
	width: 281px;
	height: 428px;
	font-size: 9pt;
	font-family: Helvetica;
}

input {
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid black;
	background-color: transparent;
}

textarea {
	background-color: transparent;
	width: 280px;
	height: 230px;
}

.large {
	 width: 225px;
}

.small {
	width: 90px;
}

.submit {
	background: transparent url(../images/submit.png) no-repeat;
	border: 0px none;
	cursor: pointer;
	height: 19px;
	width: 88px;
	font-size: 0;
	position: absolute;
	right: 0px;
	top: 405px;
}

.main-text-holder {
	position: absolute;
	top: 545px;
	left: 320px;
	font-family: Helvetica;
	overflow: auto;
	height: 480px;
	width: 600px;
	z-index: 2;
}

.main-text-question {
	color: #d21039;
	background: url(../images/Q.png) no-repeat;
	height: 31px;
	font-size: 12pt;
	font-weight: bold;
	padding: 7px 0px 0px 45px;
	width: 500px;
}

.main-text-answer {
	color: #3e2c0a;
	background: url(../images/A.png) no-repeat;
	font-size: 10pt;
	padding: 5px 0px 0px 45px;
	width: 500px;
}

.step1 {
	color: #3e2c0a;
	background: url(../images/step-1.png) no-repeat;
	font-size: 10pt;
	padding: 1px 0px 10px 60px;
	width: 470px;
}

.step2 {
	color: #3e2c0a;
	background: url(../images/step-2.png) no-repeat;
	font-size: 10pt;
	padding: 1px 0px 10px 60px;
	width: 470px;
}

.step3 {
	color: #3e2c0a;
	background: url(../images/step-3.png) no-repeat;
	font-size: 10pt;
	padding: 1px 0px 10px 60px;
	width: 470px;
}

.step4 {
	color: #3e2c0a;
	background: url(../images/step-4.png) no-repeat;
	font-size: 10pt;
	padding: 1px 0px 10px 60px;
	width: 470px;
}

.step5 {
	color: #3e2c0a;
	background: url(../images/step-5.png) no-repeat;
	font-size: 10pt;
	padding: 1px 0px 10px 60px;
	width: 470px;
}

.bottom-slide {
	position: absolute;
	top: 935px;
	left: 335px;
	z-index: 2;
}

.bottom-left-image {
	left: 0px;
	position: absolute;
	overflow: hidden;
	height: 93px;
	width: 386px;
}

.bottom-left-image div {
	display: none;
	position: absolute;
}

.bottom-right-image {
	left: 380px;
	position: absolute;
	overflow: hidden;
	height: 93px;
	width: 238px;
}

.bottom-right-image div {
	display: none;
	position: absolute;
}

.bottom {
	top: 955px;
}

