<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	background: #060606 repeat center 17px url(/images/bg.png);
}
#container
{
	min-width: 990px;
}
#header .wrapper,
#middle .wrapper,
#footer .wrapper,
#header .languages ul
{
	width: 960px;
	margin: 0 auto;
}

#header
{
	height: 440px;
	background: #9C2518 repeat-x top center url(/images/bg-header.png);
}
#header .wrapper2
{
	height: 440px;
	background: transparent no-repeat top center url(/images/bg-header-img.png);
}
#header .logo
{
	padding-top: 164px;
	padding-left: 10px;
}
#header .menu
{
	position: absolute;
	top: 380px;
	width: 960px;
	height: 60px;
	background: transparent no-repeat top center url(/images/bg-menu.png);
	text-align: center;
}
#header .menu ul
{
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 60px;
	text-transform: uppercase;
}
#header .menu ul li
{
	display: inline;
	padding: 0 40px;
}
#header .menu a
{
	color: #e4e4e4;
	text-decoration: none;
}
#header .menu a:hover
{
	text-decoration: underline;
}
#header .menu li.act a
{
	color: #e3422e;
}

#header .languages
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 990px;
	height: 30px;
	background: transparent url(/images/bg-000000-35.png);
}
#header .languages ul
{
	padding: 0;
	list-style-type: none;
	text-align: right;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
}
#header .languages ul li
{
	display: inline;
	border-right: 1px solid #808080;
	padding: 0 0.5em;
}
#header .languages ul li.last
{
	border-right-style: none;
}
#header .languages a
{
	text-decoration: none;
	color: #808080;
}
#header .languages li.act a,
#header .languages a:hover,
#header .languages a:focus,
#header .languages a:active
{
	color: #FFF;
}

#content
{
	padding: 0 25px 40px;
	background-color: #000000;
}

#content .after-title
{
	position: absolute;
	width: 910px;
	margin-top: -2.1em;
}

#content .blocks
{
}
#content .blocks div
{
	float: left;
	width: 290px;
	margin-right: 20px;
}
#content .blocks div.last
{
	margin-right: 0;
}
#content .blocks a.Details
{
	display: block;
	width: 194px;
	height: 36px;
	margin: 30px auto 0;
	background: transparent no-repeat url(/images/bg-button.png);
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 32px;
	color: #ececec;
	text-decoration: none;
}
#content .blocks a.Details:hover
{
	background-position: 0 -36px;
}

#footer
{
	padding: 5px 0 120px;
	font-size: 11px;
}
#footer,
#footer a
{
	color: #4c4c4c;
}
#footer a:hover,
#footer a:focus,
#footer a:active
{
	color: #888;
}
#footer .copyright
{
	float: left;
}
#footer .producer
{
	float: right;
}

</pre></body></html>