html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
html {
	background: #414141 url('/images/html_bg.gif') repeat 0 0 scroll;
}
body {
	background: transparent url('/images/body_bg.jpg') repeat-y center top scroll;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: black;
}
#main {
	margin: 0 auto;
	padding: 0;
	height: auto;
	min-height: 100%;
	_height: 100%;
	width: 910px;
	position: relative;
	overflow:hidden;
	_overflow:visible;

	background-image: url('/images/sprite2.png');
	background-position: 761px bottom;
	background-repeat: no-repeat;
	
	/* IVAN */
	background: transparent url('/images/body_bg.jpg') repeat-y center top scroll;
	padding:0 40px;

}
#head {
	margin: 0 1px 0 0;
	padding: 0;
	height: 204px;

	background-color: transparent;
	background-image: url('/images/sprite2.png');
	background-position: -651px -31px;
	background-repeat: no-repeat;
	position:relative;
}

#head .more {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	width: 728px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 13px;
	right: 5px;
	color: white;
	overflow: hidden;

	/* IVAN */
	right:5px;
}
#head .more li {
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
}
#head .more li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 5px 0 5px;
	height: 20px;
	color: white;
	text-decoration: none;
}
#head .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	width: 727px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 177px;
	top: 119px;
	color: white;
	font-weight: bold;
	/*overflow: hidden;*/

	/* IVAN */
	left:177px;
}

#head .menu li {
	height:30px;
}

#head .menu li ul {
	z-index:20;
	list-style-type: none;
	position:absolute;
	margin:0px 0 0 -1px;
	padding:0;
	display:none; /*none*/
	border:1px solid white;
	border-top:0;
}
#head .menu li ul li {
	margin: 0;
	padding: 0 0;
	border-right:0;
	float:none;
	display:block;
	width:77px; /*77*/
	background-color: transparent; /*transparent*/
	background-image: url('./images/sprite2.png');
	background-position: -830px -150px;
	background-repeat: no-repeat;
}
#head .menu li {
	float: left;
	display:inline; /*inline*/
	border-right: 1px solid white;
}
#head .menu li a {
	display: block;
	_display:inline-block;
	margin: 0;
	padding: 0 15px 0 15px;
	height: 30px; /*30px*/

	color: white;
	text-decoration: none;
}
#head .menu li a:hover {
	position:relative;
	background-color: transparent;
	background-image: url('./images/sprite2.png');
	background-position: center -1px; /*-1px*/
	background-repeat: no-repeat;
}

#head h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	font-family: Viol, Garamond, "Times New Roman", serif;
	font-size: 24px;
	font-weight: bold;
	left: 215px;
	top: 50px;
}
#head h2 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 15px;
	top: 17px;
	font-family: Verdana;
	font-size: 10px;
	color: #828282;
	text-align:center;
	width:162px;
}
#head form {
	margin:0 0 0 0;
	padding:0;
	position:absolute;
	right:6px;
	top:52px;
}
#srch .txt {
	margin:0 0 0 0;
	background:#eeeeee;
	width:110px;
	padding:1px 0;
	height:17px;
	color:#666666;
	text-indent:2px;
	border:1px solid #cccccc;
	display:inline;
	float:left;
}
#srch .subm {
	margin:0 0 0 10px;
	padding:0;
	background-color: transparent;
	background-image: url('./images/sprite2.png');
	background-position: -1100px 0px;
	background-repeat: no-repeat;
	border:0;
	width:57px;
	height:20px;
	line-height:20px;
	color:white;
	cursor:pointer;
	display:block;
	float:left;
	font-size:12px;
}
#head .increaseFont{
	font-size: 12px;
}
#head .decreaseFont{
	font-size: 10px;
}
#head .resetFont{
	font-size: 12px;
}
#menu {
	margin: 0;
	padding: 0 0 258px 0;
	width: 177px;
	float: left;

	background-color: transparent;
	background-image: url('./images/sprite2.png');
	background-position: -474px bottom;
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0;
	padding: 20px 0 30px 0;

	color: white;
	font-weight: bold;
	line-height: 15px;

	background-color: transparent;
	background-image: url('./images/sprite2.png');
	background-position: -651px -235px;
	background-repeat: no-repeat;
}
#menu ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background-color: transparent;

	_zoom:1;
}
#menu ul li.selected {
	background-color: transparent;
	background-image: url('./images/sprite2.png');
	background-position: -1560px -25px;
	background-repeat: no-repeat;
}
#menu ul li a {
	display: block;
	margin: 3px 0 0 0;
	padding: 8px 15px 9px 15px;

	text-decoration: none;
	color: white;

	background-color: transparent; 
	background-image: url('./images/sprite2.png');
	background-position: -312px bottom;
	background-repeat: no-repeat;

	_background-image:none;
	_border-bottom:1px solid white;
	_zoom:1;
}
#menu ul li a:hover {
	background-position: -150px bottom;
}
#banners ul {
 list-style-type:none;
}
#path {
	margin:0 0 0 0;
	padding:0;
	/*border-bottom:1px solid silver;*/
	color:white;
	text-transform: uppercase;
	position:absolute;
	bottom:-2px;
	left:232px;
	font-size:18px;
	font-weight:bold;
	background: transparent;
}
#path a {
	color:white;
}
#path.long {
	font-size:17px;
	line-height:17px;
	margin-right:120px;
	margin-bottom:2px;
}
#content {
	margin: 0 0 70px 177px;
	padding: 50px 155px 0 50px;
	height: auto;
	min-height: 320px;
	_height: 320px;
	overflow: visible;

	text-align: left;

	background-color: transparent;
	background-image: url('./images/sprite2.png');
	background-position: -828px -235px;
	background-repeat: no-repeat;

	_background-position: -831px -235px;
}

#content a:hover {
	color:red;
}

.subcategories li{
	padding-bottom:10px;
	line-height:1.5em;
	list-style: none;
}

.subcategories li a{
	text-decoration:underline;
	color:#810424; /*#696866;*/
}

.subcategories li a:hover{
	text-decoration:underline;
	color:red;
}

#footer {
	margin: 0;
	padding: 0;
	width: 629px;
	height: 20px;
	position: absolute;
	right: 104px;
	bottom: 15px;

	background: #d7d5d6;

	/* IVAN */
	background-color: white;
	background-image: url('./images/sprite2.png');
	background-position: left bottom;
	background-repeat: no-repeat;

	width: 150px;
	height: 150px;
	right: 51px;
	bottom: 0;
}

/* IVAN */
#footer p {
	margin: 0;
	padding: 0 15px 0 0;
	width:629px;
	height:20px;
	line-height:20px;
	background: #d7d5d6;
	right:78px; /*93px*/
	bottom:15px;
	position:absolute;
	text-align: right;
}

#footer p a {
	text-decoration:none;
	color:black;
	padding:0 4px;
	border-right:1px solid black;
}

#footer p a:last-child {
	border-right:0px;
}

ul.paging {
	list-style-type:none;
	overflow:hidden;
	padding:0;
	margin:0 0 1em 0;
}

html body #container #content #data ul.paging { /* for IE */
	height:30px;
}

ul.paging li {
	width:20px;
	height:20px;
	text-align:center;
	float:left;
	line-height:20px;
	border:1px solid #e4e3df;
	margin:1px;
}
ul.paging li a {
	background:#f7f3f0;
	display:block;
	height:100%;
	width:100%;
	text-decoration:none;
	color:#696866;
}
ul.paging li a:hover {
	background:#ebebeb;
}
ul.paging li.selected {
	font-weight:bold;
	background:#f6f6f6;
}
ul.paging li.selected a {
	color:#890d3f !important;
}
ul.paging li.selected a:hover {
	background:gray;
}

.news {
	margin:0 5px 0 0;
	overflow:hidden;
	_height:120px;
	_overflow:visible;
}

.news img.news {
	/*cursor:pointer;*/
	display:inline;
	padding:2px;
	border:1px solid silver;
	background:white;
	margin:0 10px 10px 0px;
/*	width:auto */;
	width:125px;
/*	height:87px;*/
	height:auto;
	float:left;
}

.news .date {
	background: #d6d6d6;
	width: 365px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	float:right;
	padding-left: 15px;
}

.news h4 {
	text-align:center;
}

.news .contentnews h4 {
	width: 380px;
	float:right;
	text-align:left;
	font-weight:normal;
}

.news .contentnews a {
	width: 380px;
	float:right;
	text-align:right;
	margin-bottom: 10px;
	color:black;
	text-decoration:none;
	font-weight:bold;
}



.news i {
	display:block;
	color:gray;
	margin:0 0 1em 0;
	text-align:center;
}

.news p {
	text-indent: 2em;
}
#text {
	margin:0;
}

#text p {
	margin:10px 20px 0 10px;
	text-indent: 2em;
}

#text li {
	list-style: none;
}

#text a {
	color: #810424; /*bordo*/
	text-decoration: underline;
}

#paging {
	/*  */
	text-align:right;
	padding-right:20px;
}
#paging a {
	text-decoration:none;
}

.document {
	padding-left:20px;
	padding-bottom:10px;
	background-position:left top;
	background-repeat:no-repeat;
	line-height:25px;
}

.document a {
	color:black;
	text-decoration:none;
}

#search_acts_form {
	width:500px;
	margin:10px auto;
	padding:20px;
}
#search_acts_form ul {
	margin:0; padding:0; list-style-type:none;
}

#search_acts_form .labelText {
	display: block;
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0;
/*	text-align: right; */
}

#search_acts_form input.text {
	width:auto;
	margin:5px 0 0 0px;
}

#search_acts_form select {
	display:block; 
	margin:5px 0 0 0px;
	width:100px;
}
