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

body {
	margin:0;
	padding:0;
	font-family: 'Armo', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#666666;
	background:url(../img/bg.png) repeat top left;
	height:100%;
}
a {
	color:#5e7c88;
	text-decoration:none;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  /* ...and now for the proper property */
	  transition:.5s;
}
a:hover {
	color:#93c1d4;
}
a img:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  /* ...and now for the proper property */
	  transition:.5s;
}
h1 {
	color:#5e7c88;
	font-size:36px;
	font-weight:200;
	margin:0;
}
h2 {
	color:#5e7c88;
	font-weight:400;
	font-size:18px;
}
h3 {
	color:#FFF;
	font-size:18px;
	font-weight:300;
	margin:0;
}
span.italic {
	font-style:italic;
}
.clear {
	clear:both;
}
#wrapper {
	position:relative;
	padding-bottom:30px;
}
img.backimage {
	width: 100%;
	min-width:960px;
	height:429px;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
}
#inner-wrapper {
	width:960px;
	margin:auto;
}
header {
	background:url(../img/header-bg.png) repeat-x top left;
	height:70px;
	-moz-box-shadow:0 0 5px #AAA;
	-webkit-box-shadow:0 0 5px #AAA;
	box-shadow:0 0 5px #AAA;
	z-index:10;
	position:relative;
	text-align:center;
	font-weight:200;
}
a.logo {
	background:url(../img/logo.png) no-repeat top left;
	width:186px;
	height:103px;
	margin:0;
	float:left;
	padding:0;
	position:absolute;
	left:50%;
	margin-left:-93px;	  
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;

}
a.logo:hover {
	background:url(../img/logo-hover.png) no-repeat top left;
}
p.nav {
	margin:0;
	float:left;
	font-size:17px;
	padding:10px;
}
p.nav a.active {
	color:#93c1d4;
}
.left {
	position:absolute;
	left:20px;
	bottom:0;
}
.right {
	position:absolute;
	right:25px;
	bottom:0;
}
#content {
	width:960px;
	margin:auto;
	position:absolute;
	top:400px;
	z-index:10;
	padding-bottom:10px;
}
#main {
	width:920px;
	overflow:hidden;
	padding:15px 20px 20px 20px;
	background-image:url(../img/content-bg-top.png), url(../img/content-bg.png);
	background-position: 0 0, 0 50px;
	background-repeat:repeat-x, repeat;
	-moz-box-shadow:0 0 3px #AAA;
	-webkit-box-shadow:0 0 3px #AAA;
	box-shadow:0 0 3px #AAA;
}
.cola {
	width:700px;
	float:left;
	padding-right:20px;
}
.cola ul {
	padding-left:15px;
}
.text {
	width:200px;
	float:left;
	padding-right:20px;
}
.image {
	width:480px;
	float:left;
}
.colb {
	width:200px;
	float:left;
}

.property {
	border-bottom:3px dotted #93C1D4;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
}
.property h2 {
	margin:0;
}
.property-image {
	float:left;
	width:160px;
	padding-right:20px;
}
.property-image img {
	border:3px solid #93C1D4;
}
.description {
	float:left;
	width:550px;
}
.description ul {
	padding:15px;
}
.agent {
	float:left;
	width:185px;
	text-align:center;
}
.agent p {
	margin:5px;
}

.gallery {
}
#gallery_thumbs {
	padding-top:10px;
}
#gallery_thumbs img {
	width:214px;
	margin:5px;
	border: 3px solid #93C1D4;
	float:left;
}

.cola-a {
	width:320px;
	float:left;
	padding-right:30px;
}

ul.rss-items {
	list-style:none;
}
ul.rss-items li.rss-item {
	border-bottom: 1px dotted #93C1D4;
	padding:10px 0;
	width:180px;
}
ul.rss-items li.rss-item a {
	font-size:16px;
}
span.rss-date {
	font-size:10px;
}
.thumb {
	margin:4px;
	border: 3px solid #93C1D4;
}
.advert img {
	width:300px;
	float:left;
	padding-right:20px;
}
.advert h1 {
	font-size:30px;
	color:#fff;
	padding-top:20px;
}
.advert p {
	font-size:20px;
	color:#fff;
	margin:5px;
}
.advert {
	 background-color:#CCC;
	 margin-top:20px;
	padding:5px;
	overflow:hidden;
}
footer {
	padding-top:10px;
	font-size:12px;
	width:960px;
}
footer ul {
	list-style:none;
	width:600px;
	float:left;
}
footer ul li {
	display:block;
	float:left;
}
footer p {
	width:200px;
	float:right;
	margin:0;
	text-align:right;
	padding-top:2px;
}
footer img {
	float:right;
	margin:0;
	text-align:right;
}