div.all_container
{
	min-height: 100%;
	margin-bottom: -35px;
	background: #fffdee url(../img/map.jpg) no-repeat top center;
}
*html div.all_container
{
	height: 100%;
}

/* Шапка */
div.header_container
{
	position: relative;
	height: 135px;
}
div.header_line
{
	height: 25px;
	background: #558c66;
}
div.header_left
{
	position: absolute;
	top: 35px;
	left: 45px;	
	width: 110px;
	height: 88px;
}
div.header_left img
{
	display: block;
}
div.header_center
{
	margin: 0px 329px 0px 175px;
	overflow: hidden;
}
*html div.header_center
{
	zoom: 1;
}
p.header_slogan
{
	text-align: center;
	color: #126e3f;
	font-size: 1.6em;
	margin: 20px 0px 0px 0px;
}
p.header_phone
{
	text-align: center;
	color: #0077a3;
	font-size: 1.6em;
}
div.header_right
{
	position: absolute;
	top: 35px;
	right: 20px;
	width: 360px;
	height: 92px;
}
div.header_right img
{
	display: block;
	width: 360px;
	height: 92px;
}

/* Горизонтальное меню */
div.menu_horiz_container
{
	position: relative;
	height: 32px;
}
div.menu_horiz_left
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 3px;
	height: 32px;
	background: url(../img/menu_horiz_left.gif) no-repeat top left;
}
div.menu_horiz_right
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 3px;
	height: 32px;
	background: url(../img/menu_horiz_right.gif) no-repeat top left;
}
div.menu_horiz_center
{
	height: 32px;
	overflow: hidden;
	margin: 0px 3px 0px 3px;
	background: url(../img/menu_horiz.gif) repeat-x top left;
	font-size: 1.4em;
	font-weight: bold;
}
div.menu_horiz_center div.sep
{
	float: left;
	height: 32px;
	width: 2px;
	background: url(../img/menu_horiz_sep.gif) no-repeat top left;
}
div.menu_horiz_center div.lang
{
	float: left;
	width: 195px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: white;
}
div.menu_horiz_center div.lang a
{
	color: white;
}
div.menu_horiz_center div.common,
div.menu_horiz_center div.active
{
	float: left;
	width: 170px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
div.menu_horiz_center div.active
{
	background: url(../img/menu_horiz_active.gif) repeat-x top left;
}
div.menu_horiz_center div.common a
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;	
	color: white;
}
div.menu_horiz_center div.active a
{
	display: block;
	width: 100%;
	height: 100%;	
	text-decoration: none;
	color: #56ac7b;
}
div.menu_horiz_center div.common a:hover,
div.menu_horiz_center div.active a:hover
{
	text-decoration: underline;
}


/* Разметка */
table.body_container,
table.topbar_container,
table.content_container
{
	width: 100%;	
}
table.topbar_container
{
	background: url(../img/menu_vert_sep.gif) repeat-x bottom left;
}
td.menu_vert_container
{
	width: 200px;
}
td.sidebar_container,
td.search_container
{
	width: 240px;
}


/* Вертикальное меню */
div.menu_vert_container
{
	width: 200px;
	padding: 35px 0px 0px 0px;
	background: #dde8df url(../img/menu_vert_border.gif) repeat-y top right;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
}

div.menu_vert_container div.common
{
	padding: 0px;
	padding: 10px 0px 10px 20px;
	overflow: hidden;
}
div.menu_vert_container div.active
{
	padding: 0px;
	padding: 10px 0px 10px 20px;
	overflow: hidden;
	background: url(../img/menu_vert_active.gif) repeat-y top left;
}

div.menu_vert_container div.sep
{
	height: 2px;
	overflow: hidden;
	clear: both;
	background: url(../img/menu_vert_sep.gif) repeat-x top left;
}

div.menu_vert_container div.common a
{
	display: block;
	text-decoration: none;	
	color: #252525;
}
div.menu_vert_container div.active a
{
	display: block;
	text-decoration: none;
	color: #56ac7b;
}
div.menu_vert_container div.common a:hover,
div.menu_vert_container div.active a:hover
{
	text-decoration: underline;
}
div.menu_vert_bottom
{
	width: 200px;
	height: 213px;
	background: url(../img/menu_vert_bottom.gif) no-repeat top left;
}

/* Подменю */
div.menu_vert_container div.sub_container
{
	margin: 0px 0px 0px 20px;
	background: url(../img/menu_vert_active.gif) repeat-y -20px top;
}
div.menu_vert_container div.sub_container_inner
{
	margin: 0px 0px 0px 15px;
}
div.menu_vert_container div.sub_point_common,
div.menu_vert_container div.sub_point_active
{
	font-size: 0.8em;
	background: url(../img/ul.gif) no-repeat left 0.7em;
	padding: 0px 0px 7px 12px;
}
div.menu_vert_container div.sub_point_common a
{
	text-decoration: none;	
	color: #252525;
}
div.menu_vert_container div.sub_point_active a
{
	text-decoration: none;	
	color: #56ac7b;
}
div.menu_vert_container div.sub_point_common a:hover,
div.menu_vert_container div.sub_point_active a:hover
{
	text-decoration: underline;
}


/* Панель навигации */
div.nav_container
{
	padding: 0px 0px 13px 0px;
}

/* Дополнительное меню */
div.menu_sub_container
{
	float: left;
	width: 200px;	
}
div.menu_sub_container ul
{
	margin: 20px 10px 0px 20px;
}
div.menu_sub_container ul li
{
	background: url(../img/menu_sub.gif) no-repeat left 0.4em;
}


/* Контент */
div.text_container,
div.text_container_sub
{
	overflow: hidden;
	*zoom: 1;
}
div.text_container_sub
{
	margin-left: 200px;
}

/* Картинка-иконка страницы */
div.page_icon
{
	float: left;
	display: inline;
	margin: 10px 0px 0px 20px;
	padding: 0px 20px 0px 0px;
}
div.page_icon img
{
	display: block;
}

/* Таблицы */
table.table
{
	margin: 11px 0px 0px 20px;
}
table.table td,
table.table th
{
	border: 1px solid black;
	padding-bottom: 10px;
	overflow: hidden;
}

table.table td
{
	background: white;
}
table.table th
{
	background: #f0f8f0;
}

table.table p
{
	margin: 10px 10px 0px 10px;
}

/*Картинка на странице about.php*/
div.image_about
{
	padding: 10px 0px 0px 10px;
}


/* Подвал */
div.footer_container 
{
	background: #558c66;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
div.footer_empty
{
	clear: both;
	height: 45px;
}

/* Делаем ссылки в подвале */
div.hrefs_footer
{
	white-space: nowrap;
	display:inline;
	margin: 0px 0px 0px 20px;
}
div.hrefs_footer a
{
	color: white;
	font-size: 1.4em;
}
