html {
	background: #dcdcd0;
}

body {
	padding: 10px 0 0 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	background: url(../img/bg_body.gif) repeat-x;
}

a {
	color: #1860A8;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2 {
	margin: 10px 0 5px 0;
	color: #E55F17;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
	color: #3d6b99;
}

h3 a {
	color: #3d6b99;
	text-decoration: none;
}

h4 {
	font-size: 12px;
	margin: 0 0 5px 0;
}

td {
	font-size: 12px;
	color: #333;
}

th {
	font-weight: bold;
	background: #c8c8bd;
}

tr.page-links td{
	background: #c8c8bd;
	text-align: right;
	color: #333;
}

form, ol, ul, p, blockquote {
	margin: 0;
	padding: 0;
}

ul.normal {
	margin: 0px;
	list-style: none;
}

ul.normal li {
	padding-left: 12px;
	background: url(../img/bullet_li.gif) no-repeat top left;
}

p {
	margin-bottom: 10px;
}

ul, ol, blockquote {
	margin-left: 50px;
	margin-bottom: 10px;
}

select, input, textarea {
	font-family: Verdana;
	font-size: 11px;
}

.bordered-element { /* form elements with border*/
	border: 1px solid #666;
}

.even {
	background: #dae6f2; 
}

.v {
	display: none;
}

.align-center {
	text-align: center;
}

.clear {
	clear: both;
}

#container {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 88px;
	background: url(../img/bg_header.jpg) no-repeat top;
	border-top: 2px solid #bdbdbd;
}

#lang {
	text-align: right;
	margin-right: 10px;
	margin-top: 1px;
	height: 14px;
}

#lang a {
	display: block;
	float: right;
	height: 20px;
	width: 57px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#lang a.ro:hover, #lang a.en:hover {
	background-position: 0px -20px;
}

#lang a span{
	display: none;
}

#lang a.ro { background: url(../img/t_romanian.gif); }
#lang a.en { background: url(../img/t_english.gif); }


#logo {
	float: left;
	margin-left: 10px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo a {
	float: left;
	display: block;
	width: 283px;
	height: 65px;
	background: url(../img/logo.gif) no-repeat;
}

#logo a span{
	display: none;
}

#top-menu {
	height: 60px;
	margin-left: 415px;
}

#top-menu ul {
	list-style: none;
	margin: 40px 0 0 245px;
}

#top-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}

#top-menu a {
	display: block;
	float: left;
	margin: 0px;
	height: 15px;
}

#top-menu a span {
	display: none;
}

#top-menu a.about {width: 90px; background: url(../img/bg_t_about.gif);}
#top-menu a.news {width: 38px; background: url(../img/bg_t_news.gif);}
#top-menu a.press {width: 42px; background: url(../img/bg_t_press.gif);}
#top-menu a.market {width: 98px; background: url(../img/bg_t_market.gif);}
#top-menu a.careers {width: 57px; background: url(../img/bg_t_careers.gif);}
#top-menu a.contact {width: 57px; background: url(../img/bg_t_contact.gif);}

#top-menu a:hover {
	background-position: 0px -14px;
}

#visual {
	height: 150px;
	background: url(../img/bg_visual.jpg) no-repeat;
}

#search {
	margin: 1px;
	background-color: #95b3cc;
	background-image: url(../img/phone.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 26px;
	padding-left: 610px;
}

#search form {
	text-align: right;
	margin: 0;
	padding: 0;
	background: url(../img/t_offer_search.gif) no-repeat top left;
	background-position: 0 5px;
	padding-left: 125px;
	height: 26px;
}

#search .text {
	border: 1px solid #555551;
	background: #fff;
	font-size: 11px;
	width: 150px;
}

#content {
	clear: both;
	margin: 5px 10px;
}

#side {
	width: 190px;
	padding-top: 5px;
}

#side ul.offers {
	list-style: none;
	margin: 0 0 5px 0;
	width: 190px;
}

#side ul.offers a {
	display: block;
	text-align: right;
	padding-right: 20px;
	line-height: 18px;
	background: url(../img/bg_left_menu_link.gif) no-repeat;
	font-weight: 600;
	font-size: 11px;
	text-decoration: none;
	color: #184f80;
	width: 170px;
}


#side ul.offers a:hover, #side ul.offers a.current {
	background-position: 0 -18px;
	color: #184f80;
}

#side h3 {
	border: 1px solid #95b3cc;
	margin: 1px 0px;
	background: #d0dde8 url(../img/bg_left_menu_title.gif) repeat-x top;
	font-size: 12px;
	padding: 1px 0;
	color: #000;
	padding-right: 10px;
	text-align: right;
	color: #265780;
}

#side h3 a {
	color: #000
}

#side #your-offer a {
	font-weight: normal;
	font-size: 11px;
	color: #333;
}

#main {
	width: 740px;
	float: right;
	color: #333;
}

#projects {margin: 0px; }
#projects h3 {float: left; width: 190px; color: #aaa; padding: 5px 10px; text-align: right; border-right: 1px solid #ccc; font-size: 18px;}
#projects ul {float: left; margin: 0; padding: 0}
#projects li {list-style: none; margin: 0 0 0 10px; padding: 0; float: left;}
#projects li img {border: 0;}

#footer {
	clear: both;
	font-size: 10px;
	margin: 1px 0;
	padding: 4px;
	background: #9A9A92;
	color: #fff;
	line-height: 16px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .copy a {
	color: #fff;
}

#footer .links a {
	color: #4D4D49;
}

#footer .copy {
	width: 240px;
	text-align: right;
	float: left;
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
}

#footer .links {
	color: #000;
}


/** columns styles **/
.c21 {
	background: url(../img/bg_21_separator.gif) repeat-y;
	clear: both;
	width: auto;
}

.c21 .first {
	width: 490px;
	float: left;
	display: block;
}

.c21 .second {
	margin-left: 10px;
	float: left;
	width: 240px;
 }

c111 {
	clear: both;
}

.c111 .first, .c111 .second, .c111 .third {
	float: left;
	width: 240px;
	margin-right: 10px;
}

.c111 .third {
	margin-right: 0;
}

.c111>.third {
	margin-bottom: 5px;
}

div.separator {
	font-size: 5px;
	line-height: 5px;
	margin: 5px 0px;
	background: url(../img/bg_separator.gif) repeat-x top left;
	clear: both;
}

div.bread-crumbs {
	padding-top: 3px;
	font-size: 11px;
}

div.bread-crumbs a{
	color: #666;
}

/** news styles **/
ul.news {
	margin: 0px;
	list-style: none;
}

ul.news li {
	padding-left: 12px;
	background: url(../img/bullet_li.gif) no-repeat top left;
}

ul.news a {
	font-size: 11px;
	color: #333;
}


/** new offers **/
.new-offers a{
	font-weight: normal;
}

/** special offer **/
.special-offer img {
	float: left;
	border: 3px solid #B1B1B1;
}

.special-offer p {
	margin-left: 80px;
}

/** home cool boxes **/
.houses {
	background: url(../img/bg_homebox_1.jpg) no-repeat top left;
	height: 88px;
}

.lands {
	background: url(../img/bg_homebox_2.jpg) no-repeat top left;
	height: 88px;
}

.offices {
	background: url(../img/bg_homebox_3.jpg) no-repeat top left;
	height: 88px;
}

.apartments {
	background: url(../img/bg_homebox_4.jpg) no-repeat top left;
	height: 88px;
}

.commercial {
	background: url(../img/bg_homebox_5.jpg) no-repeat top left;
	height: 88px;
}

.industrial {
	background: url(../img/bg_homebox_6.jpg) no-repeat top left;
	height: 88px;
}


.homebox p{
	margin: 50px 0 0 10px;
}

.homebox a {
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

.pages {
	text-align: right;
}


/** offer list **/
table.offers .price {
	text-align: center;
	font-size: 20px;
	color: #334766;
}

table.offers p {
	font-size: 11px;
}

/** offer page **/
blockquote.price {
	font-size: 24px;
	border: 1px solid #d4d4c9;
	padding: 5px;
	margin-top: 5px;
	margin-left: 0px;
}

blockquote.price .grey {
	color: #999;
}

ul.checklist {
	list-style: none;
	margin: 0 0 10px 0;
}

ul.checklist li {
	background: url(../img/bullet_checklist.gif) no-repeat top left;
	padding-left: 14px;
}

ul.inline li{
	width: 120px;
	float: left; 
	margin-right: 10px;
}

div.code {
	background: url(../img/bg_offercode.gif) no-repeat top left;
	padding: 3px 2px 3px 70px;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 12px;
}

div.agent {
	background: url(../img/bg_contact.gif) no-repeat top left;
	padding: 5px;
	font-size: 11px;
	position: relative;
}

div.agent td {
	font-size: 11px;
}

div.agent #contact-agent {
	display: none;
}

div.agent-footer{
	background: url(../img/bg_contact_footer.gif) no-repeat top left;
	font-size: 5px;
	line-height: 5px;
	margin-bottom: 10px;
}

div.properties {
	text-align: center;
}

div.offer-links {
	font-size: 11px;
}

div.offer-links a {
	font-weight: normal;
}

h3.properties span, h3.info span, h3.utilities span, h3.vecinities span { display: none; }
h3.properties, h3.info, h3.utilities, h3.vecinities { height: 24px; }
h3.properties {background: url(../img/car_properties.gif) no-repeat; }
h3.info {background: url(../img/car_info.gif) no-repeat; }
h3.utilities {background: url(../img/car_utilities.gif) no-repeat; }
h3.vecinities {background: url(../img/car_vecinities.gif) no-repeat; }

td.property-name {text-align: right; font-weight: bold; width: 150px;}

p.offer-categories {
	margin: 5px 0 20px 0;
	font-size: 10px;
}

p.feed-links { margin-top: 5px;}
p.feed-links a {font-weight: normal; }

/** images slide show **/
#slideShow1
{
	width: 226px;
	height: 200px;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
	margin: 0px 0 0 0;
	float: left;
}

#slideShow1 a {
	text-decoration: none;
}
.pagelinks {
	text-align: center;
}

.pagelinks a
{
	font-weight: bold;
	color: #666;

}
.slideCaption
{
	padding: 0px;
	text-align: center;
	font-weight: bold;
}
.pagelinks a.activeSlide
{
	color: #f90;
}
/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide
{
	background-image: url(images/spacer.gif);
}
.nextSlide:hover
{
	background-image: url(../img/nextslide.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
}
.prevSlide:hover
{
	background-image: url(../img/prevslide.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}



/** ----------------------------- SIFR ---------------------------------- **/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #main h2 {
	visibility: hidden;
	font-size: 24px;
}

/** ----------------------------- SIFR ---------------------------------- **/

