* {
	margin: 0 auto;
}


html, body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;	
	height:100%;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;	
}

#wrapper {
	width:1000px;
	min-height:100%;
	height:100%;
	height: auto !important;
	margin:0 auto -40px; 
	text-align:left;
}


#push {
	width:1000px;
	height:40px;
}


h1, h2, h3, h4, h5, p {
	margin:0;
	padding:0;
	font-size:11px;
	color:#000000;
}

INPUT, TEXTAREA, SELECT {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;

}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.heading {
	font-size:18px;
	font-weight:normal;	
	color:#2a3891;
}

.heading a {
	color:#2a3891;
	text-decoration:none;
}

.holder {
	float:left;
	width:100%;
	padding:4px 0 4px 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- header  ---------------------------------------------------------------------- */

#header {
	float:left;
	width:1000px;
	height:112px;
}

#languages {
	float:left;
	width:547px;
	height:20px;
}

#languages a {
	text-decoration:none;
	color:#333333;
}

#logo {
	float:left;
	width:460px;
	height:67px;
}

#media {
	float:right;
	width:534px;
	height:112px;
	background-image:url(../images/artsheme.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#menu {
	float:left;
	width:460px;
	height:37px;
	padding:6px 0 0 0;
}

* html #menu {
	height:31px;
	padding:6px 0 0 0;	
}

#menu * {
	line-height:32px;
}

#menu h1 {
	font-size:18px;
	font-weight:normal;
}

#menu h1 a {
	text-decoration:none;
	color:#2a3891;
}

#menu h1 a:hover {
	text-decoration:underline;
}

.menu_item_offer {
	float:left;
	width:124px;
	height:100%;
}

.menu_item_topoffer {
	float:left;
	width:184px;
	height:100%;
	text-align:center;
}

.menu_item_about {
	float:left;
	width:124px;
	height:100%;
	text-align:center;
}

.menu_seperator {
	float:left;
	width:2px;
	height:100%;
	margin:0 2px 0 2px;
	background-color:#d1d3d4;
}
/* ------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- body ------------------------------------------------------------------------ */
#body_wrapper {
	padding:10px 0 0 0;
}

* html #body_wrapper {
	padding:0;
}

.view_more {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:right;
}


.view_more span {
	display: inline-block;
	vertical-align:middle;
	height: 100%;
}

* html .view_more span {
	display: inline-block;
	vertical-align:middle;
	height: 100%;
	width: 1px;
}

.view_more a {
	padding:0 0 0 2px;
	text-decoration:underline;
	color:#767474;
}

#about_wrapper {
	position:relative;
	float:left;
	width:400px;
	height:110px;
	color:#767474;
	margin:0 40px 0 0;
}

#clients_wrapper {
	position:relative;
	float:left;
	width:240px;
	height:110px;
	color:#767474;
	margin:0 40px 0 0;
}

#contacts_wrapper {
	position:relative;
	float:left;
	width:265px;
	height:110px;
	color:#767474;
}

#contacts_image {
	float:left;
	width:50px;
	height:110px;
	background-image:url(../images/contacts.gif);
	background-repeat:no-repeat;
	padding:0 4px 0 0;
}

#contacts_box {
	float:left;
	width:210px;
	height:110px;

}

#contacts_box p {
	color:#767474;
}

#services_wrapper {
	float:left;
	width:1000px;
	height:94px;
	margin:4px 0 0 0;
}

* html #services_wrapper {
	margin:0;
}

.services_box {
	float:left;
	width:310px;
	padding:0 22px 12px 0;
}

.services_box h2 {

}

.services_box h2 a {
	color:#40ba96;
	text-decoration:underline;
	text-transform:uppercase;
}
/* ------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- services --------------------------------------------------------------------- */
#list_services {
	float:left;
	width:240px;
	padding:0 20px 0 0;
}

#list_services ul {
	display:block;
	list-style:none;
	padding:0;
}

#list_services ul li {
	padding:0 0 8px 0;
}

#list_services ul li a {
	color:#2a3891;
	text-decoration:none;	
}

#list_services ul li a:hover {
	text-decoration:underline;	
}
#services_content {
	float:right;
	width:740px;
}
#services_content h3 {
	color:#40ba96;
}
/* ------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- home ------------------------------------------------------------------------ */
.home_middle_box {
	float:left;
	width:208px;
}

.home_middle_line {
	float:left;
	width:2px;
	height:310px;
	margin:0 20px 0 20px;
	background-image:url(../images/line.gif);
}

.preview_home_offer_box {
	float:left;
	width:200px;
}

.preview_home_offer_box h1 a {
	color:#666666;
	text-decoration:none;
}

.preview_home_offer_box h2 a {
	color:#40ba96;
	text-decoration:none;
}


.preview_home_offer_box IMG {
	padding:2px;
	border:1px solid #666666;
}
/* ------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- middle ----------------------------------------------------------------------- */

#middle_wrapper {
	float:left;
	width:1000px;
	padding:28px 0 0 0;
}

* html #middle_wrapper {
	padding:10px 0 0 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- request ---------------------------------------------------------------------- */
.request_field {
	width:200px;
	border:1px solid #999b9e;
	display:block;	
}

.request_drop {
	width:208px;
	border:1px solid #999b9e;
}

.request_send {
	width:80px;
	border:1px solid #999b9e;
}
/* ------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- members -------------------------------------------------------------------- */
.members_box {
	float:left;
	width:188px;
	margin:4px 0 4px 20px;

}

.members_box a {
	color:#2a3891;
	text-decoration:none;
}

.members_box span {
	display: inline-block;
	vertical-align:middle;
	height: 100%;
	margin:0 20px 0 0;
}

* html .members_box span {
	display: inline-block;
	vertical-align:middle;
	height: 100%;
	width: 1px;
}

.members_l_wrapper {
	float:left;
	width:450px;
}

.members_l_wrapper IMG {
	float:left;
	margin:0 8px 0 0;
}

.members_l_wrapper h1 {
	color:#2a3891;
}

.members_r_wrapper {
	float:right;
	width:450px;
}

.members_r_wrapper IMG {
	float:left;
	margin:0 8px 0 0;
}

.members_r_wrapper h1 {
	color:#2a3891;
}
/* ------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- files -------------------------------------------------------------------------- */
.file_box {
	float:left;
	width:208px;
	margin:4px 0 4px 0;
}

.file_box IMG {
	float:left;
	vertical-align: middle;
	margin-bottom: .25em;
	margin-right:6px;	
}

.file_box a {
	color:#2a3891;
	text-decoration:none;
}

.file_box a:hover {
	text-decoration:underline;
}

.file_box span {
	display: inline-block;
	vertical-align:middle;
	height: 100%;
	margin:0 20px 0 0;
}

* html .file_box span {
	display: inline-block;
	vertical-align:middle;
	height: 100%;
	width: 1px;
}
/* ------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- contacts section ------------------------------------------------------------- */
#contacts_content {
	float:left;
	width:700px;
}

#mail_form {
	float:right;
	width:208px;
	height:270px;
	padding:0 20px 0 20px;
	background-image:url(../images/line.gif);
	background-repeat:repeat-y;
	
}

.mail_field {
	width:200px;
	border:1px solid #999b9e;
	display:block;
}

.mail_drop {
	width:208px;
	border:1px solid #999b9e;
}

.mail_send {
	width:80px;
	border:1px solid #999b9e;
}

/* ------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- footer ------------------------------------------------------------------------ */
#footer {
	width:1000px;
	height:40px;
	margin:0 auto; 
	background-color:#939597;
	color:#FFFFFF;	
	text-align:left;
}

#footer-menu {
	float:left;
	width:400px;
	padding:20px 0 0 10px;
}

#footer-menu a {
	color:#FFFFFF;
	text-decoration:none;
}

#copyrights {
	float:right;
	padding:20px 10px 0 0;	
	width:140px;

}
#copyrights p {
	color:#FFFFFF;
}
#copyrights a {
	color:#FFFFFF;
}
/* ------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- error message -------------------------------------------------------------- */
label.error {
	color:#CC0000;
}
/* ------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- pagination  ------------------------------------------------------------------ */

.pages_box {
	float:right;
}

.pages_box_label {
	float:left;
	height:16px;
	line-height:14px;
	padding:0 4px 0 0;
}
.page_number {
	float:left;
	background-image:url(../images/page_number.gif);
	background-repeat:repeat-x;
	border:1px solid #cacaca;
	text-align:center;
	width:24px;
	height:16px;
	margin:0px 2px 0px 2px;
	line-height:14px;
	text-decoration:none;
	color:#49637E;	
}

.page_number_hover {
	float:left;
	background-image:url(../images/page_number_hover.gif);
	background-repeat:repeat-x;
	border:1px solid #cacaca;
	text-align:center;
	width:24px;
	height:16px;
	padding:0px 2px 0px 2px;
	line-height:14px;
	text-decoration:none;
	color:#FFFFFF;	
}
/* ------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- top offer  -------------------------------------------------------------------- */

.offer_box img {
	border:1px solid #333333;
	margin:0 8px 0 0;	
}

.offer_box a {
	text-decoration:none;
	color:#333333;
}

#VelisOffer {
	border:0;
}

.top-offer-l-box {
	float:left;
	width:380px;
	height:110px;	
	margin-right:10px;
	margin-bottom:10px;
}

.top-offer-l-box h1 a {
	color:#666666;
	text-decoration:none;
}

.top-offer-l-box h2 a {
	color:#40ba96;
	text-decoration:none;
}

.top-offer-l-box IMG {
	float:left;
	padding:2px;
	border:1px solid #999999;
	margin-right:10px;
}

.top-offer-r-box {
	float:right;
	width:380px;
	height:110px;
	margin-left:10px;
	margin-bottom:10px;
}

.top-offer-r-box h1 a {
	color:#666666;
	text-decoration:none;
}

.top-offer-r-box h2 a {
	color:#40ba96;
	text-decoration:none;
}

.top-offer-r-box IMG {
	float:left;
	padding:2px;
	border:1px solid #999999;
	margin-right:10px;
}

/* ------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- top offer  -------------------------------------------------------------------- */
.property-types {
	float:left;
	width:210px;
}

.property-types div {
	margin:2px 0 2px 0;
	color:#293991;
}

.property-types div a {
	text-decoration:none;
	color:#293991;
}

.property-types div a:hover {
	text-decoration:underline;
}

.sort-filter {
	float:left;
	width:210px;
}

.sort-filter p {
	font-weight:bold;
	margin-bottom:4px;
}

.sort-filter ul {
	display:block;
	padding:0 0 0 6px;
	list-style:none;
}

.sort-filter ul li {
	display:block;
	font-weight:bold;
}

.sort-filter ul li a {
	text-decoration:none;	
}


.offers-content {
	float:left;
	width:765px;
	margin-left:20px;
}

.offers-type-title {
	font-size:16px;
}

.offers-content  IMG {
	float:left;
	padding:2px;
	border:1px solid #999999;
	margin-right:10px;
}
.offers-content  p {
	margin-bottom:4px;
}

.offers-content  h2 {
	margin-bottom:4px;
}

.offers-content  h3 {
	margin-bottom:4px;
}

.offer-l-box {
	float:left;
	width:370px;
	height:110px;	
	margin-right:10px;
	margin-bottom:10px;
}

.offer-r-box {
	float:right;
	width:370px;
	height:110px;
	margin-left:10px;
	margin-bottom:10px;
}

.view-offer-details {	
	color:#000000;
	text-decoration:none;
}

.offer-more-details {
	float:right;
	width:300px;
}

.offer-details-wrapper {
	float:left;
	width:450px;
}

.offer-details-wrapper h2 {
	margin-bottom:10px;
}

.offer-details-wrapper p {
	margin-bottom:10px;
}
.offer-details-wrapper IMG {
	margin-bottom:10px;
}
.property-type-filter {
	width:765px;
	display:block;
	margin-bottom:14px;
	height:34px;
}

.property-type-filter ul {
	display:block;
	padding:0;
	list-style:none;
}

.property-type-filter ul li {
	float:left;
	margin-right:28px;
}

.property-type-filter ul li a {
	text-decoration:none;
	font-weight:bold;	
	color:#929497;
	font-size:12px;
}

.property-type-filter ul li a span {
	font-size:14px;
	color:#2b378f;
}

.active-property-type-filter {
	text-decoration:underline !important;
}

.offer-box-pages {
	width:765px;
}

.pages-box-label {
	background-color:#00FF00;
	display:block;
}

.dashed-line {
	height:1px;
	overflow:hidden;
	display:block;
	clear:both;
	border-top:1px dashed #666666;
	margin:4px 0 4px 0;
}

.main-menu {
	padding-bottom:8px;
	color:#2b378f;
	font-weight:bold;
}

.drop-menu, .sub-drop-menu {
	font-weight:normal;
}

.en-drop-menu, .en-sub-drop-menu {
	font-weight:normal;
}

.en-sub-drop-menu {
	display:none;
}

.en-main-menu {
	color:#2b378f;
	font-weight:bold;
}