@CHARSET "UTF-8";

/* Структура */
/* Самая верхняя таблица */
a.sapeclass {color:#800000;font-weight:bold;}
#table_warp
{
	margin:0; padding:0;
	height: 94%;
}

#header
{
	margin:0; padding:0;
	padding-right: 10px;
	height: 84px;
	background-color: black;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#header .lang, #header .lang a:link, #header .lang a:visited
{
	padding-right: 0px;
	padding-top: 5px;
	color: white;
}

#table_content
{
	margin-top: 31px;
}

/* Таблица меню */
#table_menu
{
	width: 202px;
}

#menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 19px;
	padding-right: 28px;
	margin: 0;
}

#content
{
	padding-left: 35px;
	padding-right: 35px;
}

#footer
{
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 15px;
	padding-left: 21px;
	padding-right: 21px;
	text-align: right;
	color: white;

}

/* Дополнительные свойства структуры */

table#index li.index a:link, table#index li.index a:visited,
table#download li.download a:link, table#download li.download a:visited,
table#order li.order a:link, table#order li.order a:visited,
table#faq li.faq a:link, table#faq li.faq a:visited,
table#features li.features a:link, table#features li.features a:visited,
table#contact li.contact a:link, table#contact li.contact a:visited,
table#support li.support a:link, table#support li.support a:visited
{
	color: black;
	background-color: #eaeaea;
}

table#index li.index a:hover,
table#download li.download a:hover,
table#order li.order a:hover,
table#faq li.faq a:hover,
table#features li.features a:hover,
table#contact li.contact a:hover,
table#support li.support a:hover
{
	color: white;
	background-color: #767676;
}

/* Fix для IE */
a {
	display: inline-block;
}

#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li a:link, #menu li a:visited {
	display: block;
	padding: 5px 5px 8px 2.5em;
	text-decoration: none;
	color: black;
}

/* Цвет текста при наведении */
#menu ul a:hover {
	color: white;
	background-color: #767676;
}

#content p
{
	font-family: Arial, Helvetica, sans-serif;
	color: #2e2e2e;
	font-size: 10pt;
	line-height: 1.5;
}

#content li
{
	line-height: 1.5;
}

#content ul
{
	font-family: Arial, Helvetica, sans-serif;
	color: #2e2e2e;
	font-size: 10pt;
	margin: 0;
	padding: 0px 5px 10px 2.0em;
	list-style: disc;
}

/* Используется в span */
#content .h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	padding-top: 0;
	color: #029fe0;
	font-weight: bold;
}

#content h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	margin-top: -2px;
	margin-bottom: -5px;
	color: black;
	font-weight: normal;
}

#content .h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 2.2;
	color: #797979;
	font-weight: bold;
}

#table_money td
{
	padding-top: 0px;
	padding-left: 0px;
	vertical-align: bottom;
}

.leftimg {
	margin-top: 20px;
	float: left;
	border: 0px solid #000000;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 6px;
}

.bb {
	padding-top: 5px;
	border: 1px grey solid;
}


p.fig {
 color: #800000; /*   */
 font-style: italic; /*   */
 text-align: center; /*    */
 line-height: 25px; /*   */
}
