html, body {
margin:0px;
padding:0px;
background-color: #FFFFFF;
height: 100%;
}

* {
	font-family: Tahoma, sans-serif;
}

TABLE.tbl_all {
	height:100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.col1 { width:40%; }
.col2 { width:290px; }
.col3 { width:700px; }
.col4 { width:60%; }
/* логотипчег */
.logo_top_left {
	background-color: #005596;
}
.logo_top {
	background-color: #005596;
	background-image: url("/images/logo_up.gif");
	background-position: right;
	background-repeat: no-repeat;
	vertical-align:bottom;
}
.logo_bot_left {
	background-color: #005596;
}
TD.logo_bot {
	background-color: #005596;
	background-image: url("/images/logo_down.gif");
	background-position: right;
	background-repeat: no-repeat;
	vertical-align:top;
}
.slogan {
	font-family:Tahoma;
	font-size:24px;
	color:#CCCCCC;
	text-align:center;
}
.logo_bot A,.logo_top A {
	height: 58px;
	display: block;
	text-decoration: none;
}
/* Верхнее меню */
UL.menu_top {
	margin:0; padding:0;
	list-style: none;
	height: 50px;
	overflow: hidden;
	width: 100%;
}
UL.menu_top LI {
	height: 100%;
	padding: 0;
	border-left: 2px dotted #99cccc;
	float: left;

	box-sizing: border-box;
	-moz-box-sizing: border-box;

	font-weight: bold;
	display: block;
}
UL.menu_top LI.first {
	border-left: 0;
}
UL.menu_top A,UL.menu_top A:link,UL.menu_top A:visited {
	width: 100%;
	height: 100%;
	padding: 7px 5px 0 5px;
	font-size: 14px;
	font-weight: bold;

	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;

	color: #004880;
	text-align: center;
	text-decoration: none;
}
UL.menu_top A.current,UL.menu_top A.current:link,UL.menu_top A.current:visited {
	width: 100%;
	height: 100%;
	padding: 7px 5px 0 5px;
	font-size: 14px;
	font-weight: bold;

	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;

	color: #F8981D;
	text-align: center;
	text-decoration: none;
}
UL.menu_top A:hover,UL.menu_top A.current:hover {
	color: #F8981D;
	font-size: 15px;
	padding: 6px 0 0 0;
}

UL.menu_top DIV {
	width: 100%;
	height: 100%;
	padding: 7px 3px 0 3px;
	font-size: 14px;

	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;

	text-align: center;

	color: #F8981D;
}
/* ================ 2 строка ============ */
.td_squares {
	background-image: url( "/images/squares_right.gif" );
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
	padding: 25px 0 0 34px;
}
 /* Кваратики с градиентом */
.squares { cursor:default; height: 8px; line-height: 8px; white-space: nowrap; font-size:2px; }
.squares DIV { width:8px; height:8px; line-height:8px; font-size: 2px; padding:0; margin: 0 10px 0 0; display: block; float:left; }
.squares .s1 { background-color: #005596; }
.squares .s2 { background-color: #006699; }
.squares .s3 { background-color: #336699; }
.squares .s4 { background-color: #336699; }
.squares .s5 { background-color: #5e84b8; }
.squares .s6 { background-color: #7493c2; }
.squares .s7 { background-color: #8ca5cd; }
.squares .s8 { background-color: #a5b7d8; }
.squares .s9 { background-color: #c0cbe3; }
.squares .s10 { background-color: #dde4f1; }
.squares .s11 { background-color: #f0f6ff; }
.squares .s12 { background-color: #ffffff; }

/* Форма поиска */
FORM.form_search {
	padding:0;
	margin:0;
}
.search_l {
	background-image: url("/images/inp_search_left.gif");
	background-repeat: no-repeat;
	background-position: right center;
}
.search_r {
	background-image: url("/images/inp_search_right.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
FORM.form_search INPUT {
	margin:0; padding:0;
	padding-left: 5px;
	border:0;
	height:23px;
	min-width: 200px;
	font-size: 14px;
	width: 200px;
}
FORM.form_search BUTTON {
	padding:0; margin:0; border:0;
	width:56px;
	height:30px;
	background-color: transparent;
}
FORM.form_search BUTTON DIV {
	padding:0; margin:0; border:0;
	background-image: url("/images/ico_search.gif");
	height: 30px;
	background-position: center center;
	cursor: pointer;
	position: static ;
}
FORM.form_search A:hover BUTTON DIV {
	background-image: url("/images/ico_search_mover.gif");
}
/* */
TD.icons {
	vertical-align: top;
}
.td_icon {
	vertical-align:top;
	padding: 11px 0 0 0;
}
/* Задать свой вопрос */
A.question,A.question:link,A.question:visited {
	height: 40px;
	width: 203px;
	padding:10px 0 0 15px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #004880;
	background-image: url("/images/question_bg.gif");
	background-repeat: no-repeat;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
A.question:hover {
	color: #ffffff;
}
/* Иконки */
A.ico_search,A.ico_search:link,A.ico_search:visited { font-weight: normal; text-decoration: none; color: #004880; }
A.ico_search:hover { text-decoration: underline; border-right:0; }

A.ico_map,A.ico_map:link,A.ico_map:visited,A.ico_print,A.ico_print:link,A.ico_print:visited,A.ico_vacancy,A.ico_vacancy:link,A.ico_vacancy:visited,A.ico_print:link,A.ico_print:visited {
	height: 37px;
	width:100%;
	display: block;
	border-left:2px dotted #006699;
	font-weight: normal;

	background-position: center center;
	background-repeat: no-repeat;

	color: #004880;
	text-decoration: none;
}
A.ico_map { background-image: url("/images/ico_map.gif"); }
A.ico_map:hover { background-image: url("/images/ico_map_mover.gif"); }
A.ico_print { background-image: url("/images/ico_print.gif"); }
A.ico_print:hover { background-image: url("/images/ico_print_mover.gif"); }
A.ico_vacancy { background-image: url("/images/ico_vacancy.gif"); }
A.ico_vacancy:hover { background-image: url("/images/ico_vacancy_mover.gif"); }
A.ico_map:hover,A.ico_print:hover,A.ico_vacancy:hover { border-right:0; text-decoration: underline; }

A.ico_map DIV,A.ico_print DIV, A.ico_vacancy DIV	 {
	white-space: nowrap;
	position: relative;
	bottom: -46px;
	text-align: center;
	font-size: 9px;
}
A.ico_search DIV {
	white-space: nowrap;
	position: relative;
	bottom: -16px;
	text-align: center;
	font-size: 9px;
}
.icons_end {
	background-image: url("/images/icons_end.gif");
	background-position: right;
	background-repeat: no-repeat;
}
/* ========================= 3 строка — меню и контеент ================= */
/* Левое меню */
TD.td_menu {
	vertical_align: top;
}
UL.menu {
	margin: 0 50px 50px 20px;
	padding:0;

	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color:#006699;

	list-style: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
UL.menu LI {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}
UL.menu LI.current {
	margin:0; padding:0;
	background-color: #EBF0F8;
}
UL.menu A,UL.menu A:link,UL.menu A:visited {
	width: 100%;
	padding:2px 8px 4px 14px; margin:0;
	border-bottom: 2px dotted #99cccc;
	font-weight: normal;
	color: #004880;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
UL.menu A:hover {
	background-color: #004880;
	color: #ffffff;
}
UL.menu A.current,UL.menu A.current:link,UL.menu A.current:visited,UL.menu A.current:hover {
	width: 100%;
	padding:2px 8px 4px 14px; margin:0;
	border-bottom: 2px dotted #99cccc;
	background-color: transparent;
	font-weight: bold;
	color: #F8981D;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
UL.menu UL {
	list-style: none;
	margin: 0 0 0 10px ;
	padding: 0;
}
/* Call-center */
DIV.call_center {
	width: 256px;
	height: 173px;
	background-image: url( "/images/call_center.gif" );
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f8981d;
	color: #044b83;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}
DIV.call_center DIV {
	color: #044b83;
	font-weight: normal;
	font-size: 20px;
	text-align: right;
	margin: 0 50px 70px 0;
	padding: 20px 0 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
A.call_center,A.call_center:link,A.call_center:visited,A.call_center:hover {
	text-decoration:none;
	cursor: pointer;
}
/* contacts */
.contacts {
	height:100%;
	vertical-align:bottom;
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#999999;
	background-color: #ffffff;
	padding: 20px;
}
/* Контент */
.content {
	padding: 10px 0 20px 0;
	vertical-align: top;
}

.cur_path {
	text-align: right;
	padding: 0 10px 10px 0;
	font-size: 12px;
	font-weight: normal;
	vertical-align:top;
	color: #cccccc;
	cursor: default;
}
.cur_path A,.cur_path A:link,.cur_path A:visited {
	color: #cccccc;
	font-weight: normal;
}
.cur_path A:hover {
	color: #999999;
}
.print_top,.print_bottom { display: none; }
/* подвальчег */
.bottom {
	background-image: url("/images/bottom_bg.gif");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e5eeff;
}
.profi {
	padding-left:20px;
	font-size: 10px;
}
.profi A,.profi A:link,.profi A:visited {
	color: #8CB3D0;
}



































/* Для новостей Sasha - 29.08.2007 21:29:28 */


H7 {
	font-size: 12px;
	color: #004880;
	font-weight:bold;
}


.preview_news_cell {
	text-align:left;
	vertical-align:top;
	padding: 15px;
}

p.news {
	margin:0px;
}
p.news_preview {
	margin:0px;
}

p.time {
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#999999;
	text-align:right;
	margin:0px;
}

img.news_pix {
margin: 0 10 10 0;
}

/* Для услуг (для поддона и для подробного описания)*/

td.services_list_header {
text-align:left;
vertical-align:top;
background-color:#F4F7FC;
border-bottom: 2px dotted #99cccc;
}

p.service_list {
text-align:left;
margin: 10px	5px 5px 0px;
}


H8,.H8 {
	font-size: 15px;
	font-weight: bold;
	color: #919191;
}

/*- Для листалки --*/
div.pagenumber_head { color: #aaaaaa; padding:0; margin: 30 4px 3px 4px; }
div.pagenumber_head DIV { }
DIV.pagenumber_head .head { color: #555555; }
#previous_page { margin: 0 5px 0 0; }
#next_page { margin: 0 0 0 5px; }
div.pagenumber_head A,div.pagenumber_head A:link,div.pagenumber_head A:visited { color: #004880; }
div.pagenumber {
	margin: 0px 4px 0 4px;
	padding: 2px 0;

	background-color: #F4F7FC;
	white-space: nowrap;
}

div.pagenumber A,div.pagenumber A:link,div.pagenumber A:visited {
	margin: 0 10px 0 0;
	padding: 2px 6px 2px 6px;

	background-color: #F4F7FC;
	color: #004880;
}

div.pagenumber A:hover {
	background-color: #C7D6EF;
}

div.pagenumber SPAN {
	margin: 0 10px 0 0;
	padding: 2px 6px 2px 6px;

	background-color: #EF9F00;
	cursor: default;
}
 Runtime: 0.000320911407471 
 Modified: Wed, 17 Nov 2010 11:44:07 */
