@CHARSET "UTF-8";
body {
	font-size: 13px;
	font-family: Tahoma;
	line-height: 18px;
}

h1, h2, h3 {
	font-family: "Times new roman", "Times";
	color: #00440d; 
	line-height:1.2;
}

h1 a, h2 a, h3 a {
	color: #00440d; 
} 

.menu {
	margin: auto;
	width:900px; 
	height:55px; 
	position:relative; 
	z-index:100;
	background: #cdcdcf url(/images/top_menu_bg.jpg) repeat-x top left;
	font-family: Arial;
	font-weight: bold;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
		width:900px; 
		w\idth:900px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:249px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	font-size: 14px;
	cursor: pointer;
	padding: 10px 0 10px 0;
	text-align: center;
	color: #00440d;
	display:block;
	text-decoration:none; 
	width:150px; 
	height:50px; 
	font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:149px; w\idth:150px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: url("/images/top_menu_active.jpg") repeat-x top left;
	
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	
}
.menu ul ul :hover > a.drop {
	/*background:#c9ba65;*/
	 
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	/* background:#e2dfa8; */

}
/* style the third level hover */
.menu ul ul ul a:hover {
	/* background:#e2dfa8; */

}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:50px;
	left:0; 
	width:250px;
}
/* another hack for IE5.5 */
* html .menu ul ul {top:50px;t\op:51px;}

/* position the third level flyout menu */
.menu ul ul ul{left:150px; top:-1px; width:150px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-150px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
		/* background:#e2dfa8; */
	background: url("/images/top_menu_active.jpg") repeat-x top left;
	height: auto;
	border: 1px solid #aaa;
	border-top: none;
	box-shadow: 0px 2px 5px #444;
	-moz-box-shadow: 0px 2px 5px #444;
	-webkit-box-shadow: 0px 2px 5px #444;
	
	height:auto; 
	width:228px;
	}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{background:#fff;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



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




#menu {
	background: #cdcdcf url(/images/top_menu_bg.jpg) repeat-x top left;
	height: 55px;
	font-family: Arial;
	font-weight: bold;
}

#menu > ul {
	width: 900px;
	height: 55px;
	margin: auto;
	vertical-align: middle;
}


#menu > ul, #menu2 > ul, #menu > ul ul  {
	list-style: none;
}

#menu > ul ul {
	display: none;
	padding: 10px 0px;
	//height: 161px;
	position: relative;
}

#menu > ul ul > li {
	height: 30px;
	font-weight: normal;
	line-height: 30px;
	text-transform: none;
	font-size: 13px;
}

#menu > ul ul > li > a {
	color: #00440d;
}

#menu > ul > li {
	float: left;
	text-align: center;
	width: 148px;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	display: table-cell;
	//vertical-align: middle;
	font-size: 14px;
	letter-spacing: -0.04em;
	cursor: pointer;
	color: #00440d;
	text-transform: uppercase;
	text-decoration: underline;
	border: 1px solid transparent;
	border-top: none;
}

#menu > ul > li > a {
	display: block;
	color: #00440d;
	width: 150px;
	height: 55px;
}

#menu > ul > li.hover{
	background: url("/images/top_menu_active.jpg") repeat-x top left;
	height: auto;
	border: 1px solid #aaa;
	border-top: none;
	box-shadow: 0px 2px 5px #444;
	-moz-box-shadow: 0px 2px 5px #444;
	-webkit-box-shadow: 0px 2px 5px #444;
}
*/

#splash {
	background: #0080ba url(/images/bg.jpg) no-repeat center center;
	height: 355px;
}

#logo {
	background: transparent url(/images/logo.png) no-repeat right;
	height: 91px;
	paddind: 10px;
	width: 879px;
	margin: -100px auto 0px;
}

#content {
	width: 879px;
	margin: auto;
}

h2.about {
	background: url("/images/ico-about.gif") no-repeat top left;
	padding-left: 80px;
	line-height: 76px; 
}

h2.news {
	background: url("/images/ico-news.gif") no-repeat top left;
	padding-left: 90px;
	line-height: 60px; 
}

#toprealty {
	margin-top: 20px;
}

#toprealty .tablebg {
	background: transparent url("/images/toprealty-bgt.png") repeat-x 0px 1px;
}

#menu2 {
	background: url("/images/bottom-menu-bg.png") repeat-x;
	height: 58px;
}


#menu2 ul {
	width: 900px;
	height: 58px;
	margin: auto;
	vertical-align: middle;
}


#menu2  ul  li {
	float: left;
	text-align: center;
	width: 148px;
	height: 58px;
	line-height: 42px;
	overflow: hidden;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
	/* border: 1px solid transparent;
	border-top: none;*/
}

#menu2   ul  li  a {
	color: #fff;
}


#footer {
	margin-top: -15px;
	background-color: #efefef;
  margin: 0 auto; /* центрирует для нормальных браузеров */
  text-align: center; /* для ИЕ */
}

#footer table {
	margin: auto;
	
} 

hr.hr {
	height: 5px; 
	background: url("/images/hr.gif") repeat-x;
	color: white;
	border: none;
}

.topitem {
	float: left;
	width: 193px;
	height: 128px;
	
}

.topitemtable {
	width: 193px;
	height: 128px;
	background: url("/images/topbg.png") no-repeat top left;
}

.toptitle {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	overflow: hidden;
}

.topprice {
	font-size: 9px;
	color: #fffe00;
}

h4.price {
	font-size: 15px;
		
}

#cont {	font-size: 13px;}
#cont img {padding:10px; border: 2px solid #ccc; margin:10px;}
#cont p {padding-bottom:10px; text-align:justify;}
#cont h1 {padding:10px; line-height:1.3;}


a:link {	color: #00440d; }
a:visited{	color: #00440d; }

#main_opt {width:850px; margin:auto; text-align:justify; font-size:11px; }
#main_opt h2{font-size:11px; font-family:verdana; line-height:2;}




