/* CSS Document */
.empty {}

body
{
	font-size: 85%;
	background-color: #c9131b;
	text-align: center;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
BODY *
{
	font-size: 100%;
}

form
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

table
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
	padding: 0 0 0 0;
	border-collapse: collapse;
	letter-spacing: 0;
}

h1
{
	color: #c9131b;
	font-size: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	letter-spacing:1px;
}
h2
{
	font-size: 1.5em;
	font-weight: normal;
}
a img
{
 	border: 0px;
}
a
{
	color: #C9131B;	
	text-decoration: underline;
}
a:hover
{
	color: #600000;	
}
p
{
	margin: 0.1em 0.2em 1.5em 0em;
}

hr
{	
	height: 0px;	
	border-top: 1px solid gray;
	border-bottom: none;	
	margin: 10 0 10 0;
	padding: 0;
}
/*------------------------------------------------*/
/*главная таблица*/
#main_table
{
	background-image: url(top_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
/*заголовок 1*/
.head1
{
	color: #c9131b;
	font-size: 1.7em;
	text-transform: uppercase;
	padding-bottom: 10px;
	letter-spacing:1px;
}
/*заголовок 2*/
.head2
{
	color: Black;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}
/*текст*/
.text
{
	color: Black;
	line-height: 18px;
	padding-top:0px;
	margin-top:0px;
}
/*подробнее*/
.more *
{
 	color: #C9131B;
	font-weight: bold;
	line-height: 30px;
}
/*дата*/
.date
{
	color: #9B9B9B;
	font-weight: bold;	
	padding-bottom: 5px;
}
/*copyright*/
.copy, .copy *
{
	font-size: 11px;
	color: #d6d4d4;	
}
#menu
{
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 23px;
}

#menu span
{
	color: #C9131B;
}
.menu_left_td
{
	background-image: url(menu_left_td.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 10px;
}
.menu_right_td
{
	background-image: url(menu_right_td.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 10px;
}
.menu_a
{
	background-color: White;
}
.menu_a a
{
	color: #C9131B;
	text-decoration: none;
}
.menu_a a:hover
{
	color: #C9131B;
	text-decoration: underline;
}
.menu_na a
{
	color: White;
	text-decoration: none;
}
.menu_na a:hover
{
	color: White;
	text-decoration: underline;
}
.nav
{
	position:absolute; 
	left:15px; 
	top:84px; 
	width:13px; 
	height:50px;
}
.nav img
{
	border: 2px solid #C9131B; 
}
.breadcrumbs
{
	font-size: 11px;
	color: #C9131B;
	padding: 3 0 7 0;
}
#galery_mini
{
	margin: 4 4 4 4;	
}
#galery_big
{
	margin: 4 4 4 4;	
}
#Big_img
{
	margin: 4 4 4 4;	
}

.faq_input
{
	width: 254px;
	font-size: 13px;
}

.faq_input.bordered
{
	border: 1px solid #a7a6aa;
}

.so_sep
{
	border-color: #F0F0F0;
	margin: 0px;
}