@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #868a8b;
	background-color: #1d1d1d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
#top_image {
	margin: 0px;
	padding: 0px;
	float: right;
	/*	height: 265px;
	width: 538px;*/
/*	position: relative;*/
	top: 25px;
	right: 0px;
	clip: rect(auto,auto,auto,auto);
	position: absolute;
}

#container {
	padding: 0px;
	width: 1000px;
	position: relative;
	text-align:left;
	margin: 0 ;

}
#apts_links {
	position: absolute;
	top: 350px;
	left: 1010px;

}

#top_list {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 80px;
	right: 575px;
}
.top_list_elements {
	font-size: 11pt;
	color: #FFF;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: normal;
	top: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

.selected {
	font-weight: bold;
	font-size:140%;
	color:#faf3e6;
}

#top_list_header {
	position: absolute;
	top: 45px;
	right: 575px;

}
#left_table {
	margin: 0px;
	padding: 0px;
	top: 310px;
	right: 575px;
	position: absolute;
}

#content_header {
	background-image: url(../img/middle_nashi_kvartiry.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 156px;
	position: absolute;
	top: 913px;
	right: 382px;
}

#content {
	margin: 0px;
	padding: 0px;
	width: 538px;
	position: absolute;
	right: 10px;
	top: 930px;
}

#intro {
	margin: 0px;
	padding: 0px;
	width: 538px;
	position: absolute;
	right: 10px;
	top: 333px;
}


#content_pages {
	margin: 0px;
	padding: 0px;
	width: 538px;
	position: absolute;
	right: 10px;
	top: 333px;
}
td.apt_list {
	font-size: 7pt;
	color: #666;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
td.apt_list_header {
	font-size: 7pt;
	font-weight:bold;
	color: #ccc;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

#bottom {
}


hr {
	color: #333;
	background-color: #333;
}



.left_table_top {
	background-image: url(../img/left_table_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 57px;
	width: 339px;
}
.left_table_bottom {
	background-image: url(../img/left_table_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 56px;
	width: 339px;
}
#counter {
	position: absolute;
	left: 30px;
}

.left_table_middle {
	background-image: url(../img/left_table_middle.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 339px;
	vertical-align: top;
}
#left_v_kazhdoi_kvartire {
	background-image: url(../img/left_v_kazhdoi_kvartire.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 185px;
	position: absolute;
	top: 36px;
	left: 30px;
}
.left_list_table {
	left: 25px;
	top: 10px;
}
.left_contacts {
	position: absolute;
	left: 30px;
}
.left_maps {
	position: absolute;
	left: 30px;
}

h1 {
	color: #fff;
	font-size: 12pt;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1.header {
	color: #fff;
	font-size: 12pt;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 12pt;
}


.left_highlighted {
	color: #CCC;
}

a {
	color: #CCC;
	text-decoration: none;
}


a:hover {
	color: #FFF;
	text-decoration: underline;
}

a.partners {
	color:  #666;
	text-decoration: none;
}

a.partners:hover {
	color:  #868a8b;
	text-decoration: underline;
}


a.content_link {
	/*font-size: larger;*/
	font-weight: bold;	
}

a.content_link:hover {
	
}



a.apt_list {
	color: #666;
}
a.apt_list:hover {
	color: #CCC;
	text-decoration:underline;
}



p.pic {
	text-align: center;
}
#weblink {
	position: absolute;
	top: 7px;
	right: 20px;
}
#weblink .weblink_link {
	color: #868a8b;
}
#weblink .weblink_link:hover {
	color: #ccc;
}

/****************************/
/*        photos            */

div.photos ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

div.photos li {
	display: inline;
	margin:0 5px 5px 0;
	padding:0;
	float:left;
}

div.photos img.normal {
	border:1px #3f3f3f solid;
}

div.photos img.over {
	border:1px #ccc solid;
}
