/* basic blocks layout */

html {
    margin: 0px;
    padding: 0px;
    height:	100%;
	width:	100%;
    overflow-y: scroll;
    background: #333333;
}

/*body {
	width: 834px;
	margin: 0px auto 10px 20px;
}*/

.top-bg {
	position: absolute;
	top: 0px;
	width: 834px;
	height: 12px;
	background: #ffffff url('../images/structure/warp_bg.gif') left top repeat-y;
	margin: 0px auto 0px 20px;
}

.warp {
	position: absolute;
	top: 12px;
	width: 834px;
	min-height: 522px;
	background: #ffffff url('../images/structure/warp_bg.gif') left top repeat-y;
	margin: 0px auto 0px 20px;
}

.lang {
	position: absolute;
	top: 3px;
	right: 12px;
	width: 10px;
	line-height: 1px;
}

.firm-logo {
	position: absolute;
	left: 9px;
	top: 5px;
	width: 199px;
	height: 70px;
}

.index-menu {
	position: absolute;
	top: 58px;
	left: 214px;
	width: 574px;
	z-index: 50;
}

.index-menu-ul {
	float: left;
	width: 100%;
	height: 25px;
	text-align: right;
}

.page-logo {
	position: absolute;
	left: 11px;
	top: 88px;
	width: 777px;
	height: 238px;
	overflow: hidden;
}

.center-block {
	position: relative;
	float: left;
	padding-left: 52px;
	margin-top: 338px;
	margin-bottom: -7px;
	z-index: 2;
	width: 732px;
	min-height: 172px;
}

.page-links {
	position: absolute;
	bottom: -3px;
	left: 209px;
	width: 150px;
	height: 10px;
	z-index: 2;
}

.bottom-bg {
	position: absolute;
	bottom: -32px;
	left: 0px;
	width: 800px;
	height: 32px;
	background-color: #ffffff;
}

.crown {
	position: absolute;
	bottom: -24px;
	right: 49px;
	width: 94px;
	height: 91px;
	background: url('../images/structure/crown.gif') left top no-repeat transparent;
	z-index: 0;
}

.print-ico {
	position: absolute;
	left: 52px;
	bottom: 0px;
	width: 12px;
	height: 10px;
	z-index: 2;
}

.site-map {
	position: absolute;
	right: 13px;
	bottom: 11px;
	width: 11px;
	height: 9px;
}

.red-block {
	position: absolute;
	left: 39px;
	bottom: -65px;
	width: 39px;
	height: 50px;
	background-color: #fc0000;
	z-index: 1;
}

.print {
	position: absolute;
	right: 2px;
	width: 81px;
	height: 11px;
	top: 35px;
}

.index-menu-pause {
	margin-left: 20px;
	margin-right: 6px;
}

.left-block {
	float: left;
	width: 142px;
	padding-right: 15px;
}

.modules-block {
	float: left;
	margin-top: 20px;
	width: 100%;
}

/* submenu block */

.submenu-block {
	float: left;
	width: 100%;
}

.submenu-title {
	margin-bottom: 9px;
}

.submenu-div {
	vertical-align: middle;
	float: left;
	clear: both;
	width: 100%;
}

.submenu-arrow {
	float: left;
	line-height: 14px;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 7px;
	overflow: hidden;
}

.submenu-item {
	float: right;
	line-height: 14px;
}

/* end of submenu block*/

/* menupath block */

.menupath-block {
	width: 100%;
	margin-bottom: 23px;
}

.menupath-img {
	width: 2px;
	height: 3px;
	margin-bottom: 2px;
	margin-left: 7px;
	margin-right: 9px;
	background: url('../images/structure/menu_path.gif') center center no-repeat transparent;
}

span.menupath {
	cursor: default;
}

/* end of menupath block */


/* footer */

.footer {
	position: absolute;
	left: 85px;
	bottom: -52px;
	width: 715px;
}

.footer-line1 {
	width: 500px;
	text-align: left;
}

.footer-line2 {
	position: absolute;
	top: 0px;
	width: 150px;
	right: 14px;
	text-align: right;
}

/* end footer*/


/* content zone */

.content-block {
	float: left;
	width: 570px;
	padding-right: 4px;
	padding-bottom: 22px;
}

.content-title {
	width: 480px;
	vertical-align: middle;
	margin-bottom: 8px;
	padding-top: 4px;
}

.content-text {
	width: 100%;
}

.welcome-block {
	float: left;
	width: 320px;
	margin-top: 26px;
	padding-bottom: 31px;	
}

.welcome-title {
	width: 100%;
	margin-bottom: 4px;
}

.welcome-text {
	width: 100%;
}

.welcome-img {
	position: absolute;
	top: 28px;
	left: 380px;
	width: 90px;
	height: 55px;
	background: transparent url('../images/structure/color_lines.gif') left top no-repeat;
}

.welcome-block2 {
	float: right;
	margin-top: 28px;
	width: 305px;
}

.welc1-title, .welc3-title, .welc1-text, .welc3-text {
	width: 120px;
	padding-right: 15px;
}

.welc1-text, .welc2-text {
	height: 76px;
}

.welc1-text a:hover, .welc2-text a:hover, .welc3-text a:hover, .welc4-text a:hover {
	text-decoration: underline;
}

.welc2-title, .welc4-title {
	width: 170px;
}

.welc1-title, .welc2-title, .welc3-title, .welc4-title {
	height: 20px;
}

/* end of content zone*/

/* gallery block */

.gallery-thumbnail {
	float: left;
	width: 190px;
	overflow: hidden;
	vertical-align: middle;
	text-align:center;
	margin-bottom: 6px;
	height: 130px;
}

.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 */


/* css menu styles */

#nav {
	text-align: right;
}

#nav, #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0px solid #000;
	background-color: transparent;
	float: right;
}

#nav li {
	float: left;
	display: block;
	position: relative;
	background-color: transparent;
	background: none;
	text-align: left;
}

#nav li a {
	color: #1e1e1e;
}

#nav li:hover a, #nav li.jshover a {
	color: #ff0000;
}

#nav li a.index-menu-item {
	display: block;
	margin-left: 20px;
	background: url('../images/structure/menu_arrow.gif') left center no-repeat;
	padding-left: 11px;
}

#nav li a.index-menu-selitem {
	display: block;
	margin-left: 20px;
	background: url('../images/structure/down_arrow.gif') left center no-repeat;
	padding-left: 11px;
}

#nav li ul {
	display: none;
	position: absolute;
	background-color: #fec400;
	padding: 12px 11px 11px 11px;
	width: 123px;
}

#nav li:hover li ul, #nav li.jshover li ul 
{
	display: none;
}

#nav li:hover ul, #nav li.jshover ul
{
	display: block;
}

#nav li:hover li:hover ul, #nav li.jshover li.jshover ul 
{
	display: block;
}

#nav li li {
	background: url('../images/structure/menu_arrow.gif') left center no-repeat;
	padding-left: 15px;
	vertical-align: middle;
	width: 108px;
	font-weight: bold;
}

#nav li li a, #nav li:hover li a, #nav li.jshover li a {
	width: 100%;
	color: #ffffff;
}

#nav li li a:hover {
	color: #cb5f00;
}

#nav li ul li ul
{
	left: 103px;
	top: -12px;
	background-color: #f1bb04;
}

#nav {
	z-index: 51;
}

#nav li:hover, #nav li.jshover {
	z-index: 100;
}

#nav li:hover ul, #nav li.jshover ul {
	z-index: 500;
}

li {
	margin: 0;
	padding: 0;
}

/* end css menu styles */

.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;
}