/* 
  GLOBAL 
  ANCHORS 
*/
a { color: #365164; text-decoration: none; }
a:hover { color: #2e2e2e; text-decoration: underline; }
a:focus { color: #2e2e2e; text-decoration: none; }
a:active { color: #2e2e2e; }

/*
  HEADINGS
*/
h1 {
  font: normal 12px Georgia, serif;
  font-weight: normal;
}

h2 {
  font: normal 14px Georgia, serif;
  color: #11391f;
}

h3 {
  font: normal 18px Georgia, serif;
  color: #6b685e;
}

h4 {
  font: normal 14px Georgia, serif;
  color: #365164;
}

h5 {
  font: normal 30px Georgia, serif;
  color: #365164;
}

h6 {
  font: normal 21px Georgia, serif;
  color: #365164;
}

/* 
  BODY
*/
body {
  font: normal 12px Arial, Helvetica, sans-serif;
  background: #FFFFFF url('../design/background.jpg') center top no-repeat;
  color: #6b685e;
}

/*
  AJAX
  LOADING
*/
div#ajax_loading {
  width: 200px;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -20px;
  display: none;
  background: #FFFFFF;
  border: 1px solid #444444;
  font: normal 12px Georgia, serif;
  color: #365164;
  z-index: 99999;
  
  /* CSS 3 */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/*
  FEEDBACK
*/
div#feeedback {
  position: fixed;
  top: 151px;
  right: 0px;
  width: 56px;
  height: 56px;
  background: url('../design/feedback_trigger.png') no-repeat;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}

/* Stylings for the modal */
div#feedback_block {
  padding: 30px 30px 0px 30px;
}

div#feedback_block p {   
  font: italic 12px Georgia, serif;
  color: #6b685e; 
}

div#feedback_block label {
  margin: 10px 0px 5px 0px;
  display: block;
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #365164;
}

div#feedback_block input {
  width: 208px;
  height: 18px;
  padding: 5px;
  background: #eceae5;
  border: 1px solid #d0cec8;
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #6b685e;
}

div#feedback_block textarea {
  width: 440px;
  height: 96px;
  padding: 5px;
  border: 1px solid #d0cec8;
  font: normal 11px Arial, Helvetica, sans-serif;
  background: #eceae5;
  color: #6b685e;
  line-height: 24px;
  overflow: hidden;
}

div#feedback_block input.send_feedback {
  margin: 0px 0px 0px 345px;
  width: 93px;
  height: 31px;
  border: 0px;
  padding: 0px;
  background: url('../design/feedback_send.jpg') no-repeat;
  font: normal 10px Georgia, serif;
  color: #FFFFFF;
}

/* 
  CONTAINER
*/
div#container {
  width: 900px;
  margin: 0 auto;
}

/*
  HEADER
*/
div#header {
  height: 150px;
  position: relative;
  z-index: 500;
}

div#logo_area {
  float: left;
  width: 240px;
  height: 150px;
}

div#logo {
  float: left;
  width: 219px;
  height: 50px;
  background: url('../design/logo_line.jpg') bottom right no-repeat;
  padding: 35px 0px 0px 20px;
}

/*
  HEADER
  LANG SWITCHER
*/
div#lang_switcher {
  margin: 16px 0px 0px 0px;  
}

div#lang_switcher ul li {
  float: left;
  display: inline;
  margin: 5px 0px 0px 0px;
}

div#lang_switcher ul li.lang_number {
  font: normal 16px Georgia, serif;
  color: #6b685e;
}

div#lang_switcher ul li.lang_node {
  margin: 5px 6px 0px 0px;
  padding: 4px 0px 0px 0px;
}

div#lang_switcher ul li.lang_separator {
  width: 20px;
  height: 19px;
  margin: 5px 5px 0px 0px;
  background: url('../design/lang_separator.jpg') left bottom no-repeat;
}

div#lang_switcher ul li a {
  float: left;
  font: normal 11px Georgia, serif;
  margin: 0px 5px 0px 0px;
  color: #365164;
}

div#lang_switcher ul li a.active_lang {
  color: #6b685e;
  font: bold 11px Georgia, serif;
}

/* 
  HEADER
  MENU AREA
*/
div#header div#menu_area {
  width: 660px;
  float: left;
}

/*
  HEADER
  SEARCH AREA
*/
div#search_area {
  margin: 14px 0px 0px 0px;
  float: right;
  width: 225px;
  height: 41px; 
  background: url('../design/search_back.png') left top no-repeat;
  padding: 10px 0px 0px 0px;
}

div#search_area input#search_value {
  width: 130px;
  border: 0px;
  background: transparent;
  padding: 2px 0px 0px 5px;
}

div#search_area input#search_submit {
  width: 60px;
  margin: 0px 0px 0px 20px;
  border: 0px;
  background: transparent;
  font: normal 11px Georgia, serif;
  color: #365164;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
}

/*
  HEADER
  MENU
*/
div#menu {
  width: 620px;
  padding: 13px 0px 0px 0px;
  float: right;
  clear: both;
}

div#menu ul {
  margin: 0px 12px 0px 0px;
  float: right;
}

div#menu ul li {
  float: left;
  height: 20px;
  text-align: center;
  display: block;
  margin: 0px 0px 0px 18px;
  position: relative;
  z-index: 1;
}

div#menu ul li a {
  font: normal 11px Georgia, serif;
  color: #6b685e;
  display: block;
}

div#menu ul li a:hover {
  color: #365164;
  text-decoration: none;
}

/*
  HEADER
  MENU
  DROPDOWN
*/

/* Hide all drop downs ul */
div#menu ul li ul {
  display: none;
  float: none;
  z-index: 400;
}

/* Set fixed width for each dropdown and his li */
div#menu ul li ul.drop_properties {
  width: 200px;
  left: -10px;
}

div#menu ul li ul.drop_properties li {
  width: 200px;
}

div#menu ul li ul.drop_consulting {
  width: 230px;
  left: -12px;
}

div#menu ul li ul.drop_consulting li {
  width: 234px;
}

div#menu ul li ul.drop_research {
  width: 170px;
  left: -10px;
}

div#menu ul li ul.drop_research li {
  width: 167px;  
}

div#menu ul li ul.drop_real-estate-services {
  width: 210px;
  left: -10px;
}

div#menu ul li ul.drop_real-estate-services li {
  width: 212px;
}

div#menu ul li ul.drop_about {
  width: 128px;
  left: -10px;
}

div#menu ul li ul.drop_about li {
  width: 120px;
}

/* A bit of styling on each dropdowns li */
div#menu ul li ul li {
  width: 100%;
  display: block;
  margin: 0px;
}

/* Show the magic dropdown on hover */
div#menu ul li:hover ul {
  display: block;
  position: absolute;
  background: #e5e2dd;
  margin: 6px 0px 0px 0px;
  padding: 15px 5px 15px 0px;
  text-align: left;
  
  /* CSS 3 */
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

/* Apply the li stylings on dropdown hover */
div#menu ul li:hover ul li {
  float: none;
  padding: 2px 5px;
  text-align: left;
  display: block;
  height: auto;
}

/* Apply the anchor stylings on dropdown hover */
div#menu ul li:hover ul li a {
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #6b685e;
  padding: 4px 9px 4px 6px;
  width: 90%;
  display: block;
}

/* Apply the anchor:hover stylings on dropdown hover */
div#menu ul li:hover ul li a:hover {
  color: #FFFFFF;
  display: block;
  background: #374e5e;
  border: 0px;
  
  /* CSS 3 */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/*
  HEADER
  LINER
*/
div#liner_sk,div#liner_cz,div#liner_en {
  float: right;
  clear: both;
  z-index: 1;
}

div#liner_sk ul,div#liner_cz ul,div#liner_en ul {
  overflow: hidden;
  position: relative;
  height: 2px;
  background: #e4e2dc;
}

div#liner_sk ul { width: 580px; }
div#liner_cz ul { width: 560px; }
div#liner_en ul { width: 610px; }

div#liner_sk ul li.runner,div#liner_cz ul li.runner,div#liner_en ul li.runner {
  position: absolute;
  height: 2px;
  background: #365164;
  font-size: 1px;
}

div#liner_sk ul li.home { width: 56px; left: 0px; }
div#liner_sk ul li.about { width: 90px; left: 56px; }
div#liner_sk ul li.properties { width: 100px; left: 146px; }
div#liner_sk ul li.consulting { width: 92px; left: 245px; }
div#liner_sk ul li.research { width: 70px; left: 337px; }
div#liner_sk ul li.real-estate-services { width: 105px; left: 407px; }
div#liner_sk ul li.contact { width: 70px; left: 512px; }

div#liner_cz ul li.home { width: 52px; left: 0px; }
div#liner_cz ul li.about { width: 90px; left: 52px; }
div#liner_cz ul li.properties { width: 90px; left: 142px; }
div#liner_cz ul li.consulting { width: 88px; left: 232px; }
div#liner_cz ul li.research { width: 68px; left: 320px; }
div#liner_cz ul li.real-estate-services { width: 104px; left: 388px; }
div#liner_cz ul li.contact { width: 70px; left: 492px; }

div#liner_en ul li.home { width: 56px; left: 0px; }
div#liner_en ul li.about { width: 128px; left: 56px; }
div#liner_en ul li.properties { width: 80px; left: 184px; }
div#liner_en ul li.consulting { width: 80px; left: 264px; }
div#liner_en ul li.research { width: 70px; left: 344px; }
div#liner_en ul li.real-estate-services { width: 130px; left: 414px; }
div#liner_en ul li.contact { width: 70px; left: 544px; }

/*
  HEADER
  LINKERS
*/
div#linkers {
  clear: both;
  float: right;
  width: 600px;
  padding: 17px 12px 0px 0px;
}

div#linkers ul {
  float: right;
}

div#linkers ul li {
  float: left;
  margin: 0px 0px 0px 30px;
}

div#linkers ul li a {
  float: left;
  font: normal 11px Georgia, serif;
}

/*
  CONTENT
*/
div#content {
  position: relative;
  z-index: 1;
}

/*
  IMAGE
  CYCLE
*/
div#image_cycle {
  position: relative;
  height: 350px;
}

div#image_cycle img {
  position: absolute;
  top: 0px;
  left: 0px;
}

div#image_cycle_status {
  position: absolute;
  top: 310px;
  right: 20px;
  z-index: 540;
}

div#image_cycle_status ul {
  position: relative;
}

div#image_cycle_status ul li {
  float: left;
  width: 20px;
  height: 20px;
  background: url('../design/safe.png') no-repeat;
}

div#image_cycle_status ul li.fired {
  position: absolute;
  left: 0px;
  background: url('../design/fired.png') no-repeat;
}

div#image_cycle_back {
  width: 290px;
  height: 140px;
  position: absolute;
  top: 108px;
  right: 0px;
  z-index: 200;
  background: #365164; 
  opacity: 0.64;
  filter: alpha(opacity=64);
}

div.image_cycle_content {
  position: absolute;
  width: 230px;
  top: 138px;
  right: 30px;
  z-index: 201;
  display: block;
}

div.image_cycle_content_hidden {
  display: none;
}

div.image_cycle_content a {
  text-decoration: none;
}

div.image_cycle_content p.cheading a {
  font: normal 18px Georgia, serif;
  color: #cbe9fe;
}

div.image_cycle_content p.cmidding a {
  font: normal 28px Georgia, serif;
  color: #FFFFFF;
  line-height: 24px;
}

div.image_cycle_content p.ctexting a {
  font: italic 11px Georgia, serif;
  color: #FFFFFF;
}

/*
  CONTENT
  NEWS
*/
.margin_news {
  margin: 20px 0px 0px 0px;
}

div#news div.news_node {
  float: left;
  position: relative;
  margin: 0px 15px 0px 0px;
  width: 290px;
  height: 162px;
  background: url('../design/news_gradient.jpg') center bottom no-repeat;
}

div#news div.news_node_no_bg {
  float: none;
  position: relative;
  margin: 0px;
  width: 290px;
  height: 142px;
}

div#news div.last_news_node {
  margin: 0px;
}

div#news div.news_node_text {
  position: absolute;
  width: 115px;
  height: 90px;
  padding: 20px 10px 20px 20px;
  background: url('../design/news_node.png') no-repeat;
  z-index: 10;
}

div#news div.news_node_text p.heading a {
  font: normal 12px Georgia, serif;
  color: #FFFFFF;
}

div#news div.news_node_text p.text a {
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #afcadd;
}

div#news div.news_node_text p.text img.arrow {
  margin: 0px 0px 0px 5px;
  vertical-align: 1px;
}

div#news div.news_node_image {
  position: absolute;
  left: 140px;
  width: 150px;
  height: 130px;
  z-index: 9;
}

/*
  CONTENT
  INFO
*/
div#info {
  margin: 10px 0px 0px 0px;
}

div#info_left {
  float: left;
  width: 595px;
}

div#info_left div.info_node {
  float: left;
  margin: 0px 22px 0px 0px;
  line-height: 18px;
}

div#info_left div.last_info_node {
  margin: 0px 8px 0px 0px;
}

div#info_left div.info_node h3 {
  margin: 18px 0px 14px 0px; 
}

div#info_left div.info_node ul {
  width: 180px;
}

div#info_left div.info_node ul li a {
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #365164;
}

div.info_heading {
  width: 100%;
}

div.info_heading h2 {
  float: right;
  margin: 0px 0px 8px 0px;
}

div.info_heading h6 {
  float: right;
  margin: 11px 0px 9px 0px;
}

div.info_heading div.info_line {
  width: 100%;
  height: 2px;
  background: #e4e2dc;
  clear: both;
  font-size: 1px;
}

div#info_right {
  float: right;
  width: 290px;
}

div#vip_agent_head {
  width: 100%;
  height: 2px;
  background: #e4e2dc;
  clear: both;
  font-size: 1px;
}

div#vip_agent_head_taller {
  width: 100%;
  height: 10px;
  border-bottom: 2px solid #e4e2dc;
  clear: both;
  font-size: 1px;
}

/*
  CONTENT
  PAGES
*/
div#banner {
  margin: 0px 0px 10px 0px;
  height: 84px;
  clear: both;
}

div#left_block {
  float: left;
  width: 595px;
  overflow: hidden;
}

div#right_block {
  float: right;
  width: 289px;
}

div.sub_title {
  border-top: 2px solid #e4e2dc;
  border-bottom: 2px solid #e4e2dc;
}

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

div.sub_title ul li {
  float: left;
  padding: 9px 0px;
  margin: 0px 15px 0px 0px;
}

div.sub_title ul li.level {
  padding: 0px;
  margin: 10px 15px 0px 0px;
  width: 7px;
  height: 13px; 
  background: url('../design/bullet.png') 0px 0px no-repeat;
}

div.sub_title ul li a {
  font: normal 11px Georgia, serif;
  color: #757268;
}

div.sub_title ul li.level_on a {
  font: normal 11px Georgia, serif;
  color: #365164;
}

div.sub_title span {
  display: block;
  margin: 0px 0px 0px 20px;
  padding: 9px 0px;
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #6b685e;
}

div#text_data {
  padding: 30px 0px 0px 20px;
}

div#text_data table tr td {
  width: 283px;
  height: 20px;
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #6b685e;
  text-align: left;
  padding: 0px 0px 0px 6px;
}

div#text_data table tr td span {
  color: #365164;
}

/*
  CONTENT
  CONTACT
*/
div#contact_info {
  margin: 40px 0px 0px 0px;
}

div#contact_form {
  float: left;
}

div#contact_form label,div#contact_form_two label,div#send_property_mail_holder label {
  display: block;
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #365164;
  margin: 0px 0px 6px 0px;
}

div#contact_form input,div#contact_form_two input {
  width: 270px; 
  border: 0px;
  padding: 5px;
  margin: 0px 0px 10px 0px;
  font: normal 11px Arial, Helvetica, sans-serif;
  background: url('../design/text_back.jpg') no-repeat;
  color: #6b685e;
}

div#send_property_mail_holder input {
  width: 270px; 
  border: 0px;
  padding: 5px;
  margin: 0px 0px 0px 0px;
  font: normal 11px Arial, Helvetica, sans-serif;
  background: url('../design/text_back.jpg') no-repeat;
  color: #6b685e;
}

div#contact_form input.submit,div#send_property_mail_holder input.submit {
  width: 93px;
  height: 31px;
  border: 0px;
  padding: 0px;
  font: normal 10px Georgia, serif;
  background: url('../design/feedback_send.jpg') left top no-repeat;
  color: #FFFFFF;
  margin: 0px 0px 0px 187px;
  cursor: pointer;
  cursor: hand;
}

div#contact_form input.margin,div#contact_form_two input.margin {
  margin-right: 10px;
}

div#contact_form input.lesser,div#contact_form_two input.lesser {
  width: 125px; 
}

div#contact_form textarea,div#contact_form_two textarea {
  width: 270px;
  height: 87px;
  border: 0px;
  padding: 5px;
  font: normal 11px Arial, Helvetica, sans-serif;
  background: url('../design/text_back.jpg') left top no-repeat;
  color: #6b685e;
  display: block;
  overflow: hidden;
}

div#map {
  position: relative;
  width: 269px;
  float: right;
}

div#map ul {
  margin: 15px 0px 0px 0px;
}

div#map ul li {
  width: 34px;
  height: 18px;
  float: left;
  background: url('../design/map_off.jpg') no-repeat;
  text-align: center;
  padding: 3px 0px 0px 0px;
}

div#map ul li a {
  font: normal 10px Georgia, serif;
  color: #6b685e;
}

div#map ul li.active_switch {
  background: url('../design/map_on.jpg') no-repeat;
}

div#map ul li.active_switch a {
  font: normal 10px Georgia, serif;
  color: #FFFFFF;
}

div#map_switch .map_cz {
  display: none;
}

div#in_property_search {
  width: 250px;
  background: #efefef;
  padding: 20px;
  
  /*
    CSS 3
  */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

div#in_property_search_all {
  width: 250px;
  background: #efefef;
  padding: 20px;
  
  /*
    CSS 3
  */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

div#property_search input.submit {
  width: 93px;
  height: 31px;
  border: 0px;
  padding: 0px;
  font: normal 10px Georgia, serif;
  background: url('../design/feedback_send.jpg') left top no-repeat;
  color: #FFFFFF;
  margin: 0px 0px 0px 187px;
  cursor: pointer;
  cursor: hand;
  text-transform: uppercase;
}

div#property_search ul li {
  float: left;
  background: #365164;
  padding: 7px 0px 0px 0px;
  width: 120px;
  height: 23px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  color: #FFFFFF;
  font: normal 12px Georgia, sans-serif;
  margin-bottom: 12px;
}

div#property_search ul li.right {
  float: right;
}

div.search_liner {
  height: 1px;
  background: #c4c4c4;
  border-bottom: 1px solid #ffffff;
  clear: both;
}

div.search_result a {
  color: #365164;
  text-decoration: underline;
  font: normal 12px Georgia, serif;
}

div#content div#property_search table tr td {
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #365164;
  vertical-align: middle;
}

div#content div#property_search table tr td.wider {
  width: 220px;
}

div#content div#property_search select.fixer {
  width: 162px;
}

div#content div#property_search select,div#property_search input {
  width: 150px;
  height: 30px;
  background: #e4e2dc;
  border: 1px solid #adaca7;
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #6b685e;
  padding: 0px 0px 0px 10px;
  margin: 6px 0px 6px 0px;
}

li.cz_setting,li.sk_setting {
  cursor: pointer;
  cursor: hand;
}

/*
  CONTENT
  ABOUT
*/
div#content table.about_head_table tr td.aboutheading {
  width: 125px;
  text-transform: uppercase;
  font: normal 12px Georgia, serif;
  color: #365164;
}

div#content table.about_head_table tr td.abouttext {
  width: 430px;
  font: italic 12px Georgia, serif;
  color: #6b685e;
  text-align: justify;
}

div.separate_line {
  width: 100%;
  background: #e4e2dc;
  height: 2px;
  font-size: 0px;
}

/*
  CONTENT
  OUR TEAM
*/
div.our_team_node_image {
  float: left;
  width: 107px;
  height: 107px;
  border: 1px solid #d0cec8;
  padding: 5px 0px 0px 5px;
  background: #FFFFFF;
  margin: 0px 20px 0px 0px;
}

div.our_team_node_right {
  width: 427px;
  float: left;
}

span.our_team_node_name {
  font: normal 12px Georgia, serif;
  color: #365164;
  text-transform: uppercase;
}

span.our_team_node_email {
  float: right;
}

span.our_team_node_email a {
  font: italic 11px Georgia, serif;
  color: #365164;
  text-decoration: underline;
}

span.our_team_node_post {
  font: italic 11px Georgia, serif;
  color: #6b685e;
}

span.our_team_node_phone {
  float: right;
  font: italic 11px Georgia, serif;
  color: #6b685e;
}

div.our_team_node_text {
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #6b685e;
  line-height: 20px;
  margin: 16px 0px 0px 0px;
  text-align: justify;
}

div.clear_team_node {
  clear: both;
  height: 12px;
  border-bottom: 2px solid #e4e2dc;
  margin: 0px 0px 16px -20px;
}

/*
  CONTENT
  PARTNERS
*/
div.partner_node {
  height: 70px;
}

div.partner_node:hover {
  background: #f0efeb;
}

div.partner_node ul li {
  float: left;
  padding: 30px 0px 0px 0px;
  height: 40px;
}

div.partner_node ul li.partner_image {
  width: 130px;
  padding: 0px 0px 0px 10px;
  position: relative;
  height: 70px;
}

div.partner_node ul li.partner_image img {
  position: absolute;
  top: 50%;
}

div.partner_node ul li.partner_title a {
  font: normal 12px Georgia, serif;
  color: #365164;
}

div.partner_node ul li.partner_link a {
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #365164;
  text-decoration: underline;
}

div.clear_partner_node {
  clear: both;
  height: 2px;
  background: #e4e2dc;
  margin: 1px 0px 1px 0px;
}

/*
  CONTENT
  PROPERTY
*/
div#property_data {
  padding: 0px 22px 0px 20px;
}

div#property_image {
  width: 545px;
  height: 366px;
  border: 1px solid #d0cec8;
  padding: 5px 0px 0px 5px;
  background: #FFFFFF;
}

div#property_title {
  font: normal 30px Georgia, serif;
  text-transform: uppercase;
  color: #365164;
  padding: 20px 0px 20px 20px;
}

div.property_title {
  margin: 0px 0px 20px 0px;
}

div.property_title a {
  font: normal 14px Georgia, serif;
  color: #365164;
  text-transform: uppercase;
}

div.property_image {
  float: left;
  width: 253px;
  height: 158px;
  border: 1px solid #d0cec8;
  padding: 5px 0px 0px 5px;
  background: #FFFFFF;
  margin: 0px 20px 0px 0px;
}

div.property_right {
  width: 268px;
  float: left;
}

div#content div.property_right table {
  width: 290px;
  overflow: hidden;
}

div#content div.property_right table strong {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #365164;
}

div#content div.property_right table tr td {
  padding: 4px 0px;
  border-bottom: 1px dotted #d0cec8; 
}

div#content div.property_right table tr td.no_border {
  border: 0px;
}

div.property_clear {
  clear: both;
  height: 18px;
  border-bottom: 2px solid #e4e2dc;
  margin: 0px 0px 15px -20px;
}

div.horizontal_line {
  height: 30px;
  font-size: 1px;
  line-height: 1px;
  border-bottom: 2px solid #e4e2dc;
  clear: both;
}

div#share {
  position: relative;
  margin-top: 30px;
  height: 34px;
}

div#share ul li.send_property {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 122px;
  height: 25px;
  background: url('../design/send.png') no-repeat;
  padding: 7px 0px 0px 42px;
}

div#share ul li.print_property {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 77px;
  height: 25px;
  background: url('../design/print.png') no-repeat;
  padding: 7px 0px 0px 40px;
}

div#share ul li a {
  font: normal 10px Georgia, serif;
  color: #FFFFFF;
}

div#slogan {
  margin: 26px 0px 20px 0px;
  font: italic 12px Georgia, serif;
  color: #6b685e;
  text-align: justify;
}

div#property_contact {
  float: left;
  margin: 20px 0px 20px 0px;
}

div#property_contact span {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #365164;
}

div#send_property_mail_holder {
  float: left;
  clear: both;
  display: none;
}

/*
  CONTENT
  PRESS RELEASES
*/
div.press_release_node_image {
  float: left;
  width: 107px;
  height: 107px;
  border: 1px solid #d0cec8;
  padding: 5px 0px 0px 5px;
  background: #FFFFFF;
  margin: 0px 20px 0px 0px;
}

div.press_release_node_right {
  width: 427px;
  float: left;
}

div.press_release_node_date {
  font: italic 11px Georgia, serif;
  color: #6b685e;
  margin: 2px 0px 10px 0px;
}

div.press_release_node_title a {
  font: normal 14px Georgia, serif;
  color: #365164;
  text-transform: uppercase;
}

div.press_release_node_text {
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #6b685e;
  text-align: justify;
}

div.press_release_clear {
  clear: both;
  height: 14px;
  border-bottom: 2px solid #e4e2dc;
  margin: 0px 0px 16px -20px;
}

p.press_release_subheading {
  font: italic 11px Georgia, serif;
  color: #6b685e;
}

p.press_release_subheading span {
  font: normal 14px Georgia, serif;
  color: #365164;
}

div.press_release_content {
  text-align: justify;
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #6b685e;
  line-height: 18px;
}

div.press_release_style_image img {
  width: auto;
  border: 1px solid #d0cec8;
  padding: 5px;
  background: #FFFFFF;
}

/*
  CONTENT
  WROTE ABOUT US
*/
div#wrote_about_us {
  position: relative;
  padding: 20px;
  margin: 0px 0px 40px 0px;
}

div.wrote_node {
  padding: 0px 0px 20px 0px;
}

div.wrote_node p.wrote_node_date {
  font: italic 11px Georgia, serif;
  color: #6b685e;
}

div.wrote_node p.wrote_node_link {
  font: normal 12px Georgia, serif;
  color: #365164;
  text-transform: uppercase;
}

/*
  CONTENT
  TEAM
  SEARCH
*/
div#team_search {
  position: relative;
  margin: 14px 0px 20px 0px;
  width: 270px;
  height: 133px;
  background: url('../design/hledame.jpg') no-repeat;
  padding: 16px 10px 10px 16px;
}

span.team_search_head {
  display: block;
  width: 120px;
  font: normal 22px Georgia, serif;
  color: #fefefe;
  line-height: 22px;
}

div#team_search_content {
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 255px;
  height: 55px;
  background: #e4e2dc;
  text-align: right;
  overflow: hidden;
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #6b685e;
  padding: 5px;
}

div#team_search_content a {
  text-decoration: underline;
}

/*
  CONTENT
  CONSULTING
*/
div#wrapped_contact {
  margin: 30px 0px 0px 0px;
  border-top: 2px solid #e4e2dc;
}

div#wrapped_info {
  padding: 25px;
}

div#wrapped_info_img {
  width: 20px;
  height: 40px;
  background: url('../design/info.png') 0px 10px no-repeat;
  float: left;
}

div#wrapped_info_text {
  width: 500px;
  float: left;
  font: italic 12px Georgia, serif;
  color: #6b685e;
  line-height: 20px;
  padding: 0px 0px 0px 20px;
}

div#floated_contact {
  float: left;
  margin: 0px 20px 0px 0px;
}

div#contact_form_two {
  width: 580px;
  float: left;
  margin: 20px 0px 0px 0px;
}

div#contact_form_two input.submit {
  float: right;
  width: 93px;
  height: 31px;
  border: 0px;
  padding: 0px;
  font: normal 10px Georgia, serif;
  background: url('../design/feedback_send.jpg') left top no-repeat;
  color: #FFFFFF;
  margin: 0px 0px 0px 187px;
  cursor: pointer;
  cursor: hand;
}

/*
  SIDEMENU
*/
div#side_menu {
  background: #365164;
  margin: 0px 0px 15px 0px;
  
  /* CSS 3 */
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

div#side_menu ul li {
  position: relative;
  width: 239px;
  padding: 13px 0px 13px 11px;
  margin: 0px 0px 0px 20px;
  background: url('../design/sidemenu_line.jpg') bottom repeat-x;
}

div#side_menu ul li.last_side_menu {
  background: transparent;
}

div#side_menu ul li a {
  font: normal 11px Georgia, serif;
  color: #fefefe;
  text-transform: uppercase;
  padding: 0px 0px 0px 15px;
  display: inline-block;
}

div#side_menu ul li img {
  position: absolute;
  top: 50%;
  margin-top: -4px;
}

div#side_menu ul li a.activesidemenu {
  color: #afcadd;
}

/*
  INFO
  NEWSLETTER
*/
div#newsletter {
  margin: 18px 0px 10px 0px;
}

div#newsletter p {
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #6b685e;
}

div#newsletter_block {
  margin: 15px 0px 0px 20px;
  width: 260px;
  height: 58px; 
  background: url('../design/newsletter.png') left top no-repeat;
  padding: 10px 0px 0px 0px;
}

div#newsletter_block input#newsletter_value {
  width: 136px;
  border: 0px;
  background: transparent;
  padding: 2px 0px 0px 5px;
  margin: 8px 0px 0px 27px;
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #6b685e;
}

div#newsletter_block input#newsletter_submit {
  width: 60px;
  margin: 11px 0px 0px 26px;
  border: 0px;
  background: transparent;
  font: normal 11px Georgia, serif;
  color: #365164;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
}

/*
  INFO
  VIP AGENT
*/
div#vip_agent {
  position: relative;
  height: 100px;
}

div#vip_agent span {
  position: absolute;
  top: 16px;
}

div#vip_agent p {
  position: absolute;
  width: 240px;
  top: 65px;
  left: 48px;
  color: #6b685e;
  font: normal 11px Arial, Helvetica, sans-serif;
}

/*
  FOOTER
*/
div#footer {
  margin: 25px 0px 0px 0px;
  border-top: 2px solid #e4e2dc;
  padding: 35px 0px 0px 0px;
  height: 172px; /* help ie here */
}

div#footer_left {
  float: left;
}

div#footer_left ul li {
  float: left;
}

div#footer_left ul li.active a {
  color: #949188;
}

div#footer_left ul li a {
  color: #365164;
  font: normal 11px Arial, Helvetica, sans-serif;
}

div#footer_left ul li.separator {
  color: #92928a;
  font: normal 11px Arial, Helvetica, sans-serif;
  margin: 0px 10px;
}

div#copyright {
  clear: left;
}

div#copyright p {
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #949188;
  line-height: 18px;
}

div#footer_right {
  float: right;
}

div#footer_right p {
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #92928a;
}

/*
  PAGINATION
*/
ul.pagination {
  width: 556px;
}

ul.pagination li {
  float: left;
  width: 20px;
  height: 25px;
  font: normal 12px Georgia, serif;
  color: #365164;
  margin: 0px 10px 0px 0px;
  text-align: center;
}

ul.pagination li a {
  font: normal 12px Georgia, serif;
  color: #6b685e;
}

ul.pagination li.page_back {
  margin: 0px 163px 0px 0px;
}

ul.pagination li.page_next {
  float: right;
  margin: 0px;
}

ul.pagination li.page_current {
  font: normal 12px Georgia, serif;
  color: #6b685e;
  border-bottom: 2px solid #365164;
}

/*
  AJAX
  PAGINATION
*/
ul.ajax_pagination {
  position: absolute;
  left: 50%;
}

ul.ajax_pagination li {
  width: 12px;
  height: 12px;
  float: left;
  margin: 0px 8px 0px 0px;
}

/*
  CLEARING
  FLOATS
*/
div.clear {
  clear: both;
  width: 900px;
  height: 1px;
  font-size: 1px;
}

/*
  FREQUENTLY 
  USED
  CLASSES
*/
.hidden {
  display: none;
}

.phone {
  margin: 0px 4px 0px 0px;
}

.mail {
  margin: 0px 4px 0px 0px;
}

.uppercase {
  text-transform: uppercase;
}

.georgify {
  font: italic 24px Georgia, serif;
}

/*
  TEXTBLOK
*/
div#content div.textblok {
  text-align: justify;
}

div#content div.textblok a {
  color: #365164;
  text-decoration: underline;
}

div#content div.textblok ul {
  list-style-image: url('../design/arrow_sub.png');
  margin: 0px 0px 0px 20px;
}

div#content div.textblok ul li {
  line-height: 20px;
}

div#content div.textblok table {
  border: 0px;
}

div#content div.textblok table tr td {
  border-bottom: 1px dotted #365164;
  padding: 6px 6px 6px 8px;
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #6b685e;
  text-align: left;
  background: #f2f1ee;
}

div#content div.textblok table tr th {
  color: #365164;
  font: normal 14px Georgia, serif;
  text-align: left;
  padding: 14px 0px 12px 20px;
  background: url('../design/table_th.jpg') repeat-x;
  border-bottom: 1px solid #FFFFFF;
  text-transform: uppercase;
}

div.table_shadow {
  width: 100%;
  background: url('../design/drop_shadow.jpg') repeat-x;
  height: 8px;
  clear: both;
}

/*
  ERROR
*/
div#error {
  height: 500px;
}

/*
  AD
  BANNERS
*/
p.ad_image {
  margin: 5px 0px 0px 0px;
}

/* 
  SCROLLABLE
*/
div#property_image_show {
  margin: 8px 0px 0px 0px;
  position: relative;
  width: 552px;
 	height: 72px;
}

a.scrollable_prev {
	float: left;
  cursor: pointer;
  cursor: hand;
}

a.scrollable_next {
	position:absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  cursor: hand;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position: relative;
	overflow: hidden;
	width: 505px;
	height: 72px;
  left: 12px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float: left;
}

.items img {
	padding: 5px;
  border: 1px solid #DDDDDD;
 	height: 60px;
  margin-right: 8px;
}
