body, p, h1, h2, h3, h4, h5, h6, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

.png {
	//background-image: none ! important;
	behavior: url('page/css/pngfix.htc');
}

.magnify {
	cursor: url(/page/images/sys/magnify.cur);
}

	* > .magnify {
		cursor: pointer;
		cursor: hand;
	}

body, td, th, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

body {
	background: #000000;
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
	height: 100%;
}

	#left {
		width: 50%;
	}

	#middle {
		padding: 10px 0px;
	}

	#right {
		width: 50%;
	}

	/* Lang */

	/* Menu */

	.nav,
	.nav ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

		.nav a {
			display: block;
			font-size: 11px;
			color: #bda668;
			text-decoration: none;
			padding: 6px 10px;
		}

			.left-nav-box a {
				border-bottom: 1px solid #6a432a;
			}

			.right-nav-box a {
				border-bottom: 1px solid #554a4b;
			}

			.left-nav-box a.last {
				margin-top: 25px;
				border-top: 1px solid #6a432a;
				border-bottom: none;
			}

			.right-nav-box a.last {
				margin-top: 25px;
				border-top: 1px solid #554a4b;
				border-bottom: none;
			}

		.nav a:hover {
			color: #bda668;
			text-decoration: underline;
		}

		.nav a.selected {
			font-weight: bold;
			color: #bda668;
			text-decoration: none;
		}

		.nav a.selected:hover {
			font-weight: bold;
			color: #bda668;
			text-decoration: underline;
		}

	/* Sub menu */

	.sub-nav,
	.sub-nav ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

		.sub-nav a {
			display: block;
			background: url(../images/sub-menu-bullet.gif) no-repeat;
			font-size: 11px;
			color: #aeaeae;
			text-decoration: none;
			padding: 5px 16px 5px 16px;
		}

		.sub-nav a:hover {
			color: #aeaeae;
			text-decoration: underline;
		}

		.sub-nav a.selected {
			font-weight: bold;
			color: #aeaeae;
			text-decoration: none;
		}

		.sub-nav a.selected:hover {
			font-weight: bold;
			color: #aeaeae;
			text-decoration: underline;
		}


	/* Sub menu 2 */

	.sub-nav2 {
	}

	.sub-nav2 td {
	}

		.sub-nav2 a {
			display: block;
			background: url(../images/sub-menu-bullet2.gif) 0px 4px no-repeat;
			color: #ffffff;
			text-decoration: none;
			padding: 0px 14px 5px 20px;
		}

		.sub-nav2 a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

		.sub-nav2 a.selected {
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
		}

		.sub-nav2 a.selected:hover {
			color: #ffffff;
			font-weight: bold;
			text-decoration: underline;
		}

	/* Icons */

	table.icons {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -6px;
	}

		table.icons td {
		}

	/* --- */

	#intro {
		background: url(../images/bg-intro.jpg) no-repeat;
	}

		#intro div#border {
			background: url(../images/intro-border.gif) no-repeat;
			padding: 20px 204px 0px 204px;
		}

			#intro div#txt {
				font-size: 11px;
				color: #d2d6ff;
				line-height: 14px;
				text-align: justify;
				height: 401px;
			}

			#enter-box {
				padding: 4px 86px 4px 98px;
			}

				#enter-box a.btn-enter {
					display: block;
					background: url(../images/lt/btn-enter.gif) no-repeat;
					height: 104px;
				}

				#enter-box a.btn-enter:hover {
					background: url(../images/lt/btn-enter-o.gif) no-repeat;
				}

				#enter-box.en a.btn-enter {
					display: block;
					background: url(../images/en/btn-enter.gif) no-repeat;
					height: 104px;
				}

				#enter-box.en a.btn-enter:hover {
					background: url(../images/en/btn-enter-o.gif) no-repeat;
				}

				#enter-box.ru a.btn-enter {
					display: block;
					background: url(../images/ru/btn-enter.gif) no-repeat;
					height: 104px;
				}

				#enter-box.ru a.btn-enter:hover {
					background: url(../images/ru/btn-enter-o.gif) no-repeat;
				}

	.page .left-col {
 		background: url(../images/bg-left-col.jpg) no-repeat;
		width: 151px;
		height: 396px;
	}

	.index .left-col {
 		background: url(../images/bg-left-col.jpg) no-repeat;
		width: 151px;
		height: 427px;
	}

		#logo {
			padding: 15px 24px 0px 20px;
		}

		.left-nav-box {
			padding: 0px 25px;
		}

	.page .middle-col {
 		background: url(../images/bg-middle-col-page.jpg) no-repeat;
		width: 697px;
	}

	.index .middle-col {
 		background: url(../images/bg-middle-col-index.jpg) no-repeat;
		width: 697px;
	}

		.middle-col div#txt {
			font-size: 11px;
			color: #d2d6ff;
			line-height: 20px;
			text-align: justify;
			padding: 19px 30px 10px 30px;
		}

		#img-left-box {
			padding: 31px 35px 0px 38px;
		}

		#img-right-box {
			padding: 31px 38px 0px 35px;
		}

		#sub-nav-box {
			width: 300px;
		}

			#sub-nav-right-box {
				padding: 35px 38px 0px 0px;
			}

			#sub-nav-left-box {
				padding: 35px 0px 0px 38px;
			}

	.right-col {
 		background: url(../images/bg-right-col.jpg) no-repeat;
		width: 152px;
	}

		.right-nav-box {
			padding: 0px 25px;
		}

		#icons-box {
			text-align: center;
			height: 97px;
		}

	#bottom {
 		background: url(../images/bg-bottom.jpg) no-repeat;
		height: 73px;
	}

	#title-box {
 		background: url(../images/bg-title.jpg) no-repeat;
		height: 73px;
	}

	#content {
		background: #A5A6AA url(../images/bg-content.gif) no-repeat left bottom;
		padding: 30px 53px 20px 53px;
	}

	/* content images */

	.imgContainer {
	}

		.imgContainer table tr.image td {
			/*padding: 6px;
			border: 1px solid #c5c5c5;*/
		}

		.imgContainer table tr.title {
			display: none;
		}

			.imgContainer table tr.title td {
				text-align: center;
			}

.copyright {
	font-size: 11px;
	font-family: tahoma;
	color: #ffffff;
}

/* === Txt === */
h2.title {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 56px;
}

h3.title {
	font-size: 11px;
	font-weight: bold;
	color: #aeaeae;
	text-decoration: underline;
	padding: 0px 0px 7px 16px;
}

/* === Other === */

.w33 {
	width: 33%;
}

.w25 {
	width: 25%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
