/* CSS Document */
/*	@autor Gigo
*	@version 1.2 22.06.08
*/

* {
	margin:0px;
	padding:0px;}

html,body {
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	}
ul{ margin-left:10px;}	
	
table,td {
	border:0px solid #0000FF;
	border-collapse:collapse;}
div {
	border:0px solid #FF0000;}
	
table.root {
	width:100%;
	height:100%;
	table-layout:fixed;}

td.top { 
	height:175px;
	background-image:url(../images/top_bg.jpg);
	background-position:972px 0px;}
td.top2 { 
	height:30px;
	background:#1075B5;
	/*background-image:url(../images/top2_bg_center.jpg);*/}
td.left { 
	background-color:#BDD2FF;
	vertical-align:top;}
td.content {
	background-color:#FFFFFF;
	vertical-align:top;
	padding:10px;
	color:#4A4D4A;
	font-size:12px;
	text-align:justify;}
td.right { 
	background-color:#BDD2FF;
	vertical-align:top;
	padding-top:30px;}
td.footer { 
	height:40px;
	vertical-align:top;
	background:#1075B5;
	/*background-image:url(../images/footer_bg.jpg);*/}

/* Контент */
div.top2_left {
	width:180px;
	height:30px;
	float:left;
	line-height:25px;
	vertical-align:middle;
	/*background-image:url(../images/top2_bg_div.jpg);*/}
div.top2_right {
	width:180px;
	height:30px;
	float:right;
	line-height:25px;
	vertical-align:middle;	
	/*background-image:url(../images/top2_bg_div.jpg);*/}
div.footer_left {
	width:180px;
	height:5px;
	float:left;
	/*background-image:url(../images/footer_div_bg.jpg);*/
	font-size:1px;}
div.footer_right {
	width:180px;
	height:5px;
	float:right;
	/*background-image:url(../images/footer_div_bg.jpg);*/
	font-size:1px;}
	
/* Шрифты */
/* h1 - footer */
h1 {
	color:#0A2166;
	font-weight:400;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	vertical-align:top;
	margin-top:10px;
	margin-bottom:5px;}
h1 a:link, h1 a:active, h1 a:visited {
	font-size:16px;
	color:#000000;
	text-decoration:none;}
h1 a:hover {
	text-decoration:underline;}
/* h2 - заглавия */
h2 {
	font-size:100%;}
/* h3 - меню */
/* h4 - текст */
h4 {
	font-size:70%;}
/* h5 - язык\дата */
h5 {
	color:#FFFFFF;
	font-size:80%;
	vertical-align:top;
	padding-left:20px;
	padding-top:2px;}
h5 a:link, h5 a:active, h5 a:visited {
	text-decoration:none;
	color:#FFFFFF;}
h5 a:hover {
	text-decoration:underline;}
p:first-letter {
	margin-left:20px;}
a:link.home, a:visited.home, a:active.home {
	font-size:13px;
	color:#0A2166;
	text-decoration:none;
	font-weight:bold;}
a:hover.home {
	text-decoration:underline}
a:visited {
	color:#0000FF;}
a:link, a:active {
	text-decoration:none;
	color:#0000FF;}
a:visited {
	color:#990099;
	text-decoration:none}
a:hover {
	text-decoration:underline;}
#t table, #t tr, #t td, #t div{ border:1px solid #000000}
input[type="submit"]{ padding:2px 5px; border:1px solid #1030AD; color:#1030AD; background:#BDD3FF; margin:5px 0;}	
.sitemap ul, ol{
	margin-left:50px;}
