* {
	padding:0;
	margin:0;
	font-size:100.01%;
}
body {
	color:#000;
	font:100% Arial, sans-serif;
	margin:0;
	padding:0;
	font-size:.83em;
}
html {
	background:#fff url(../img/bg_bottom.gif) 0 100% no-repeat;
	margin-bottom:50px;
}
body {
	background:url(../img/bg_top.jpg) 0 0 no-repeat;
}
a:link, a:visited {
	color:#979796;
	text-decoration:underline;
}
a:hover, a:active {
	color:#979796;
	text-decoration:none;
}
p {margin:0;}
img {border-width:0;}
form {
	margin:0;
	padding:0;
	overflow:hidden;
}
input, select, textarea {font-family:Arial, sans-serif;}
.clear {
	display:block;
	clear:both;
	height:0;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
ul {
	padding:0;
	margin:0;
	list-style:none;
}
ul li {
	padding:0;
	margin:0;
}
.textfield-search {
	width:155px;
	height:21px;
	padding:4px 2px 0 2px;
	border:0;
	background:url(../img/bg_search.gif) 100% 0 no-repeat;
	color:#979796;
}


#container {
	width:1100px;
}

#top {
	position:relative;
	height:200px;
}
#top .logo {
	position:absolute;
	top:103px;
	left:35px;
}
#top .ico-home {
	position:absolute;
	top:105px;
	left:405px;
}
#top .ico-mail {
	position:absolute;
	top:121px;
	left:448px;
}
#top .ico-map {
	position:absolute;
	top:136px;
	left:487px;
}

#sidebar {
	float:left;
	width:230px;
	min-height:500px;
	background:url(../img/bg_left.gif) 0 0 no-repeat;
}
* HTML #sidebar {height:500px;}

	#sidebar ul.menu {
		margin-left:30px;
		padding-right:10px;
		font-size:1.1em;
		font-weight:bold;
	}
	#sidebar ul.menu li {
		padding-left:11px;
		padding-bottom:8px;
		background:url(../img/bul_menu.gif) 0 5px no-repeat;
	}
		#sidebar ul.menu li a {
			color:#979796;
			text-decoration:underline;
		}
		#sidebar ul.menu li.current {background:url(../img/bul_menu_a.gif) 0 5px no-repeat;}

		#sidebar ul.menu li.current a {color:#0089d0;}
		#sidebar ul.menu li.current li a {color:#979796;}
		#sidebar ul.menu li.current li.active a {color:#0089d0; text-decoration:none;}
	
	#sidebar ul.submenu {
		margin-left:10px;
		margin-top:8px;
		font-size:.83em;
	}
	#sidebar ul.submenu li {
		padding-left:0;
		background:none;
	}
	#sidebar .quicksearch {
		margin:30px 0 0 30px;
	}
	#sidebar .quicksearch label {
		font-size:.85em;
		color:#979796;
		display:block;
	}

#content {
	float:left;
	width:830px;
	margin-bottom:50px;
}
/* START: CONTENT STYLING */
#content p {
	padding:0;
	margin:0 0 1em;
}
#content a {color:#0089d0; text-decoration:none;}
#content a:hover {text-decoration:underline;}
#content h1 {
	font-size:1.2em;
	color:#0089d0;
	margin:0 0 .5em;
	padding:0;
	background-color:#fff;
}
#content h2 {
	font-size:1.1em;
	margin:0 0 .2em;
	padding:0;
	background-color:#fff;
}
#content h4 {
	font-size:1em;
	color:#000;
	margin:0;
	padding:0;
	background-color:#fff;
}
#content ul.subnav {
	padding-bottom:3em;
}
#content ul.subnav li {
	float:left;
	padding:0 8px;
	background:none;
	border-left:1px solid #000;
}
	#content ul.subnav li.first {padding-left:0; border-left:none;}
#content ul li {
	padding:0 0 0 10px;
	background:url(../img/bul_li.gif) 0 .5em no-repeat;
}
#content ul li li {background:none;}
#content .news-preview {
	margin:0 0 3em;
	padding:0 0 0 40px;
	background:url(../img/bg_news.gif) 0 3px no-repeat;
}
	#content .news-preview h2 {
		font-size:1.2em;
		color:#0089d0;
		margin:0 0 .5em;
		padding:0;
	}
		#content .news-preview h2 a {color:#0089d0; text-decoration:underline;}
	#content .news-preview h3 {
		font-size:1.1em;
		margin:0 0 .2em;
		padding:0;
	}
		#content .news-preview h3 a {color:#000; text-decoration:underline;}
	#content .news-preview .date {
		margin:0 0 1em;
		color:#979796;
	}
	#content .news-preview .text {
		margin:0;
	}
#content table {
	border:0;
	border-collapse:collapse;
	font-size:1em;
	margin-bottom:1.5em;
}
#content table td {
	padding:2px;
	font-size:1em;
	border:none;
}
#content table tr.bg td {
	background:#ddd;
}
#content .comments {
	font-size:.83em;
}
#content .comments h2 {
	font-size:1.3em;
	padding-bottom:10px;
	border-bottom:1px solid #979796;
}
#content .comments label {
	display:block;
	padding:10px 0 0;
}
#content .comments p {
	margin:0;
	padding:0 0 10px;
	border-bottom:1px solid #979796;
}
#content .comments form .textfield {
	width:246px;
	border:1px solid #979796;
	padding:0 2px;
}
#content .comments form textarea {
	width:246px;
	padding:0 2px;
	border:1px solid #979796;
	margin-bottom:1em;
}

/* END: CONTENT STYLING */

#bottom {
	margin-top:70px;
}
#bottom .textfield-search {
	float:left;
	margin:0 0 0 30px;
}
#bottom .btn-search {
	margin:0 0 0 4px;
	float:left;
}

#bottom .copyright {
	width:253px;
	float:right;
	padding-top:20px;
	background:url(../img/bg_copyright.gif) 0 0 no-repeat;
	color:#979796;
}
#bottom .copyright .left {float:left;}
#bottom .copyright .right {float:right;}


.plinks{
	padding: 2px 2px 0 30px;
	font-size: 0.9em;
}

.plinks a{
	font-size: 0.9em;
}


.authority{
	padding-left:20px;
	margin-top:30px;
	font-weight:bold;
}
.authority input[type=text],.authority input[type=password]{
	width:100px;
}

.authority .user_info{
	padding-left:25px;
}

.authority .reg-info{
	text-align:left;
	color: #555;
	font-size:12px;
	font-weight:normal;
	margin-top:10px;
	padding:5px;
}
.registration input[type=text], .registration input[type=password] {
	width:200px;

}

.reg-info{
	text-align:left;
	color: #555;
	font-size:12px;
	font-weight:normal;
	margin-top:20px;
	padding:5px;
}

.error{
	font-size:11px;
	color: #f00;
	display:block;

}

#content .main-news {
	margin: 0 0 3em;
	padding: 0 0 0 40px;
	background: url(../img/bg_news.gif) 0 3px no-repeat;
}

#content .main-news h2 {
	color: #0089d0;
	margin: 0 0 .5em;
	padding: 0;
}

#content .main-news h2 a {
	color: #0089d0;
	text-decoration: underline;
}

#content .main-news h3 {
	font-size: 12px;
	margin: 0 0 .2em;
	padding: 0;
}

#content .main-news h3 a {
	color: #000;
	text-decoration: none;
}

#content .main-news h3 a:hover {
	color: #000;
	text-decoration: underline;
}

#content .news-preview .date {
	margin: 0 0 1em;
	color: #979796;
}

#content .main-news .text {
	margin: 0;
}

#content .roll-news {
	margin-left: 20px;
}
#content .roll-news a{
}
