@charset "utf-8";

/* + Global resets */

html, html#js, html#nojs {
	/* css */
}

body {
	background-color: #e4e6e7;
}

a {
	font-family: Verdana;
	font-size: 12px;
	color: #fefefe;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #fefefe;
	text-decoration: none;
}

img {
	border: none;
}

/* - Global resets */


/* + Common classes */

div.clear {
	clear: both;
}

h1 {
	font-family: Verdana;
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

h2{
	font-family: Verdana;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

p{
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

ul{
	list-style-position: inside;
	padding: 0px;
}

li {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

table {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	table-layout: fixed;
}

table th{
	text-align: left;
	font-weight: bold;
}

table p {
	margin: 0;
}

.table-property td {
	border-top: 1px solid #ffffff;
}

label{
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
}

hr {
	border: none;
	border-top: 1px solid #fff;
}

label p {
	margin: 0;
	font-weight: bold;
}

label p{
	margin-top: 4px;
}

.input1 {
	width: 326px;
}

textarea {
	width: 326px;
	height: 95px;
	margin-top: 8px;
}

/* - Common classes */


/* + Layout */

#all-wrapper {
	margin: 0 auto;
	width: 980px; /* 984px with border */
	border: 2px solid #dfe1e2;
	background-color: #ffffff;
	position: relative;
	
	font-family: Verdana, Tahoma;
	padding: 0 0 23px 0;
}

#logo {
	position: absolute;
	width: 171px;
	height: 163px;
	background-image: url(../images/logo.png);
	left: 24px;
	top: 20px;
	z-index: 100;
}

#logo a {
	position: absolute;
	width: 171px;
	height: 163px;
}

#menu-wrapper {
	position: absolute;
	top: 60px;
	left: 195px;
	width: 763px;
	height: 64px;
	background-image: url(../images/menu-bg-wr.gif) ;
	background-repeat: repeat-x;
}

/* + menu */

#menu {
	position: absolute;
	width: 757px; /* 763px with borders*/
	height: 58px; /* 64px */
	margin: 3px 0 0 3px;
	background-image: url(../images/menu-bg.gif) ;
	background-repeat: repeat-x;
}

#menu ul{
	display: block;
	margin: 25px 0 0 5px;
	list-style: none outside none;
	padding: 0;
	width: 735px;
	height: 27px;
}

#menu li {
	display: inline-block;
	height: 100%;
}

#menu li a{
	display: inline-block;
	height: 100%;
	width: 100%;
}

#menu li.vr {
	background-image: url(../images/menu-hr.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 1px;
	margin: 0 0 0 0;
}

#menu li.menu-but {
	margin: 0 3px;
	position: relative;
	top: -6px;
}

#menu li#about {
	background-image: url(../images/menu-but-about.png);
	background-position: 0 0;
	height: 16px;
	width: 67px;
}

#menu li#about:hover {
	background-position: 0 16px;
}

#menu li#transactions {
	background-image: url(../images/menu-but-transactions.png);
	background-position: 0 0;
	height: 16px;
	width: 91px;
}

#menu li#transactions:hover {
	background-position: 0 16px;
}

#menu li#exchange {
	background-image: url(../images/menu-but-1031exchange.png);
	background-position: 0 0;
	height: 16px;
	width: 138px;
}

#menu li#exchange:hover {
	background-position: 0 16px;
}

#menu li#featured {
	background-image: url(../images/menu-but-featured.png);
	background-position: 0 0;
	height: 16px;
	width: 141px;
}

#menu li#featured:hover {
	background-position: 0 16px;
}

#menu li#people {
	background-image: url(../images/menu-but-people.png);
	background-position: 0 0;
	height: 16px;
	width: 48px;
}

#menu li#people:hover {
	background-position: 0 16px;
}

#menu li#blog {
	background-image: url(../images/menu-but-blog.png);
	background-position: 0 0;
	height: 16px;
	width: 33px;
}

#menu li#blog:hover {
	background-position: 0 16px;
}

#menu li#contact {
	background-image: url(../images/menu-but-contact.png);
	background-position: 0 0;
	height: 16px;
	width: 79px;
	margin-right: 0;
}

#menu li#contact:hover {
	background-position: 0 16px;
}

/* - menu */

#content-wrapper {
	overflow: hidden;
	position: relative;
	margin-top: 127px;
	margin-left: 24px;
	width: 933px;
	z-index: 50;
}

#image-r {
	position: relative;
	margin: 0px 0px 10px 0;
	float: right;
	width: 408px;
	height: 100%;
	background-image: url(../images/building.jpg);
	background-color: #505e78;
	background-repeat: no-repeat;
	/* + a hack  */
		padding-bottom:32650px;
		margin-bottom:-32650px;
	/* - to make image's height readlly 100%  */
}

#content-wrapper2 {
	width: 522px;
	float: left;
	background-color: #8e99a7;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-x;
}

#content-wrapper2 #address {
position: relative;
	float: right;
	width: 333px;
	border: 2px solid #9ea8b5;
	height: 40px;
	margin: 8px 7px 0 0;
	padding: 7px 0 0 0;
	
	font-family: Verdana;
	text-align: center;
	color: #545c66;
	font-size: 11px;
	letter-spacing: -0.2px;
	line-height: 16px;
	word-spacing: 0px;
}


#content-wrapper2 #address p{
	margin-top: 0;
	padding: 0;
	text-indent: 0;
}


#content-wrapper2 #address .inp{
	width: 330px;
	border: 2px solid #9ea8b5;
	height: 14px;
	margin: 0px 0px 0 0;
	padding: 0px 0 0 0;
	
	font-family: Verdana;
	text-align: center;
	color: #545c66;
	font-size: 9px;
	letter-spacing: -0.2px;
	line-height: 16px;
	word-spacing: 0px;
	background-color: #A8B2BE;
}


#content-wrapper2 #address .but{
position: absolute;
top: 50px;
left: 283px;
border: 1px solid #A8B2BE;
display: none;
}


#content {
	padding: 31px 35px 0 81px;
	margin: 0 0 40px 0;
}

#footer {
	margin-top: 26px;
	color: #b2b2b3;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	font-family: Georgia;
}

/* - Layout */

/* + Login */

#login {
        position: absolute;
        top: 45px;
        left: 50%;
        margin-left: 420px;
		font-size: 9px;
}
#login a{
        color: #bdeedb;
        text-decoration: none;
}
#login a:hover{
        color: #bdeedb;
        text-decoration: underline;
}

#loginbox {
        display:none;
        position: absolute;
        width: 200px;
        height: 60px;
        top: 63px;
		z-index: 900;
		left: 50%;
		margin-left: 264px;
        -moz-opacity:.90 !important;
        opacity:.90 !important;
        filter:alpha(opacity=90);
		background-color: #fff;
}

#loginbox form {
        margin: 5px;
        margin-left: 9px;
}


#loginbox input{
        width: 137px;
        border: 2px solid #bdbdbd;
}

input#login_submit {
        width: 65px;
        margin-left: 75px;
}

#loginbox label{
        font-size: 1em;
        color: #000;
}

#loginbox td {
        padding-top: 0px;
}

/* - Login */

.editbtn {
	float: right;
	position: relative;
	z-index: 1000;
}

/* + Blog */

.blog-post p, .blog-post h2, .blog-post h3{
	margin: 0;
}

.linkdel {
	float: right;
}

/* - Blog */

input.error {
	border: 2px solid red;
}

label.error {
	position: absolute;
	top: -9999px;
}

img.map-all {
	position:absolute; 
	z-index: 200;
}

img.map-add1 {
	position:absolute; 
	z-index: 150; 
	width: 100%;
	display: none;
}

area {
}

img.map-add2 {
	position:absolute; 
	z-index: 210; 
	width: 100%;
}


#price {
	width: 405px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

#price input,#price button {
	float: left;
	margin: 5px 15px 0px 0;
	width: 154px;
	color: #ffffff;
	background-color: #8e99a7;
}

#price strong {
	float: left;
	margin: 0 20px 0 0;
	width: 154px;
}

#price2 input {
	color: #ffffff;
	background-color: #8e99a7;
	width: 90%;
}

#price button.buttonx {
	width: 20px;
	margin: 0;
	padding: 1px;
	height: 24px;
	margin: 2px 0;
}

input.deleted {

}

#logos {
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
	width: 450px;
	margin-left: -25px;
}

#logos img {
}

.form-img label {
	display: block;
}

.clients_list_r_image {
	float: left;
	margin: 5px;
	height: 50px;
	width: 140px;
	text-align: center;
}

.clients_list_r_image_admin {
	height: 80px;
	width: 440px;
	padding: 10px 0;
}

legend {
	border: 2px solid #9EA8B5;
}

fieldset.fieldset {
	border: 2px solid #9EA8B5;
	height: 150px;
}

.fieldset input {
	width: 150px;
}

#member_logout {
	width: 100%;
}
#member_logout form{
	overflow: hidden;
}
#member_logout form input{
	float: right;
}

input.inp {
	background-color: #A8B2BE;
	padding: 1px;
}

#userinfo2 {
	border: 1px solid #fff;
	overflow: hidden;
}

