/* ========================================================================= */
/* ==================== БАЗОВЫЕ НАСТРОЙКИ СТРАНИЦЫ ========================= */
/* ========================================================================= */

/* Убираем все лишние отступы на всех элементах */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font: 12px Verdana;
	background: white; /* #FFFFFF; #FDF8E7; */
	color: #000; /* #574B45; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}
/* ========================================================================= */
/* ========================= СКЕЛЕТ СТРАНИЦЫ =============================== */
/* ========================================================================= */

/* Контейнер всего содержимого кроме подвала */
#main {
	width: 100%;
	height: auto !important;
	min-height: 100%;
	height: 100%;
}

/* Первый контейнер для левого блока (меню) и центрального,
   смысл которого резервировать место справа для 3-го правого блока */
#container_1 {
	width: 100%;
	float: left;
	margin-right: -200px;
}

/* Второй контейнер для левого блока (меню) и центрального,
   смысл которого резервировать место справа для 3-го правого блока */
#container_2 {
	margin-right: 200px;
}

/* Внешний головной блок (шапка) */
#header {
	height: 80px;
	padding: 1px 5px 1px 5px; /* Отступ для внутреннего блока */
}

/* Внешний контейнер для левосторонних блоков */
#left_col {
	width: 200px;
	float: left;
}

/* Центральный внешний блок для основного содержимого */
#center {
	margin-left: 200px;
	padding: 0px 5px 5px 5px; /* Отступ для внутреннего блока */
}

/* Контейнер правосторонних блоков для размещения дополнительной информации */
#right_col {
	width: 200px;
	float: right;
}

/* Внешний блок для подвала */
#footer {
	width: 100%;
	height: 55px;
	margin-top: -55px;
}

/* Дополнительный блок запрещающий "наезд" верхних блоков на подвал */
#hack_footer {
	height: 55px;
	clear: both;
}
/* ========================================================================= */
/* ====================== /END СКЕЛЕТ СТРАНИЦЫ ============================= */
/* ========================================================================= */

/* ========================================================================= */
/* ========================= ВНУТРЕННИЕ БЛОКИ ============================== */
/* ========================================================================= */

/* Внутренний блок с шапкой */
#top_block {
	height: 75px;
	text-align: center;
	background: #F1FBFE; /* #E0FFFF; */
	border: solid 1px #4682b4;
/*	border-top: solid 3px #4682b4;
	border-right: solid 3px #4682b4;
	border-left: solid 3px #4682b4;
	border-bottom: solid 3px #4682b4;*/
}

/* Блок с меню */
#navigation {
	width: 190px; 
/*	height: 700px; */
	border: solid 1px #4682b4;
	margin: 0px auto;
	background: #FFF; /* #F1FBFE; */
/*	border-bottom: solid 1px #D7C8B6; */
	font: 8px Verdana;
}

/* Левосторонний нижний блок */
#left_block_bottom {
	width: 190px;
	height: 100px;
	margin: 10px auto;
	background: #FFFFFF; /* #E9E4D3; */
	border: solid 1px #4682b4;
/*	border-bottom: solid 1px #D7C8B6; */
}

/* Блок(и) с контентом */
.content {
	margin-bottom: 5px;
	background: #FFF; /* #F1FBFE; */ 
	border: solid 1px #4682b4;
/*	border-bottom: solid 1px #D7C8B6; */
}

/* Правосторонний верхний блок */
#right_block_top {
	width: 190px;
	height: 500px;
	margin: 0px auto;
	background: #FFF; /* #E9E4D3; */
	border: solid 1px #4682b4;
/*	border-bottom: solid 1px #D7C8B6; */
}

/* Правосторонний нижний блок */
#right_block_bottom {
	width: 190px;
/*	height: 250px; */
	margin: 3px auto;
	background: #FFF; /* #E9E4D3; */
	border: solid 1px #4682b4;
/*	border-bottom: solid 1px #D7C8B6; */
}

/* Подвал */
#cellar {
	height: 31px;
	margin: 0px 5px 0px 5px;
	text-align: center;
	background: #F1FBFE; /* #E9E4D3; */
	border: solid 1px #4682b4;
/*	border-bottom: solid 1px #D7C8B6; */
}

/* Заголовок блоков */
.caption {
	height: 17px;
	padding-left: 5px;
	padding-top: 2px;
	font: bold 14px Verdana;
	vertical-align: middle;
	background: #99CCFF; /* 4682b4 #B3A492; */
	border-bottom: solid 1px #4682b4;
	color: #000000; /* #FDF8E7; */
}

.filedate {
	height: 15px;
	padding-left: 5px;
	padding-top: 2px;
	font: italic 12px Verdana;
	vertical-align: middle;
	background: #FFFFFF; /* 4682b4 #B3A492; */
	border-bottom: solid 1px #4682b4;
	color: #000000; /* #FDF8E7; */
}

/* Авторское право */
.copyright {
	height: 15px;
	text-align: center;
}

/* Поля в формах */
.fields {
	width: 140px;
	height: 15px;
	font-style: italic;
	background: #FCF0EA;
	padding-top: 2px;
	padding-bottom: 2px;
	border: solid 2px #4682b4;
}

#button {
	BACKGROUND-COLOR:#FFFFFF; 
	BORDER:#7D91FB 3px ridge; 
	WIDTH:85px; 
	HEIGHT:25px; 
	FONT-SIZE:12px; 
	COLOR:#0000A0; 
	MARGIN:5px 5px 5px 5px; 
	CURSOR:hand; 
	FONT-WEIGHT:bold;
}

/* ==================== Ссылки ==================== */
/* Общий стиль ссылок */
/* a.link_1:link, a.link_1:visited, a.link_1:focus, a.link_1:active { */
a:link, a:visited, a:focus, a:active {
	text-decoration: underline;
	font-size: 12px;
/*	font-style: italic; */
	color: blue; /* #231402; */
	line-height: 18px;
}

/* Стиль ссылок при наведении на нее мышкой */
a:hover {
	color: red /* #998D87; */
	text-decoration: underline;
}

/* Ссылки для последовательного просмотра */
.pages {
	color: red /* #998D87; */
	text-decoration: underline;
}

/* ================== /END Ссылки ================== */

/* ================ Текстовые блоки ================ */

blockquote {
	margin: 20px;
}

.text_middle {
	margin: 5px;
}

.text_use {
	padding: 5px;
	margin-left: 5px;
}

.underline {
	text-decoration: underline;
}

ul {
	margin-left: 25px;
	padding: 0px; 
/*	list-style: none; */
/*	width: 180px; */
}

ol {
	margin-left: 35px;
	padding: 0px; 
}

h1, h2, h3, h4 {
	margin-top: 10px;
	padding-left: 3px;
}

.table_in_text {
	margin-left: 25px;
	cellpadding: 5px;
	cellspacing: 0px;
	border-style: solid;
	border-width:thin;
	border-collapse: collapse;
}

.td_in_text {
	border-style: solid;
	border-width:thin;
	text-align: center;
	padding: 4px;
}

.td_in_CMS {
	border-style: solid;
	border-width:thin;
	padding: 0px;
}
/* ============= /END Текстовые блоки ============= */

/* ========================================================================= */
/* ======================= /END ВНУТРЕННИЕ БЛОКИ =========================== */
/* ========================================================================= */

/* ========================================================================= */
/* =============================== МЕНЮ ==================================== */
/* ========================================================================= */
ul.menu {
	margin: 5px auto;
	padding: 0px; 
	list-style: none;
/*	width: 180px; */
}

a.menu {
 	display: block; 
	text-decoration: none;
	color: #574B45;
	background: #FFFFFF; /* #E9E4D3; */
	padding: 2px;
	height: 1%;
	line-height: 14px;
}

a.menu:hover {
	color:#0000A0; /* color: #000; */
	background: #99CCFF; /* #FDF8E7; */
	text-decoration: underline;
} 

li.lite {
	color:#000000; /* color: #000; */
	text-decoration: none;
	margin-left:20px;
} 

/* ========================================================================= */
/* ============================= /END МЕНЮ ================================= */
/* ========================================================================= */

