
div.logo-frame { width: 205px; height: 87px; }

div#menu-panel {
	background: #3b3b3b;
	margin-left: 269px;
	width: 597px;
	height: 68px;
	position: relative; z-index:102;
}

ul#menu {
	margin-left: 0px;
}
ul#menu li.active { background:url(../images/i2/bg-menu-active.gif) no-repeat 0 0; }
ul#menu li {
	background:none;
	float: left;
	padding:0;
	width:146px; height:68px;
}
ul#menu li div {
	padding: 25px 0 0 30px;
	height: 43px;
	color: #e3a933;
	font-size: 13px; font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
}
ul#menu li.menu-1 div { background: url(../images/i2/bg-menu1.gif) no-repeat 13px 8px; }
ul#menu li.menu-2 div { background: url(../images/i2/bg-menu2.gif) no-repeat 13px 8px; }
ul#menu li.menu-3 div { background: url(../images/i2/bg-menu32.gif) no-repeat 13px 8px; }
ul#menu li.menu-1 a { color:#2889d2; }
ul#menu li.menu-1 a:hover { color:#e3a933; }
ul#menu li.menu-2 a { color:#bf404f; }
ul#menu li.menu-2 a:hover { color:#e3a933; }
ul#menu li.menu-3 a { color:#637581; }
ul#menu li.menu-3 a:hover { color:#e3a933; }


#content-inner {
	background: url(../images/i/bg/shadow-content.png) no-repeat;
	margin-left: 227px;
	padding-left: 25px;
}

#content-inner div.content {
	background: url(../images/i/bg/bg-content-corner.gif) #424243 bottom right no-repeat;
	padding: 28px 29px;
	min-height: 430px;
}

* html #content-inner div.content {
	height: 430px;
}

#content-inner ul { margin-bottom: 15px; }
#content-inner li {
	background: url(../images/i/mrk/li.gif) 9px 11px no-repeat;
	padding: 6px 20px 0;
	color: #FFF;
}

#contacts td.about {
	padding-top: 4px;
	width: 30%;
}
#contacts div {
	color: #FFF;
}
#contacts td.about p {
	margin-bottom: 8px;
}

#contacts td.form {
	padding: 20px 10px 0 40px;
}

#contacts td.form table.form {
	margin-bottom: 10px;
	width: 100%;
}
#contacts td.form table.form td {
	width: 50%;
	padding-right: 8px;
	padding-bottom: 5px;
}
#contacts td.form table.form td div {
	margin-bottom: 1px;
}
#contacts td.form table.form .textarea,
#contacts td.form table.form .text {
	background: #d5d5d5;
	border: 1px solid #868686;
	padding: 1px;
	width: 99%;
}

#contacts td.form table.form .error {
	position: absolute;
}

#content-inner table.list {
	width: 100%;
}

#content-inner table.list tr.no-bg td {
	background: none !important;
}
#content-inner table.list td.logo {
	background: url(../images/i/bg/bg-list.gif) bottom right repeat-x;
	padding: 15px 0;
	width: 180px;
	text-align: left;
}
#content-inner table.list td.info {
	background: url(../images/i/bg/bg-list.gif) bottom left repeat-x;
	padding: 15px 30px 15px 15px;
	vertical-align: middle;
}
#content-inner table.list td.info a {
	font-size: 1.1em;
}
#content-inner table.list td.info span.title {
	color: #e3a933;
	font-size: 1.1em;
}
#content-inner table.list td.info div.subtitle {
	font-size: 0.9em;
}

table#realestate-menu {
	background: url(../images/i/bg/realestate-menu.gif) bottom left repeat-x;
	height: 27px;
	width: 100%;
}

#realestate-menu td {
	background: none;
	padding: 3px 20px;		width: 33.3%;
}

#realestate-menu td span {
	/*	background: url(../images/i/bg/realestate-link.gif) bottom left repeat-x; */
	border-bottom: 1px dotted #009CFF;
	padding-bottom: 1px;
	color: #0072BB;
	font-size: 1.1em;
	cursor: pointer;
}
#realestate-menu td span.active {
	border-bottom: none;
	background: none;
	color: #FFF;
	cursor: default;
}


