.empty {}

body
{
	font-size: 85%;
	background-color : #5e5f62;
	background-image: url(main_bg.gif);
	margin: 0px;
	text-align: center;
}
BODY *
{
	font-size: 100%;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #040404;
	background-repeat: no-repeat;
}
img
{
	border: 0px;
	margin: 0px;	
}

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
{
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 5px;
	text-transform: none;
	font-size: 16px;
	color: #143673;
}

h2
{
	text-transform: none;
	font-size: 14px;
	color: #143673;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

h3
{
	text-transform: none;
	font-size: 13px;
	color: #143673;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

h3 i
{
	color: #143673;
}

H1.header
{
	background-image: url(lh1_mark.jpg);
	background-position: 0px 3px;
	padding-left: 10px;
	text-transform: none;
	font-size: 16px;
	color: #143673;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-top: 0px;
}

a
{
	color: #22427b;
	text-decoration: underline;
}

a:hover
{
	color : #AA0425;
}

p
{
	margin: 0.1em 2 1.2em 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;
}
/*/Делаем класс для тех, кто без границы*/
/*------------------------------------------------------*/

/*Контейнеры*/
#main_container
{
	width: 996px;
	margin: 32px auto 0px auto;
}

#subcontainer
{
	background-color: white;
}
/*/Контейнеры*/

/*Левая колонка и все, что в ней*/
.left_column
{
	width: 216px;
}

.lc_border
{
	border-left: 1px solid #dadada;
}

.left_block
{
	border-left: 4px solid #143673;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 11px;
}

.left_block .text
{
	font-size: 110%;
}

.left_block H1
{
	background-image: url(lh1_mark.jpg);
	background-position: 0px 3px;
	padding-left: 10px;
	text-transform: none;
	font-size: 16px;
	color: #143673;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-top: 0px;
}

.left_block .rss
{
	width: 80px;
	text-align: right;
	position: relative;
	top: 2px;
}

.left_block .rss img
{
	vertical-align: middle;
}

.left_block .rss a
{
	color: #6c737f;
	font-weight: bold;
}

.left_block .rss a:hover
{
	color: #89ccf3;
}

.left_banner_container
{
	padding: 15px 0px 15px 6px;	
}

.left_banner
{	
	width: 205px; 
	height: 300px;
	position: relative;
	z-index: 1;
}

.left_banner_link
{
	position: absolute;
	z-index: 10;
	display: block;
	width: 205px; 
	height: 300px;
	margin-top: 15px;
	margin-left: 6px;
	/*border: 1px solid red;*/
}

.sub_left_banner .text
{
	color: white;
	position: absolute;
	margin-top: -57px;
	margin-left: 43px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -0.06em;
	z-index: 11;
}

.sub_left_banner .text a
{
	color: white;
}

.sub_left_banner .text .comment
{
	color: white;
	font-size: 9px;
}

.c_tbl
{
	display: block; 
	position: relative;
}

.pb50
{
	padding-bottom: 80px;
}

.lc_bottom
{
	position: absolute; 
	top: 100%; 
	margin-top: -48px;
}
/*/Левая колонка и все, что в ней*/

/*Логотип*/
.main_logo
{
	margin-left: 10px;
	margin-top: 12px;
	position: absolute;
}
/*/Логотип*/

/*Телефон сверху*/
.phone_div
{
	padding-left: 40px;
	padding-top: 22px;
	color: #6c737f;
	font-weight: bold;
	font-size: 12px;
}

.phone_div img.phone
{
	float: left;
	margin-right: 1px;
}

.phone_div .text
{
	padding-top: 10px;
    color: #143673;
    font-size: 14px;
	font-weight: bold;
    text-align: center;
}

.phone_div .text .phone
{
	color: #143673;
	font-size: 25px;
	font-weight: bold;
}
/*/Телефон сверху*/

/*Блок поиска*/
.search_div
{
	text-align: right;
	padding-right: 130px;
	padding-top: 45px;
}

.search_div .text
{
	width: 132px;
	height: 21px;
	vertical-align: top;
	border: 1px solid #6c737f;
	color: black;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*/Блок поиска*/

/*Левое меню*/
.left_menu
{
	padding: 35px 5px 0px 15px;
}

.left_menu .level1
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 9px;
}

.left_menu .level1 span
{
	background-image: url(lm_mark_act.jpg);
	background-position: 0px 5px;
	display: block;
	padding-left: 15px;
	color: #FF0000;
}

.left_menu .level1 a
{
	background-image: url(lm_mark.jpg);
	background-position: 0px 5px;
	display: block;
	padding-left: 15px;
	color: #143673;
}

.left_menu .level1 a:hover
{
	color: #6c737f;
}

.left_menu .level1 .level2
{
	font-size: 11px;
	font-weight: normal;
	padding-left: 12px;
	padding-top: 3px;
}

.left_menu .level1 .level2 a
{
	background: transparent;
	color: #6c737f;
}

.left_menu .level1 .level2 a:hover
{
	color: #89ccf3;
}

.left_menu .level1 .level2 span
{
	background: transparent;
	color: #FF0000;
}

.left_menu div.bottom
{
	border-top: 1px solid #cecece;
	font-size: 0px;
	height: 13px;
	margin-top: 3px;
	margin-right: 10px;
}
/*/Левое меню*/

/*Новости слева*/
.left_new
{
	padding-bottom: 12px;
}

.left_new .date, .left_block strong
{
	font-weight: bold;
	color: black;
}

a.all_news
{
	padding-right: 14px;
	background-image: url(all_news_mark.jpg);
	background-position: right 4px;
	color: #6c737f;
	font-weight: bold;
}

a.all_news:hover
{
	color: #89ccf3;
}
/*/Новости слева*/

/*Верхнее меню*/
.top_div
{
	width: 777px;
	position: relative;
	margin-left: -1px;
}

.top_menu td
{
	white-space: nowrap;
	font-size: 12px;
	/*font-weight: bold;*/
}

.top_menu a, .top_menu span
{
	display: block;
	height: 35px;
	background-color: #143673;
	text-align: center;
	padding: 0px 9px;
	text-decoration: none;
}

.top_menu td.first a, .top_menu td.first span
{
	text-align: right;
}

.top_menu td.last a, .top_menu td.last span
{
	text-align: left;
}

.top_menu span, .top_menu a.active
{
	background-color: #e1e1e1;
}

.top_menu a:hover
{
	background-color: #b4b4b4;
}

.top_menu a div, .top_menu span div
{
	color: white;
	padding-top: 10px;
}

.top_menu a:hover div, .top_menu span div, .top_menu a.active div
{
	color: #143673;
}
/*/Верхнее меню*/


/*Меню крошки*/
.breadcrumbs
{
	font-size: 90%;
	padding-left: 11px;
	padding-top: 2px;
	padding-bottom: 3px;
}
/*Меню крошки*/

/*В контенте*/
.hr_div_main
{
	border-top: 1px solid #cecece;
	font-size: 0px;
	margin-top: 3px;
	width: 706px;
	margin-bottom: 8px;
}

.hr_div
{
	border-top: 1px solid #cecece;
	font-size: 0px;
	height: 0px;
}

.content
{
	font-size: 90%;
}

.content .td
{
	padding-bottom: 30px;
}

.more
{
	margin-bottom: 13px;
}

.more .all_news
{
	font-size: 90%;
}

.up_more
{
	position: relative; 
	margin-top: 0px;
}

.link_right
{
	text-align: right;
	padding-right: 47px;
}

.more_right
{
	width: 706px;
	position: relative;
	height: 10px;
	top: -2px;
}

.more_right a
{
	position: absolute;
	margin-top: 12px;
	right: 0px;
}
/*/В контенте*/

/*Таблицы с картинками*/
.main_photos_tbl
{
	margin-top: 5px;
}

.main_photos_tbl td
{
	vertical-align: top;
}

.main_photos_tbl .img_left
{
	margin-right: 7px;
	float: left;
	padding-bottom: 2px;
}

.main_photos_tbl .text
{
	padding-top: 7px;
}

.main_photos_tbl .holder
{
	width: 178px;
	margin: 0px auto;
	/*height: 214px;*/
}

.main_photos_tbl .holder .link
{
	padding-top: 1px;
	background-image: url(main_photo_mark.jpg);
	background-position: 0px 3px;
	padding-left: 20px;	
	
	height: 35px;
}

.main_photos_tbl .holder .empty_link
{
	height: 35px;
}

.main_photos_tbl .holder .link a
{

}

.level2_photos_tbl
{
	margin-top: 5px;
}

.level2_photos_tbl td
{
	vertical-align: top;
}

.level2_photos_tbl .text
{
	padding-top: 7px;
}

.level2_photos_tbl .holder
{
	width: 86px;
	margin: 0px auto;
	/*height: 140px;*/
}

.level2_photos_tbl .holder .link
{
	padding-top: 2px;
	padding-bottom: 15px;
}

.level2_photos_tbl .holder .link a
{

}
/*/Таблицы с картинками*/

/*Голубая обводка*/
span.blue_border
{
	border: 1px solid #89ccf3;
	display: table-cell;
	padding: 2px;
	//width: 1%;
}
/*
* html span.blue_border
{
	width: 1%;
}

*+html span.blue_border
{
	width: 1%;
}*/
/*/Голубая обводка*/

/*Футер*/
.bottom_menu
{
	border-top: 1px solid #cecece;
	font-size: 80%;
	padding: 6px 0px 9px 0px;
}

.bottom_div
{
	padding-top: 10px;
	padding-bottom: 20px;
}

.bottom_div table td
{
	font-size: 80%;
	color: white;
}

.bottom_div table td a
{
	color: white;
	/*text-decoration: none;*/
}

.bottom_div table td a:hover
{
	color: red;
}

.bottom_div .s_bottom_menu
{
	padding-top: 5px;
	color: white;
}
/*/Футер*/

/*Для разводящей*/
.divorce_item
{
	padding-bottom: 15px;
}

.divorce_item .image
{
	padding-right: 8px;
	padding-bottom: 2px;
}

.divorce_item .title
{
	font-size: 14px;
	color: #143673;
	margin-bottom: 7px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
}

.divorce_item .title a
{
	color: #143673;
	text-decoration: underline;
}

.divorce_item .title a:hover
{
	color: #AA0425;
}
/*/Для разводящей*/

/*Новости*/
.news_announce
{
	padding-bottom: 20px;
}

.news_announce .date
{
	color: #808080;
}

.news_announce p
{
	margin-bottom: 5px;
}

.news_announce .divorce_detail
{
	padding-right: 50px;
}
/*/Новости*/

/*Для формы*/
.faq_input
{
	width: 250px;
}
/*/Для формы*/

.hsm_div
{
	position: absolute;
	left: 100%;
	margin-left: -150px;
	width: 156px;
	top: 2px;
}

.top_line
{
	position: relative;
	display: block;
	width: 996px;
}
