body, p, h1, h2, h3, h4, h5, h6, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

.magnify {
	cursor: url(/page/images/sys/magnify.cur);
}

	* > .magnify {
		cursor: pointer;
		cursor: hand;
	}

body, td, th, input, textarea, select {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	/* Scroll */
	scrollbar-3dlight-color: #e7f9ff;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #c8d8ef;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #e7f9ff;
	scrollbar-shadow-color: #e7f9ff;
}

body {
	background: #ffffff url(../images/bg.gif) repeat-x left center;
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #f87200;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
	height: 100%;
}

	#left {
		width: 50%;
	}

	#middle {
		padding-top: 11px;
	}

	#right {
		width: 50%;
	}

	/* Lang */

	.lang td {
		padding-left: 12px;
	}

		.lang a {
			display: block;
			font-size: 10px;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0px 3px 1px 4px;
		}

		.lang a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

		.lang a.selected {
			background: #f87200;
			color: #ffffff;
			text-decoration: none;
		}

		.lang a.selected:hover {
			color: #ffffff;
			text-decoration: none;
		}

	/* Menu */

	.nav td {
		background: url(../images/nav-bullet.gif) no-repeat;
		padding: 0px 0px 4px 6px;
	}

		.nav a {
			display: block;
			font-size: 11px;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			padding: 0px 3px 0px 4px;
		}

		.nav a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

		.nav a.selected {
			background: #f87200;
			color: #ffffff;
			text-decoration: none;
		}

		.nav a.selected:hover {
			color: #ffffff;
			text-decoration: none;
		}

	/* Horizontal Menu */

	.h-nav td {
		padding: 5px 6px;
		border-left: 1px solid #d0d4e8;
	}

		.h-nav td.first {
			border-left: none;
		}

		.h-nav a {
			display: block;
			font-size: 11px;
			color: #16288b;
			text-decoration: none;
			padding: 0px 3px 1px 4px;
		}

		.h-nav a:hover {
			color: #16288b;
			text-decoration: underline;
		}

		.h-nav a.selected {
			background: #f87200;
			color: #ffffff;
			text-decoration: none;
		}

		.h-nav a.selected:hover {
			color: #ffffff;
			text-decoration: none;
		}

	/* Sub menu */



	/* Icons */



	/* --- */

	/* Layout */

	#b-left {
		background: transparent url(../images/bg-left.gif) repeat-y;
	}

	#wrapper {
		background: #ffffff url(../images/bg-wrapper.gif) repeat-x;
		padding: 0px 15px 8px 15px;
		border: 1px solid #0044a5;
	}

		#container {
			width: 950px;
		}

			.left-col {
				width: 700px;
			}

			.right-col {
				width: 250px;
			}

	#b-right {
		background: transparent url(../images/bg-right.gif) repeat-y;
	}

	#b-bottom {
		background: transparent url(../images/bg-bottom.gif) no-repeat;
		height: 11px;
	}

	/* Etc. */

	#logo {
		padding: 6px 72px 10px 72px;
	}

	.blue-gradient {
		background: #16288b url(../images/blue-gradient.gif) repeat-x left top;
	}

	#left-wrapper {
		padding: 10px 0px 10px 10px;
	}

	#left-wrapper2 {
		padding: 10px 0px 10px 9px;
	}

	#lang-wrapper {
		padding: 26px 26px 0px 26px;
	}

	#nav-wrapper {
		padding: 27px 30px 8px 30px;
	}

	#spec-nav-wrapper {
		background: #9ec000;
		padding: 2px 10px 0px 30px;
	}

	#get-nav-wrapper {
		background: #000000 url(../images/bg-get-nav.gif) repeat-x;
		padding: 5px 11px 0px 10px;
	}

	#h-nav-wrapper {
		padding: 7px 24px;
	}

	#title-wrapper {
		background: #86a300 url(../images/bg-title.gif) repeat-x;
		height: 36px;
		padding-right: 20px;
	}

		* > #title-wrapper {
			min-height: 36px;
			height: auto;
		}

		#back {
			float: right;
			padding-top: 15px;
			color: #ffffff;
		}

			#back a,
			#back a:hover {
				color: #ffffff;
			}

	#content-wrapper {
		background: #eff6ff url(../images/bg-content.gif) repeat-x;
		width: 690px;
	}

		#content-container {
			overflow-y: auto;
			padding: 5px 4px 5px 20px;
		}

			#content {
				overflow-y: auto;
				width: 650px;
				height: 224px; 
			}

				* > #content {
					overflow: auto;
					overflow-x: hidden;
					width: auto;
					height: 224px;
				}

	#slogan-wrapper {
		background: #607500 url(../images/bg-slogan.gif) repeat-x;
	}

		#slogan-image {
			float: right;
			padding: 10px 13px 10px 18px;
		}

	.sub {
		float: left;
		padding: 0px 1px 1px 0px;
	}

	.sub-last {
		float: left;
		padding: 0px 0px 1px 0px;
	}

	#photo-wrapper {
		background: #fbfaeb;
		padding: 15px 13px 15px 13px;
		border-right: 10px solid #ffffff;
	}

		.thumb {
			float: left;
			margin-right: 3px;
			border-top: 1px solid #cfcfcf;
			border-bottom: 1px solid #cfcfcf;
		}

		.thumbs-txt {
			float: left;
			width: 228px;
			padding-left: 9px;
		}

	#news-wrapper {
		background: #fbfaeb url(../images/bg-news.gif) repeat-y left top;
		padding-right: 10px;
	}

		#news-img {
			float: left;
			padding-right: 10px;
		}

		#news-container {
			float: left;
			width: 210px;
			padding-bottom: 8px;
		}

			#news-container p {
				background: transparent url(../images/news-bullet.gif) no-repeat;
				margin-top: 4px;
			}

			#news-container p.more {
				float: right;
				background: transparent url(../images/news-bullet.gif) no-repeat;
				margin-top: 10px;
			}

			#news-container span.date {
				color: #f87200;
				font-weight: bold;
			}

	.index .line-sep {
		height: 16px;
		border-bottom: 1px solid #c4c4c4;
	}

	.page .line-sep {
		height: 19px;
		border-bottom: 1px solid #c4c4c4;
	}

	#contacts-wrapper {
		float: left;
		padding: 7px 10px 0px 10px;
	}

		#contacts-wrapper span.sep {
			color: #c4c4c4;
		}

	#copyright-wrapper {
		float: right;
		padding: 4px 9px 0px 0px;
	}

	/* Content images */

	.img-container {
		width: 100%;
	}

		.img-container table tr.image td {
			background: #ffffff;
		}

		.img-container table tr.title {
			display: none;
		}

			.img-container table tr.title td {
				text-align: center;
			}

/* === Txt === */
h2.title {
	float: left;
	background: transparent url(../images/title-bullet.gif) no-repeat 0px 11px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding: 11px 19px 5px 19px;
}

h3.title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

span.copyright,
span.copyright a,
span.copyright a:hover {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3a3a3a;
	text-decoration: none;
}

/* === Other === */

.w33 {
	width: 33%;
}

.w25 {
	width: 25%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl-left {
	float: left;
}

.fl-right {
	float: right;
}

/* 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 */
