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: times new roman, serif;
	font-size: 13px;
	color: #091284;
	font-weight: normal;
}

body {
	background: #d5d0ba;
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #618bef;
	text-decoration: none;
}

	a.link {
		color: #2c60cc;
		text-decoration: none;
	}
	
	a.print {
		display: block;
		background: transparent url(../images/icon-print.gif) no-repeat right top;
		color: #2c60cc;
		text-decoration: none;
		margin-right: 8px;
	}

a:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
	height: 100%;
}

	#left {
		background: transparent url(../images/bg-left.jpg) right top;
		width: 50%;
	}

	#middle {
		background: transparent url(../images/bg-middle.jpg) repeat-y;
	}

	.intro #middle {
		padding-top: 10px;
	}

	#right {
		background: transparent url(../images/bg-right.jpg);
		width: 50%;
	}

	/* Lang */

	table.lang {
		margin-left: auto;
	}

		.lang a {
			display: block;
			font-size: 11px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0px 7px 0px 8px;
		}

		.lang a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

		.lang a.selected {
			color: #e02a2a;
			text-decoration: none;
		}

		.lang a.selected:hover {
			color: #e02a2a;
			text-decoration: underline;
		}

			.lang a.first {
				background: none;
				padding-left: 0px;
			}

	/* Menu */

	#nav {
		background: transparent url(../images/bg-nav.gif) no-repeat;
		padding: 60px 23px 0px 49px;
	}

	.intro #nav {
		background: none;
		padding-top: 0px;
	}

		#nav .item {
			position: relative;
		}

			#nav .item .fish {
				display: none;
				position: absolute;
				width: 60px;
				height: 40px;
				left: -49px;
			}

			#nav .item span {
				display: none;
			}

	/* Sub menu */

	.sub-nav td {
		width: 33%;
	}

		.sub-nav a {
			display: block;
			background: url(../images/sub-nav-bullet.gif) no-repeat;
			font-size: 11px;
			color: #000000;
			text-decoration: none;
			padding: 0px 14px 10px 14px;
		}

		.sub-nav a:hover {
			color: #000000;
			text-decoration: underline;
		}

		.sub-nav a.selected {
			font-weight: bold;
			color: #000000;
			text-decoration: none;
		}

		.sub-nav a.selected:hover {
			color: #000000;
			text-decoration: underline;
		}

	/* Icons */



	/* --- */

	.left-col {
		width: 242px;
	}

		#logo {
			padding: 12px 38px 18px 48px;
		}

		.intro #logo {
			padding: 17px 38px 23px 48px;
		}

		#nav-wrapper {
			background: transparent url(../images/bg-nav.gif) no-repeat;
			padding: 60px 23px 0px 49px;
		}

	.right-col {
		width: 748px;
	}

		#blue-paper {
			background: #275ad0 url(../images/blue-bg.jpg) repeat-y;
			width: 723px;
		}

		.intro #blue-paper {
			background: #275ad0 url(../images/blue-bg-intro.jpg) repeat-y;
		}

			#white-paper {
				background: #fefcf1 url(../images/white-bg.jpg) repeat-y;
				width: 625px;
			}

		#blue-right {
			background: transparent url(../images/blue-right-bg.jpg) repeat-y;
			width: 25px;
		}

	#flash-wrapper {
		padding: 0px 30px 0px 22px;
	}

	#slogan-wrapper {
		background: transparent url(../images/bg-slogan.gif) no-repeat;
		height: 131px;
	}

		#slogan-container {
			color: #edebdc;
			padding: 25px 64px 0px 58px;
		}

			#slogan-container td {
				color: #edebdc;
			}

	#content-wrapper {
		width: 100%;
		height: 428px;
	}

		#content {
			/*+*/
		}

	#scroll-top {
		float: right;
		background: transparent url(../images/scroll-top.gif) no-repeat right top;
	}

	#copyright-wrapper {
		padding-bottom: 12px;
	}

	/* Images */

	.img-conent {
		/*+*/
	}

	/* Content images */

	.img-container {
		/*+*/
	}

		.img-container table tr.image td {
			background: #275ad0;
		}

		.img-container table tr.title {
			display: none;
		}

			.img-container table tr.title td {
				text-align: center;
			}

	.img-top {
		background: transparent url(../images/img-top.gif) repeat-x;
	}

		.img-right {
			background: transparent url(../images/img-right.gif) repeat-y right top;
		}

			.img-bottom {
				background: transparent url(../images/img-bottom.gif) repeat-x left bottom;
			}

				.img-left {
					background: transparent url(../images/img-left.gif) repeat-y;
				}

/* === Txt === */
h2.title {
	padding: 30px 0px;
}

/*h3.title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}*/

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #535349;
}

	span.copyright a {
		color: #535349;
	}

/* === 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 */