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: tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

body {
	background: #d1ddff;
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #e64700;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
}

	#left-top {
		background: transparent url(../images/bg-left-top.gif) no-repeat right top;
	}
	
	#left {
		background: transparent url(../images/bg-left.gif) repeat-y right top;
		width: 50%;
	}
	
	#left-bottom {
		background: transparent url(../images/bg-left-bottom.gif) no-repeat right top;
	}
	
	#middle-top {
		background: transparent url(../images/bg-middle-top.gif) no-repeat;
		height: 25px;
	}
	
	#middle {
		background: #ffffff;
		padding: 0px 8px;
		border-left: 8px solid #d1ddff;
		border-right: 8px solid #d1ddff;
	}
	
	#middle-bottom {
		background: transparent url(../images/bg-middle-bottom.gif) no-repeat;
		height: 22px;
	}
	
	#right-top {
		background: transparent url(../images/bg-right-top.gif) no-repeat;
	}
	
	#right {
		background: transparent url(../images/bg-right.gif) repeat-y;
		width: 50%;
	}
	
	#right-bottom {
		background: transparent url(../images/bg-right-bottom.gif) no-repeat;
	}
	
	/* Lang */
	
	.lang a {
		display: block;
		font-size: 11px;
		color: #d1ddff;
		text-decoration: none;
		text-transform: uppercase;
		padding: 0px 9px;
	}
	
	.lang a:hover {
		color: #d1ddff;
		text-decoration: underline;
	}
	
	.lang a.selected {
		font-weight: bold;
		color: #d1ddff;
		text-decoration: none;
	}
	
	.lang a.selected:hover {
		font-weight: bold;
		color: #d1ddff;
		text-decoration: underline;
	}
	
	/* Menu */
	
	.nav,
	.nav ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	
		.nav li.pad1 {
			padding: 0px 0px 14px 0px;
		}
		
		.nav li.pad2 {
			padding: 0px 57px 19px 0px;
		}
		
		.nav li.pad3 {
			padding: 0px 104px 27px 0px;
		}
		
		.nav li.pad4 {
			padding: 0px 119px 30px 0px;
		}
		
		.nav li.pad5 {
			padding: 0px 88px 0px 0px;
		}
		
			.nav a {
				display: block;
				background: transparent url(../images/nav-bullet.gif) no-repeat right top;
				font-size: 11px;
				font-weight: bold;
				color: #201d3e;
				text-align: right;
				text-decoration: none;
				padding: 0px 23px 1px 0px;
			}
			
			.nav a:hover {
				color: #201d3e;
				text-decoration: underline;
			}
			
			.nav a.selected {
				color: #201d3e;
				text-decoration: underline;
			}
			
			.nav a.selected:hover {
				color: #201d3e;
				text-decoration: underline;
			}
	
	/* 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: #787893;
			text-decoration: none;
			padding: 0px 14px 10px 14px;
		}
		
		.sub-nav a:hover {
			color: #787893;
			text-decoration: underline;
		}
		
		.sub-nav a.selected {
			color: #201d3e;
			text-decoration: none;
		}
		
		.sub-nav a.selected:hover {
			color: #201d3e;
			text-decoration: underline;
		}
	
	/* Icons */
	
	
	
	/* --- */
	
	/* Layout */
	
	#header {/*+*/
		background: transparent url(../images/bg-header.jpg) no-repeat;
		height: 281px;
	}
	
		#header-content {
			position: relative;
		}
	
	/* Etc. */
	
	#logo {
		position: absolute;
		top: 28px;
		left: 18px;
	}
	
	#nav-wrapper {
		padding: 61px 297px 0px 0px;
	}
	
	#title-wrapper {
		background: #3c4c87 url(../images/bg-title.gif) no-repeat;
		margin-top: 9px;
	}
	
	#lang-wrapper {
		padding-right: 44px;
	}
	
	#sub-nav-wrapper {
		margin-bottom: 12px;
		border-bottom: 1px solid #ffffff;
	}
	
	#content-wrapper {
		background: #d1ddff url(../images/bg-content.gif) no-repeat left bottom;
		height: 220px;
		padding: 20px 36px;
	}
	
		#content {
			/*+*/
		}
	
	#copyright-wrapper {
		padding: 3px 56px 8px 56px;
	}
	
	/* Content images */
	
	.img-container {
		width: 100%;
	}
	
		.img-container table tr.image td {
			background: #ffffff;
			padding: 2px;
		}
		
		.img-container table tr.title {
			display: none;
		}
		
			.img-container table tr.title td {
				text-align: center;
			}

/* === Txt === */
h2.title {
	font-size: 18px;
	font-weight: bold;
	color: #d1ddff;
	padding: 5px 30px 7px 42px;
}

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: #939bb3;
}

/* === 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 */
