body, html
{
	margin: 0;
	padding: 0;
	font: 12px/20px Tahoma;
	color: #222222;
	background: url(img/body-bg.png) repeat-y center;
}

a
{	color: #44aaee; }

a:hover
{ color: #336699; } 

img
{	border: none; }

h1, h2, h3, h4, p, form
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4
{
	font-family: Georgia;
	font-weight: normal;
}

h1, h3
{
	font-size: 24px;
	margin-bottom: 15px;
}

h2
{
	font-size: 18px;
	margin-bottom: 15px;
}

div#main
{
	margin: 0 auto;
	width: 1000px;
}

div#header
{
	height: 260px;
	background: #343434 url(img/header-bg.png) no-repeat top;
	overflow: hidden;
}

ul#main-menu
{
	margin: 0;
	padding: 50px 0 0 200px;
	height: 35px;
}
	ul#main-menu li
	{
		list-style: none;
		float: left;
		width: 130px;
		height: 35px;
		margin-right: 2px;
		text-transform: uppercase;
	}
	ul#main-menu a
	{
		display: block;
		font: bold 13px/35px Tahoma;
		color: white;
		text-decoration: none;
		text-align: center;
		background: #454545 url(img/main-menu-a-bg.png) no-repeat center 0px;
	}
	ul#main-menu a:hover,
	ul#main-menu a.current
	{	background: #44aaee url(img/main-menu-a-bg.png) no-repeat center -35px; }

div#logo
{
	background: url(img/logo-bg.jpg);
	height: 170px;
	padding: 52px 0 0 200px;
	border-top: 5px solid #44aaee;
}

span.next
{
	background: url(img/next-bg.png) no-repeat right 5px;
	padding-right: 10px;
}

div.left
{
	float: left;
	width: 159px;
	padding: 20px;
	padding-top: 0px;
	_width: 158px;
}

div.center
{
	float: left;
	width: 550px;
	margin-top: 31px;
}

div.right
{
	float: left;
	width: 210px;
	padding: 20px;
	margin-top: 31px;
}

ul#site-menu
{
	margin: 0;
	padding: 0;
	padding-top: 1px;
	margin-bottom: 30px;
}

	ul#site-menu li
	{
		padding-bottom: 1px;
		background: url(img/site-menu-sep.png) no-repeat left bottom;
		padding: 0;
		margin: 0;
		list-style: none;
	}
		ul#site-menu li a
		{
				line-height: 30px;
				padding-left: 10px;
				background: url(img/site-menu-bul.png) no-repeat left 5px;
				font-weight: bold;
		}

input#search-text
{
	width: 126px;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	height: 16px;
	font-size: 13px;
	border-top: 1px solid #6b6b6b;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #a1a1a1;
}

div.box
{	margin-bottom: 20px; }

	div.box input
	{ vertical-align: middle; }
	
	div.box dl
	{	margin: 0; }
	
	div.box dt
	{
		font-size: 10px;
		color: #44aaee;
		padding: 3px;
		background: #eeeeee;
		display: inline;
	}
	
	div.box dd
	{
		margin: 0 0 10px 0;
	}

div.box.gray
{
	background: #eeeeee;
	padding: 10px;
	text-align: center;
}
	div.box.gray img
	{	margin-bottom: 8px; }
	
div.clear
{
	height: 0px;
	overflow: hidden;
	clear:both
}

div#index-text
{
	padding-left: 105px;
	background: url(img/index-text-bg.png) no-repeat left 4px;
	margin-top: 18px;
}

div#list-blok 
{
	margin: 7px 10px;
	border-top: 1px solid #e6e6e6;
	padding: 10px;
}
	div#list-blok  ul
	{
		margin: 0px;
		padding: 0px;
		width: 170px;
		float: left;
	}
	div#list-blok  li
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}

div#content
{
	background: url(img/content-bg.png) repeat-y;
	border-bottom: 5px solid #eeeeee;
	_width: 999px;
	_border-right: 1px solid #F7F7F7;
}

div#footer
{
	clear: both;
	margin-top: 5px;
	background: #eeeeee;
	height: 89px;
}
	div#footer div.center
	{
		padding: 20px 20px 0 20px;
		width: 510px;
		margin-top: -5px;
	}
	div#footer div.right
	{	margin-top: -5px; }

div#top-text
{
	background: #f6f6f6 url(img/top-text-bg.png) repeat-x bottom;
	padding: 20px;
}
	div#top-text ul,
	div#top-text li
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
#site-path
{
	line-height: 30px;
	height: 31px;
	background: url(img/site-path-bg.png) repeat-x;
	padding: 0;
	padding-left: 6px;
	margin: 0;
	margin-top: -31px;
	width: 795px;
	position: absolute;
}
	#site-path li
	{
		float: left;
		font-size: 10px;
		list-style: none;
		color: #999999;
		padding-left: 8px;
	}
	
	#site-path a
	{
		color: #999999;
		padding-right: 16px;
		background: url(img/site-path-bul.png) no-repeat right 3px;
	}

div#main-text
{	padding: 20px; }

div#main-text.index
{	padding: 0 }

	div#main-text img
	{	margin: 0 20px 20px 0; }
	div#main-text.index img
	{	margin: 0 }
	div#main-text table
	{
		border-collapse: collapse;
		border-spacing: 0;
	}
	div#main-text caption
	{
		line-height: 30px;
		color: #333333;
		text-align: left;
		background: #f7f7f7;
		padding: 0 10px;
		border-bottom: 1px solid #cdcdcd;
	}
	div#main-text td,
	div#main-text th
	{
		line-height: 30px;
		font-size: 11px;
		color: #666666;
		padding-left: 10px;
		background: #f7f7f7;
		border-bottom: 1px solid white;
	}
	div#main-text tr.alt td
	{	background: #f0f0f0; }
	div#main-text th
	{
		text-align: left;
		color: #333333;
		background: #e5e5e5;
	}
	div#main-text br
	{	line-height: 10px; }