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: #333333;
	font-weight: normal;
}

body {
	background: #d4b596;
	height: 100%;
	padding: 0px;
}

/* === Links === */

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

a:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
}

	#left {
		background: #ffffff  url(../images/bg.gif) repeat-x;
		width: 50%;
	}
	
	#middle {
		background: #ffffff  url(../images/bg-middle.gif) repeat-y;
	}
	
	#right {
		background: #ffffff  url(../images/bg.gif) repeat-x;
		width: 50%;
	}
	
	/* Lang */
	
	.lang {
		margin-right: auto;
		margin-left: auto;
	}
	
		.lang a {
			display: block;
			background: transparent url(../images/lang-bullet.gif) no-repeat;
			font-family: arial, sans-serif;
			font-size: 10px;
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0px 20px 0px 18px;
		}
		
		.lang a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		.lang a.selected {
			color: #ffffff;
			text-decoration: underline;
		}
		
		.lang a.selected:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
			.lang a.first {
				background: none;
			}
	
	/* 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-family: arial, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
			padding: 0px 0px 16px 24px;
		}
		
		.nav a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		.nav a.selected {
			color: #ffffff;
			text-decoration: underline;
		}
		
		.nav a.selected:hover {
			color: #ffffff;
			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: #b38359;
			text-decoration: none;
			padding: 0px 14px 10px 14px;
		}
		
		.sub-nav a:hover {
			color: #b38359;
			text-decoration: underline;
		}
		
		.sub-nav a.selected {
			font-weight: bold;
			color: #b38359;
			text-decoration: none;
		}
		
		.sub-nav a.selected:hover {
			color: #b38359;
			text-decoration: underline;
		}
	
	/* Icons */
	
	
	
	/* --- */
	
	#header-wrapper {
		background: transparent url(../images/bg-header.jpg) no-repeat;
	}
	
		#logo-wrapper {
			height: 154px;
			padding-left: 18px;
		}
		
			#logo {
				/*+*/
			}
		
		#lang-wrapper {
			background: #c8a27c url(../images/bg-lang.gif) no-repeat;
			width: 177px;
			height: 51px;
		}
		
			#lang-container {
				padding-top: 21px;
			}
		
			
	.left-col {
		width: 177px;
	}
	
		#nav-wrapper {
			background: #d4b596 url(../images/bg-nav.gif) repeat-x;
			padding: 19px 20px 22px 15px;
			border: 1px solid #eee4da;
			border-top: none;
			margin-bottom: 50px;
		}
	
	.right-col {
		background: transparent url(../images/bg-right-col.gif) no-repeat;
		width: 573px;
		height: 290px;
	}
	
		#content-wrapper {
			padding: 0px 34px 10px 48px;
		}
		
			#sub-nav-wrapper {
				margin-bottom: 12px;
				border-bottom: 1px solid #dddddd;
			}
			
			#content {
				/*+*/
			}
	
	.copy-col {
		width: 573px;
	}
	
		#copyright-wrapper {
			padding: 20px 34px 20px 48px;
		}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			background: #ffffff;
			padding: 1px;
			border: 1px solid #b38359;
		}
		
		.img-container table tr.title {
			display: none;
		}
		
			.img-container table tr.title td {
				text-align: center;
			}

/* === Txt === */
h2.title {
	background: transparent url(../images/title-bullet.gif) no-repeat;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding: 19px 10px 11px 38px;
	border-bottom: 1px solid #cccccc;
	margin: 0px -21px 12px -8px;
}

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: #ffffff;
}

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