html {
	height: 100%;
	background-color: #e8f8ff;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	min-width: 998px;
	min-height: 100%;
	position: relative;
	background: url('/design/images/footer_tile.png') bottom center repeat-x;
}
* html body { height: 100%; }

* html #ie_box { width: expression((998 < document.body.offsetWidth) ? '100%' : '998px'); }

#li_counter { display: none; }

/* основная раскладка страницы */
	/* обвязка страницы */
#body_wrapper {
	min-height: 100%;
	position: relative;
}
* html #body_wrapper { height: 100%; }
	/* конец обвязки страницы */

#logo {
	top: 55px;
	right: 10%;
	z-index: 10;
	position: absolute;
	border: none;
}

		/* ссылки на главную и емайл */
#navigation {
	right: 4%;
	top: 21px;
	margin: 0;
	padding: 0;
	z-index: 20;
	position: absolute;
	list-style-type: none;
}
#navigation li {
	margin-right: 25px;
	float: left;
}

#navigation li a {
	width: 21px;
	height: 21px;
	display: block;
}
#navigation li.home a { background: url('/design/images/home.gif') center center no-repeat; }
#navigation li.home.active a { background: #40454a url('/design/images/home_active.gif') center center no-repeat; }
#navigation li.mail { margin: 0; }
#navigation li.mail a { background: url('/design/images/mail.gif') center center no-repeat; }
#navigation li span { display: none; }

	/* панель телефонов */
#phones {
	right: 0;
	top: 280px;
	z-index: 15;
   /*
	width: 140px;
   */
   width: 18%;
	height: 70px;
	padding-right: 2%;
	padding-top: 15px;
   /*
	padding-left: 35px;
   */
	padding-left: 2%;
	position: absolute;
   background: url('/design/images/phone_background.png') no-repeat;
}
* html #phones {
	top: 278px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/images/phone_background.png',sizingMethod=crop));
}
#phones p {
	margin: 7px 0;
	text-align: center;
}
#phones p span { display: block; }
	/* конец панели телефонов */

	/* шапка */
#header {
	top: 55px;
	z-index: 5;
	width: 100%;
	height: 310px;
	position: absolute;
   background: #0c0002 url('/design/images/header_background.jpg') left center no-repeat;
}
#header div,
#header div div { position: absolute; }

#header div.computer {
	top: 0;
	left: 0;
	z-index: 2;
	width: 733px;
	height: 310px;
	background: url('/design/images/computer.png') left center no-repeat;
}
#header div.computer div.bluescreen {
	top: 0;
	left: 0;
	width: 733px;
	height: 310px;
	background: url('/design/images/bluescreen.png') left center no-repeat;
}

#header #pulse_flash {
	top: 70px;
	left: 41px;
	width: 550px;
	height: 220px;
	z-index: 20;
	position: absolute;
}

#header .wetfloor {
	width: 78%;
	height: 76px;
	margin-top: 234px;
	background: url('/design/images/wetfloor_background.png') left center repeat-x;
}
* html #header .wetfloor {
	width: 79.8%;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/images/wetfloor_background.png',sizingMethod=scale));
}

#header .wetfloor .reflection {
	width: 100%;
	height: 76px;
	background: url('/design/images/wall_reflection.png') left center no-repeat;
}
* html #header .wetfloor .reflection {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/images/wall_reflection.png',sizingMethod=crop));
}
#header .chromatograph {
	top: 0;
	left: 0;
	z-index: 5;
	width: 733px;
	height: 310px;
	background: url('/design/images/chromatograph.jpg') left center no-repeat;
}
	/* конец шапки */

	/* обвязка контента */
#content_wrapper {
	width: 96%;
	padding: 395px 0 0 4%;
}
	/* конец обвязки контента */

	/* верхее меню */
#menu {
	top: 0;
	margin: 0;
	width: 96%;
	z-index: 15;
	height: 55px;
	padding: 0 0 0 4%;
	position: absolute;
	list-style-type: none;
	background: #e8f8ff url('/design/images/top_menu_tile.gif') top center repeat-x;
}

#menu li {	
	float: left;
	padding: 0 0 14px 0;
	margin: 20px 20px 0 0;
}
* html #menu li { position: relative; }

#menu li span,
#menu li span b,
#menu li span b a {
	height: 21px;
   display: block;
}

* html #menu li span,
* html #menu li span b,
* html #menu li span b a { float: left; }

#menu li span b a { margin: 0 5px; }
#menu li.active span { background: #40454a url('/design/images/top_menu_l.gif') left center no-repeat; }
#menu li.active span b { background: url('/design/images/top_menu_r.gif') right center no-repeat; }
#menu li.active { background: url('/design/images/top_menu_b.gif') 20% 21px no-repeat; }

		/* выпадающее меню */
#menu li ul {
	top: 55px;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	background: #4c4c4c;
	list-style-type: none;
}
#menu li:hover ul { display: block; }

* html #menu li ul {
	left: 0;
	top: 35px;
}

#menu li ul li {
	margin: 0;
	padding: 0;
	float: none;
}
* html #menu li ul li { display: inline; }

#menu li ul li a {
	display: block;
	padding: 4px 5px;
}

#menu li ul li a:hover { background: #8cb4c8; }	
#menu li ul li.even a:hover { background: #8cb4c8; }	
#menu li ul li.even a { background: #5d5d5d; }
		/* конец выпадающего меню */
	/* конец верхего меню */

   /* контент */
#content {
	width: 56%;
	float: left;
	margin-right: 6%;
	padding-left: 17px;
	padding-bottom: 135px;
}
		/* варианты размещения картинок */
#content img { border: 1px solid #29435c; }

#content img.simage {
	display: block;
	margin: 35px auto;
}
			/* одна картинка по центру с подписью */
#content div.simage {
	margin: 35px 0;
	text-align: center;
}
#content div.simage img {
	display: block;
	margin: 0 auto 3px auto;
}
			/* конец одной картинки по центру с подписью */

			/* две картинка по центру с подписью */
#content .double {
	width: 100%; 
	clear: both;
}

#content .double div.simage {
	width: 50%;	
	float: left;
}
* html #content .double div.simage { width: 49.5%; }
			/* конец двух картинки по центру с подписью */
		/* конец вариантов размещения картинок */

      /* иконки для ссылок */
#content .zip,
#content .pdf,
#content .chm,
#content .rar {
	height: 18px;
	display: block;
	padding-left: 25px;
}
#content .zip { background: url('/design/images/zip.gif') left center no-repeat; }
#content .pdf { background: url('/design/images/pdf.gif') left center no-repeat; }
#content .rar { background: url('/design/images/rar.gif') left center no-repeat; }
#content .chm { background: url('/design/images/chm.gif') left center no-repeat; }
      /* конец иконок для ссылок */

      /* списки в контенте */
#content ul,
#content ol,
#content li ol {
	padding-left: 18px;
	margin-left: 18px;
}

#content li { margin: 0 0 7px 0; }
#content li ul { margin: 10px 0 20px 0; }
#content li ul li { margin: 0 0 10px 0; }
      /* конец списков в контенте */

		/* форма отправки данных */
#content form { margin: 10px 0 0 0; }

#content form div {
	float: left;
	width: 100%;	
	margin: 0 0 10px 0;
}

#content form label {
	width: 120px;
	float: left;
	vertical-align: top;
}
#content form input {
	width: 250px;
	border: 1px solid #8f9eb5;
}

#content form textarea { border: 1px solid #8f9eb5; }

#content form div.submit button {
	color: #000;
	width: 100px;
	margin-left: 120px;
	background: #fff;
	border: 1px solid #8f9eb5;
}

#content form img {
	display: block;
	margin-left: 120px; 
	margin-bottom: 5px;
}
		/* конец формы отправки данных */

      /* таблица данных */
#content table {
	margin: 12px 0;
	border-top: 1px solid #748d9a;
	border-left: 1px solid #748d9a;
}
#content table th {
	text-align: left;
	background: #afc6d2;
}

#content table td,
#content table th {
	padding: 3px 8px;
	border-right: 1px solid #748d9a;
	border-bottom: 1px solid #748d9a;
}
#content table .center { text-align: center; }
#content table .even { background: #d7e8f0; }
		/* конец таблицы данных */

		/* список полнотекстовых новостей */			
#content #newslist strong {
	display: block;
}

#content #newslist .control { display: block; }
			/* нумерация страниц */
#content #newslist .navi {
	padding-top: 15px;
	text-align: right;
}
#content #newslist .navi span { font-weight: bold; }
			/* конец нумерации страниц */
		/* конец списка полнотекстовых новостей */			

      /* форма добавления/редактирования новостей */
#newsform label {
	display: block;
	margin: 0 0 2px 0;
}

#newsform input { width: 260px; }
#newsform textarea { width: 350px; }
#newsform textarea#annotation { height: 160px; }

#newsform input,
#newsform textarea {
	margin: 0 0 4px 0;
}

#newsform .button {
	width: auto;
	margin: 10px 0 0 0;
}

#newsform .counter {
	display: block;
	font-style: italic;
	margin: -5px 0 5px 0;
}

#newsform select { font-size: 11px; }
      /* конец формы добавления/редактирования новостей */
	/* конец контента */

   /* колонка */
#sideblock {
	float: left;
	width: 276px;
	padding-bottom: 135px;
}

#sideblock p {
	margin: 0;
	padding: 15px 12px;
	border-bottom: 1px dashed #a3aeb3;
}
#sideblock p.closed { border: none; }

#sideblock strong { display: block; }

#sideblock ul li { margin-bottom: 5px; }

#sideblock ul li.active { list-style-type: none; }

#sideblock ul li ul {
	padding-left: 18px;
	margin: 5px 0 10px 0;
}
   /* конец колонки */

   /* подвал */
#footer {
	bottom: 0;
	width: 96%;
	height: 45px;
	padding-left: 4%;
	padding-top: 25px;
	position: absolute;
}

#footer #alronix {
	top: 10px;
   right: 4%;
   padding: 0;
	width: 195px;
	height: 55px;
   position: absolute;
}

#footer #alronix #alronix_logo {
	width: 55px;
	float: left;
	height: 55px;
}

#footer #alronix #text {
	float: left;
	width: 140px;
	padding-top: 13px;
}

#footer #alronix a { color: #000; }
#footer #alronix a img { border: none; }

#footer .liveinternet {
	width: 88px;
	display: block;
	margin-top: 3px;
}
   /* конец подвала */
/* конец основной раскладки страницы */
