html, body, table, tr, tbody, ul, li, p, a, div, span, img, form, input, textarea, h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}
html, body {height:100%;color:#000;font-family:Arial;font-size:12px;}
body { min-width:1000px;}
* html body {width: expression(document.documentElement.clientWidth < 1000? "1000px" : "auto");} /*For IE6 1024x768 block*/
td{
	padding:4px;
	border-color:#000; 
}
.prodT span {color:#0074BC}
#conteiner {
	position:relative; 
	/*margin:0 auto;*/
	/*height:auto !important;  */
	_height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background:#fff url(/templates/trestmois1/images/bg.jpg) top center no-repeat;
}
a {color:#000;text-decoration:underline;}
a:hover {color:#000;}
img{border:none;}
a:focus{outline:none;}
.clear{
clear:both;
}
/*begin-header*/
#topline
{
	width:100%;
	height:39px;
	background:#d3d3d3;
}
#topline ul
{
	list-style:none;
	margin:0 0 0 18px;
	_margin:0 0 0 9px;
	height:39px;
	float:left;
}
#topline li
{
	float:left;
	height:39px;
}
#topline li a
{
	line-height:39px;
	height:39px;
	font-size:13px;
	color:#777;
	text-decoration:none;
	padding:0 20px;
	display:block;
	float:left;
}
#topline li a:hover
{
	color:#d3d3d3;
	background:#777;
}

#search
{
	height:22px;
	margin:7px 8px 0 0;
	_margin:7px 4px 0 0;
	width:230px;
	float:right;
	border:1px solid #c6c6c6;
	background:#fff;
}
#searchinput
{	
	border:none;
	background:none;
	float:left;
	width:200px;
	height:15px;
	margin:4px 0 0 4px;
	color:#b6b6b6;
	font-size:11px;
}
#searchbutton
{
	border:none;
	background:url(/templates/trestmois1/images/search_ico.gif) top left repeat-x;
	float:right;
	width:12px;
	height:12px;
	color:#fff;
	font-size:14px;
	margin:5px 2px 0 0;
	cursor:pointer;
}
#logodiv
{
	height:88px;
	padding:28px 0 0 0;
	position:relative;
}
#logodiv div
{
	color:#2a2a2a;
}
#logodiv img
{
	padding:0 0 16px 0;
}
#slide
{
	width:100%;
	height:191px;
	background:#929291;
	position:relative;
	overflow:hidden;
}
#move_left
{
	width:50px;
	height:22px;
	position:absolute;
	left:25px;
	bottom:15px;
	background:url(/templates/trestmois1/images/arrow_left.gif) 0 8px no-repeat;
	padding:0 0 0 30px;
	font-size:18px;
	color:#252525;
	cursor:pointer;
}
#move_right
{
	width:50px;
	height:22px;
	position:absolute;
	right:25px;
	bottom:15px;
	background:url(/templates/trestmois1/images/arrow_right.gif) right 8px no-repeat;
	padding:0 30px 0 0;
	font-size:18px;
	color:#252525;
	text-align:right;
	cursor:pointer;
}
#elements
{
	height:191px;
	position:absolute;
	top:0;
	left:1px;
	
}
.element
{
	height:187px;
	width:332px;
	border-top:2px solid #7c7c7a;
	border-bottom:2px solid #7c7c7a;
	border-left:1px solid #7c7c7a;
	border-right:1px solid #7c7c7a;
	float:left;
	overflow:hidden;
	position:relative;
}
.adress
{
	text-transform:uppercase;
	background:#434141;
	opacity:0.7;
	filter:alpha(opacity=70);
	color:#fff;
	/*height:23px;*/
	line-height:22px;
	font-size:10px;
	padding:0 10px;
	position:absolute;
	top:0;
	left:0;
}
.comment
{
	text-transform:uppercase;
	background:#403f3f;
	opacity:0.8;
	filter:alpha(opacity=80);
	color:#ff5400;
	height:23px;
	line-height:22px;
	font-size:10px;
	padding:0 10px;
	position:absolute;
	bottom:0;
	right:0;
}
/*end-header*/

/*begin-menu*/
#center_menu_div
{
	width:100%;
	height:34px;
	background:url(/templates/trestmois1/images/menu_grad.gif) 0 0 repeat-x;
	position:relative;
z-index:100;
}
#center_menu
{
	list-style:none;
	height:34px;
	position:absolute;
	left:50%;
	width:auto;
	margin:0 0 0 -500px;
	width:1000px;
}
#center_menu li
{
	float:left;
	position:relative;
}
#center_menu li a
{
	line-height:34px;
	height:34px;
	font-size:14px;
	color:#98d2e0;
	text-decoration:none;
	padding:0 20px;
	display:block;
	float:left;
}
#center_menu li a:hover
{
	color:#fff;
}
#center_menu li a.spec
{
	color:#ffcf3d;
	background:url(/templates/trestmois1/images/spec_ico.jpg) 0 0 no-repeat;
	padding:0 10px 0 30px;
} 
#center_menu li ul 
{
	position:absolute;
	top:34px; 
	left:0;
	/*background:#276897;*/
	background-color:#4D80A6;
	opacity:0.95;
	filter:alpha(opacity=95);
	width:320px;
	list-style:none;
	display:none;
	padding:6px 0;
}
#center_menu li ul li
{
	float:left;
	width:100%;
}
#center_menu li ul li a
{
	padding:8px 20px;
	color:#fff;
	font-size:13px;
	line-height:14px;
	height:auto;
	display:block;
	float:none;
}
#center_menu li ul li a:hover
{
	color:#86b9f1;
}


/*end-menu*/

/*begin-content*/
#main
{
	min-height:400px;
	_height:400px;
}
#left
{
	margin: 0 280px 0 0;
	padding:0 25px;
}

#right
{
	float:right;
	width:260px;
}
#left h1
{
	/*line-height:67px; */
margin-bottom:17px;
padding-top:17px;
	font-size:22px;
}
#content
{
	line-height:18px;
	position:relative;
}
#content a
{
	color:#0074bc;
}
#content p{
	padding:5px 0;
}
#content ul
{
	margin:0 0px 0px 20px;
}
#content img
{
	margin:5px 9px;
	/*border:1px solid #595858;*/
}
#content table{
	border-collapse:collapse;
	border-color:#000;
}
#content h2, #content h3, #content h4{
padding:7px 0;
}
#news_head
{
	font-size:18px;
	line-height:50px;
	color:#3b3b3b;
	padding:0 10px;
}
.news_element
{
	padding:5px 10px;
	margin:0 20px 2px 0;
}
.news_element span
{
	color:#8d9da7;
	font-size:11px;
}
.news_element a
{
	color:#515151;
	font-size:12px;
}
.news_element a:hover	
{
	text-decoration:none;
}
#news_list
{
	margin:4px 0 0 10px;
	padding:0 0 0 15px;
	background:url(/templates/trestmois1/images/all_news.gif) 0 3px no-repeat;
}
#news_list a
{
	color:#3698d5;
}
#adv
{
	margin:44px 20px 0 0;
	position:relative;
}
#adv_header
{
	width:125px;
	height:24px;
	line-height:24px;
	text-align:center;
	float:right;
	clear:both;
	color:#3b3b3b;
	background:#d3d3d3;
	position:absolute;
	top:-24px;
	right:0px;
}
#adv_img
{
	width:238px;
	height:205px;
	background:#fff;
	border:1px solid #999;
}
/*end-content*/

/*begin-footer*/
#footer
{
	background:#777;
	height:40px;
	width:100%;
	margin:25px 0 0 0;
	color:#fff;	
	font-size:11px;
	line-height:38px;
	position:relative;
}
#about
{
	float:left;
	padding:0 0 0 25px;
}
#opt
{
	float:right;
	padding:12px 25px 0 0;
	line-height:17px;
}
.maintext h4{font-size:12px}
.maintext h2{font-size:14px}
#footer a
{
	color:#ff7c3c;
}
/*#footer img
{
	position:absolute;
	top:13px;
	left:45%;
}*/
#footer .counter{
position:absolute;
top:12px;
left:340px;
width:100px;
}
.seo_text{
left:480px;
position:absolute;
width:325px;
line-height:normal;
padding-top:5px;
}
/*end-footer*/
.form_order input, .form_order select, .form_order textarea{
width:200px;
}


/*
div
{
	border:1px solid red;
}
*/
	#content .korpus img{
		margin:0px;
	}
	.korpus{
		background-color:#fff;
		/*_height:320px;*/
		margin-left:180px;
		padding:20px 10px;
		min-height:300px;
		_height:300px;
	}
	.right_clmn{
		text-align:center;
		/*padding-top:40px;*/
		min-height:240px;
		_height:240px;
		/*float:left;*/
		padding-left:28px;
	}
	.right_clmn img, .apartment img{
		display:none;
	}
	.apartment{
		padding:40px 0px 0px 28px;
		width:384px;
		text-align:center;
		float:left;
		_height:250px;
		min-height:250px;
	}
	.change_korp{
		float:left;
		width:180px;
	}
	.change_korp img{
		cursor:pointer;
	}
	.text_room{
		display:none;
		font-size:14px;
		color:#49A5CA;

		float:left;
		padding:30px 0px 0px 28px;;
	}
	.text_room p{
		padding:10px 0px;
	}
	#tbl_korp1 td{
		font-size:10px;
		color:#49a5ca;
		text-align:center;
		padding:0px;
	}
	.korp1{
		width:86px;
		display:block;
		float:left;
		padding-left:15px;
	}
.tbl_color{
	width:100%;
}
.tbl_color .tr_odd{
	background-color:#D3D3D3;
}
.tbl_color tr{
	background-color:#fff;
}
.loading{
	position:absolute;
	right:0;
	top:5px;
	display:none;
}
.korp_etaj_img{
	padding:50px 0px 0px 13px;
}
