/* CSS Document */


body {
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 0.7em;
}
div.container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 100%;
	background-color: #F6ECDF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px none #FFFFFF;
}

.menu_table {
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
}

.text_table {
	border-right-width: 0px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
}


.display_area {
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
}

.title_text {
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 2.0em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.sub_title {
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.page_header {
	color: #F01C24;
	font-family: Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}

a {
	color: #F01C24;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

.text_area {
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	width: 580px;
	position: absolute;
	top: 190px;
	left: 180px;

}
.imgButton {
	background-color: #FFFFFF;
	border: 0px none #FFFFFF;
	color: #F01C24;
}
.imgDisplay {
	font-size: x-small;
	color: #000000;
	text-align: center;
	font-family: Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 0px none #FFFFFF;
}
.red_text {
	color: #F01C24;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.price_display {
	text-align: left;
}
.bed_display {
	text-align: center;
}
.type_display {
	text-align: right;
}
.scroller1 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	position: absolute;
	width: 460px;
	left: 170px;
	top: 500px;
	z-index: 2;
}

.search_box {
	position: absolute;
	left: 670px;
	top: 3px;
	height: 12px;
	width: 110px;
}
