

/* div контента страницы */
.pagebody
{
 font-family: Arial;
 color:#393939;
}

.pagebody table
{
 border-collapse: collapse;
 border-color: #78756D;
}

.form_field  /* поля формы */
{
 border-width: 1px;
 border-style: solid; 
 border-color: #BBC2E3;
}

.page_title /* Заголовок страницы */
{
	color: #a91b16;
 	font-family: Arial;
 	font-size: 18pt;
 	/*font-weight: bold;*/
	
}

.article_title /* Заголовок статьи */
{
	color: #5064A3;
 	font-family: Arial;
 	font-size: 14pt;
}

.foto_title /* Заголовок фото */
{
	color: #5064A3;
 	font-family: Arial;
 	font-size: 14pt;
}


a
{
	text-decoration: none;
	color: #BC0A04;
}

a:hover
{
	color: #BC0A04;
}

.cont1
{
	font-family: Arial;
	color: #404040;
	font-size: 10pt;
}



.test {
   background-color: #ffffff;
   color: #000;
   width: 100%;
}

h5
{
 font-family: Arial;
 font-size: 12pt;
 color: #a91b16;
}

h4
{
	font-family: Arial;
	color: #a91b16;
	font-size: 13pt;
}

h3
{
	font-family: Arial;
	color: #a91b16;
	font-size: 14pt;
}

h2
{
	font-family: Arial;
	color: #a91b16;
	font-size: 17pt;
}

h1
{
	font-family: Arial;
	color: #a91b16;
	font-size: 20pt;
}



#menu_1 ul {
 font-family: Arial;
 font-weight: bold;
 color: #A89A65;
 font-size: 13pt;
 padding-bottom: 10px;
 vertical-align: middle;
 margin: 0;
 padding: 0;
}

/* стиль для горизонтальности меню */
#menu_1 li {
 display: inline;
 float: left;
 height: 23;
 margin-top: 7;
}

#menu_1 li a {
 /*padding: 6px 20px;*/
 margin-right: 45px;
 text-decoration: none;
 color: #A89A65;
}
#menu_1 li a:hover {
 text-decoration: none;
 color: #BC0A04;
 border-bottom: 4px solid #e7e3d4;
}
#menu_1 li span {
 color: #BC0A04;
 margin-right: 45px;
 text-decoration: none;
 border-bottom: 4px solid #BC0A04;
}


#menu_2 ul {
 font-family: Arial;
 font-weight: bold;
 color: #3f3f3f;
 font-size: 13pt;
 margin-left: 0;
 padding: 0;
 text-align: left;
 vertical-align: middle;
 list-style-type: none;
}

#menu_2 li {
  padding-bottom: 10px;
}

#menu_2 li a {
 text-decoration: none;
 color: #3f3f3f;
}
#menu_2 li a:hover {
 text-decoration: none;
 border-bottom: 4px solid #e7e3d4;
}
#menu_2 li span {
 color: #BC0A04;
 text-decoration: none;
 border-bottom: 4px solid #BC0A04;
}



