/* (X)HTML Elements
----------------------------------------------------------------------------------------------------------------------- */
html,body
{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}
hr{
	border: none; /* Убираем границу для браузера Firefox */ 
	color: #77786a; /* Цвет линии для браузера Internet Explorer */ 
	background-color: #77786a; /* Цвет линии для браузера Firefox и Opera */ 
	height: 2px; /* Толщина линии */
	width: 100%; /* Ширина линии */
	margin:6px 0 6px 0;
	//margin-top:3px;
	//margin-bottom:3px;
}
body,div,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,code
{
	margin:0;
	padding:0;
}
h1 span
{
	font-size:13px;
	border:#565F5D 1px solid;
	background:url(/img/header.jpg) no-repeat left top;
	padding:15px 40px 10px 20px;
	display:inline-block;
	color:#E7CEA0;
}
p
{
	margin:5px 0 5px 0;
}
a
{
	color:#FF9900;
	outline:none;
}
a:hover
{
	color:#FBE0B1;
}
ul
{
	margin:10px 0 10px 0;
	padding:5px 5px 5px 30px;
	background:url(/img/png.png);
	border-bottom:#172327 3px solid;
	border-top:#172327 3px solid;
	.height:100%;
	.background:none;
	.filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/png.png,sizingMethod=scale);
	list-style-type:none;
	list-style-image:url(/img/li.gif);
}
ul li
{
	bord er-left:#FBDDAA 3px solid;
	margin:7px;
	padding-left:5px;
}
ul ul
{
	background:none;
	border:none;
	margin:0px;
}
.bold
{
	font-weight:bold;
}
/* wrapper
----------------------------------------------------------------------------------------------------------------------- */
#wrapper
{
	width:998px;
	height:auto;
	margin:0 auto;
	background:#2F4048 url(/img/head.jpg) no-repeat left top;
	text-align:left;
	position:relative;
	border-left:#1f2b30 1px solid;
	border-right:#1f2b30 1px solid;
}
#counters
{
	position:absolute;
	bottom:70px;
	right:0px;
}
/* head
----------------------------------------------------------------------------------------------------------------------- */
#head
{
	padding:303px 0 30px 0;
}
		#head #head-navigation
		{
			width:955px;
			margin:0 0 0 20px;
			background:url(/img/png.png);
			border:#494009 1px solid;
			border-left:none;
			.background:none;
			.filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/png.png,sizingMethod=scale);
		}
		#head #head-navigation a{font-family: Verdana !important;}
		#head #head-navigation  td{padding:0 5px 0 5px !important;}
/* navigation
----------------------------------------------------------------------------------------------------------------------- */
.navigation
{
	width:100%;
	border:0px;
	border-collapse:collapse;
}
.navigation img
{
	width:0px;
	height:0px;
	border:0px;
}
		.navigation td
		{
			padding:0 3px 0 3px;
			border:0px;
		}
		.navigation td.vspacer
		{
			width:1px;
			padding:0px;
			background:url(/img/vsp.png) no-repeat center center;
			.background:none;
			.filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/vsp.png,sizingMethod=crop);
		}
				.navigation td a
				{
					display:block;
					padding:12px 0 15px 0;
					background: url(/img/a_border.gif) repeat-x left 28px;
					text-align:center;
					font-family:tahoma;
					font-size:11px;
					font-weight:bold;
					color:#FBDDAA;
					text-decoration:none;
				}
				.navigation td a:hover,.navigation td a.current
				{
					background: url(/img/a_hover_border.gif) repeat-x left 28px;
				}
				.navigation td a.current
				{
					color:#FFA900;
				}
/* content
----------------------------------------------------------------------------------------------------------------------- */
#content
{
	height:auto;
}
/* main-content
----------------------------------------------------------------------------------------------------------------------- */
#main-content
{
	float:left;
	width:672px;
	margin:0 0 0 20px;
	height:auto;
	padding:0 0 190px 0;
	.display:inline;
}
		.table
		{
			border-top:#565f5d 1px solid;
			border-left:#565f5d 1px solid;
		}
		.table  td, .table  th
		{
			border-bottom:#565f5d 1px solid;
			border-right:#565f5d 1px solid;
			padding:3px;
		}
		.table  th
		{
			background:#192a32;
			color:orange;
			font-weight:bold;
		}
		.table tr:hover td
		{
			background:#151d20;
			cursor:pointer;
		}
/* side-content
----------------------------------------------------------------------------------------------------------------------- */
#side-content
{
	float:right;
	width:279px;
	height:auto;
	padding:5px 0 200px 0;
}
		#side-content .hr
		{
			height:1px;
			font-size:1px;
			margin:10px 0 10px 0;
			padding:0px;
			background:url(/img/hr_side.png) no-repeat center top;
			.background:none;
			.filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/hr_side.png,sizingMethod=crop);
		}
		.block
		{
			background:url(/img/spacer.png);
			border:#49410A 1px solid;
			border-right:none;
			margin:5px 0 5px 0;
			.height:1%;
			.background:none;
			.filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/spacer.png,sizingMethod=scale);
		}
				.block h6
				{
					display:block;
					width:227px;
					margin: 0 auto;
					font-size:10px;
					background:#CCCCCC;
					background:url(/img/border.gif) repeat-x left bottom;
					padding:6px 5px 6px 15px;
				}
						.block h6 span
						{
							background:url(/img/side_nav_arrow.jpg) no-repeat left 4px;
							padding-left:15px;
						}
				.block div
				{
					margin-top:10px;
					margin-bottom:10px;
				}
						.block div p
						{
							padding:0px;
							margin:0px;
						}
/* side-navigation
----------------------------------------------------------------------------------------------------------------------- */
#side-navigation
{
	margin:0px;
	padding:0px;
	list-style:none;
	margin:7px 23px 7px 25px;
}
		#side-navigation li
		{
			margin:0px;
			padding:0px;
			.height:1%;
			background:url(/img/border.gif) repeat-x left bottom;
			padding:1px 0 1px 0;
			border:none;
		}
				#side-navigation li div
				{
					background:url(/img/border.gif) repeat-x left top;
				}
						#side-navigation a
						{
							display:block;
							color:#FBDDAA;
							.height:1%;
							padding:5px 5px 5px 25px;
							background:url(/img/side_nav_arrow.jpg) no-repeat 5px 12px;
						}
						#side-navigation a:hover
						{
							color:#FFC600;
							background:#222F38 url(/img/side_nav_arrow_current.jpg) no-repeat 5px 12px;
						}
						#side-navigation a.current
						{
							background:#222F38 url(/img/side_nav_arrow_current.jpg) no-repeat 5px 12px;
							color:#FFC600;
							font-weight:bold;
						}
						#side-navigation a.current:hover
						{
							text-decoration:underline;
						}
/* absolute el. (position to "wrapper" id)
----------------------------------------------------------------------------------------------------------------------- */
#logo-link
{
	position:absolute;
	width:388px;
	height:147px;
	display:block;
	text-decoration:none;
	top:61px;
	left:40px;
}
div#copyright
{
	position:absolute;
	bottom:5px;
	left:20px;
	width:670px;
	padding:5px 0 5px 0;
	font-size:10px;
	text-align:center;
	color:#637076;
}
#footer-navigation
{
	position:absolute;
	width:670px;
	bottom:50px;
	left:20px;
}
		#footer-navigation a{font-weight:normal !important;}
#icons
{
	position:absolute;
	top:7px;
	right:0px;
	border:#4A430B 1px solid;
	border-right:none;
	background: url(/img/png.png);
	padding:10px;
	.background:none;
	.filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/png.png,sizingMethod=scale);
}
		#icons a
		{
			text-decoration:none;
			font-family:tahoma;
			font-size:11px;
		}
#langs
{
	position:absolute;
	top:7px;
	left:0px;
	border:#4A430B 1px solid;
	border-left:none;
	background: url(/img/png.png);
	padding:10px;
	.background:none;
	.filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/png.png,sizingMethod=scale);
}
/* panel
==================================================================================================== */
#panel{
	font-size:13px;
	color:#7F7F7F;
	margin-top:5px;
	margin-bottom:10px;
	padding:3px;
	position:absolute;
	bottom:110px;
	left:20px;
	width:670px;
}
	#panel a{
		color:#7F7F7F;
	}
	#panel a:hover{
		text-decoration:none;
	}

	#panel .leftLinks{
		float:left;
	}
	#panel .rightLinks{
		float:right;
	}
	#panel #panel-Top{
		height:25px;
		padding-top:5px;
		background:url(/img/border.gif) repeat-x left top;
	}
	#panel #panel-Bot{
		width:100%;
		height:25px;
		padding-top:5px;
		border-top:#957E25 3px solid;
		background:url(/img/border.gif) repeat-x left bottom;
	}

/* fck styles && special selectors
----------------------------------------------------------------------------------------------------------------------- */
.clear
{
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
	background:#CCCC00;
}
.btn-input
{
	background:#151d20;
	border:#6c6f71 1px solid;
	color:#ffc600;
	font-weight:bold;
	font-size:11px;
	font-family:Tahoma;
	padding:2px;
	cursor:pointer;
}
.tekst-just
{
	text-align: justify;
}
.hr
{
	height:1px;
	background:url(/img/hr.png) no-repeat left top;
	margin:0px;
	padding:0px;
	font-size:1px;
	.background:none;
	.filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/hr.png,sizingMethod=crop);
}

