.empty {}

body
{
	font-size: 75%;
	background-color : #751B05;
	background-image: url(bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
}
BODY *
{
	font-size: 100%;	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFEEC6;	
}

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
{
	color:#FFEEC6;
	font-family: Georgia;
	font-size:27px;
	margin-top: 3px;
	margin-bottom: 5px;
	font-weight:normal;
}

h2
{
	color:#FFEEC6;
	font-family: Georgia;
	font-size:21px;
	margin-top: 3px;
	margin-bottom: 5px;
	font-weight:normal;
}


h3
{
	color:#FFEEC6;
	font-family: Georgia;
	font-size:18px;
	margin-top: 3px;
	margin-bottom: 5px;
	font-weight:normal;
	font-style: italic;
}


a
{
	color: #FFD02E;
	text-decoration: underline;
}

a:hover
{
	color : #FFD02E;
}

p
{
	margin: 1.5em 0 1.5em 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;
}
/*/Делаем класс для тех, кто без границы*/
/*------------------------------------------------------*/

td{
	padding:0px;
}

div{
	padding:0px;
}

#overall{
	width:1000px;
}

#top_td{
	width:1000px;
	height:110px;
	background-image: url(top_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #9C4532;
}

#center_td{
	background-image: url(all_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-size:1.0em;
	line-height:16px;
	padding-bottom:15px; 
}

#bottom_td{
	height:124px;
	background-image: url(footer_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-top:3px solid #8C240B;
}

#hat{
	position:relative;
}

#logo{
	position:absolute;
	top:0px;
	left:54px;
}

#phone{
	color:white;
	font-size:14px;
	position:absolute;
	top:30px;
	left:285px;	
}

#number{
	position:absolute;
	top:40px;
	left: 280px;
	font-family: Georgia;
	color:#FFD02E;
	font-size:24px;
}

#number span{
	font-family: Georgia;
	color:#FFD02E;
	font-size:42px;
}

#top_items{
	position:absolute;
	top:15px;
	left:677px;
}

#top_items a{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#F6C341;
	text-decoration: none;
	background-image: url(bullet_top.jpg);
	background-position: 3px 6px;
	background-repeat: no-repeat;
	padding-left:17px;
	margin-bottom:2px;
	font-family: georgia;
}

#icons{
	position:absolute;
	top:15px;
	left:950px;	
}

#icons_table td{
	padding:8px 5px;
}

#icons_table{

}

#top_menu{
	width:940px;
}

#top_menu td{
	height:41px;
	background-image: url(menu_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #A53613;
	padding:0px 20px;
	padding-bottom:7px;
}

#top_menu td *{
	color:#FFD02E;
	font-size:15px;
	font-family: Georgia;
	background-image: url(menu_item_bg.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left:20px;
}

#top_menu td a:hover{
	background-image: url(menu_hover.jpg);
	color:#FFEEC6;	
}

#top_menu td span{
	background-image: url(menu_hover.jpg);
	color:#FFEEC6;
	font-weight: bold;	
}

#content_table{
	width:940px;
}

#left_td{
	width:250px;
	padding-bottom:40px;
}

#left_block_menu{
	background-color: #90270E;
	border:1px solid #681903;
	padding-top:11px;
	padding-bottom:15px;
}

.left_level_1{
	font-size:18px;
	color:#FFD02E;
	font-family: Georgia;
	display: block;
	background-image: url(left_item.jpg);
	background-position: 3px 5px;
	background-repeat: no-repeat;
	margin-left:10px;
	margin-right:10px;
	padding-left:20px;
	line-height:18px;
	margin-bottom:6px;
}

span.left_level_1{
	color:#FFEEC6;	
}

#left_block_bottom{
	background-color: #751B05;
	border:1px solid #872307;
	background-image: url(left_bottom_block_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding:15px;
	padding-top:2px;
	padding-bottom:20px;
}

.h2{
	color:#FFEEC6;
	font-family: Georgia;
	font-size:27px;
}

.date{
	color:white;
	font-style: italic;
	font-size:12px;
	margin-top:15px;
}

.news_item a{
	font-size:12px;
	line-height:16px;
}

#content_td{
	padding-left:21px;
	font-size:1.0em
}

#content_td_no_main{
	padding-left:41px;
	line-height:16px;
	font-size:1.0em
}

.content_div{
	background-color: #751B05;
	border:1px solid #872307;
	color:#FFEEC6;
	font-size: 1.0em;
	padding:10px;
	padding-top:5px;
	line-height: 18px;
}

.portfolio_item{
	float:left;
	width:210px;
	margin-bottom:25px;
}

.portfolio_item_inner{
}

.portfolio_item_top{
	background-color: #8B240C;
	margin-bottom:2px;
	padding:13px;
	//padding:12px;
}

.portfolio_item_top a img{
	border: 1px solid #C17312;
}

.portfolio_item_bottom{
	background-color: #8B240C;
	padding:10px;
}

.portfolio_item_bottom a{
	font-size: 13px;
	font-weight: bold;
	color:#FFD02E;
}

.between_items{
	float: left;
	width:18px;
}

.between_items_no_main{
	float: left;
	width:8px;
}

#left_bottom{
	float:left;
	padding-left:30px;
	padding-top:10px;
	font-size:11px;
	color:#EEA690;
	line-height: 13px;
}

h1.ismain{
	margin-left:10px;
}

#breadcrumbs{
	color:#EEA690;
	font-size:11px;
	margin-top:10px;
	margin-bottom:10px;
}

#breadcrumbs a{
	font-size:11px;
}

.left_subitem{
	background-image: none;
	padding-left:30px;
}

.left_subitem *{
	background-image: url(left_subitem.jpg);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left:10px;
	font-family: Georgia;
	font-size:13px;
	line-height: 17px;
}

.left_subitem a:hover{
	color:#FFEEC6;
}

.left_subitem span{
	font-weight: bold;	
}

.page{
	padding-top:20px;
	padding-bottom:30px;
	
}

.page *{
	font-weight:bold;
	font-size:12px;
	margin-left:7px;
	margin-right:7px;
}

.page span{
	background-color: #A53410;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom: 2px;	
}

.news_part .news_item{
	font-weight:bold;
}

.news_text{
	font-size:12px;
	padding-top:5px;
	line-height:17px;
}

.divorce a{
	font-family: Georgia;
	font-size: 19px;
	line-height:27px;
}

.bordered td{
	background-color: #8B240C;
	border:1px solid #751B05;
	padding:8px;
}

.bordered th{
	background-color: #8B240C;
	border:1px solid #751B05;
	padding:8px;
}

ul{
	padding-left:0px;
}

ul li{
	list-style:none;
	background-image: url(left_subitem.jpg);
	background-repeat: no-repeat;
	background-position: 0 7px;		
	padding-left:15px;
	margin-left:25px;
}

#em_text{
	font-size: 1.0em;
}

input{
	color:black;
}

.faq_input{
	border: 1px solid #FFD02E;
	width:300px;
}

.search_button{
	border: 1px solid #FFD02E;
	background-color: #651703;
	color:#FFD02E; 
}