html, body 
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url(../resources/map.jpg) no-repeat top center;
	background-color: #fffdee;
}

/* CSS drop */

h1, h2, h3, h4, h5, h6, p, ol, ul, li, table,tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	color: inherit;
}
img
{
	border: 0;
}

div.sep_horiz
{
	float: left;
	font-size: 0px;
	width: 20px;
	height: 10px;
}
div.sep_vert
{
	clear: both;
	font-size: 0px;
	height: 10px;
}
div.error p
{
	color: red;
}

table 
{
	border-collapse: collapse;
	table-layout: fixed;
}

table td
{
	text-align: left;
}

table.container_all
{
	width: 100%;
	height: 100%;
	table-layout: auto;
	background: url(../resources/main_menu_grad.gif) no-repeat 0px 167px;
}
table.container_main
{
	width: 100%;
}


/*------------------------------------------------------*/
/* Шапка */

div.green_line
{
	height: 25px;
	background-color: #558c66;
}

table.header 
{
	width: 100%;
	height: 110px;
}

table.header  td
{
	text-align: center;
}

table.header td.logo_left 
{
	width: 190px;
	text-align: center;
}
table.header td.logo_right
{
	width: 312px;
	text-align: left;
}
 
*html table.header img  /* для IE убираем отступы у картинки */
{
	display: block;
}

table.header h1
{
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	/*font-style: italic;*/
	color: #126e3f;
	text-transform: uppercase;
}

table.header h2
{
	margin: 10px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #0077a3;
}

/*------------------------------------------------------*/
/* Меню быстрого доступа */

table.menu_quick
{
	width: 100%;
	height: 32px;
	background: url(../resources/quick_menu.gif) repeat-x top left;
}
table.menu_quick td.border_left
{
	width: 3px;
	background: url(../resources/quick_menu_left.gif) no-repeat top left;
}
table.menu_quick td.border_right
{
	width: 3px;
	background: url(../resources/quick_menu_right.gif) no-repeat top right;
}

table.menu_quick td.lang_ru,
table.menu_quick td.lang_en
{
	width: 185px;
	text-align: center;
}
table.menu_quick td.lang_ru a,
table.menu_quick td.lang_en a
{
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
table.menu_quick td.lang_ru a.lang_ru,
table.menu_quick td.lang_en a.lang_en
{
	color: #a8e4b4;
}
table.menu_quick td.lang_ru a.lang_en,
table.menu_quick td.lang_en a.lang_ru
{
	color: white;
}
table.menu_quick td.lang_ru span,
table.menu_quick td.lang_en span
{
	font-weight: bold;
	color: white;
	margin: 0px 10px 0px 10px;
}

table.menu_quick td.sep
{
	width: 2px;
	background: url(../resources/quick_menu_sep.gif) no-repeat top left;
}
table.menu_quick td.common,
table.menu_quick td.active
{
	width: 155px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
table.menu_quick td.active
{
	background: url(../resources/func_button_a.gif) repeat-x top left;
}
table.menu_quick td.common a, 
table.menu_quick td.active a
{
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
table.menu_quick td.common a:hover, 
table.menu_quick td.active a:hover
{
	text-decoration: underline;
}
table.menu_quick td.common a
{
	color: white;
}
table.menu_quick td.active a
{
	color: #56ac7b;
}


/* ------------------------------------------------------- */
/* Главное меню */

table.container_main td.menu_main
{
	width: 190px;
}

table.container_main td.menu_main h1
{
	margin: 15px 0px 0px 20px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #252525;
}
table.container_main td.menu_main p
{
	margin: 10px 0px 0px 30px;
	font-size: 1.3em;
}

table.container_main td.menu_main a
{
	font-weight: bold;
	color: #252525;	
}
div.menu_main_container
{
	padding: 35px 0px 0px 0px;
	background: #dde8df url(../resources/main_menu_border.gif) repeat-y top right;
}
div.menu_main_container div.sep
{
	font-size: 0em; /* убирает минимальную высоту в IE */
	height: 2px;
	background: url(../resources/menu_main_sep.gif) repeat-x top left;
}
div.menu_main_container div.sep1
{
	font-size: 0em; /* убирает минимальную высоту в IE */
	height: 4px;
	background-color: #558c66;
	margin: 15px 20px 0px 20px;
}


div.menu_main_container div.common,
div.menu_main_container div.active
{
	padding: 10px 20px 10px 20px;
	overflow: hidden;
}
div.menu_main_container div.active
{
	background: url(../resources/menu_main_active.gif) repeat-y top left;
	background-color: #fffdee;
}
div.menu_main_container div.common a,
div.menu_main_container div.active a
{
	font-size: 1.4em;
	display: block;
	text-decoration: none;
}
div.menu_main_container div.common a:hover,
div.menu_main_container div.active a:hover
{
	text-decoration: underline;
}
div.menu_main_container div.active a
{
	color: #56ac7b;
}

table.nav_bar
{
	width: 100%;
	height: 37px;
	background: url(../resources/menu_main_sep.gif) repeat-x bottom left;
	font-size: 1.2em;
}
table.nav_bar td
{
	padding: 0px 20px 0px 20px;
}
table.nav_bar td.nav_search
{
	width: 300px;
}


/* ------------------------------------------------------- */
/* Подвал */

div.footer
{
	height: 35px;
	line-height: 35px;
	background-color: #558c66;
	margin-top: -35px;
}
table.footer 
{
	margin:0px auto; /* для выравнивания по центру блока div.footer */
	table-layout: auto;
}
table.footer td
{
	padding: 0px 10px 0px 10px;
}
table.footer td.sep 
{
	padding: 0px;
	width: 7px;
	background: url(../resources/footer_sep.gif) no-repeat center center;
}
table.footer  a.footer
{
	font-family: Tahoma, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
}
div.empty
{
	height: 55px;
}


/* ------------------------------------------------------- */
/* Контент */

table.content_container
{
	width: 100%;
}

/* Новости */
table.content_container td.content_news
{
	padding: 10px 20px 0px 20px;
	width: 220px;
}
table.content_container td.content_news img
{
	display: block;
}
div.news_container_shadow
{
	margin: 10px 0px 0px 0px;
	padding: 0px 2px 2px 0px;
	background-color: #a4a6a5;	
}
div.news_container
{
	border: 1px solid #dde8df;
	background-color: white;
}
div.news_container div.news_header
{
	background-color: #dde8df;
}

/* Телефоны */
div.phones
{
	margin: 10px;
	text-align: center;
	color: #126e3f;
}
div.phones div
{
	margin: 0px auto;
	width: 27em;
	text-align: left;
}

/* Текст */
div.text_container
{
	padding: 0px 20px 0px 20px;
}
img.left
{
	float: left; 
	margin: 10px; 
	display: block;
}
img.right
{
	float: right;
	margin: 10px; 
	display: block;
}
div.java
{
	margin: 0px 0px 0px 20px;
	display: none;
}

/* Таблица */

div.table, div.table1
{
	margin: 10px 0px 0px 10px;
}
div.table table th,
div.table table td,
div.table1 table th,
div.table1 table td
{
	border: 1px solid black;
}
div.table table th,
div.table1 table th
{
	padding-bottom: 5px;
	background-color: #f0f8f0;
	font-weight: normal;
}
div.table table th
{
	text-align: center;
}
div.table1 table th
{
	text-align: left;
}
div.table table th p,
div.table1 table th p
{
	color: black;
}
div.table1 table th p.comment
{
	color: #646464;
}
div.table table th p
{
	font-weight: bold;
}
div.table table th p.comment
{
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
}
div.table table td,
div.table1 table td
{
	background-color: white;
	padding-bottom: 5px;
}

/* Подложка под текст (например, визовый сервис) */
div.backtext
{
	background-color: #eef2e4;
	padding: 1px 10px 10px 10px;
	margin-top: 10px;
	/*border-left: 2px solid #b3c1ba;*/
}

/* Лицензии */
div.license
{
	float: left;
	border: 1px solid #a1d3be;
	background-color: #eaf5f2;
	margin: 10px 0px 0px 10px;
}
div.license img
{
	display: block;
}
div.license div.info
{
	border-top: 1px solid #a1d3be;
	padding: 5px;
}