/* раскладка */

/* базовые элементы */
html {
	width: 100%;
	height: 100%;
	background: #fff;
}
body {
	padding: 0;
	margin: 0;
	min-width: 770px;
	max-width: 1280px;
	position: relative;
	background: url('/design/images/sky.jpg') repeat-x;
}
body.desklamp { background: url('/design/images/desklamp.jpg') left 380px no-repeat; }

form { margin: 0px; }

/* блоки */
	/* блок иллюстрации из облаков, города, лампы */
#sky {
	height: 204px;
	margin: 0 0 0 230px;
	background: url('/design/images/clouds.jpg') top center repeat-x;
}
#sky.tiny {
	height: 180px;
	background: url('/design/images/clouds.jpg') repeat-x 0px 0px;
}
#light {
	height: 180px;
	position: relative;
	background: url('/design/images/lights_day.png') bottom left no-repeat;
}
#night-sky {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: none;
	position: absolute;
	background: url(/design/images/nightsky.png) repeat;
}	
#sity {
	z-index: 0;
	height: 460px;
	margin: -204px 0 0 230px;
	position: relative;
	background: url(/design/images/city1.jpg) center bottom no-repeat;
}
#night-lightbg {
	top: 176px;
	z-index: 4;
	width: 100%;
	height: 218px;
	display: none;
	position: absolute;
}
#night-light {
	height: 218px;
	position: relative;
	margin: 0 0 0 241px;
	background: url(/design/images/citynight.gif) center bottom no-repeat;
}
#switches {
	top: 577px;
	left: 206px;
	z-index: 5;
	width: 61px;
	height: 60px;
	position: absolute;
	background: url(/design/images/switch.gif) no-repeat;
}
#switches.main {
	top: 342px;
	left: 50%;
	margin: 0 0 0 212px;
	width: 42px;
	height: 38px;
	background: url(/design/images/switch_m.gif) no-repeat;
}
#switches img { border: 0; }

#bulbright {
	z-index: 0;
	top: 485px;
	left: 250px;
	width: 60px;
	height: 40px;
	position: absolute;
	background: url(/design/images/lamp1.jpg) no-repeat;
}
#bulbleft {
	z-index: 1;
	top: 560px;
	width: 60px;
	height: 40px;
	right: 80px;
	position: absolute;
	background: url(/design/images/lamp2.jpg) no-repeat;
}
	/* конец блока иллюстрации */

	/* блок шапки на главной странице с заголовками сайта */
#title {	
	top: 50px;
	z-index: 4;
	left: 320px;
	position: absolute;
}
	/* конец блока шапки на главной странице с заголовками сайта */

	/* блок меню */
#menu {
	top: 0;
	left: 0;
	z-index: 0;
	width: 230px;
	height: 362px;
	position: absolute;
	background: #fff url('/design/images/right_gray_border.gif') right repeat-y;
}
	/* конец блока меню */

   /* блок формы поиска */
#search { margin: -20px 0 25px 0; }
   /* конец блока формы поиска */

	/* блок с полями в 50px */
.margins { padding: 0 50px; }
	/* конец блока с полями в 50px */

   /* блок новостей */
#newsbox {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
   /* конец блока новостей */

   /* блок баннеров партнеров */
#partners {
	margin: 0;
	width: 100%;
	clear: both;
	position: relative;
	padding: 15px 0 20px 0;
	background: #fff url('/design/images/line.gif') repeat-x;
}
#partners .margins { margin: 0 170px 0 0; }
   /* конец блока баннеров партнеров */

   /* основной текст */
#content {
	margin: 20px 0 30px 320px;
	padding: 0 10% 0 0;	
}
   /* конец основного текста */

   /* левая колонка */
#side {
	float: left;
	width: 240px;
	position: relative;
	margin: 197px 0 0 0;
	padding: 0 0 290px 50px;
}
   /* конец левой колонки */

   /* счетчик */
#rax {
	top: -40px;
	left: -220px;
	margin: -50px 0 0 0;
	position: relative;
}

   /* конец счетчика */

/* конец раскладки */

