@CHARSET "UTF-8";

body
{
	font: normal 11px Tahoma;
	background: #2D2D2D url(../img/bg.gif);
}

a
{
	color: #00a0d0;
	text-decoration: none;	
}

a:hover
{
	color: #00a0d0;
	text-decoration: underline;	
}

a:active
{
	color: #00a0d0;
	text-decoration: underline;	
}

a:visited
{
	color: #00a0d0;
	text-decoration: none;	
}

div#wrap
{
	display: block;
	margin: 0 auto;
	width: 100%;
	min-height: 500px;
    background: url(../img/bg-gradient.gif) repeat-x;
}

div#wrap-separator 
{
	display: block;
	margin: 0 auto;
	width: 100%;
	background: #2D2D2D;
	height: 17px;
}

div#wrap-content
{
	display: block;
	margin: 0 auto;
	width: 902px;
}

div#menu-top
{
	display: block;
	margin: 0 auto;
	width: 890px;
	height: 31px;
	background: url(../img/menu-top-bg.gif) repeat-x;
}

div#menu-top-ramka
{
	margin-left: 14px;
	margin-right: 14px;
	height: 31px;
	background: url(../img/menu-top-li-bg.gif) 0% 100% repeat-x;
}

div.menu-top-position
{
	display: block;
	float: left;
	height: 31px;
	background: url(../img/menu-top-position.jpg) repeat-x;
}

div.menu-top-position a
{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	height: 31px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 31px;
}

span.menu-top-position-separator
{
	display: block;
	float: left;
	width: 1px;
	height: 31px;
	background: url(../img/menu-top-position-separator.jpg) no-repeat;
}

span.menu-top-position-left
{
	display: block;
	float: left;
	width: 3px;
	height: 31px;
	background: url(../img/menu-top-position-left.jpg) no-repeat;
}

span.menu-top-position-right
{
	display: block;
	float: left;
	width: 3px;
	height: 31px;
	background: url(../img/menu-top-position-right.jpg) no-repeat;
}

span.menu-top-null-left
{
	display: block;
	float: left;
	width: 3px;
	height: 31px;
	background: url(../img/menu-top-null-left.gif) no-repeat;
}

span.menu-top-null-right
{
	display: block;
	float: right;
	width: 3px;
	height: 31px;
	background: url(../img/menu-top-null-right.gif) no-repeat;
}

span.menu-top-null-separator
{
	display: block;
	float: right;
	width: 1px;
	height: 31px;
	background: url(../img/menu-top-position-separator.jpg) no-repeat;
}

div#flash
{
	display: block;
	margin: 0 auto;
	margin-top: 8px;
	width: 902px;
	height: 218px;
	color: #FFFFFF;
	background-color: #5e5e5e;
}

div#flash p
{
	display: block;
	width: 900px;
	height: 116px;
	padding-top: 100px;
	text-align: center;
	border: 1px #000 solid;
}

div#flash a
{
	color: #FFFFFF;
	text-decoration: underline;
}

div#content
{
	display: block;
	margin: 0 auto;
	margin-top: 8px;
	width: 902px;
	min-height: 215px;
	background: #FFFFFF url(../img/content-bg.gif) repeat-y;
}

div#content-body
{
	display: block;
	margin: 0 auto;
	width: 882px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;	
	min-height: 197px;
	color: #1e1e1e;
	line-height: 16px;	
	background: url(../img/content-bg-x.jpg) repeat-x;
}

div#content-body p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div#footer
{
	display: block;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 25px;
	width: 902px;
	height: 98px;
	background: #0066b1 url(../img/footer-bg.jpg) no-repeat;
}

div#footer-left
{
	display: block;
	float: left;
	margin: 0 auto;
	width: 212px;
	height: 73px;
	padding-top: 25px;
	padding-left: 30px;
	color: #FFFFFF;
}

div#footer-left a
{
	color: #FFFFFF;
	text-decoration: none;
}

div#footer-right
{
	display: block;
	float: left;
	margin: 0 auto;
	width: 630px;
	height: 63px;
	padding-top: 35px;
	padding-left: 30px;
	background: url(../img/footer-bg-left.jpg) no-repeat;
}
div#footer-right big
{
	font: bold 14px tahoma;
}
.shadow-first
{
	position: absolute;
	color: #003b67;
	line-height: 16px;
	z-index: 1;
	white-space: nowrap;
}

.shadow-second
{
	position: absolute;
	left: -1px;
  top: -1px;	
	color: #FFFFFF;
	line-height: 16px;
	z-index: 1;
	white-space: nowrap;
}




div#content-body ul
{
	display: block;
	margin-left: 15px;
	list-style-type: disc;
}

div#content-body ul li
{
	margin-left: 15px;
}


div#content-body ol
{
	display: block;
	margin-left: 15px;
	list-style-type: decimal;
}

div#content-body ol li
{
	margin-left: 15px;
}

div#content-body img
{
	padding: 5px;
}