/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: arial;
	font-style: normal;
}

#Main {
	height: 100%;
	width: 100%;
	font-size: 1em;
	margin: 0 auto 0 auto;
}

/* Ссылки */

#link_main {
	position: absolute;
	display: inline;
	height: 20px;
	bottom: 10;
	left: 0;
	right: 0;
	width: 100%;
	font-size: 1em;
}
#link {
	text-align: center;
}
#link_main a  {
	display: inline;
	text-align: center;
	border: 1px solid #FFF;
	background-image: url(../images/alpha_fon.png);
	font-size: 0.6em;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	white-space: nowrap;
	float: left;
	clear: right;
	cursor:pointer;
	padding: 3;
}
#lang {
	position: absolute;
	display: inline;
	left: 50;
}

/* Меню, ссылки внизу */

#nav {
	font-size: .9em;
	width: 641px;
	margin: 0 auto 0 auto;
}
ul#nav, ul#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul#nav {
	clear: none;
	float: none;
	position: relative;
	display: inline-table;
	height: 20px;
	white-space: nowrap;
}
ul#nav li {
	clear: right;
	display: inline;
	position: relative;
	float: left;
	height: 20px;
	padding: 0 20 0 20;
}
#nav li ul {
	position: absolute;
	left: 0;
	bottom:20px;
	margin-left:-999em;
}
#nav li ul ul { 
	bottom: 0;
	}
ul#nav li a {
	padding-bottom: 3px;
	padding-top: 3px;
	width: 13em;
	text-align: center;
	display: inline-table;
	border: 1px solid #FFF;
	background-image: url(../images/alpha_fon.png);
	font-size: 0.6em;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	clear: right;
	cursor:pointer;
}
ul#nav li li{
	clear: left;
}
#Main #title {
	color:red;
	font-size: 1.6em;
}
#Main #title h2 {
	color: white;
	font-size: 1.3em;
	margin: 0;
}
#Main #content {
	font-size: 1em;
	width: 100%;
	height: 100%;
	text-align: center;
}
#Main #content #text {
	position: absolute;
	top: 80px;
	left: 200;
	right: 0;
	text-align: justify;
	font-size: 0.8em;
	color: white;
	padding: 20 20 0 0;
}
#Main #content #text a {
	color: white;
}
#Main #content #text img {
	padding: 10;
	margin: 0;
	border: 0;
	float: left;
}
#Main #content #text h2 {
	font-size: 1.5em;
}
#Main #content #text h3 {
	font-size: 1.3em;
}
#Main #content #text h4 {
	font-size: 1.1em;
	border-bottom: 1px dashed #FFF;
}
#Main #content #text strong {
	font-size: 1.1em;
}
#Main tr #content #title  {
	position: absolute;
	top: -100;
	left: 200;
	right: 20;
	border-bottom: 1px dotted #FFF;
	text-align: left;
	padding: 100 50 0 50;
}
#Main tr #content #title h1  {
	font-size: 1.2em;
	margin-bottom: 5px;
	width: 100%;
}

/* План этажей */

#floor {
	position: absolute;
	display: inline;
	left: 0;
	right: 0;
	bottom: 85px;
	height: 431px;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	margin: 0;
}
#floor_select {
	height: 431px;
	width: 940px;
	padding: 0;
	margin: 0;
	margin: 0 auto 0 auto;
	display: inline-table;
}
#floor_select a {
	padding: 0;
	margin: 0;
}

/* Логотип */
#logotype {
	position: absolute;
	left: 50px;
	z-index: 3;
}
a:hover {
	color: #000;
}
#Main #link td a:hover {
	color: #F00;
}
#Main #title_header {
	font-size: 24px;
	color: #FFF;
	opacity: .5;
	filter: alpha(opacity=50);
	text-align: center;
	top: 40;
	width: 100%;
}
#Main #title_header #title {
	padding: 20 0 0 0 ;
}

/* this sets all hovered lists to red and current item */
#nav li.current a
#nav li:hover a,#nav li.over a,
#nav li:hover li:hover a,#nav li.over li.over a,
#nav li:hover li:hover li:hover a,#nav li.over li.over li.over a,
#nav li:hover li a:hover,#nav li.over li a:hover,
#nav li:hover li:hover li:hover a:hover,#nav li.over li li a:hover,
#nav li:hover li:hover li:hover li:hover a:hover,#nav li.over li.over li.over li.over a:hover 
{
	color: red;
	background-position:0 -30px
}
 
/* set dropdown to default */
#nav li:hover li a,#nav li.over li a,
#nav li:hover li:hover li a,#nav li.over li.over li a,
#nav li:hover li:hover li:hover li a,#nav li.over li.over li.over li a
{ 
    color: #FFF;
	background-position:0 0;
}
ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li.over ul ul, ul#nav li.over ul ul ul {
margin-left:-999em; 
}
 
ul#nav li:hover ul,ul#nav li li:hover ul,ul#nav li li li:hover ul, ul#nav li.over ul, ul#nav li li.over ul,ul#nav li li li.over ul {
margin-left:0;
}


/* Галерея */


#gal_pic {
	margin: 30 20 30 20;
	border-color: #e6e6e6;
	border-width: 1px;
	border-style: solid;
	display: inline-table;
	float: right;
	clear: left;
}
#gal_pic_pages {
	position: absolute;
	top: 140;
	left: 20%;
	color: grey;
	font-size: 14;
}
#gal_pic_pages a {
	color: white;
	font-size: 14;
}
#galery_all {
	position: absolute;
	top: 10%;
	left: 17%;
}
/* Заголовок */

#green_title {
	text-align: center;
	color: #FFF;
	background-image: url(../images/alpha_fon.png);
	padding: 10;
	font-size: .6em;
	font-style: normal;
	border: 1px solid #666;
	border-top: none;
	width: 200px;
	height: 40px;
	display: inline;
}

/* Информация о квартирах */

.boxoverbdy {
	width: 200px;
	height: 120px;
	bottom: 200;
	left: 0;
	right: 0;
   	opacity: .7;
	filter: alpha(opacity=70);
	background-color: #FFF;
	z-index: 9;
	margin: 0 0 0 0;
}
.boxoverbdy p {
	font-size: 0.7em;
	padding: 2;
	margin: 2;
	border-bottom: 1px dotted black;
}
.boxoverbdy b {
	display: inline;
	font-size: 1.2em;
}
.boxoverbdy h5 {
	font-size: 0.6em;
	padding: 2;
	margin: 2;
	color: red;
}

/* Фотографии на главной */

#home_thumbs a {
	border: 1px solid #e6e6e6;
	clear: right;
	float: left;
	margin-right: 20;
	opacity: .3;
	filter:alpha(opacity=30)
}
#home_thumbs a:hover {
	border: 1px solid #e6e6e6;
	clear: right;
	float: left;
	margin-right: 20;
	opacity: 1;
	filter:alpha(opacity=100)
}
.home_thumbs_height {
	position: absolute;
	height: 80px;
	bottom: 60px;
	right: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
}
.home_thumbs_box {
	white-space: nowrap;
	border: 1px solid red;
}
#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font: normal 12px;
line-height:18px;
z-index:100;
}

/* Информация о квартире */

#info_flat {
	position: absolute;
	right: 0;
	bottom: 60px;
	font-size: 0.7em;
	color: #FFF;
	width: 400px;
	margin-right: 20;
	display: inline;
}
#info_flat #info {
	color: #FFF;
	text-align: left;
	color: #FFF;
	display: inline-table;
	border: 1px dashed #FFF;
	width: 400px;
	padding: 5;
	margin-right: 20px;
	text-align: justify;
	font-size: .9em;
}
#info_flat a {
	color: red;
}
#info_flat strong a {
	color: red;
	font-size: 16px;
}
#info_flat p {
	border-bottom: 1px dashed #666;
	height: 20px;
	margin: 8 0 0 0;
}
#info_flat #left_t {
	float: left;
	text-align: left;
	width: 70%;
}
#info_flat #right_t {
	float: right;
	text-align: right;
	width: 30%;
}
#info_flat img {
	margin: 20 4 4 4px;
	border: 1px solid #FFF;
	display: inline-table;
	width: 113;
	height: 76;
}

/* Роза ветров */
#rose {
	background-image: url(../images/rose.png);
	position: absolute;
	display: inline;
	top: 10;
	left: 180;
	width: 108px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: top right;
}
/* Таблица внутреняя отделка */
#tablica {
	font-size: .9em;
}

#title_t {
	position: absolute;
	left: 200;
	top: 36px;
	width: 330px;
	display: inline;
	white-space: nowrap;
	font-size: 1em;
	border-left: 1px dotted #888;
}
#title_t p {
	border-top: 1px dotted #888;
	margin: 1px;
	padding: 0 0 0 10;
	white-space: nowrap;
}
#right_2 {
	position: absolute;
	left: 100px;
	width: 100px;
	text-align: center;
	margin: 0;
	font-size: 1em;
	display: block;
}
#right_2 p {
	border-left: 1px dotted #888;
	border-top: 1px dotted #888;
	margin: 1px;
	font-weight: bold;
}
#right_1 {
	position: absolute;
	left: 0px;
	width: 100px;
	text-align: center;
	margin: 0;
	font-size: 1em;
	display: inline;
}
#right_1 p {
	margin: 1px;
	border-top: 1px dotted #888;
	font-weight: bold;
}
#info_tablica {
	position: absolute;
	left: 550px;
	display: inline;
	width: 250px;
	font-size: 1em;
	border: 1px dashed red;
	padding: 5px;
}
h4 {
	margin: 5 0 5 0;
	padding: 0;
	color: #FFF;
	font-size: 1em;
}