body, html{
	margin: 0;
	padding: 0;
	position: relative;
}

body{
	background: url("./images/bg-grid.jpg");
	height: 100%;
	width: 100%;
}

#root{
	margin-top: 25px;
	font-size: 12px;
	font-family: Arial;
}

#mainblock{
	margin-left: auto;
	margin-right: auto;
	width: 812px;
	position: relative;
}

#leftblock{
	
	background: orange url("./images/bg-leftmenu.jpg");
	padding: 1px;
	height: 100%;
	margin-bottom: 14px;
}

.leftblock-border{
	background: url("./images/whitedot-50.png");
	padding: 1px;
}

#leftblock-wrap{
	background: orange url("./images/bg-leftmenu.jpg");
	padding-top: 23px;
	position: relative;
}

#leftmenu-wrap{
	margin: 20px 0 0 0;
}

.leftmenu li{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 26px;
	position: relative;
}

.leftmenu li a{
	display: block;
	color: #FFE5BC;
	text-decoration: none;
	padding-left: 16px;
	height: 25px;
	padding-top: 2px;
}

.leftmenu li a:hover{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.leftmenu li.current{
	background: url("./images/leftmenu-currentitem.jpg") repeat-x;
}

.leftmenu li.current a, .leftmenu li.current{
	color: white;
	font-weight: bold;
}

.leftmenu{
	margin: 0;
	padding: 0;
}

.centralblock-topmenu{
	background: url("./images/bg-topmenu.png") no-repeat;
	height: 90px;
}

#centralblock{
	float: right;
	width: 656px;
}

#topmenu-wrap{
	padding-top: 33px;
	padding-left: 27px;
}

.topmenu-table td{
	padding: 2px 0;
}

.topmenu-table td a{
	color: #BEEAE9;
	font-size: 11px;
}

.topmenu-table td.current a, .topmenu-table td.current{
	color: White;
	text-decoration: none;
}

.topmenu-table td a:hover{
	color: White;
}

.centralblock-content{
	background: White url("./images/bg-wrap-right-l.jpg") right top repeat-y;
}

.centralblock-content-2{
	background: url("./images/wrap-bottombg-t.jpg") right bottom repeat-x;
}

.centralblock-content-3{
	background: url("./images/bg-wrap-r-b-corner.jpg") right bottom no-repeat;
	padding-bottom: 26px;
	padding-right: 18px;
	padding-top: 14px;
	padding-left: 27px;
}

.bnr-block{
	width: 171px;
	border: 1px solid #EDEDED;
	background: #F9F9F9;
	vertical-align: top;
}

.bnr-block-header{
	font-size: 18px;
	color: #A3A3A3;
	text-align: center;
	margin-top: 19px;
	margin-bottom: 19px;
}

.content-header{
	color: #010101;
	font-size: 18px;
	padding-left: 24px;
	background: url("./images/pic-selected.jpg") left 50% no-repeat;
}

#content{
	padding-right: 15px;
	font-size: 11px;
	color: #010101;
}

#content a{
	color: #010101;
}

.content-centralsticker{
	margin-left: 8px;
	margin-right: 9px;
}

.content-centralundersttd{
	padding-left: 14px;
	padding-right: 10px;
}

.contentblock-right{
	background: url("./images/bg-wrap-right-r.png") repeat-y;
	width: 7px;
}

.contentblock-bottom{
	background: url("./images/wrap-bottombg-b.png") repeat-x;
	height: 7px;
}

.contentblock-corner{
	background: url("./images/bg-wrap-r-b-corner-op.png") repeat-x;
	height: 7px;
	width: 7px;
}

.leftblock-bottombg{
	float: left;
	width: 156px;
	background: url("./images/bg-leftblock-b.png") left bottom no-repeat;
}

#footer{
	margin-left:auto;
	margin-right:auto;
	width: 803px;
	text-align: center;
	margin-top: 7px;
}

#footer a{
	color: black; 
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}