.empty {}

body
{
	font-size: 82%;
	background-color: #ededed;
	text-align: center;
	margin: 0px;
	background-image: url(body_bg.gif);
	background-repeat: repeat;
}
BODY *
{
	font-size: 100%;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;	
}
img
{
	border: 0px;
	margin: 0;	
}

form
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

table
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
	padding: 0 0 0 0;
	border-collapse: collapse;
	letter-spacing: 0;
	/*width: 100%;*/
}

h1, h2, h3
{
	text-transform: none;
	color: Black;
	font-size: 23px;
	color: #054c8a;
	font-weight: normal;
	margin: 0px;
}

h2
{
	font-size: 19px;
	color: #000000;
}

h3
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

a
{
	color: #2576be;
	text-decoration: underline;
}

a:hover
{
	color: #AA0425;
}

p
{
	margin: 0.1em 2 1.4em 0;
}

hr
{	
	height: 0px;	
	border-top: 1px solid gray;
	border-bottom: none;	
	margin: 10 0 10 0;
	padding: 0;
}

/*Для выравнивания картинок по левому краю*/
.float_left
{
	float: left;
	margin: 5 10 3 0;
}
/*------------------------------------------------------*/
/*Таблицы в контенте*/
.content_div table
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
        border: 1px solid gray;
	border-collapse: collapse;
}

.content_div td
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
   border: 1px solid gray;
	border-collapse: collapse;
}

/*Делаем класс для тех, кто без границы*/
table.no_border
{
	border: none;
}

.no_border td
{
	border: none;
}
/*/Делаем класс для тех, кто без границы*/
/*------------------------------------------------------*/

/*Шапка сайта*/
.header_block
{
	height: 115px;
	background-color: #054c8a;
	background-image: url(header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 950px;
	/width: expression(document.body.clientWidth<950 ? '950px' : '100%');
}

.header_block table td
{
	vertical-align: top;
	padding: 0px;
}

.header_block td.logo
{
	padding-top: 20px;
	padding-right: 15px;
}

.header_block td.slogan
{
	padding-top: 24px;
	padding-left: 29px;
	padding-right: 60px;
}

.header_block td.phone
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 31px;
}

.header_block td.phone *
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.header_block td.phone div.phone
{
	font-size: 41px;
	position: relative;
	top: -6px;
}

.header_block td.phone div.phone span.code
{
	font-size: 25px;
}

.header_block td.menu_icon
{
	padding-left: 32px;
	padding-top: 19px;
}

.header_block td.menu_icon div
{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 1px;
}

.header_block td.menu_icon div.sep
{
	padding: 0px;
	font-size: 0px;
	height: 1px;
	background-color: #598ebe;
	width: 14px;
}
/*/Шапка сайта*/

/*Верхнее меню*/
.top_menu
{
	height: 34px;
	line-height: 34px;
	background-image: url(top_menu_bg.gif);
	background-color: #1d96df;
	text-align: center;
	min-width: 950px;
	/width: expression(document.body.clientWidth<950 ? '950px' : '100%');
	font-size: 12px;
}

.top_menu a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.top_menu span.active
{
	font-weight: bold;
	padding-left: 22px;
	padding-right: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background-color: #ffffff;
	color: #054c8a;
}

.top_menu span.active span
{
	background-image: url(tm_marker3.gif);
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	width: 11px;
	height: 8px;
	right: 18px;
	top: 14px;
}

.top_menu a span
{
	background-image: url(tm_marker1.gif);
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	width: 6px;
	height: 7px;
	right: 21px;
	top: 14px;
}

.top_menu a:hover
{
	background-color: #ffffff;
	color: #054c8a;
}

.top_menu a:hover span
{
	background-image: url(tm_marker2.gif);
}

.top_menu span.sep
{
	width: 2px;
	height: 34px;
	font-size: 0px;
	background-image: url(top_menu_sep.gif);
	display: inline-block;
	vertical-align: top;
}
/*/Верхнее меню*/

/*Центральный блок*/
.main_container
{
	width: 870px;
	text-align: left;
	margin: 7px auto 0px auto;
}

.main_container .corners
{
	font-size: 0px;
	height: 7px;
	position: relative;
}

.main_container .corners .left, .main_container .corners .right
{
	width: 7px;
	height: 7px;
	font-size: 0px;
	background-image: url(corners.gif);
	position: absolute;
}

.main_container .top_corners .left
{
	left: 0px;
	background-position: -7px -7px;
}

.main_container .top_corners .right
{
	right: 0px;
	background-position: 0px -7px;
}

.main_container .bottom_corners .left
{
	left: 0px;
	background-position: -7px 0px;
}

.main_container .bottom_corners .right
{
	right: 0px;
	background-position: 0px 0px;
}

.main_container .corners .center
{
	height: 7px;
	background-color: #ffffff;
	margin: 0px 7px;
	font-size: 0px;
	background-image: url(container_border.gif);
	background-repeat: repeat-x;
}

.main_container .top_corners .center
{
	background-position: left top;
}

.main_container .bottom_corners .center
{
	background-position: left bottom;
}

.main_container .wo_corners
{
	background-color: #ffffff;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	position: relative;
	padding: 0px 7px;
	padding-top: 1px;
}

body.main .main_container .wo_corners
{
	padding: 0px 3px;
	margin-top: -3px;
}
/*/Центральный блок*/

/*Центральная таблица*/
table.two_column
{
	/*width: 100%;*/
	position: relative;
}

table.two_column td
{
	vertical-align: top;
	padding: 0px;
}

.two_column .make_order_btn
{
	padding-bottom: 9px;
}

.two_column .left_column
{
	padding-right: 18px;
}

body.main .two_column .left_column
{
	padding-right: 8px;
}

.two_column .right_column
{
	width: 635px;
}

.left_column h3
{
	font-size: 23px;
	font-weight: normal;
}

.left_column h3 a
{
	color: #054c8a;
}

.left_column h3 a:hover
{
	color: #AA0425;
}
/*/Центральная таблица*/

/*Новости слева*/
.left_news
{
	padding-left: 24px;
	padding-top: 12px;
	font-size: 12px;
}

.left_news h3
{
	padding-bottom: 12px;
}

.left_news .item
{
	line-height: 1.3em;
	padding-bottom: 21px;
}

.left_news .item .date
{
	color: #8a8a8a;
	font-style: italic;
	background-image: url(news_date_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	position: relative;
	margin-left: -16px;
	/margin-left: -13px;
	padding-left: 16px;
	padding-bottom: 9px;
}
/*/Новости слева*/

/*Контентный блок на главной*/
.main_right_text
{
	border-left: 1px solid #dedede;
	margin-top: 10px;
	position: relative;
	margin-left: -7px;
	/margin-left: -3px;
	/width: 100%;
	padding-left: 16px;
	margin-bottom: 25px;
}
/*/Контентный блок на главной*/

/*Элементы в контенте*/
.content_div h1
{
	padding-bottom: 4px;
}

ol, ul
{
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 15px;
	margin-left: 45px;
	padding-left: 0px;
}

ul
{
	margin-left: 40px;
}

ul li
{
	list-style-image: url(ul_marker.gif);
}
/*/Элементы в контенте*/

/*Баннеры на главной*/
.main_banners
{
	padding-bottom: 4px;
	position: relative;
	margin-top: -5px;
}

.main_banners table td.empty
{
	width: 21px;
}

.main_banners h3
{
	background-image: url(main_banners_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 15px;
	margin-left: 2px;
	padding-bottom: 7px;
	font-size: 23px;
	font-weight: normal;
}

.main_banners h3 a
{
	color: #054c8a;
}

.main_banners h3 a:hover
{
	color: #AA0425;
}
/*/Баннеры на главной*/

/*Футер*/
.footer_block
{
	font-size: 11px;
	width: 870px;
	margin-top: 11px;
}

.footer_indent
{
	height: 30px;
}

.footer_block td
{
	padding: 0px;
	vertical-align: top;
}

.footer_block td, .footer_block td.phone div
{
	color: #535353;
}

.footer_block td.phone
{
	width: 182px;
	/position: relative;
}

.footer_block td.phone div.code
{
	position: absolute;
	margin-top: 0px;
	font-weight: bold;
	/left: 0px;
	margin-left: -8px;
}

.footer_block td.phone div.code span
{
	font-size: 18px;
	color: #535353;
	font-weight: normal;
}

.footer_block td.phone div.phone
{
	font-size: 18px;
	margin-left: 70px;
}

.footer_block td.copyright
{
	padding-left: 10px;
}

.footer_block td.myrmex
{
	/*text-align: right;*/
	width: 182px;
}

.footer_block td.myrmex a, .footer_block td.myrmex a:hover
{
	color: #535353;
	text-decoration: none;
}

.footer_block td.search
{
	width: 270px;
	padding-top: 8px;
}

.footer_block td.search input
{
	vertical-align: middle;
}

.footer_block td.search input.text
{
	width: 184px;
	height: 19px;
	border: none;
	background-color: #ffffff;
	padding-left: 7px;
	padding-top: 2px;
	margin-right: 6px;
}

.footer_block td.search .usearch_links
{
	padding-top: 4px;
}

.footer_block td.search .usearch_links span
{
	padding: 0px 20px;
}

.footer_block td.search .usearch_links a
{
	text-decoration: none;
	border-bottom: 1px dashed #2576be;
}

.footer_block td.search .usearch_links a:hover
{
	border-bottom: 1px dashed #AA0425;
}
/*/Футер*/

/*Системы телеметрии*/
.left_systems
{
	padding-bottom: 7px;
	border-bottom: 1px solid #dedede;
}

.left_systems0
{
	padding-bottom: 0px;
}

.left_systems .header
{
	/*background-image: url(systems_bg.gif);*/
	background-repeat: repeat-x;
	background-color: #1b84ca;
	/*height: 26px;*/
	/*line-height: 24px;*/
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 14px;
	padding-top: 4px;
	padding-bottom: 5px;
	position: relative;
	z-index: 1;
	margin-bottom: 3px;
}

.left_systems0 .header
{
	margin-bottom: 0px;
}

.left_menu .left_systems .header a, .left_menu .left_systems .header span
{
	display: block;
	color: #ffffff;
	background-color: transparent;
	border: none;
	/*line-height: 24px;*/
	padding: 0px;
	font-weight: bold; 
	/*white-space: nowrap;*/
	width: 199px;
	overflow: hidden;
}

.left_menu .left_systems .header a:hover
{
	background-color: transparent;
	color: #ffffff;
}

.left_systems .item
{
	font-size: 13px;
	padding-left: 23px;
	position: relative;
	/*border: 1px solid red;*/
}

.left_systems .item a
{
	color: #2576be;
	text-decoration: none;
	display: block;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 2px;
}

.left_systems .item a:hover
{
	background-color: #dfe8f0;
}

.left_systems .item span
{
	color: #054c8a;
	font-weight: normal;
	border: none;
	display: block;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 2px;
	background-color: #dfe8f0;
}

.left_menu .left_systems a
{
	border: none;
	font-weight: normal;
}

.left_systems .item div
{
	background-image: url(systems_line.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 19px;
	position: absolute;
	left: 12px;
	/left: -11px;
	top: -8px;
	z-index: 0;
}
/*/Системы телеметрии*/

/*Левое меню*/
.left_menu
{
	/*padding-top: 7px;*/
	margin-bottom: 13px;
}

.left_menu a, .left_menu span
{
	display: block;
	/*position: relative;*/
	/width: 100%;
	border-bottom: 1px solid #dedede;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #054c8a;
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-right: 3px;
}

.left_menu span
{
	background-color: #dfe8f0;
}

.left_menu a:hover
{
	color: #054c8a;
	background-color: #dfe8f0;
}
/*/Левое меню*/

/*Левый баннер*/
.left_banner
{
	padding-top: 9px;
}
/*/Левый баннер*/

/*Меню-крошки*/
.breadcrumbs
{
	font-size: 85%;
	color: #e9134a;
	position: relative;
	top: -5px;
	padding-bottom: 8px;
}

.breadcrumbs span
{
	color: #b3b1b1;
}
/*/Меню-крошки*/

/*Обратная связь*/
.faq_input
{
	width: 253px;
	border: 1px solid #a7a6aa;
	overflow: auto;
}

table.feedback td
{
	padding-top: 8px;
}

table.feedback textarea
{
	border: 1px solid #a7a6aa;
}
/*Обратная связь*/

/*RSS*/
a.rss_link, a.rss_link:hover
{
	float: right;
	color: #eb8228;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(rss_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 21px;
	line-height: 15px;
	padding-top: 8px;
	margin-right: 12px;
}
/*/RSS*/

table.form td
{
	padding-bottom: 3px;
}

.left_survey
{
	padding: 15px 0px 0px 10px;
	/*display: none;*/
}

.left_survey h3
{
	padding-bottom: 5px;
}

.left_survey .search_button
{
	vertical-align: middle;
	cursor: pointer;
}
