@charset "windows-1251";
/* CSS Document */
/*start ------------------------------------------- Элементы для формы поиска -----------------------------------------------------------*/
.inputbox {
	border: solid #e6daa1 1px;
	font-size: 11px;
	color: #000000;
}
.search_b {
	border: 1px solid #e6daa1;
	background-color: #f4854b;
	margin-top: 3px;
	font-size: 10px;
	color: #FFFFFF;
}
.search_text {
	color: #c4aa6d;
	margin-right: 2px;
}
/*END ------------------------------------------- Элементы для формы поиска -----------------------------------------------------------*/

/*start ------------------------------------------- Все даты -----------------------------------------------------------*/
.date {
	text-align:left;
	font-size: 10px;
	color: #e6daa1;
}
/*END --------------------------------------------- Все даты -----------------------------------------------------------*/

.cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 20px;
}

/*start ------------------------------------------- Меню подразделов -----------------------------------------------------------*/
.a_main_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px;
}
.a_main_menu:link {
	text-decoration: none;
	color: #FFFFFF;	
}
.a_main_menu:visited {
	text-decoration: none;
	color: #FFFFFF;	
}
.a_main_menu:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.a_main_menu:active {
	text-decoration: none;
	color: #FFFFFF;	
}


.a_menuclass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.a_menuclass:link {
	text-decoration: none;
	color: #FFFFFF;
}
.a_menuclass:visited {
	text-decoration: none;
	color: #FFFFFF;	
}
.a_menuclass:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.a_menuclass:active {
	text-decoration: none;
	color: #FFFFFF;	
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e75603;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #e75603;
}
a:hover {
	text-decoration: none;
	color: #e75603;
}
a:active {
	text-decoration: underline;
	color: #e75603;
}

.a_t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f486b;
	font-weight: bold;
}
.a_t1:link {
	text-decoration: none;
}
.a_t1:visited {
	text-decoration: none;
	color: #000000;
}
.a_t1:hover {
	text-decoration: none;
	color: #000000;
}
.a_t1:active {
	text-decoration: none;
	color: #000000;
}

/*END --------------------------------------------- Меню подразделов -----------------------------------------------------------*/

/*start ------------------------------------------- Отображение изображений -----------------------------------------------------------*/
.img {
	border: solid #c7c4ff 1px;
}
/*END --------------------------------------------- Отображение изображений -----------------------------------------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f486b;
}
body {
	background-image: url(img/bg.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.copy {
	font-size: 11px;
	color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 13px;
	color: #4f486b;
	margin-bottom: 3px;
	margin-top: 3px;
	font-weight: bold;	
	margin-left: 10px;
}
h2 {
	font-size: 12px;
	color: #c52d04;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	margin-left: 10px;
}
hr {
	background-image: url(img/hr.png); 
	border: solid 0px #a43310;
	height: 9px;
}	

p {
	text-align: justify;
	text-indent: 10px;
}

.meta_d {
	text-align: justify;
	font-size: 12px;
	color: #4f486b;
	margin: 10px;
}
ul {
	padding-left:15px; /* отступ от маркера */
    background:url(img/li.gif) no-repeat left center; /* задаем фон */
}
.item {
	background-color: #c4aa6d;
	padding: 10px;
	border: solid #e6daa1 1px;
}
.logo {
	background-image:url(img/slogan2.png);
	background-repeat:repeat-y;
	height: 78px;
}
