/* оформление главной страницы */
html {
	width: 100%;
	height: 100%;
	position: relative;
   background: #aaa;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#body {
	margin: 0 auto;
	max-width: 1400px;
	min-height: 970px;
	min-width: 994px;
	overflow: hidden;
	position: relative;
	background: #9fd1f2 url('/design/images/skytile.png') top repeat-x;
}
.defaultWidth { width: 100%; }
/*
.defaultHeight { height: 100%; }
*/

   /* счетчик */
#counter-top { display: none; }

/* раскладка основных блоков */
	/* центрально-выравненный фиксированный по ширине блок */
#center {
	top: 0;
	width: 900px;
	height: 100%;
	margin: 0 auto;
	min-height: 970px;
	position: relative;
}
	/* конец центрально-выравненного блока */

   /* блок описания и логотипа */
#about {
	top: 8%;
	width: 700px;
	position: absolute;
}
#about p { margin: 0 0 10px 0; }
#about ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#about ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
}
#about ul li { background: url('/design/images/stroke.gif') left 7px no-repeat; }

#about .logo span { display: none; }
#about .logo {
	top: 0;
	left: 750px;
	width: 150px;
	height: 84px;
	position: absolute;
	background: url('/design/images/stezja_logo.png') no-repeat;
}
   /* конец блока описания и логотипа */

   /* главное меню */
#mainMenu {
	top: 15px;
	margin: 0;
	padding: 0;
	z-index: 15;
	width: 100%;
	height: 30px;
	position: absolute;
	text-align: center;
   background: #ffe7ab;
	list-style-type: none;
}
#mainMenu li {
	display: inline;
	padding: 0 20px 14px 20px;
}

#mainMenu li a,
#mainMenu li span { line-height: 29px; }

	/* активный пункт */
#mainMenu li.active span {
	color: #00469e;
	font-weight: 700;
	padding: 6px 18px 7px 18px;
	border: 2px solid #ff9600;
}
#mainMenu li.active {
	padding-left: 0;
	padding-right: 0;
}

#mainMenu li span {
	color: #00469e;
	font-weight: 700;
	padding: 8px 20px 9px 20px;
}
#mainMenu li {
	padding-left: 0;
	padding-right: 0;
}
		/* подменю */
#mainMenu li:hover ul { display: block; }

#mainMenu ul {
	top: 30px;
	left: 50%;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	list-style-type: none;
}

#mainMenu #subAbout {
	width: 105px;
	margin-left: -336px;
}
#mainMenu #subAbout li a { padding-left: 21px; }

#mainMenu #subFrame {
	width: 138px;
	margin-left: -226px;
}
#mainMenu #subFrame li a {
	padding-left: 20px;
	padding-right: 0;
}

#mainMenu #subGummed {
	width: 181px;   
	margin-left: -83px;
}
#mainMenu #subGummed li a { padding-left: 20px; }
#mainMenu #subGallery {
	width: 181px;
	margin-left: 103px;
}
#mainMenu #subGallery li a { padding-left: 20px; }
#mainMenu #subPrices { margin-left: 254px; }

#mainMenu ul li {
	display: block;
	text-align: left;
	background: #f1e4c2;
	padding: 4px 0 5px 0;
   border-top: 1px solid #3a6aa5;
}
#mainMenu ul li.active {
	margin-top: 1px;
	border: 2px solid #ff9600;
}

#mainMenu ul li a,
#mainMenu ul li span { line-height: 14px; }
#mainMenu ul li:hover { background: #ffe7ab; }
#mainMenu ul li.active:hover { background: #f1e4c2; }

#mainMenu ul li.active span {
	border: none;
	font-weight: 100;
   padding-left: 16px;
}
#mainMenu ul li.word_icon {
	padding: 3px 20px 6px 30px;
	background: #f1e4c2 url('/design/images/word_icon.gif') 5px 5px no-repeat;
}

#mainMenu ul li.word_icon:hover { background: #ffe7ab url('/design/images/word_icon.gif') 5px 5px no-repeat; }

#mainMenu ul li.word_icon a {
	padding: 0;
	line-height: 14px;
}

#mainMenu ul li.calc_icon {
	padding: 3px 20px 6px 30px;
	background: #f1e4c2 url('/design/images/calc_icon.gif') 5px 5px no-repeat;
}

#mainMenu ul li.calc_icon:hover { background: #ffe7ab url('/design/images/calc_icon.gif') 5px 5px no-repeat; }

#mainMenu ul li.calc_icon a {
	padding: 0;
	line-height: 14px;
}
		
		/* временная фикса */
#mainMenu i { padding-left: 18px; }
	   /**/

 		/* углы менюшки */
.menu_corner {
	top: 12px;
	width: 30px;
	z-index: 20;
	height: 35px;
	position: absolute;
}
.menu_corner.menu_left {
	left: 0;
	background: #457ab9 url('/design/images/line_left.png') no-repeat;
}
.menu_corner.menu_right {
	right: 0;
	background: #457ab9 url('/design/images/line_right.png') no-repeat;
}
   /* конец главного меню */

	/* "слайды" с превьюшками домов */
#previw {
	z-index: 50;
	width: 100%;
	bottom: 8%;
	min-width: 994px;
	position: absolute;
}
#previw.ext {
	bottom: 8%;
}
#previw #fadeBackground {
	top: 0;
	width: 100%;
   opacity: 0.8;
	height: 280px;
	position: absolute;
   background: #f1e4c2;
}

#previw ul {
	z-index: 3;
	width: 900px;
	height: 155px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	position: relative;
	list-style-type: none;
}
#previw ul li {
	float: left;
	margin: 0 25px 0 0;
}
#previw ul li img {
	border: 0;
	margin: 0;
	border: 3px solid #ffe7ab;
}
#previw ul li .h3 { margin: 0 0 3px 0; }
#previw ul li span { display: block; }

	/* адреса */
#previw .vcard {
	padding-top: 85px;
}
#previw .vcard .copyright {
	color: #000;
	margin-top: 147px;
	margin-left: 165px;
	position: absolute;
}
/* #previw .vcard .copyright span { text-align: right; } */
#previw .vcard .copyright a {
	color: #000;
	font-size: 11px;
}

		/* колонки текста */
#previw #subtext {
	z-index: 5;
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#previw #subtext div {
	width: 358px;	
	float: left;
	color: #653f3f;
	margin: 0 30px 0 0;
}
#previw #subtext div p {
	color: #000;
	margin-top: 3px;
	text-align: justify;
}
#previw #subtext h2 {
	margin-top: 5px;
	margin-bottom: 0;
}
		/* конец колонок текста */

.liveinternet {
	bottom: 0;
	left: 50%;
	z-index: 10;	
	width: 88px;
	height: 5px;
   margin-left: 350px;
	position: absolute;
}
.liveinternet img {
	border: 0;
	display: none;
}

		/* объявления */
#announc {
	top: -92px;
   left: 50%;
	width: 187px;
	height: 460px;
	margin-left: 307px;
	position: absolute;
	background: url('/design/images/plate.png') top no-repeat;
}

#announc .h3 {
	margin: 0;
	left: 40px;
	top: 93px;
	position: absolute;
   text-transform: uppercase;
}

#announc p {
	margin: 0;
	top: 115px;
	left: 20px;
	width: 100px;
	position: absolute;
}
		/* конец объявлении */
	/* конец "слайдов" с превьюшками */

   /* центральный блок с домом */
#middle {
	top: 25%;
	z-index: 5;
	width: 100%;
	height: 300px;
	position: absolute;
}

#middle #container {
	z-index: 5;
	width: 900px;
	height: 300px;
	margin: 0 auto;	
	position: relative;
}

#middle p { margin: 0; }

#middle h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

#tips {
	margin: 0;
	width: 265px;
	padding-top: 53px;
   /*
	padding-top: 43px;
   */
	position: relative;
}

#construction {
	top: 0;
	left: 300px;
	width: 550px;
	height: 300px;
	position: absolute;
}

		/* оформление календаря */
#middle #calendar {
	z-index: 5;
	padding: 0;
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	position: absolute;
	list-style-type: none;
}

#middle #calendar li {
	float: left;
	margin: 5px;
}

#middle #calendar li a {
	width: 30px;
	height: 29px;	
	color: #00408f;
	display: block;	
	background: #fff;
	font: 11px "Tahoma";
	text-align: center;
	text-decoration: none;
}
#middle #calendar li.active { margin-top: 0; }

#middle #calendar li.active a {
	width: 30px;
	height: 29px;	
	background: #ffa800;
	border: 4px solid #fff;
}
#middle #calendar #calendar16 a,
#middle #calendar #calendar1 a {
	width: 33px;
	height: 22px;
	padding-top: 7px;
	padding-left: 2px;
}
#middle #calendar li.active.title a {
	width: 35px;
	height: 24px;
}
#middle #calendar li a span { font-size: 12px; }
		/* конец оформления календаря */
	/* конец центрального блока с домом */

   /* оформление: трава */
   	/* блок "обрезки" по ширине окна браузера */
#widthCrop {
   top: 120px;
	width: 100%;
	height: 235px;
	overflow: hidden;
	position: absolute;
}

#grassMiddleDecor {
   left: 50%;
	z-index: 1;
   width: 1400px;	
	height: 235px;
	overflow: hidden;
	position: absolute;
	margin-left: -700px;
   background: url('/design/images/grass1.jpg') center bottom no-repeat;
}
#grassMiddleDecor #leftVillage {
	top: 44px;
	left: 50%;
	width: 370px;
	height: 41px;
	position: absolute;
	margin-left: -700px;
   background: url('/design/images/tree_left.jpg') no-repeat;
}
#grassMiddleDecor #rightVillage {
	top: 5px;
	left: 50%;
	margin-left: 289px;
	width: 411px;
	height: 80px;
	position: absolute;
   background: url('/design/images/tree_right.jpg') no-repeat;
}
#secretbutton {
	top: 50px;
	left: 50%;
	width: 10px;
	height: 10px;
	z-index: 50;
	cursor: pointer;
	position: absolute;
	margin-left: -495px;
}

#grassMiddleFillDecor {
	top: 25%;
	margin-top: 350px;
	z-index: 1;
	width: 100%;
	height: 675px;
	position: absolute;
   background: url('/design/images/grass2.jpg') center top;
}
  	/* конец оформления: трава */

	/* трава внизу экрана */
#grassBottomDecor {
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 24%;
	position: absolute;
   background: url('/design/images/grass3.jpg') center top;
}
	/* конец травы внизу экрана */

   /* зима */
#winter {
	top: 468px;
	left: 50%;
	z-index: 10;
	width: 255px;
	height: 144px;
	margin-left: -360px;
	position: absolute;
   background: url('/design/images/winter.gif') center top;
}
#winter span { display: none; }
   /* конец зимы */

   /* партнёр */
#binbank {
	left: 50%;
	top: 210px;
	color: #fff;
	width: 150px;
	z-index: 15;
	margin-left: 300px;
	position: absolute;
}

#binbank img {	
	margin-bottom: 5px;
	display: block;
}
   /* конец партнёра */

	/* дорожка */	
#lanes {
	left: 50%;
	z-index: 4;
	width: 496px;
	height: 215px;	
	bottom: -131px;
	display: none;
	position: absolute;
	margin-left: 207px;
	background: url('/files/images/construct/_17.png') no-repeat;
}
	/* конец дорожки */	

 	/* логотип */ 
#alronix {
	top: 26%;
	left: 50%;
	width: 195px;
	height: 55px;
	z-index: 15;
	margin-top: 300px;
	position: absolute;
	margin-left: -440px;
}
#alronix img { float: left; }

#alronix a span { display: none; }
#alronix a:hover span {
	display: block;
	padding-top: 7px;
	margin-left: 55px;
	font: 11px "Tahoma";
	text-decoration: underline;
}
 	/* конец логотипа */ 

	/* оформление блока с "конструкцией" */
#construction .hide { display: none; }
#construction div {
	top: 0;
	left: 0;
	width: 550px;
	height: 300px;
	position: absolute;
}
	/* конец оформление блока с "конструкцией" */

	/* нижний блок со статьёй и динамическими новостями */
#footer {
	width: 100%;
	position: relative;
	padding-top: 25px;
	padding-bottom: 50px;
   background: #d9c391 url('/design/images/table.jpg') center top;
}
#footer #footer_content {
	width: 900px;
	color: #000;
	margin: 0 auto;
	background: #f3f0d8;
	border: 1px solid #bda678;
}
#footer #footer_content #page { padding: 15px 20px 30px 20px; }
                 
#footer #footer_content h2,
#footer #footer_content .h2 {
	font: 20px "Tahoma";
	margin-bottom: 16px;
	font-weight: 100;
}

#footer #footer_content .body_news {
	margin: 0 0 40px;
	position:relative;
}
#footer #footer_content .body_news h3 {
	margin-top: 0;
	font: 14px "Tahoma";
	font-weight: 700;
	margin: 0 0 15px 90px;
}

#footer #footer_content .body_news p {
	line-height: 130%;
	margin: 0 0 10px 0;
}
#footer #footer_content .body_news p.date {
	top: 1px;
	width: 70px;	
	color: #fff;
	height: 15px;
	padding-left: 5px;
	position: absolute;
	font: 11px "Tahoma";
	font-weight: 700;
	background: #d40000;
}
#footer #footer_content .body_news p span.more { display: block; }
	/* конец нижнего блока со статьёй и динамическими новостями */
/* конец раскладки основных блоков */