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: #060606;
	font-weight: normal;
}

body {
	background: #267A15;
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #fe7400;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
}

	#left {
		width: 50%;
	}
	
	#middle {
		/*+*/
	}
	
	#right {
		width: 50%;
	}
	
	/* Lang */
	
	.lang a {
		display: block;
		background: transparent url(../images/lang-bullet.gif) no-repeat;
		font-size: 11px;
		font-weight: bold;
		color: #c3dc8d;
		text-decoration: none;
		text-transform: uppercase;
		padding: 0px 11px 0px 14px;
	}
	
	.lang a:hover {
		color: #c3dc8d;
		text-decoration: underline;
	}
	
	.lang a.selected {
		color: #ffffff;
		text-decoration: none;
	}
	
	.lang a.selected:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
		.lang a.first {
			background: none;
			padding-left: 0px;
		}
	
	/* Menu */
	
	.nav,
	.nav ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	
		.nav a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 11px;
			font-weight: bold;
			color: #267a15;
			text-decoration: none;
			padding: 0px 0px 12px 8px;
		}
		
		.nav a:hover {
			color: #267a15;
			text-decoration: underline;
		}
		
		.nav a.selected {
			background: transparent url(../images/nav-bullet-o.gif) no-repeat;
			color: #000000;
			text-decoration: none;
		}
		
		.nav a.selected:hover {
			color: #000000;
			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: #267a15;
			text-decoration: none;
			padding: 0px 14px 10px 14px;
		}
		
		.sub-nav a:hover {
			color: #267a15;
			text-decoration: underline;
		}
		
		.sub-nav a.selected {
			color: #000000;
			text-decoration: none;
		}
		
		.sub-nav a.selected:hover {
			color: #000000;
			text-decoration: underline;
		}
	
	/* Icons */
	
	
	
	/* --- */
	
	#header-wrapper {
		background: transparent url(../images/bg-header.jpg) no-repeat;
		height: 214px;
	}
	
		#logo {
			padding: 42px 0px 52px 65px;
		}
		
		#lang-wrapper {
			background: transparent url(../images/bg-lang.jpg) no-repeat;
			height: 40px;
			margin: 0px 44px;
		}
		
			#lang-container {
				padding: 14px 25px 0px 25px;
			}
	
	#content-wrapper {
		background: transparent url(../images/bg-content-wr.gif) no-repeat;
		padding: 0px 26px;
	}
	
		#cont-sides {
			background: #f9fbf8 url(../images/bg-content.gif) repeat-y;
		}
		
			#cont-bottom {
				background: transparent url(../images/bg-content-bottom.gif) no-repeat left bottom;
			}
			
				#cont-top {
					background: transparent url(../images/bg-content-top.gif) no-repeat;
				}
	
	.left-col {
		width: 154px;
	}
	
		#nav-wrapper {
			padding: 83px 24px 20px 44px;
		}
	
	.right-col {
		width: 511px;
		height: 344px;
	}
	
		#sub-nav-wrapper {
			padding-bottom: 6px;
			background: transparent url(../images/bg-sub-nav.gif) repeat-x left bottom;
			margin-bottom: 12px;
		}
		
		#content {
			padding: 0px 0px 52px 0px;
		}
	
	#copyright-wrapper {
		background: transparent url(../images/bg-copyright.gif) no-repeat 44px 0px;
		height: 42px;
		padding: 0px 81px 0px 180px;
	}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			background: #adcca6;
			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: #267a15;
	padding: 31px 3px 9px 3px;
	border-bottom: 1px solid #adcca6;
	margin-bottom: 19px;
}

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: #aecda8;
}

/* === 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 */

