*{
	padding: 0px;
	margin: 0px;
	border: none;
}
body{
	background-color: #282828;
	color: #ffffff;
	padding-left: 52px;
	background-image: url("/new/images/body.png");
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	border-collapse: collapse;
}
table td{
	vertical-align: top;
}
a{
	color: #ffffff;
}
#wrapper{
	background-image: url("/new/images/wrapper.png");
	background-position: top left;
	background-repeat: repeat-x;
	/* height: 2000px; */
	min-width: 1000px;
}
#headerwrapper{
	background-image: url("/new/images/decor.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	height: 376px;
}
#header{
	position: relative;
	height: 376px;
	background-image: url("/new/images/header.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}
#logo{
	position: absolute;
	top: 40px;
	left: 0px;
}
#logo a{
	display: block;
	height: 140px;
	width: 473px;
	background-image: url("/new/images/logo.png");
}
#topphones{
	position: absolute;
	top: 36px;
	left: 247px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -1px;
}
#tools{
	position: absolute;
	right: 70px;
	top: 210px;
}
#tools a {
	display: block;
	width: 35px;
	height: 30px;
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}
#tools a:hover {
	background-position: bottom left;
}
a#home {
	background-image: url("/new/images/home.png");
}
a#feedback {
	background-image: url("/new/images/feedback.png");
}
a#map {
	background-image: url("/new/images/map.png");
}
a#search {
	background-image: url("/new/images/search.png");
}
#mainmenu{
	padding-top: 274px;
}
#mainmenu ul{
	list-style: none;
}
li.lvl1{
	display: inline;
	position: relative;
}
li.lvl1 ul{
	position: absolute;
	/* top: 24px; */
	/* top: 24px; */
	left: 0px;
	display: none;
}
li.showme ul{
	display: block;
}
li.lvl2{
	float: left;
	clear: left;
	/* margin-bottom: 3px; */
	white-space: nowrap;
}
li.lvl1 a{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: -0.5px;
}

li.lvl1 div.divleft{
	background-image: url("/new/images/menu/biggrayleft.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 24px;
	margin-right: 10px;
	padding-left: 11px;
}
li.lvl1 div.divright{
	background-image: url("/new/images/menu/biggrayright.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 24px;
	padding-right: 11px;
}
li.lvl1 div.divright a{
	background-image: url("/new/images/menu/biggraycenter.png");
	height: 20px;
	display: block;
	float: left;
	padding-top: 4px;
}
li.lvl2 div.divleft{
	background-image: url("/new/images/menu/smallgrayleft.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 19px;
	padding-left: 9px;
}
li.lvl2 div.divright{
	background-image: url("/new/images/menu/smallgrayright.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 19px;
	padding-right: 9px;
}
li.lvl2 div.divright a{
	background-image: url("/new/images/menu/smallgraycenter.png");
	height: 17px;
	display: block;
	float: left;
	padding-top: 2px;
	font-size: 11px;
}


li.lvl1 div.divleftact{
	background-image: url("/new/images/menu/bigorangeleft.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 24px;
	margin-right: 10px;
	padding-left: 11px;
}
li.lvl1 div.divrightact{
	background-image: url("/new/images/menu/bigorangeright.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 24px;
	padding-right: 11px;
}
li.lvl1 div.divrightact a.active{
	background-image: url("/new/images/menu/bigorangecenter.png");
	height: 20px;
	display: block;
	float: left;
	padding-top: 4px;
}
li.lvl2 div.divleftact{
	background-image: url("/new/images/menu/smallorangeleft.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 19px;
	padding-left: 9px;
}
li.lvl2 div.divrightact{
	background-image: url("/new/images/menu/smallorangeright.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 19px;
	padding-right: 9px;
}
li.lvl2 div.divrightact a.active{
	background-image: url("/new/images/menu/smallorangecenter.png");
	height: 17px;
	display: block;
	float: left;
	padding-top: 2px;
	font-size: 11px;
}


#wrap{
	padding-top: 20px;
	padding-bottom: 40px;
}
#lp {
	width: 370px;
	float: left;
	padding-top: 24px;
}
#rp {
	margin-left: 370px;
	padding-left: 30px;
	padding-right: 40px;
	background-image: url("/new/images/decor2.jpg");
	background-position: 40px bottom;
	background-repeat: no-repeat;
	padding-bottom: 195px;
}
.news{
	border-bottom: 1px #535353 solid;
	padding-bottom: 20px;
}
.newsdate{
	padding-top: 20px;
	color: #999999;
	font-weight: bold;
}
#footer{
	border-top: 6px #f26722 solid;
	padding-top: 20px;
	padding-bottom: 20px;
}
p{
	padding-bottom: 7px;
}
#blog{
	bottom: 60px;
	position: absolute;
	right: 40px;
}
#livehelp{
	padding-bottom: 40px;
}
#livehelp{
	position: absolute;
	bottom: -40px;
	right: 40px;
}

#wrap{
	background-position: top left;
	background-repeat: no-repeat;
}
#wrap ul{
	list-style: square;
}
#wrap ul ul{
	padding-left: 20px;
}
#wrap ul li{
	padding-bottom: 3px;
}
.inner{
	padding-top: 300px;
}
h1{
	/*
	background-image: url("/new/images/h1.jpg");
	background-position: 0px 17px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 30px;
	*/
	font-size: 24px;
}
#newsheader{
	/*
	font-weight: normal;
	background-image: url("/new/images/h1_.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-top: 3px;
	font-size: 24px;
	*/
}
h1.noback{
	background-image: none;
	padding-left: 0px;
}
#rp ul{
	padding-left: 40px;
	list-style: square;
}
#rp table.visible, #rp table.visible td{
	border: 1px gray solid;
}
#rp table.visible td{
	padding: 5px;
}
#rp {
	padding-top: 24px;
}
#lp ul{
	list-style: square inside;
}
#lp ul li div{
	display: inline;
}
#lp ul li a.active{
	font-weight: bold;
}

.h11{
	background-color: #f26722;
	margin-bottom: 20px;
	background-image: url("/new/images/h11.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
}
h1{
	font-weight: normal;
}
.h12{
	background-image: url("/new/images/h12.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
.h13{
	background-image: url("/new/images/h13.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.h14{
	background-image: url("/new/images/h14.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}
.h15{
	background-image: url("/new/images/h1_1.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 8px;
}
div.h15 h1{
	padding: 15px 10px 0px 15px;
}

table{
	margin-top: 5px;
}
p{
	padding-bottom: 10px;
}
#menucopy{
	padding-top: 340px;
}

#mainmenu ul li a:hover{
	text-decoration: underline;
}
.listtable td{
	padding-bottom: 30px;
}
.listimg{
	margin-right: 10px;
}
.morebutton{
	background-image: url("/data/files/pdf/more.png");
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	padding-top: 7px;
	padding-left: 40px;
	float: left;
}
.listtable h3{
	padding-bottom: 6px;
}
ol{
	list-style-position: inside;
}
.imginfo{
	padding-left: 20px;
	float: right;
	width: 300px;
}
.goodinfo{
	background-image: url("/images/pdf.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 74px;
	padding-left: 70px;
}
#slovar li{
	width: 30%;
	float: left;
}
div#slovar{
	padding: 10px 0px;
}
div#slovar a{
	color: #777;
}
#partnersblock{
	padding-top: 50px;
	color: #777;
	font-size: 11px;
}
#partnersblock a{
	color: #777;
}
