* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin: 0;
	padding: 0;
}
html {
	background: #666;
	min-height: 100%;
}
body {
	margin: 0 auto;
	background: transparent url(../gfx/background.jpg) center top repeat-y;
	width: 980px;
	min-height: 100%;
	padding: 0px 40px 0px 40px;
	position: relative;
}
h1 {
	color: #ef7321;
	font-size: 1.4em;
	margin: 0px 0px 20px 0px;
}
h2 {
	color: #ef7321;
	font-size: 1.2em;
	margin: 10px 0px 10px 0px;
}

/* LAYERS */

#top {
	height: 145px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
}
#logo {
	display: block;
	position: absolute;
	left: -10px;
	top: 0px;
	width: 240px;
	height: 145px;
	background: transparent url(../gfx/logo.jpg) center center no-repeat;
	overflow: hidden;
	text-indent: -200px;
}
#contact_details {
	margin-left: 250px;
	padding-top: 20px;
	font-size: 2.3em;
	color: #ef7321;
}
#contact_details a, #contact_details a:visited {
	color: #ef7321;
	text-decoration: none;
	font-size: 0.6em;
}
#contact_details a:hover {color:#000;}

#contact_details img {
	vertical-align: middle;
	margin: 0px 5px 0px 5px;
}

#sections {
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}

/* LINKS */
a, a:visited {
	color: #0285db;
	text-decoration: underline;
	font-size: 1em;
}
a:hover {
	color: #ef7321;
	text-decoration: none;
}

a.section, a.section:visited {
	display: block;
	float: left;
	width: 189px;
	height: 199px;
	text-indent: -500px;
	overflow: hidden;
	margin-right: 7px;
	background: #ccc;
}
a#section1, a#section1:visited {
	background: transparent url(../gfx/section1.jpg) center top no-repeat;
}
a#section1:hover, a#section1.current {
	background: transparent url(../gfx/section1.jpg) center bottom no-repeat;
}
a#section2, a#section2:visited {
	background: transparent url(../gfx/section2.jpg) center top no-repeat;
}
a#section2:hover, a#section2.current {
	background: transparent url(../gfx/section2.jpg) center bottom no-repeat;
}
a#section3, a#section3:visited {
	background: transparent url(../gfx/section3.jpg) center top no-repeat;
}
a#section3:hover, a#section3.current {
	background: transparent url(../gfx/section3.jpg) center bottom no-repeat;
}
a#section4, a#section4:visited {
	background: transparent url(../gfx/section4.jpg) center top no-repeat;
}
a#section4:hover, a#section4.current {
	background: transparent url(../gfx/section4.jpg) center bottom no-repeat;
}
a#section5, a#section5:visited {
	background: transparent url(../gfx/section5.jpg) center top no-repeat;
}
a#section5:hover, a#section5.current {
	background: transparent url(../gfx/section5.jpg) center bottom no-repeat;
}

#choose_lang {
	width: 150px;
	position: absolute;
	right: 0px;
	bottom: 20px;
	text-align: right;
}
.lang_link img {
	margin: 10px 0px 10px 5px;
	line-height: 30px;
	border: none;
}
#footer {
	border-top: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 20px;
}
#copyright {float: right;}

.col1 {
	width: 380px;
	float: left;
	margin-right: 10px;
}
.col2 {
	width: 200px;
	float: right;
}
.mid {text-align: center;}
.lhalf {
	float: left;
	width: 48%;
}
.rhalf {
	float: right;
	width: 48%;
}

div.news {
	margin-bottom: 10px;
}

/* property thumbnails */
div.feat_prop {
	margin-bottom: 10px;
	height: 120px;
	overflow: hidden;
}
.feat_prop a img, .feat_prop a:visited img, .prop a img, .prop a:visited img {
	padding: 1px;
	border: 1px solid #666;
}
.feat_prop a:hover img, .prop a:hover img {border: 1px solid #0285db;}

.feat_prop h3, .feat_prop h3 a, .feat_prop h3 a:visited, .prop h3, .prop h3 a, .prop h3 a:visited  {
	font-size: 1.1em;
	color: #0285db;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1em;
}
.feat_prop h3 a:hover, .prop h3 a:hover {color: #000;}
.thumb_link {
	display: block;
	width: 140px;
	float: left;
	text-align: center;
}

div.prop {
	margin-bottom: 10px;
	height: 120px;
	width: 326px;
	float: left;
	overflow: hidden;
}
.prop strong {color: #f60;}

/*property details stuff */
#property_photos {
	width: 600px;
	overflow: hidden;
	float: left;
	text-align: center;
}
#property_descr {
	width: 360px;
	float: right;
}
#property_descr p:first-child {margin-top: 0px;}

a.thumbnail img {
	padding: 1px;
	border: 1px solid #666;
	margin: 5px;
	vertical-align: middle;
}
a.thumbnail:hover img {
	border: 1px solid #0285db;
	padding: 1px;
	margin: 5px;
}
a.thumbnail img.current {
	margin: 3px;
	border: 3px solid #0285db;
}

div.clear {
	font-size: 1px;
	clear: both;
}