/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background:url(bg_page.jpg) repeat-x top #FFF;
	
	font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:12px;
	height:100%;
	min-height: 100%;
	color:#666;
	line-height:20px;
	overflow-x:hidden;
}

html, body {
	height: 100%;
	padding:0;
	margin:0;
}

div{
}
/* Headings */
h1 {
	color:#093D55;
	font-size:22px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:15px;
	margin-top:20px;
	padding-bottom:5px;
}

h2 {
	font-size:18px;
	color: #8C8C2F;
	margin: 0 0 12px 0;
}

h3 {
	font: normal 16px georgia, times, times new roman, serif;
	color: #8C8C2F;
	margin: 12px 0 12px 0;
}

h4 {
	font: normal 14px georgia, times, times new roman, serif;
	color: #8C8C2F;
	margin: 12px 0 12px 0;
}

p {
	text-align:justify;
	font-size:12px;
}

a {
	color:#95D037;
	text-decoration:none;
}

#content li{
	margin-left:20px;
	
}
#container{
	position:relative;
	min-height:100%;
	padding-bottom:100px; /* for footer*/
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

/*----------------------------------------------+
+ HEADER +
+----------------------------------------------*/

#header{
	width:960px;
	margin:0 auto;
	background:url('people.png') no-repeat bottom right;
	height:193px;
}

/*----------------------------------------------+
+ SLIDESHOW +
+----------------------------------------------*/

#slideshow{
	background:url('bg_slideshow.jpg') repeat-x top #072534;
	height:262px;
	padding:10px;
	width:100%;
}

#slider {
	position:relative;
	-moz-border-radius:10px;
	width:940px;
	height:238px;
	margin:0 auto;
	padding:10px;
	background:url('bg_slider.jpg') repeat-x top #FFF;
}

#slider ul {
	list-style:none;
}

#slider ul li img {
	float:left;
	padding-right:20px;
}

#slider .slidelinks {
	position:absolute;
	bottom:20px;
	right:20px;
}

#slider .slidelinks a {
	text-indent: -100em;
	overflow: hidden;
	width:172px;
	height:49px;
	display:block;
	float:right;
	margin-left:20px;
}

#slider .slidelinks .viewproperty{
	background:url('butt_en_details.png') no-repeat;
}

#slider .slidelinks .propertycontact{
	background:url('butt_en_contact.png') no-repeat;
}

/*----------------------------------------------+
+ PICASA SLIDER +
+----------------------------------------------*/

#picasa_slider img{
	margin:11px;	
	border:1px solid #666;
	-moz-box-shadow: 2px 2px 3px #969696; /* for Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 3px #969696; /* for Safari and Chrome */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);
}


/*----------------------------------------------+
+ FOOTER +
+----------------------------------------------*/

#footer{
	position:absolute;
	bottom:0;
	color:#FFF;
	background:#093B52;
	text-align:center;
	height:80px;
	width:100%;
}


/*----------------------------------------------+
+ NAVIGATION +
+----------------------------------------------*/

#nav{
	position:absolute;
	top:139px;
	height:54px;
}

#nav ul {
	list-style:none;
}

#nav li {
	float:left;
	text-align:center;
	padding-right:30px;
}

#nav a {
	text-decoration:none;
	color: #FFF;
	display: block;
	font-size:16px;
	font-weight:bold;
	height: 54px;
	text-indent: -100em;
	overflow: hidden;
}

#nav .menu_1 {
	background: url(menu_1.png) no-repeat top left;
	width: 192px;
	}
#nav .menu_2 {
	background: url(menu_2.png) no-repeat top left;
	width: 210px;
	}
#nav .menu_3 {
	background: url(menu_3.png) no-repeat top left;
	width: 117px;
	}
#nav .menu_4 {
	background: url(menu_4.png) no-repeat top left;
	width: 131px;
	}

#nav a:hover {
	background-position: 0px -55px;
}



/*----------------------------------------------+
+ WRAPPER +
+----------------------------------------------*/

#wrapper{
	width:960px;
	margin:0 auto;
}

/*----------------------------------------------+
+ CONTENT +
+----------------------------------------------*/

#content{
	background:#FFF;
	padding:0px 10px 0px 10px;
}