* {
	margin: 0;
	padding: 0;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p {
	margin: 0;
	padding: 0;
	border: none;
}

a, input, select, textarea {
	outline: none;
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

a {
	outline: none;
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	vertical-align: middle;
	border: none;
	outline: none;
}


body{
	margin:0;
	padding:0;
}

@font-face {
	font-family: 'futura_bkbook';
	src: url('../fonts/ftrabk__-webfont.eot');
	src: url('../fonts/ftrabk__-webfont.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/ftrabk__-webfont.woff') format('woff'),  
	url('../fonts/ftrabk__-webfont.ttf') format('truetype'),  
	url('../fonts/ftrabk__-webfont.svg#futura_bkbook') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'abelregular';
	src: url('../fonts/abel-regular-webfont.eot');
	src: url('../fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/abel-regular-webfont.woff') format('woff'), 
	url('../fonts/abel-regular-webfont.ttf') format('truetype'), 
	url('../fonts/abel-regular-webfont.svg#abelregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}

div, h1, h2, h3, h4, span, p, input, form, img, hr, img, a {
	margin: 0;
	padding: 0;
	border: none;
}

.header_bg
{
	float:left;
	width:100%;
	background:#252525;
	border-bottom:2px solid #e84045;
}
.logo {
    float: left;
    padding: 10px;
    width: 16%;
}
.left_Section {
    float: left;
    padding: 17px;
    width: 97%;
}
.left_Section h2
{
		  color: #4b4b4b;
    float: left;
    font-family: "futura_bkbook";
    font-size: 28px;
    width: 100%;
}
.top_page
{
	float:left;
	width:100%;
}
.top_page ul li
{
}
.top_page ul li a {
    border: medium none;
    color: #e84045;
    font-size: 17px;
    padding: 3px 12px 0 19px;
}
.property_box
{
	float:left;
	width:100%;
}
.box_1 {
    background: none repeat scroll 0 0 #f3f3f3;
    border: 1px solid #dcdcdc;
    box-shadow: 1px 2px 1px -1px #a5a5a5;
    float: left;
    padding: 10px;
    width: 99%;
	margin-bottom:10px;
}
.box_1:hover
{
	background:#e9e9e9;
}
.property_box h2 {
    color: #e84045;
    float: left;
    font-family: "futura_bkbook";
    font-size: 28px;
    margin-bottom: 20px;
    width: 100%;
}
.box_1 img {
    border: 3px solid white;
    float: left;
}
.box_1 p
{
	float:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	
}
.box_1 a {
    color: black;
    padding: 0 0 0 46px;
}
.box_1 a:hover
{
	color:#e84045;
}
.detail_bg {
 /*border: 6px solid #d4d4d4;
    box-shadow: 1px 1px 1px 1px gray;*/
    float: left;
    margin: 31px 0 0;
    width: 100%;
}