html {
	height: 100%;
}

body {
	font-family: "Century gothic", sans-serif;
	background-image: url(images/bXXXg.jpg);
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

form {
	padding: 0px;
	margin: 0px;
}

img {
	border-width: 0px;
}

.top {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom-color: #4e4d4d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: black;
}

.top-in {
	width: 900px;
	text-align: left;
}

.site {
	position: relative;
	padding-bottom: 40px;
	padding-top: 40px;
	width: 900px;
}

.main {
	position: relative;
	padding: 13px;
	background-color: white;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;

}

.image-out {
	margin: 13px;
	width: 389px;
	padding: 10px;
	border-color: #e3e3e3;
	background-color: #f5f5f5;
	border-width: 1px;
	border-style: solid;
	float: left;
	position: relative;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.image-out:hover {
	box-shadow:0px 0px 5px #cf1f85;
	-webkit-box-shadow:0px 0px 5px #cf1f85;
	-moz-box-shadow:0px 0px 5px #cf1f85;
}

.image {
	float: left;
	position: relative;
}

.image-number {
	text-align: center;
	text-shadow: 1px 1px 1px #3c3c3c;
	float: right;
	position: relative;
	background-color: #2f2f2e;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.image-text {
	text-align: left;
	padding-left: 10px;
	float: left;
	position: relative;
	width: 230px;
}

.house-text {
	position: relative;
	text-overflow: ellipsis;
	padding-bottom: 10px;
	padding-top: 6px;
	text-shadow: 1px 1px 1px white;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

.link-text {
	color: #2c2c2b;
	font-size: 12px;
}

.link-text:hover {
	text-decoration: none;
	color: #cf1f85;
}

.arrow-out {
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/arrow-download.png);
	margin-right: 5px;
	text-align: center;
	background-color: #a6a6a5;
	float: left;
	position: relative;
	height: 13px;
	width: 13px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.arrow-out:hover {
	background-color: #cf1f85;
}

.divide {
	position: relative;
	border-bottom-color: #e3e3e3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 7px;
	height: 7px;
}

.bottom-options {
	position: relative;
	text-align: left;
	background-color: #dfdede;
	border-top-color: #c6c6c6;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.house {
	margin-left: 20px;
	float: left;
	position: relative;
}

.floor-text {
	padding-right: 3px;
	float: left;
	position: relative;
	padding-left: 8px;
	padding-top: 13px;
	font-size: 12px;
}

.footer-button {
	text-transform: uppercase;
	margin-left: 8px;
	margin-bottom: 0px;
	margin-right: 8px;
	margin-top: 8px;
	display: block;
	line-height: 13px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-shadow: 1px 1px 1px #1d1d1d;
	font-weight: bold;
	font-size: 13px;
	background-color: #2f2f2e;
	color: white;
	float: left;
	position: relative;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.footer-button:hover {
	text-decoration: none;
	background-color: #cf1f85;
}

.document {
	border-left-color: #c6c6c6;
	border-left-width: 1px;
	border-left-style: solid;
	float: left;
	position: relative;
	margin-left: 10px;
	padding-left: 20px;
}

.terms-text {
	padding-right: 10px;
	padding-left: 20px;
	float: right;
	position: relative;
	padding-top: 14px;
	line-height: 10px;
	font-size: 10px;
}

.terms-arrow {
	float: right;
	position: relative;
	padding-top: 15px;
	padding-right: 20px;
}

.terms-line {
	height: 39px;
	border-right-color: #c6c6c6;
	border-right-width: 1px;
	border-right-style: solid;
	float: right;
	position: relative;
	width: 2px;
}

.footer-right {
	float: right;
	position: relative;
}

.footer {
	text-align: left;
	position: relative;
	font-size: 10px;
	color: white;
	padding-top: 10px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.footer a {
	color: white;
}

.footer a:hover {
	text-decoration: none;
	color: #cf1f85;
}

.menu {
	padding-top: 22px;
	text-align: right;
	float: right;
	position: relative;
	text-shadow: 1px 1px 1px #171717;
	font-size: 14px;
	color: white;
}

.menu a {
	color: white;
}

.menu a:hover {
	text-decoration: none;
	color: #cf1f85;
}

#terms {
	padding: 13px;
	font-size: 10px;
	position: relative;
	border-top-color: #c6c6c6;
	border-top-width: 1px;
	border-top-style: solid;
	display: none;
}

.terms-out {
	float: right;
	position: relative;
	cursor: pointer;
}
 
 
.bottom-options .da-wrap {
	float: left;
	line-height: 39px;
	padding-left: 10px;
}
