/* ------------------ общие стили ------------------ */
html, body
{
	margin: 0px; 
}

body
{
	font-family: Tahoma;
	font-size: 12px;
	background-color: #B4B7B9;
	color: #696969;
	text-align: center;
}

img, table
{
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none;
}

table
{
	border-collapse: collapse;
}

td
{
	font-weight: normal; 
	vertical-align: top; 
	text-align: left;
}

ul, li
{
	list-style-type: square;
}

#center_col .content_inside ul
{
	list-style-type: disc;
}

a
{
	font-family: Tahoma;
	font-size: 11px;
	color: #0D8FD8;
}

/* ------------------ общая структура ------------------ */
div#main
{
	/*text-align: left;*/
	background-color: #FFFFFF;
	margin: 30px auto 46px;
	width: 984px;
	padding-top: 28px;
	padding-bottom: 44px;
}
 
div#main_in
{
	width: 931px;
	margin-left: 25px;
	margin-right: 28px;
}

div#header
{
	height: 189px;
	width:100%;
}

div#logo
{
	float: left;
	width: 247px;
	height: 153px;
	text-align: left;
}

div#logo_pic_ru
{
	background-image: url(logo_ru.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 234px;
	height: 37px;
	margin-top: 55px;
}

div#logo_pic_ru a
{
	display: block;
	width: 234px;
	height: 37px;
}

div#logo_pic_en
{
	background-image: url(logo_en.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 247px;
	height: 39px;
	margin-top: 55px;
}

div#logo_pic_en a
{
	display: block;
	width: 233px;
	height: 39px;
}

.top_banner_main, .top_banner_inside_1, .top_banner_inside_2, .top_banner_inside_3
{
	float: left;
	background-position: left;
	background-repeat: no-repeat;
	width: 684px;
	height: 153px;
}

.top_banner_main
{
	/*background-image: url(img/promtech/top_banner_main.jpg);*/
}

.top_banner_inside_1
{
	/*background-image: url(img/promtech/top_banner_inside_1.jpg);*/
}

.top_banner_inside_2
{
	/*background-image: url(img/promtech/top_banner_inside_2.jpg);*/
}

.top_banner_inside_3
{
	/*background-image: url(img/promtech/top_banner_inside_3.jpg);*/
}

.clear_top
{
	clear: both;
	display: block;
	height: 4px;
	font-size: 0px;
	background-color: #FFFFFF;
}

/* gray line */
.top_gray_line
{
	background-color: #C0C0C0;
	height: #C0C0C0;
	width: 100%;
	height: 32px;
}

.left_part
{
	float: left;
	width: 247px;
	height: 32px;
	position: relative;
}

.right_part
{
	float: left;
	width: 684px;
	height: 32px;
}

/* SEARCH */
.form_language
{
	position: absolute;
	top: 9px;
	left: 30px;
	/*margin-top: 5px;
	margin-left: 10px;*/
	float: left;
}

.form_language select
{
	width: 50px;
	background-color: #EDEDED;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bolder;
	color: #AEAEAE;
	text-transform: uppercase;
	border: 0px;
}

.home
{
	background-image: url(home.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	width: 15px;
	height: 12px;
	position: absolute;
	top: -40px;
	right: 114px;
	/*float: right;
	margin-top: 5px;
	margin-right: 10px;*/
}

/* MENU */
.menu
{
	width: 100%;
	height: 32px;
	background-color: #494949;
	text-align: center;
}

.menu td
{
	padding-top: 9px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.menu td a
{
	color: #C1C1C1;
	/*color: #86E75B;*/
	text-decoration: underline;
	text-transform: uppercase;
}

.menu td.select_td
{
	padding-top: 9px;
	text-align: center;
	background-color: #262626;
}

.menu td.select_td a
{
	color: #86E75B;
}

/* ############### центральная часть #################### */
.center 
{
	width:100%;
}

/* ############### левая колонка #################### */
div#left_col
{
	width: 247px;
	float: left;
	padding-bottom: 92px;
	text-align: left; 
}

.left_about
{
	padding-top: 40px;
	padding-bottom: 70px;
	padding-left: 33px;
	padding-right: 33px;
	background-color: #0397EA;
}

.left_about_inside
{
	padding-top: 30px;
	padding-bottom: 44px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #0397EA;
}

.left_about p
{
	color: #FFFFFF;
	margin: 0px;
}

.podrobnee
{
	background-image: url(podrobne.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	width: 9px;
	height: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ################# MENU ########################## */
ul.vertical_menu
{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}

ul.vertical_menu li
{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 36px;
	text-decoration: none;
}

ul.vertical_menu li span, ul.vertical_menu li.select span
{
	display: block;
	border-bottom: 1px #79BFEB solid;
	padding-top: 8px;
	padding-bottom: 8px;
}

ul.vertical_menu li a
{
	font-family: Tahoma;
	font-size: 12px;
	color: #CDEAFB;
	text-decoration: none;
}

ul.vertical_menu li.select
{
	background-image: url(select_m.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 36px;
}

/* ################# MENU one string########################## */
table.vertical_menu_one
{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	width: 232px;
}

table.vertical_menu_one td
{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 36px;
	padding-left: 15px;
	text-decoration: none;
	height: 30px;
	vertical-align: middle;
	text-align: right;
}

table.vertical_menu_one td.line_blue_menu
{
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

table.vertical_menu_one td.line_blue_menu div
{
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	margin: 0px;
	margin-right: 36px;
	margin-left: 15px;
	padding: 0px;
	border-bottom: 1px #79BFEB solid;
}

table.vertical_menu_one td a
{
	font-family: Tahoma;
	font-size: 12px;
	color: #CDEAFB;
	text-decoration: none;
}

table.vertical_menu_one td.select
{
	background-image: url(select_m.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 36px;
	height: 30px;
}

/* ################# MENU two string########################## */
table.vertical_menu_two
{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-align: right;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	width: 232px;
}

table.vertical_menu_two td
{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
    font-weight:none;
	padding-right: 36px;
	padding-left: 15px;
	text-decoration: none;
	height: 44px;
	vertical-align: middle;
	text-align: right;
}

table.vertical_menu_two td.line_blue_menu
{
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

table.vertical_menu_two td.line_blue_menu div
{
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	margin: 0px;
	margin-right: 36px;
	margin-left: 15px;
	padding: 0px;
	border-bottom: 1px #79BFEB solid;
}

table.vertical_menu_two td a
{
	font-family: Tahoma;
	font-size: 12px;
	color: #CDEAFB;
	text-decoration: none;
}

table.vertical_menu_two td.select
{
	background-image: url(select_m.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 36px;
	height: 44px;
}

/* ###################### SEARCH ##################### */
.search_form
{
	background-color: #333333;
	height: 54px;
	margin-top: 9px;
}

.search_form_inside
{
	background-color: #333333;
	height: 54px;
	margin-top: 0px;
}

.search_position
{
	height: 22px;
	width: 200px;
	position: relative;
	top: 15px;
	left: 32px;
}

.search_input
{
	height: 19px;
	width: 168px;
	border: 1px solid #000000;
	font-family: Tahoma;
	font-size: 11px;
	color: #696969;
	margin: 0px;
	padding-left: 3px;
	/*padding-top: 3px;*/
	line-height: 19px;
}

.search_submit
{
	background-image: url(search_s.gif);
	background-position: left;
	background-repeat: no-repeat;
	border: 0px;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 3px;
	cursor: pointer;
}

/* ################# левый инфоблок ############### */
.left_info
{
	margin-top: 9px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 33px;
	padding-right: 33px;
	background-color: #ffffff;
}

.left_info p
{
	margin: 0px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

.left_info a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}

.left_info a.underline_link
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

/* ############### правая колонка #################### */

div#right_col
{
	width: 684px;
	float: right;
}

div#center_col
{
	width: 684px;
	float: left;
	overflow: visible;
}

/*
div#center_col
{
	width: 528px;
	float: left;
	overflow: visible;
}
*/

/*
div#right_col_inside
{
	float: right;
	width: 156px;
	padding-bottom: 40px;
	padding-top: 32px;
}
*/

.content
{
	padding-right: 0px;
	padding-left: 52px;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: left;
}

.content_inside
{
	/*padding-right: 36px;*/
	padding-right: 42px;
	padding-left: 42px;
	padding-bottom: 40px;
	padding-top: 32px;
	overflow: auto;
	text-align: left; /*=====================================================================*/
}

.clear_down
{
	height: 60px;
	font-size: 0px;
	background-color: #B4B7B9;
	margin-top: -105px;
}

/* ############### футер #################### */
div#footer
{
	width:100%;
	height: 127px;
	/*position: relative;
	top: -92px;*/
	overflow: visible;
	text-align: left;
}

.green_left
{
	height: 160px;
	width: 247px;
	/*background-color: #444444;*/
	float: left;
	position: relative;
	top: -92px;
}

div#phone
{
	background-image: url(phone.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 190px;
	height: 30px;
	margin-top: 66px;
	margin-left: 30px;
}

.right_footer
{
	float: left;
	height: 160px;
	width: 684px;
	margin-top: -92px;
}

.cont_footer
{
	height: 68px;
	width: 684px;
	position: relative;
	top: 92px;
	text-align: right;
}

.copyright
{
	margin-top: 16px;
	width: 632px;
	padding-left: 52px;
}

.copyright p
{
	font-family: Verdana;
	font-size: 9px;
	color: #8A8A8A;
	line-height: 11px;
	margin: 0px;
	font-weight: bolder;
	text-align: right;
	/*padding-right: 52px;*/
}

.copyright a
{
	font-family: Verdana;
	font-size: 8px;
	color: #488937;
	text-decoration: underline;
	line-height: 8px;
	font-weight: bolder;
}

.footer_line
{
	height: 3px;
	line-height: 0px;
	font-size: 1px;
	background-color: #494949;
	/*width: 632px;
	margin-left: 52px;*/
	width: 643px;
	margin-left: 41px;
}

.content_footer 
{
	padding-right: 79px;
	padding-left: 88px;
	height: 85px;
}

/* ------------------------ общие стили для текста ---------------------------- */
h1
{
	font-family: Arial; 
	font-weight: bolder; 
	font-size: 20px; 
	margin-bottom: 24px; 
	margin-top: 16px;
	line-height: 20px;
	color: #494949;
}

h2
{
	font-family: Arial; 
	font-weight: normal; 
	font-size: 18px; 
	margin-bottom: 15px; 
	margin-top: 10px;
	color: #494949;
}

h3
{
	font-family: Tahoma; 
	font-weight: bolder; 
	font-size: 12px; 
	margin: 0px; 
	color: #000000;
}

p
{
	MARGIN-BOTTOM: 15px
}

.bold
{
	font-weight: bolder;
}

.normal
{
	font-weight: normal;
}

/* ------------------------------------------------------------- */
/* for index page */
h1.news
{
	height: 16px;
	background-image: url(mini_log.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	line-height: 16px;
	margin-bottom: 11px;
	padding: 0 0 0 25px;
	margin-top: 0px;
}

.index_line
{
	height: 3px;
	line-height: 0px;
	font-size: 1px;
	background-color: #E0E0E0;
	width: 632px;
}

.block_news
{
	width: 632px;
	display: block;
	margin-top: 36px;
}

.block_news_archive
{
	display: block;
	margin-top: 36px;
	width: 100%;
}

.for_pic
{
	width: 148px;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	float: left;
}

.for_pic_archive
{
	width: 148px;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	float: left;
}

.for_pic_archive img
{
    margin-left: 22px;
}


.for_text
{
	width: 484px;
	float: left;
}

.for_text_archive
{
	float: left;
	width: 450px;
}

.for_text dt, .for_text_archive dt
{
	font-size: 10px;
	color: #9B9B9B;
}

.for_text dd, .for_text_archive dd
{
	margin-left: 0px;
	margin-bottom: 8px;	
}

.for_text dd a, .for_text_archive dd a
{
	font-size: 12px;
	color: #414141;
	font-weight: bolder;
	text-decoration: none;
}

.for_text p, .for_text dl, .for_text_archive p, .for_text_archive dl
{
	margin: 0px;
}

/* ============ стили второстепенных страниц ============= */ 

.path_line
{
	margin-top: 0px;
	margin-bottom: 5px;
}

.path_line span
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bolder;
	color: #327BAA;
}

.path_line a
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #327BAA;
}

.podrobnee_black
{
	display: block;
	width: 9px;
	height: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.point_line
{
	background-image: url(point_li.gif);
	background-repeat: repeat-x;
	height: 3px;
	line-height: 0px;
	font-size: 1px;
	/*width: 632px;*/
}

.content_inside img
{
	float: left;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-top: 3px;
}

.content_inside img.link_for_news
{
	float: none;
	margin: 0px;
}

.content_inside table
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 10px;
}

.content_inside td
{
	border: 2px solid #FFFFFF;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;	
	vertical-align: middle;
}

.content_inside td.header_table
{
	background-color: #0397EA;
	color: #FFFFFF;
	font-weight: bolder;
}

.content_inside tr.gray_tr
{
	background-color: #F4F6F7;
}

.content_inside tr.white_tr
{
	/*background-color: #FFFFFF;*/
}

.down_gray_line
{
	height: 2px;
	line-height: 0px;
	font-size: 1px;
	background-color: #C0C0C0;
	width: 175px;
}

.top_page
{
	background-image: url(podrobne.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	display: block;
	height: 11px;
	margin-top: 38px;
	margin-bottom: 8px;
	padding-left: 17px;
	line-height: 11px;
}

.top_page a
{
	font-family: Tahoma;
	font-size: 10px;
	color: #488937;
}

.print
{
	background-image: url(print.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	height: 11px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 17px;
	line-height: 11px;
}

.print a
{
	font-family: Tahoma;
	font-size: 10px;
	color: #488937;
}

/* ======================================= */
.left_img
{
	float: left;
}

.right_img
{
	float: right;
}

.center_img
{
	clear: both;
	text-align: middle;
	margin: 0 auto;
	width: 100%;
}

p
{
	clear: both;
}

.clear_simple
{
	clear: both;
	height: 0px;
	font-size: 0px;
}

ol
{
	margin-top: 3px;
}


.table_content
{
	width: 100%;
}

.table_content td
{
	border: solid 1px #CCCCCC;
	vertical-align: top;
	width: 50%;
}

.mission
{
    display: block;
    margin-bottom: 5px;
}

.full_info_href
{
    margin: 5px 0px 0px 0px;
}

.full_info_href img
{
    margin: 2px 6px 0px 0px;
    position: relative;
    top: 2px;
}
