/*
-----------------------------
GENERIC
-----------------------------
*/

.clearfix:after {content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}


/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #A7A17E; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #A7A17E; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #A7A17E; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; height:13px}

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

body { font-size: 1.2em; line-height: 1.6em}
h1 { font-size: 1em; font-weight:bold; text-transform:uppercase}
h2 { font-size: 1em; font-weight:bold; text-transform:none}
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

/* HR */

hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */

/*ul li { text-indent: -.85em; margin-left: .85em; }*/
/*ul li:before { content: "\2022\00a0\00a0"; }
ul{list-style:circle}*/
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

/* TABLES */

table {/* border-top: 1px solid #ccc;  border-left: 1px solid #ccc; */}
th, td {border-bottom: 1px solid #DFDDD2;/* border-right: 1px solid #ccc; */ border-right:3px solid #F9F5EA}
th{border-bottom:1px solid #A7A17E}

/* MARGINS & PADDINGS */

blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 1em 0 .5em;  }
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
th, td { padding: .8em; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }

img[align="left"]{margin:0 15px 10px 0}
img[align="right"]{margin:0 0 10px 15px}
img.left{margin:0 15px 10px 0; float:left}
img.right{margin:0 0 10px 15px; float:right}

form table{border:none}
form table td, form table th{border:none}
form table th{font-weight:normal; text-align:right}

/* COLORS */

a:link { text-decoration: underline; color: #C99C3C; }
a:visited { text-decoration: underline; color: #C99C3C; }
a:hover { text-decoration:none; color: #C99C3C; }
a:active, a:focus { text-decoration: underline; color: #000; }
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */


/* code */
#main
{
	background:url(../images/bgMain.jpg) center center repeat-y;
}
#bgTop
{
	background:url(../images/bgTop.jpg) top center no-repeat;
}
#bgBot
{
	background:url(../images/bgBot.jpg) bottom center no-repeat;
	min-height:1279px;
}
#contBlock
{
	width:50%;
	float:right;
	background: url(../images/ieroglifi.jpg) top right no-repeat;
	min-height:1000px;
}
.contBlockFix
{
	margin-left:-340px;
	position:relative;
	min-height:1279px;
}
#scin
{
	background:url(../images/scin.jpg) top left repeat-x;
	height:145px;
}
.flowers
{
	position:absolute;
	height:71px;
	margin-top:-31px;
	right:50%;
	margin-right:310px;
	width:100%;
	overflow:hidden;
	text-align:right;
}
.mainWidth
{
	/*width:700px;*/
	margin-left:110px;
	position:relative;
}
.floatLeft
{
	float:left;
}
.floatRight
{
	float:right;
}
/* lang */
#lang
{	
	width:15em;
	position:absolute;
	top:0;
	/*right:162px;*/
	left:546px;
	/*margin-left:-15em*/
}
.langBlock
{
	background:url(../images/langBg.png) bottom left repeat-x;
	height:34px;
	text-align:center;
}
.langItems
{
	margin:0 16px;
	padding-top:5px;
	font-size:0.9em;
	font-weight:bold;
}
.langItems a { margin:0 5px; }
.langItems a:link { text-decoration: none; color: #ffeece;  }
.langItems a:visited { text-decoration: none; color: #ffeece; }
.langItems a:hover { text-decoration: underline; color: #a0a0a0; }
.langItems a:active, .langItems a:focus { text-decoration: none; color: #000; }
.langItems a:link.active { text-decoration: none; color: #a0a0a0;  }
.langItems a:visited.active { text-decoration: none; color: #a0a0a0; }
.langItems a:hover.active { text-decoration: underline; color: #a0a0a0; }
.langItems a:active.active, .langItems a:focus.active { text-decoration: none; color: #000; }
.icons
{
	text-align:center;
	padding-top:11px;
}
.icons a
{
	margin:0 15px
}
.logotype
{
	padding:89px 0 50px 0;
}

/* main Menu */
ul#meinMenu
{
	margin:0;
	padding:0;
}
ul#meinMenu li
{
	margin:0;
	float:left;
	padding:0;
}
ul#meinMenu li a{position:static}
ul#meinMenu img
{
	margin-right:15px;
}
ul#meinMenu  li { text-indent:0; margin-left:0; }
ul#meinMenu  li:before { content: ""; }

#submenu{margin:10px 0 0 -129px; background:url(../images/bg_cc.jpg); position:relative}
#submenu:not([id*=""]){ margin-left:-130px}
	#submenu div{padding:30px 0 0; background:url(../images/bg_line.gif) left 8px repeat-x}
	#submenu div div{padding:0 0 30px; padding-left:130px;  background:url(../images/bg_line2.gif) left bottom repeat-x}
	#submenu ul{margin:0; list-style:none; width:700px}
	#submenu ul li:before{content: ""}
	#submenu ul li{float:left; width:30%; padding-right:10px}
	#submenu ul li a{position:static; color:#E3DDC7; font-size:0.9em;}
	#submenu ul li a:hover{color:#BCBCBC}
	.top_sheet, .bot_sheet, .shadow{position:absolute}
	.top_sheet{margin-top:-61px}
	.bot_sheet{bottom:0; margin-bottom:-60px}
	.shadow{bottom:0; margin:0 0 -39px 18px}

/*If all points in line*/
	#submenu .line{padding:0; background:none; position:static;}
	#submenu .line div{padding:18px 0 0; background:url(../images/bg_line.gif) left 8px repeat-x}
	#submenu .line div div{padding:0 0 18px; padding-left:130px;  background:url(../images/bg_line2.gif) left bottom repeat-x}
	#submenu .line ul{margin:0; list-style:none; width:710px}
	#submenu .line ul li{float:left; width:18%; padding-right:10px}
	#submenu .line ul li.sep{float:left; width:3%; color:#E3DDC7; text-align:left; padding-right:10px}

	#submenu .line.five{padding:0; background:none; position:static;}
	#submenu .line.five div{padding:30px 0 0; background:url(../images/bg_line.gif) left 8px repeat-x}
	#submenu .line.five div div{padding:0 0 30px; padding-left:130px;  background:url(../images/bg_line2.gif) left bottom repeat-x}
	#submenu .line.five ul{margin:0; list-style:none; width:700px}
	#submenu .line.five ul li{float:left; width:14%; padding-right:10px}

.content{position:relative; line-height:1.5em; width:700px; padding:40px 0 200px 0}
	.content a{position:static}
	.content h1{margin-top:0;}
	.content{font-size:0.9em; min-height:705px;}
	.content ul li{background:url(../images/bg_li.gif) left 6px no-repeat; padding-left:15px}
	.content ul li li{background:url(../images/bg_li2.gif) left 6px no-repeat;}
	.content ul li li li{background:url(../images/bg_li3.gif) left 6px no-repeat;}
	
input.wide, textarea.wide{width:260px}
textarea.wide{height:85px; overflow:auto}
select.narrow{width:100px}
input.narrow{width:90px}
:first-of-type input.narrow{width:93px}/* fix safari*/
tr.captcha td img{ vertical-align:middle; margin-right:15px}
tr.captcha th{vertical-align:middle}
.star{ color:#C99C3C; font-size:18px; font-weight:bold}

#search_block{ position:absolute; left:50%; margin:30px 0 0 -282px}
	#search_block div{background:url(../images/search_bg.gif) center center no-repeat; padding:0 30px}
	#search_block form div{margin:0; padding:0}
	#search_block div input{vertical-align:middle}
	#search_block input[type='image']{padding:0}
	#search_block input[type='text']{ width:150px; margin-right:10px; font-family:Arial, Helvetica, sans-serif; height:17px;}
	#search_block p{ font-weight:bold; color:#fff; text-transform:uppercase; margin-bottom:0; padding-left:22px}

#copy{background:url(../images/foot_copy.png) top left no-repeat; width:385px; height:192px; position:absolute; margin-bottom:-89px; text-align:center; left:438px; bottom:0}
	#copy .look{ margin:75px 0 25px}
	#copy .media{ color:#fff; width:210px; text-align:left; margin:0 auto}
	#copy .media a{color:#fff; vertical-align:middle; position:static}
	#copy .media a img{vertical-align:middle}
	#copy .ofis{position:absolute; margin:80px 0 0 -100px; left:0}

.cont_menu{margin:45px 0 20px}	
	.cont_menu ul{list-style:none}
	.cont_menu ul li{background:none; padding:0; float:left; text-align:center; margin-right:20px}
	.cont_menu ul li a.item{padding-left:10px; background:url(../images/c_bg.gif) left 9px no-repeat}

a.circle{padding-left:10px; background:url(../images/c_bg.gif) left 9px no-repeat}
.flash_vid{text-align:center}

.gallery{text-align:center}
	.gallery .item{ float:left; margin:0 32px 15px 0}
	.gallery .item img{border:1px solid #CDCDCA; width:281px; height:201px}
	
	#apartments{margin:0;}
	#apartments li{margin:0; float:left; list-style:none; padding-left:0; background:none; width:25%; height:23em;}
	#apartments li:before{content: ""}
	
	#apart_more{margin:20px 0 0 0;}
	#apart_more li{margin:0; float:left; list-style:none; padding-left:0; background:none; margin-right:30px;}
	#apart_more li:before{content: ""}
	.ap_bigIm{text-align:center; clear:both; padding-top:20px; width:630px;}
	
	#page_numb{font-family:Tahoma, Arial, Helvetica, sans-serif; color:#C99C3C; text-align:center}
	#page_numb .padless{margin:0; text-decoration:none;}
	#page_numb a{margin:0 4px 0 1px;}
	#page_numb .active{color:#BCBCBC; text-decoration:none;}
	
	.press{width:79%; padding-left:90px; padding-top:25px; clear:both;}
	.press span.date{float:right; font-style:oblique;}
	.press span.date span{margin-right:20px;}
	.press .left{float:left; margin-left:-90px;}
	
	/*09.10.2008*/
	
	/*If all points in kvart*/
	#submenu .kvart{padding:0; background:none; position:static;}
	#submenu .kvart div{padding:18px 0 0; background:url(../images/bg_line.gif) left 8px repeat-x}
	#submenu .kvart div div{padding:0 0 18px; padding-left:130px;  background:url(../images/bg_line2.gif) left bottom repeat-x}
	#submenu .kvart ul{margin:0; list-style:none; width:710px}
	#submenu .kvart ul li{float:left; width:auto; padding-right:0px}
	#submenu .kvart ul li.sep{float:left; width:auto; color:#E3DDC7; text-align:left; padding:0 18px}

	.comnats{margin:50px 0 30px -20px; *margin-top:90px;}
	.content .comnats li{display:inline; list-style:none; background:none; padding-left:0;}
	.comnats a:link, .comnats a:visited {text-align:center; background:url(../images/zamok.png) center no-repeat; _background:url(../images/zamok.gif) center no-repeat; padding:78px 20px 0 20px;}
	.comnats a:active{color:#BCBCBC; text-align:center; background:url(../images/zamok.png) center no-repeat; padding:78px 20px 0 20px;}
	.comnats a:hover{background:url(../images/zamok_active.png) center no-repeat; _background:url(../images/zamok_active.gif) center no-repeat;}
	.comnats a.active{background:url(../images/zamok_active.png) center no-repeat !important; _background:url(../images/zamok_active.gif) center no-repeat !important; color:#BCBCBC; text-decoration:none;}	
	
	/* counter */	
.counters
{
	height:1px;
	overflow:hidden;
	position:absolute;
	width:1px;
	left:-1000px;
	top:-1000px;
	z-index:-10;
}

/* NEW YEAR */
.ny{
	position:absolute;
	top:250px;
	left:6%;
	margin-left:-100px;
	z-index:10;
}
.ap{
	position:absolute;
	top:0px;
	left:6%;
	margin-left:-100px;
	z-index:10;
}