/* basic blocks layout */

html {
    margin: 0px;
    padding: 0px;
    height:	100%;
	width:	100%;
    overflow-y: scroll;
    background: #ffffff url('../images/structure/bg_gradient.gif') repeat-x top left;
}

body {
	width: 877px;
	margin: 21px auto;
	padding-bottom: 21px;
}

.top {
	width: 100%;
	height: 242px;
	/*background: #cf1414;*/
	background: #ffffff url('../images/structure/top_bg.gif') repeat-x top left;
	position: relative;
}

.center {
	width: 100%;
	background: #e2e2e2;
	position: relative;
	float: left;
}

.footer {
	width: 100%;
	height: 49px;
	background: #e2e2e2;
	position: relative;
}

.tl, .tr {
	position: absolute;
	width: 52px;
	height: 95px;
	top: 0px;	
	background: #ffffff;
}

.tl {
	left: 0px;
}

.tr {
	right: 0px;
}

.tc-line, .page-logo {
	position: absolute;
	width: 773px;
	left: 52px;
}

.tc-line {
	top: 86px;
	height: 9px;
	background: #e95201;
}

.page-logo {
	height: 147px;
	overflow: hidden;
	top: 95px;
	background: #4e9dde;
}

.firm-logo {
	position: absolute;
	top: 17px;
	right: 67px;
	height: 29px;
	width: 160px;
}

.bl, .br {
	position: absolute;
	width: 52px;
	height: 50px;
	bottom: 0px;	
	background: #e95201;
	z-index: 2;
}

.bl {
	left: 0px;
	font: 9pt Arial;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	line-height: 50px;
}

.br {
	right: 0px;
}

.main {
	position: relative;
	width: 773px;
	left: 51px;
	min-height: 428px;
	background: #ffffff;
	border-style: solid;
	border-color: #8e8e8e;
	border-width: 0px 1px 1px 1px;
	padding-bottom: 69px;
}

.icons {
	position: absolute;
	left: 20px;
	top: 25px;
}

.icons .home {
	width: 11px;
	height: 8px;
	margin-bottom: 12px;
}

.icons .mail {
	width: 11px;
	height: 8px;
	margin-bottom: 8px;                                                                     
}

.icons .sitemap {
	width: 11px;
	height: 11px;
}

.langs {
	position: absolute;
	left: 15px;
	top: 24px;
	width: 22px;
}

.page-links {
	position: absolute;
	right: 20px;
	bottom: 17px;
	height: 9px;
	width: 140px;
	text-align: right;
}

.page-links span {
	margin-left: 22px;
	cursor: default;
}

.rss {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 8px;
	right: 65px;
}

.copyright {
	position: absolute;
	width: 130px;
	top: 10px;
	right: 94px;
	text-align: right;
}

.main-tl1, .main-tl2 {
	position: absolute;
	left: 0px;
	width: 292px;
}

.main-tl1 {
	top: 0px;
	height: 5px;
	background: #697d9e;
}

.main-tl2 {
	top: 5px;
	height: 21px;
	background: #8196bd;
}

.main-tr {
	position: absolute;
	left: 292px;
	top: 0px;
	width: 481px;
	height: 47px;
	background: #436092;
}

.main-tr-edge {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 5px;
	height: 8px;
	background: url('../images/structure/main_tr_edge.gif') left bottom  no-repeat;
}

.print-ico {
	position: absolute;
	right: 18px;
	top: 25px;
	width: 60px;
	text-align: right;
	vertical-align: top;
	z-index: 2;
}

.print-ico img {
	margin-bottom: -1px;
}

.footer-table {
	width: 520px;
	left: 92px;
	top: 10px;
	color: #777777;
	position: absolute;
}

.footer-th {
	font-weight: bold;
}

.footer-table td {
	padding-right: 10px;
	line-height: 9px;
}

.footer-table .td1 {
	width: 150px;
}

.footer-table .td2 {
	width: 120px;
}

.footer-table .td3 {
	width: 134px;
}

.footer-table .td4 {
	width: 110px;
}

.hot-news-block {
	float: left;
	position: relative;
	width: 250px;
}

.hot-news-title {
	width: 212px;
	height: 29px;
	vertical-align: middle;
	position:relative;
	padding-left: 20px;
	padding-right: 18px;
	background: url('../images/structure/hot_title_bg.gif');
}

.hot-news-archive {
	position: absolute;
	height: 29px;
	width: 75px;
	vertical-align: middle;
	padding-right: 18px;
	top: 0px;
	right: 0px;
}

.hot-news-news {
	position: relative;
	width: 225px;
	margin-left: 14px;
	margin-top: 9px;
	margin-bottom: 11px;
}

.hot-arrow {
	position: absolute;
	width: 15px;
	height: 15px;
	background: url('../images/structure/hot_arrow.gif');
}

.hot-news-text {
	position: relative;
	left: 25px;
	width: 200px;
}

.hot-news-line {
	width: 225px;
	margin-left: 14px;	
	height: 1px;
	background: url('../images/structure/hot_line.gif') no-repeat;
}

.content-block {
	float: left;
	position: relative;
	width: 444px;
	margin-top:-10px;
}

.print {
	position: absolute;
	right: 2px;
	width: 81px;
	height: 11px;
	top: 35px;
}

.left-block {
	float: left;
	padding-left: 25px;
	width: 250px;
	margin-top: 78px;
}

.center-block {
	float: right;
	padding-right: 18px;
	width: 444px;
	margin-top: 24px;
	/*margin-top: 78px;*/
}

.content-title {
	margin-bottom: 40px;
	padding-top:10px;
	width: 380px;
	overflow: hidden;
}

.footer, .main {
	float: left;
}

.index-menu {
	left: 61px;
	top: 50px;
	width: 480px;
	position: absolute;
}

.index-menu-pause {
	margin-left: 17px;	
}

.top-links {
	right: 92px;
	top: 50px;
	width: 280px;
	position: absolute;
}

.modules-block {
	float: left;
	margin-top: 10px;
	position: relative;
	width: 250px;
	overflow: hidden;
}

.all-news-div {
	margin-bottom: 5px;
}

.all-news-date {
	margin-bottom: 3px;
}

.all-news-text {
	margin-bottom: 10px;
}

/* gallery block */

.gallery-thumbnail {
	float: left;
	width: 190px;
	overflow: hidden;
	vertical-align: middle;
	text-align:center;
	margin-bottom: 6px;
	height: 100px;
}

.gallery-thumbnail img:hover {
	border: 5px solid #333333;
}

.gallery-thumbnail img {
	max-height: 90px;
	max-width: 180px;
	vertical-align: middle;
	text-align: center;
	border: 5px solid #000000;	
}

/* end of gallery block */

/* site map */
.map-node {
	height: 20px;
	padding-left: 20px;
}

.map-node span, .map-node a, .map-node img {
	vertical-align: middle;
	display: inline;
}

.map-node span, .map-node a {
	padding-left: 5px;
}
/* end of site map */


.errors {
	color: red;
	font: 12px Arial;
}

/* turn off borders, margins, paddings etc*/

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div {
	border: 0px solid green;
}

p {
	padding: 0px;
	margin: 2px 0px;
}

table, tr, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	vertical-align: top;
}

.feed {
	float: left;
	width: 100%;
}

.feedfields {
	float: left;
	width: 80px;
	vertical-align: middle;
	padding: 0px 0px 10px 0px !important;	
	/*text-align: right;*/
}

.feedinput {
	float: left;
	width: 356px;
	height: 25px;
	padding: 0px 2px !important;
	color: #999999;
	
}

.feedtext {
    float: left;
    width: 356px;
    height: 130px;
    padding-left: 2px;
}

.feedbtn {
	height: 27px;
	width: 62px;
	color: white;
	border: 0px;
	padding-bottom: 2px;
	background: url('../images/structure/feed_btn.gif') center center no-repeat;
}

.feedfields-feedbtnpad {
	float: left;
	padding-left: 75px;
}

form {
	padding: 0;
	margin: 0;
}