@charset "windows-1251";
/* CSS Document */
BODY {
	margin: 20px auto;
	padding: 0px;
	font-family: Verdana;			/* Здесь меняется шрифт */
	font-size: 12px;
}

TD { vertical-align: top; }

IMG { border:0px; }

.menuh { font-size: 13px; color: #303030; font-weight: 900; line-height: 16px; }	/*line-height: 16px - высота стороки, font-weight: 500 толщина шрифта 1 ... 1000*/
.menul { font-size: 12px; color: #777777; font-weight: 400; text-decoration: none; margin-left: 10px; line-height: 16px; } 	/* Здесь меняется стиль шрифтов*/
a.menul:hover { color: #bf202f; }

a
{
	color: #bf202f;
}

.hrdiv
{
	background-color: #C8C8C8; 
	border-bottom: 2px solid #707070;
	height: 14px;
	width: 100%;
	margin-bottom: 2px;
}
.gal { font-size: 12px; color: #707070; text-decoration: none; border-bottom: 2px solid #707070; margin-bottom: 20px; }

.menu a
{
	font-weight: 800;
	font-size: 13px;				/* Здесь меняел размер шрифта в главной линейке*/
	line-height: 24px;
	color: #303030;
	text-decoration: none;
}

.menu div.active a
{
	color: #bf202f;
}

.menu div, 
.menu span						/* Здесь меняется стиль  подсветки Главной линейки*/
{
	background-color: #AFAFAF; 
	border-top: 2px solid #707070;
	border-bottom: 2px solid #707070;
	float:left;
	text-align: center;
	height: 24px;
}

.menu div:hover
{
	background-color: #C8C8C8; 
	border-top: 2px solid #bf202f;
	border-bottom: 2px solid #C8C8C8;
}

.menu div.active
{
	background-color: #C8C8C8; 
	border-top: 2px solid #bf202f !important;
	border-bottom: 2px solid #C8C8C8;
}

.copyright
{
	font-size: 9px;
	line-height: 30px;
	margin-left: 10px;
}