@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#fff;
}
a {
	outline:none;
}
form {
	margin:0px;
	padding:0px;
}
a.black,a.black:visited {
	color:#000;
	text-decoration:underline;
}
a.black:hover {
	color:#555;
}
a.grey,a.grey:visited {
	color:#555;
	text-decoration:underline;
}
a.grey:hover {
	color:#000;
}
a.yellow,a.yellow:visited {
	color:#ffe600;
	text-decoration:underline;
}
a.yellow:hover {
	color:#FF6;
}
a.whiteNoUl {
	color:#fff;
	text-decoration:none;
}
a.whiteLink {
	color:#fff;
	text-decoration:underline;
}
h1 {
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
h2 {
	font-size:14px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.header {
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:130px;
}
.menu {
	width:900px;
	background-color:#000;
	background-image:url(../images/bg_menu.jpg);
	background-repeat:repeat-x;
	text-align:center;
	height:33px;
}
.mainContainer {
	width:900px;
	background-color:#fff;
	overflow:hidden;
}
.colContainer {
	background-image:url(../images/bg_colgradient.jpg);
	background-repeat:repeat-y;
	background-position:left;
	display:inline-block;
	overflow:hidden;
}
.colContainerHome {
	background-image:url(../images/bg_home.jpg);
	background-repeat:repeat-y;
	background-position:left;
	display:inline-block;
	overflow:hidden;
}
.leftColHome {
	width:290px;
	display:inline-block;
	float:left;
	color:#FFF;
	font-size:14px;
	line-height:20px;
	padding-right:10px;
}
.leftColResults {
	width:230px;
	display:inline-block;
	float:left;
	color:#FFF;
	font-size:14px;
	line-height:20px;
	padding-right:10px;
}
.leftColDetails {
	width:240px;
	display:inline-block;
	float:left;
	color:#FFF;
	font-size:14px;
	line-height:20px;
}
.rightCol {
	width:640px;
	float:right;
	display:inline-block;
	background-color:#fffade;
	padding:10px;
	text-align:left;
	overflow:hidden;
}
.rightColHome {
	width:560px;
	float:right;
	display:inline-block;
	padding:20px;
	text-align:left;
	overflow:hidden;
	line-height:18px;
}
.bgHome {
	background-image:url(../images/bg_headerhome.jpg);
	background-repeat:no-repeat;
	height:212px;
	width:900px;
}
.greyHeading {
	font-size:16px;
	font-weight:bold;
	color:#666;
}
.detailsRightCol {
	width:660px;
	float:right;
	display:inline-block;
	text-align:left;
}
.detailsHeader1 {
	background-color:#fffade;
	padding:10px 10px 10px 30px;
	text-align:left;
	font-size:18px;
}
.detailsHeader2 {
	background-color:#000;
	padding-left:30px;
	text-align:left;
	color:#ffe600;
	font-size:14px;
	font-weight:bold;
	padding-left:30px;
}
.detailsThumb {
	border:1px solid #ffe600;
	margin:10px 20px 10px 10px;
}
.detailsThumbSelected {
	background-color:#ffe600;
	background-image:url(../images/bg_arrow.jpg);
	background-repeat:no-repeat;
	background-position:center right;
}
.detailsThumbSelected img {
	border:1px solid #000;
}
.detailsMainImage {
	background-color:#6d6f72;
	padding:10px;
	text-align:center;
}
.detailsBoxHeader {
	background-color:#000;
	color:#ffe600;
	font-weight:bold;
	text-align:left;
}
.detailsFormField {
	background-color:#fffade;
	text-align:left;
	overflow:auto;
}	
.detailsPropSumText {
	color:#fff;
	text-align:left;
	padding:5px;
}
.propertyContainer {
	margin-top:10px;
	background-color:#fff;
	height:140px;
}
.head {
	background-color:#808285;
	color:#ffe600;
	padding:5px;
	font-size:14px;
	font-weight:bold;
}
.price {
	float:right;
}
.contentHolder {
	padding:10px;
	overflow:auto;
}
.thumb {
	width:120px;
	float:left;
}
.thumb img {
	border:1px solid #000;
	max-height:90px;
	overflow:hidden;
}
.text {
	float:left;
	width:415px;
	line-height:16px;
	padding-left:10px;
}
.iconHolder {
	float:right;
	text-align:right;
}
.icon {
	background-color:#ffe600;
	width:50px;
	padding:5px;
	text-align:left;
}
.iconText {
	float:right;
	font-weight:bold;
	color:#000;
	margin:0px;
}
.hgNumber {
	font-weight:bold;
	margin-top:7px;
}
.moreDetails {
	float:right;
	padding:5px 25px 0px 0px;
	font-weight:bold;
}
.pageNumbers {
	text-align:center;
	margin-top:20px;
	display:block;
}
.nextPage {
	float:right;
}
.prevPage {
	float:left;
}
.footer {
	padding:5px;
	background-color:#000;
	color:#fff;
	font-size:10px;
	text-align:left;
}
.redhouse {
	float:right;
}
.red {
	color:red;
}
