@charset "utf-8";
/* Master styles */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	border:0;
	position: relative;
}
body * {
	margin: 0;
	padding: 0;
}
img { border: 0 }
.left { float: left; }
.right { float: left; }
* { outline: none; }

/* Website styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272824;
	background: #FFFFFF url('../im/bg.gif') top left repeat-x;
	background-position: 0px 54px;
}
div#top {
	height: 6px;
	font-size: 1px;
	background-color: #9ec254;
	border-bottom: 1px solid #708742;
	border-left: 1px solid #708742;
	margin-left: 10px;
	position: relative;
}
div#main {
	width: 980px;
	padding: 0 0 0 10px;
	background: #fff;
	position: relative;
}
div#header {
	width: 980px;
	height: 102px;
	position: relative;
}
#header a.logo {
	float: left;
	margin: 10px 0 0 0;
}

#header div.callus { 
	float: left; 
	margin: 32px 0 0 400px;
	font-size: 15px;
	font-weight: bold;
	display: inline;
	padding-left: 22px;
	color: #1a3c26;
	text-transform: uppercase;
}

#header div.callus span.number{ font-size: 18px; color: #9dc93b; }
#header div.callus span.color{ color: #9dc93b; }

#header div.mycollection {
	width: 194px;
	float: left; 
	margin: 25px 0 0 40px;
	font-size: 15px;
	font-weight: bold;
	display: inline;
	color: #1a3c26;
	border: 1px solid #9dc93b;
	padding: 5px;
}

div#topcollectionBtxt {
	width: 120px;
	height: 15px;
	text-align: left;
	color: #000;
	font-size: 13px;
}

div#topcollectionBtxtCont { float: left; }

div#topcollectionStxt {
	width: 120px;
	height: 10px;
	color: #000;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	text-transform: none;
}

#header div.mycollection #topcollectionbtn a.seebtn {
	float: left;
	width: 64px;
	height: 26px;
	display: block;
	margin: 2px 10px 0px 0px;
	padding: 4px 0 0 0;
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url('../im/search-btn.gif') top left no-repeat;
	font-weight: normal;
	text-transform: none;
}

#header div.mycollection #topcollectionFAQ { clear: both; font-size: 11px; color: #999; text-decoration: none; text-transform:none; }
#header div.mycollection #topcollectionFAQ a:hover { color: #000; text-decoration: none; }

#loginbtn { position: absolute; top: 50px; right: 2px; text-align: right; }
#loginbtn a { font-size: 12px; color: #999; text-decoration: none; text-transform: none; }
#loginbtn a:hover { color: #000; text-decoration: none; }

#header div.mycollection span { font-size: 12px; text-transform: none; color: #9dc93b; }

#header div.mycollection a { font-size: 10px; text-transform: none; text-decoration: none; color: #999; }

#header div.mycollection a:hover { color: #000; }

#header div.lang {
	float: right;
	width: 150px;
	margin: 0 0 0 20px;
	padding: 0;
}
#header .lang a {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	color: #888;
	width: 28px;
	height: 22px;
	display: block;
	float: right;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px 0 0;
	margin: 0 0 5px 15px;
	font-weight: bold;
	background: url('../im/lang.gif') top right no-repeat;
}
#header .lang a img {
	margin: 0 0 0 4px;
	padding: 0;
	display: block;
}
#header .lang a:hover, #header .lang a.active {
	color: #9ec254;
	background: url('../im/lang-hover.gif') top right no-repeat;
}

#mainlinks {
	width: 980px;
	clear: both;
	margin-bottom: 20px;
	position: relative;
}
ul#nav {
	height: 35px;
	margin: 0;
	background: #749f13 url('../im/nav-bg.gif') bottom left repeat-x;
	position: relative;
}
#nav li {
	list-style: none;
	float: left;
}
#nav li a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 7px 40px 5px 40px;
	line-height: 35px;
	background: url('../im/nav-separator.gif') center right no-repeat;
}
#nav li a:hover {
	border-bottom: 3px solid #e5650f;
}
#nav li.active {
	border-bottom: 3px solid #e5650f;
}
div#leftbar {
	clear: both;
	float: left;
	width: 222px;
	padding: 0 0 30px 0;
	position: relative;
}

#main #searchcont { height: 155px; background-color: #FFF; width: 222px; float:left; margin-right: 30px; }

h2 {
	clear: both;
	width: 222px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 10px;
	background: url('../im/title-bg.gif') bottom left repeat-x;
}

h3 {
	clear: both;
	width: 222px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 10px;
}

#main .searcharea { 
	height: 123px;
	background-color: #eaefde; 
	padding: 10px;
	position: relative;
}


#main .searcharea h6, #main #advancedsearcharea h6, #settl_list h6 {
	margin-bottom: 20px;
}

#clearleft { clear: both; }

#main .searcharea label {
	float:left;
	width: 90px;
	text-align:left;
	margin: 0px 0px 4px 0px;
	font-weight: bold;
	height: 20px;
}

#main #advancedsearcharea label {
	float:left;
	width: 99px;
	text-align:left;
	margin: 0px 0px 4px 8px;
	font-weight: bold;
	height:20px;
}

div#advancedsearcharea {
	position: absolute;
	visibility: hidden;
	top: 157px;
	left: 235px;
	width: 222px;
	height: 135px;
	background-color:#eaefde; padding: 10px;
	z-index: 10000;
}

#main .searcharea input, #main .searcharea textarea, #main .searcharea select,
#main #advancedsearcharea input, #main #advancedsearcharea textarea, #main #advancedsearcharea select {
	float: right;
	width: 100px;
	text-align:left;
	margin: 0px 0px 4px 0px;
	height: 20px;
	font-size: 90%;
}

#main a.advanced {
	float: right;
	width: 125px;
	height: 26px;
	display: block;
	margin: 5px 0 15px 0;
	padding: 4px 0 0 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url('../im/add2-btn.gif') top left no-repeat;
}
#main a.submit {
	float: right;
	width: 64px;
	height: 26px;
	display: block;
	margin: 5px 10px 15px 0px;
	padding: 4px 0 0 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url('../im/search-btn.gif') top left no-repeat;
}
#links-adv {
	clear: both;
	position: relative;
	margin: 0;
}
#leftlinks { height: 230px; width: 222px; margin-right: 30px; float: left; position: relative; }

#multinav, #multinav ul { /* all lists */
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 222px;
	z-index: 10000;
}
	
#multinav li { /* all list items */
	float: left;
	margin-bottom: 2px;
	z-index: 1000;
}
	
#multinav li ul { /* second-level lists */
	position: absolute;
	left: -999px;
	margin-left: 222px;
	margin-top: -29px;
	padding-left: 2px;
	z-index: 1000;
}
	
#multinav li ul ul { /* third-and-above-level lists */
	left: -999px;
	z-index: 1000;
}
	
#multinav li a {
	width: 222px;
	height: 29px;
	display: block;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	color: #0b1922;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 10px;
	background: url('../im/leftmenubtn.gif') top left repeat-x;
	z-index: 1000;
}
	
#multinav li a:hover {
	color: #fff;
	z-index: 1000;
}

#multinav li:hover ul ul, #multinav li:hover ul ul ul, #multinav li.sfhover ul ul, #multinav li.sfhover ul ul ul {
	left: -999px;
	z-index: 1000;
}

#multinav li:hover ul, #multinav li li:hover ul, #multinav li li li:hover ul, #multinav li.sfhover ul, #multinav li li.sfhover ul, #multinav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 1000;
}


#leftbar ul.navi {
	clear: both;
	margin-bottom: 20px;
}
#leftbar ul.navi li {
	list-style: none;
	margin-bottom: 2px;
}
#leftbar .navi li a {
	width: 222px;
	height: 29px;
	display: block;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	color: #0b1922;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 10px;
	background: url('../im/leftmenubtn.gif') top left repeat-x;
}
#leftbar .navi li a:hover {
	color: #fff;
	background: url('../im/leftmenubtn.gif') bottom left repeat-x;
}
#maincontent { clear: both; position: relative; margin: 0; *z-index: -10; }

#latestprops {
	width: 222px;
	float: left;
	margin-right: 30px;
}

#recommended {
	float: left;
	position: relative;
	width: 708px;
	height: 155px;
}

#recbox { 
	float: left;
	text-align: center;
	color: #000000;
	margin: 5px 10px 0px 11px;
	text-decoration: none;
}

#recbox a img { padding: 1px; border: 1px solid #b0cb3e; }
#recbox a img:hover { padding: 0px; border: 2px solid #b0cb3e; }

#recbox a { text-decoration: none; color:#000000; }
#recbox a:hover { color: #9ec254; }

.path { height: 23px; margin-bottom: 10px; width: 728px; padding: 7px 0px 0px 0px; position: relative; }
.path a { text-decoration: none; color: #000000; font-weight: bold; }
.path a:hover { text-decoration: underline; color: #000000; }

h4 {
	font-size: 14px;
	color: #e5650f;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	font-weight: bold;
	height: 28px;
}

h4 a { color: #e5650f; text-decoration:none; }
h4 a:hover { color: #e5650f; text-decoration:underline; }

div#rightbar {
	float: right;
	width: 250px;
}
#rightbar div.newsletter {
	width: 250px;
	height: 80px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #eaefde;
	margin: 0 0 2px 0;
}

#rightbar .newsletter h6, #settl_list h6 {
	padding: 15px 0px 10px 10px;
}

#rightbar .newsletter input { padding: 2px; float: left; margin: 0px 0px 0px 10px; width: 143px; }

#rightbar .newsletter a.subsbtn {
	float: right;
	width: 74px;
	height: 26px;
	display: block;
	padding: 4px 0 0 0;
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url('../im/newsletter-btn.gif') top left no-repeat;
	font-weight: normal;
	text-transform: none;
	margin-right: 10px;
}

div.news {
	width: 245px;
	height: 250px;
	margin-bottom: 20px;
	background: url('../im/title-bg.gif') top left repeat-x;
}
div.indexnews {
	width: 250px;
	height: 200px;
	float: right;
	background-image: url(../im/title-bg.gif);
	background-repeat: repeat-x;
	background-position: left -3px;
}

.news #newscontainer {
	margin: 10px;
	text-align: justify;
	font-size: 11px;
	color: #444;
	overflow: auto;
	width: 192px;
	height: 190px;
	padding-right: 10px;
}

.indexnews #newscontainer {
	margin: 10px;
	text-align: justify;
	font-size: 11px;
	color: #444;
	overflow: auto;
	width: 220px;
	height: 150px;
	padding-right: 10px;
}

div#footer {
	clear: both;
	width: 980px;
	padding: 0px 0px 20px 0px;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	overflow: hidden;
	border-top: 1px solid #1c3c28;
}
#footer .left {
	padding: 3px 0 0 20px;
}
#footer .left img {
	position: relative;
	top: 3px;
}
#footer span.right { text-align: right; float: right; padding: 3px 14px 0 0; font-size: 90%; }

#footer a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover { color: #1a3c26; text-decoration: underline; }

#footer span.right a { margin: 0 0 0 20px; }

.latesttext { width: 222px; padding:5px 0px 10px 0px; text-align: center; font-weight: bold; }

.newsticker {
	list-style-type: none;
	background: #fff;
	margin: 0;
}

#map {
	width: 450px;
	height: 250px;
	clear: both;
	float: left;
	margin-bottom: 20px;
}

#indexadv {
	width: 250px;
	height: 160px;
	float: right;
	margin-bottom: 20px;
}

#countrymap {
	position: relative;
	float: left;
	width: 450px;
	margin: 0 0 2px 0;
	z-index:0;
	*z-index:-1;
}

#short-txt-container {
	position: relative;
	width: 450px;
	height: 210px;
	float: left;
	z-index: 0;
	*z-index:-2;
}

#short-container-left { float: left; width: 215px; margin-right: 20px; position: relative; *z-index:-2; }
#short-container-right { float: left; width: 215px; position: relative; *z-index:-2; }
#greenzagl { 
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 10px; 
	background: #ebefde;
	position: relative;
	bottom: 1px;
	z-index: 0;
	*z-index:-2;
}

#greenzagl a { color: #000; text-decoration:none; }
#greenzagl a:hover { text-decoration: underline; }

div.short-title {
	width: 470px;
	height: 35px;
	line-height: 35px;
	background: url('../im/short-bg.gif') top left repeat-x;
	font-size: 20px;
	color: #272824;
	margin: 1px 0 15px 0;
	position: relative;
	*z-index:-2;
}
.short-title .left {
	padding: 0 0 0 30px;
}
.short-title .right {
	padding: 0 30px 0 0;
}

h6 {
	font-size: 14px;
	color: #768230;
	text-transform: uppercase;
	font-weight: bold;
}
.bookings { width: 250px; margin: 0 0 5px 0; }

#propertytypes { clear: both; width: 728px; height: 250px; margin-bottom: 20px; position: relative; z-index: 12; *z-index:-6; }
#ctexts { clear: both; width: 728px; height: 350px; }

#propertytypes #cont, #ctexts #cont { 
	float: left; width: 208px; height: 250px; margin-right: 31px; background: #EBEFDE top left repeat-x;
}
#propertytypes #cont_r, #ctexts #cont_r { 
	float: left; width: 250px; height: 250px; margin-right: 0px; background: #EBEFDE top left repeat-x;
}

#cont a, #cont_r a { color: #000; text-decoration:none; }
#cont a:hover, #cont_r a:hover { text-decoration: underline; }

div.invest {
	width: 356px;
	height: 61px;
	font-size: 22px;
	color: #888;
	padding: 8px 0 0 10px;
	text-transform: uppercase;
	background: url('../im/invest.gif') top left no-repeat;
}
.invest strong {
	color: #dd6e33;
}
.invest span {
	font-size: 20px;
}
#dhtmlgoodies_tabView1 {
	clear: both;
	width: 709px;
}

#last li {
	padding: 10px 0;
	text-align: center;
}

#last li a { color:#000000; text-decoration: none; }
#last li a:hover { color:#708742; text-decoration: none; }

/* Property listings start here */

#property_list { float: left; width: 500px; margin-right: 30px; }
#settl_list { float: right; width: 198px; }

#settl_list ul { list-style-type: none; list-style: none; margin: 0px 0px 20px 10px; }
#settl_list ul li { margin: 0px 0px 10px 0px; }
#settl_list ul li a { text-decoration: none; color: #000000; display: block; }
#settl_list ul li a:hover { text-decoration: underline; }

#propresults { margin-bottom: 20px; }
#propcontainer { 
	width: 498px;
	height: 150px;
	background-color:#eaefde;
	margin-bottom: 20px;
	border: 1px solid #708742;
}

div#topc {
	width: 498px;
	height: 6px;
	font-size: 1px;
	background-color: #9ec254;
	border-bottom: 1px solid #708742;
}

div#middlec { width: 498px; height: 128px; }
div#middlec #img { padding:10px 10px 0px 10px; width: 124px; height: 88px; float: left; }
#ap_cont { float: left; }
#zagl { font-size: 15px; color: #e5650f; font-weight: bold; padding-top: 7px; }
#podzagl { font-size: 12px; font-weight: bold; }
#ap_count { font-size: 11px; color: #999999; margin: 3px 0px 4px 0px; }
span#blackbld { font-weight: bold; color: black; }
#ap_stats { font-size: 11px; }
#opis { width: 100px; float: left; }
#opis_r { width: 70px; float: left; font-weight: bold; }

#ap_btns { clear: left; width: 498px; height: 40px; }

div#bottomc {
	width: 498px;
	height: 14px;
	font-size: 1px;
	background-color: #9ec254;
	border-top: 1px solid #708742;
}

#ap_btn_det { float: left; margin: 0px 20px 0px 10px; }
#ap_btn_add { float: left; margin: 0px 20px 0px 0px; }
#ap_btn_prn { float: left; margin: 0px; }

#ap_btn_det a.det_btn {
	width: 114px;
	height: 26px;
	display: block;
	padding: 4px 0 0 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url('../im/details-btn.gif') top left no-repeat;
}

a.add_btn {
	width: 150px;
	height: 26px;
	display: block;
	padding: 4px 0 0 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url('../im/add-btn.gif') top left no-repeat;
}

#ap_btn_prn a.prn_btn {
	width: 64px;
	height: 26px;
	display: block;
	padding: 4px 0 0 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url('../im/search-btn.gif') top left no-repeat;
}

/* Property page start here */

p.wai {
	width: 704px;
	height: 38px;
	line-height: 38px;
	font-size: 11px;
	color: #858585;
	padding: 0 0 0 5px;
	background: url('wai-bg.gif') top left repeat-x;
}
.wai a {
	color: #858585;
	text-decoration: none;
}
.wai a:hover {
	text-decoration: underline;
}
.pageleft {
	float: left;
	width: 335px;
	padding: 20px 0 10px 0;
}
.pageright {
	float: right;
	width: 370px;
	padding: 3px 0 10px 0;
}
.pageleft p.title {
	font-size: 22px;
	color: #272824;
	font-weight: normal;
	margin: 0;
}
.pageleft p {
	font-size: 13px;
	color: #272824;
	margin: 15px 0;
	line-height: 22px;
}
.pageleft p span {
	color: #76a209;
}
div.invest {
	width: 356px;
	height: 61px;
	font-size: 22px;
	color: #888;
	padding: 8px 0 0 10px;
	text-transform: uppercase;
	background: url('invest.gif') top left no-repeat;
}
.invest strong {
	color: #dd6e33;
}
.invest span {
	font-size: 20px;
}
#dhtmlgoodies_tabView1 {
	clear: both;
	width: 709px;
}

.txtins { padding: 10px 0px 0px 10px; height: 136px; }

.txtins a { text-decoration: underline; color: #9DC93B; }

#rec_rightlinks { text-align: right; font-size: 80%; float:right; text-transform:none; }
#rec_rightlinks a { text-decoration:underline; }
#rec_leftlinks { text-align: left; float:left; }

#tabfloat { position: absolute; top:-1px; left: 300px; }

ul#primary-links { list-style-type:none; margin:0px; padding:0px; }

ul#primary-links li.prop{
	_width:0px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 1px 0px 1px;
	background:url(header-tab11.png) no-repeat 0% 0%;
}
ul#primary-links li.prop a{
	display:block;
	list-style-type:none;
	padding:4px 8px 0px 8px;
	margin:0px;
	height:20px;
	background:url(header-tab22.png) no-repeat 100% 0px;
	white-space:nowrap;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

ul#primary-links li.rent{
	_width:0px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 1px 0px 1px;
	background:url(header-tab1.png) no-repeat 0% 0%;
	position: relative;
	top:1px;
}
ul#primary-links li.rent a{
	display:block;
	list-style-type:none;
	padding:4px 8px 0px 8px;
	margin:0px;
	height:20px;
	background:url(header-tab2.png) no-repeat 100% 0px;
	white-space:nowrap;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

ul#primary-links li.rent:hover{background-image:url(header-tab1.png);background-position:0% -24px;}
ul#primary-links li.rent:hover a{background-image:url(header-tab2.png);background-position:100% -24px;}