@charset "UTF-8";

* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
html, body {
	width: 100%;
}
#ie {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
}
body {
	background-color: #000922;
	background-image: url(/images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo-wrapper {
	margin-top: 250px;
	z-index: 100;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 110px;
	overflow: visible;
}
#logo-wrapper h1 {
	text-indent: -9999px;
	background-image: url(/images/ab-logo.png);
	background-repeat: no-repeat;
	height: 115px;
	width: 165px;
}
h2#question-button  {
	background-image: url(/images/ask-a-question.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
	width: 130px;
	margin-top: -35px;
	margin-left: 200px;
	background-position: center top;
}
h2#question-button:hover {
	background-position: center bottom;
}
h2#question-button a {
	display: block;
}
#content-bg {
	background-image: url(/images/content-bg.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ec008c;
	border-bottom-color: #ec008c;
	margin-top: -1px;
	z-index: 50;
	position: relative;
	padding-bottom: 5px;
}
#question-form {
	display: none;
	padding-left: 0px;
}
#question-form label {
	display: block;
	background-image: url(/images/label-bg.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	height: 25px;
	padding-left: 120px;
	padding-top: 5px;
}
#question-form input[type="text"] {
	width: 300px;
	margin-left: 120px;
	background-color: #f2dde6;
	border: 1px solid #ec008c;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#question-form input[type="image"] {
	margin-left: 90px;
}
#question-form input[type="submit"] {
	background-image: url(/images/submit.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 185px;
	margin-left: 90px;
	background-color: transparent;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#question-form textarea {
	height: 100px;
	width: 300px;
	margin-left: 120px;
	display: block;
	background-color: #f2dde6;
	border: 1px solid #ec008c;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#content-wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#content-wrapper h2 {
	background-image: url(/images/h1-content-bg.png);
	background-repeat: no-repeat;
	padding-left: 120px;
	padding-top: 17px;
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.3em;
}
#content-wrapper p, .design-credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding-left: 120px;
	font-size: .7em;
	padding-right: 450px;
	margin-top: 5px;
}
#design-credit-wrapper {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px;
}
.design-credit {
	padding: 0px;
}
