﻿/*файл css*/
body {
	padding: 0;
	background-color: #fff;
	margin: 0 15px;
}

a:active {
	color: #BC1600;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a:visited {
	color: #BC1600;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a:hover {
	color: #BC1600;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a:link {
	color: #BC1600;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

td{
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif; 
	color: #505050;
}

p{
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif; 
	color: #505050;
}

div{
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif; 
	color: #505050;
}

hr {
	
	height: 1px;
	width: 100%;
	padding: 0px 0 0 0;
	border: none;
	background-color: #E1E1E3;
	clear: both;
	color: #E1E1E3;
}

#main {
		color: #BC1600;
	font-weight: bold;
	text-align: center;
	vertical-align: ;
	background-color: #e2e3e2;
	font-size: 14px;
	padding: 10px 0 10px 0;
	text-decoration: none;
}
/*--------|Шапка|------*/

.header {
	height: 22px; width: 40%;
	border-top: 6px solid #BC1600;
	border-right: 1px solid #fff;
	padding: 26px 0px 9px 0px;
	}

.header_right {
	width: 60%;
	border-right: 1px solid #fff;
	border-top:6px solid #C6C7C6;
	height: 22px;
	padding: 5px 0 0 4px;
	color: #BC1600;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;

}

.header_right img {
	vertical-align: middle;
}

.header_right nobr {
	padding-left: 10px;
}

.header_right small {
	vertical-align: middle;
	color: #505050;
	font-size: 11px;
	font-weight: normal;
}
/*--------|Меню|------*/

.topmenu {
	display: table-row;
	width: 100%;
	background-color: #C6C7C6;
	border-left: solid;
	border-left-color: #E1E1E3;
	border-left-width: 1px;
	height: 36px;
}

.q{
	border-right: solid;
	border-right-color: #E1E1E3;
	border-right-width: 2px;
   background-color: #fff;
	padding: 1px;
	height: 30px;
	margin-bottom: 2px;
	vertical-align: middle;
}

#menu_name {
	color: #BC1600;
	font-weight: bold;
	text-align: center;
	vertical-align: ;
	background-color: #e2e3e2;
	font-size: 14px;
	padding: 10px 0 10px 0;
}

.menu{
	border-right: solid;
	border-right-color: #E1E1E3;
	border-right-width: 2px;
	width: 20%;
	background-color: #c6c7c6;
	height: 6px;
	padding: 0;
	margin: 0;
}

.menu_down{
	border-right: solid;
	border-right-color: #E1E1E3;
	border-right-width: 2px;
	width: 20%;
	background-color: #c6c7c6;
	height: 2px;
	padding: 0;
	margin: 0;
}
	
#left_border {
	border-left: solid;
	border-left-color: #E1E1E3;
	border-left-width: 1px;
}


/* -------левая часть--------- */
#left_content {
	padding-bottom: 60px;
		vertical-align: top;
}

.left {
	margin: 0;
	padding: 0 0 40px 0;
	border-right:solid;
	border-right-color: #E1E1E3;
	border-right-width: 1px;

}

.left ul {
		margin: 0px 0px 20px 12px ;
		padding: 0px 0px 0px 0px ;

}

.left ul li {
	list-style: none;
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-weight: bold;
	padding: 0px 0px 8px 12px;
	margin: 0px;	
}

.search {
	height: 55px;
	background-color: #f3f3f4;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 20px 0 0px 12px;
}


#s  {

    margin: 10px 8px 0 0;
    border: 1px solid #e1e1e3;
    width: 50%;
    height: 18px;
    vertical-align: middle;

}

#s1  {
	margin: 10px 0 0px 0;
    vertical-align: bottom;
}

.banner {
	padding:0 0px 0px 0;
	margin: 0 1px 0 0;

	height: 100%;
		background-color: #e2e2e2;
	background-image: url(images/bg_banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.banner h1 {
	padding: 8px 0 5px 12px;
	margin: 0;
	color: #BC1600;
	border-bottom: 2px solid #C6C7C6;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.banner p {
	padding: 10px 6px 40px 12px;
	margin: 0;
}
#h3{
	color: #BC1600;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	}

.banner a {
	background-color: #e2e2e2;
	float: right;
	margin: 0;
 	padding-top: 8px;
}

#imgmore{
	float: none;
	clear: none;
	margin:  0 0 0px 0;
}

.banner a b {
	color: #BC1600;
	margin: 0;
	font-size: 11px;
}

.banner p img{
	float: left;
	padding: 0px 6px 0 0px;
	
}

/*-------ДЛЯ СТРАНИЦЫ НОВСТИ----------*/

.novost {
	width: 90%;
	margin: 10px 0 0 0px;
	padding: 0 0 0 20px;
	clear: none;
	color: #A8A8A8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
 	font-weight: normal;
	text-align: left;
}

.novost h2{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0 0 0px;
	padding: 3px 0 0 0;
	clear: none;
	color: #bc1600;
}

.novost p{
	color: Black;
	font-size: 11px;
	margin: 0;
	padding: 10px 0 0 0;
	clear: none;
}
.img_news{
	float: left;
	margin: 5px 10px 0px 0;
}
#novost_foto {
	border: 1px solid #C6C7C6;
}

.novost small {
	color: #a8a8a8;
	font-size: 11px;
}

/*-------ДЛЯ СТРАНИЦЫ ЗАГОЛОВКОВ----------*/

.zag {
	width: 60%;
	margin: 14px 0 0 0px;
	padding: 0 0 0 20px;
}

.tabl {
	margin: 14px 0px 20px 0px;
	padding: 0 20px 0 20px;
	text-align: center;
}

.tabl tr td {
 	background-color: #fff;
	
}
.tabl thead th {
 	background-color: #E1E1E3;
		border-bottom: 1px solid #bc0000;
		text-align: center;
}
#table1 thead th {
 		background-color: #E1E1E3;
		border-bottom: 1px solid #bc0000;
}

#table1 {

	color: #000;
	background-color: #c6c7c6;
}

#table {
	text-align: left;
	color: #000;
	background-color: #c6c7c6;
}
#down_line {
	margin: 20px 0 5px 0;
}

#table2{
	text-align: left;
	color: #000;
	background-color: #fff;
}

#table2 tr td {
 	background-color: #f6f6f6;
		font-size: 11px;
	
}

#table2 tr th {
 	background-color: #c6c7c6;
	color: #000;
	font-weight: normal;
	font-size: 11px;
}

.tabl img{
	margin: 0 0 20px 0;
}
.zag a:active {
	font-size: 11px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
 	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

.zag a:visited {
	font-size: 11px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
 	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

.zag a:hover {
	font-size: 11px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
 	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

.zag a:link {
	font-size: 11px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
 	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

.zag ul{

	margin: 0;
	padding: 0;
}

.zag ul li {
	list-style: none;
	background-image: url(images/list_zag.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding: 0 5px 5px 13px;
}

.zag p{
	color: #919191;
	font-size: 11px;
	margin: 0;
	padding: 10px 0 0 0;
}

/*-------ДЛЯ СТРАНИЦЫ ПОИСКА----------*/
.poisk {
	width: 60%;
	margin: 10px 0 0px 0px;
	padding: 0 0 0 20px;
	clear: none;
	color: #A8A8A8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
 	font-weight: normal;
	text-align: left;
}

.poisk_search{
	height: 42px;
	width: 60%;
	background-color: #f3f3f4;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 0px 10px 0px 12px;
	margin:  0 0 0 0;
}
#s2 {
    margin: 10px 10px 0 0;
    border: 1px solid #e1e1e3;
    width: 70%;
    height: 19px;
    vertical-align: middle;
}
.poisk p{
	color: #919191;
	font-size: 11px;
	margin: 0;
	padding: 10px 0 0 0;
}

#find {
	color: #D41E1E;
}

.content_footer {
	height: 20px;
	border-top: 2px solid #BC1600;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#anons_more {
		color: #BC1600;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}


/* -------------нижняя часть -------------*/

.footer_left {
	height: 36px; width: 100%;
	border-top: 6px solid #BC1600;
	padding-top: 16px;
	padding-left: 5px;
}

.footer_right {
	border-top: 6px solid #C6C7C6;
	height: 36px; width: 100%;
	padding: 16px 0 0 5px;
}

a.mmenu1 :visited
{	
	font-family:Tahoma,Verdana,Arial,sans-serif;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.mmenu1 :active
{	
	font-family:Tahoma,Verdana,Arial,sans-serif;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.mmenu1 :link
{	
	font-family:Tahoma,Verdana,Arial,sans-serif;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.mmenu1
{	
	font-size:15px;
	color:#fff;
	text-decoration:underline;
	
}
.text2 {margin: 0 20px 0 20px; width:98%;}
.admin_text {background-color: #fff; }
.admin_text td{vertical-align:top; padding: 5px; color: #505050;}

