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

body {
		font-family: Arial, Helvetica, sans-serif;
		margin-top: 0px;
		
}

h1, h2, h3, h4, h5, h6 {color: #E41B5b;}

#headertohide {width: 100%; float: left; border-bottom: 1px solid #666;}

#header {
		background: #FFF;
		width: auto;
		height: auto;
		float: left;
		position: relative;
		padding: 0;
}

a img {border: 0px;}
a:visited img {border: 0px;}



#main {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	background: #FFFFFF;
	margin-top: 0px;
	}

#mainpropertydetails {
	width: 750px;
	height: auto;
	background: #FFF;
	border: 0px;
	float: left;
	position:relative;
	padding: 10px;
		
}

#address {
	background: #FFF;
	border: 0px;
	padding-top: 0px;
	padding-left: 0px;
	width: auto;
	height: auto;
}

#address h1 span {font-size:medium;}

#imagesection, #otherfeatures, #description {
	float: left;
	position:relative;
	width: 100%;
		
}


#otherfeatures, #description {border-bottom: 1px solid #999;}

#otherfeatures {page-break-before: always;}
.mainimage {float: left; position:relative; margin-right: 10px; width: auto;}

.secondaryimage {float:left; position:relative; margin: 0px 5px 15px 5px;}

#nearpropertybox {
    width: 100%;
	float: left;
	position: relative;
	background: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
	}

.nearproperty {
	      height: auto;
	      background: #FFF;
	      width: 17%;
	      padding: 10px 1% 8px 1%;
	      border: 1px solid #999;
	      float: left;
	      position: relative;
	      margin-right: 3px;
	      text-align: center;
		 }
.nearproperty img {margin-bottom: 5px;}
.nearproperty span {color: #E41B5B;font-weight: bold;}

#foot {
	width: 45%;
	position: relative;
	float:right;
	font-size: 12px;
	text-align: right;
	}


#logo {float: left;width: 250px;}

/* ------------------- hidden elements -------------------------- */
#footer, #foot a, .right {visibility:hidden; height: 0px; width: 0;}










