/* === Clearing browser style === */

body, td, input, textarea, select {
	font-family: times new roman, serif;
	font-size: 13px;
	color: #533510;
	font-weight: normal;
}

body {
	background: #fcf9e9 url(../images/bg.gif);
	height: 100%;
	padding: 0px;
}

html {
	height: 100%;
}

/* === Links === */

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

a:hover {
	text-decoration: underline;
}

/* === Main === */

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

	body.index #left {
		background: url(../images/bg-index-left.jpg) no-repeat right top;
		width: 50%;
	}

	body.page #left {
		width: 50%;
	}

	#middle {
		/*+*/
	}

	body.index #right {
		background: url(../images/bg-index-right.jpg) no-repeat;
		width: 50%;
	}

	body.page #right {
		width: 50%;
	}

	/* Lang */

	.lang a {
		display: block;
		background: url(../images/lang-bullet.gif) no-repeat;
		font-size: 10px;
		color: #533510;
		text-decoration: none;
		padding: 0px 5px 0px 9px;
	}

		.lang a.first {
			background: none;
		}

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

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

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

	/* Menu */

	.nav,
	.nav ul {
		list-style: none;
	}

		.nav a {
			display: block;
			background: url(../images/menu-bullet.gif) no-repeat;
			font-size: 12px;
			color: #533510;
			text-decoration: none;
			padding: 0px 0px 1px 15px;
		}

			.nav li ul {
				margin-top: 5px;
				margin-bottom: 10px;
			}

			.nav li li a {
				background: url(../images/submenu-bullet.gif) no-repeat;
				padding: 0px 0px 1px 22px;
			}

				.nav li li ul {
					margin-top: 5px;
					margin-bottom: 10px;
				}
				.nav li  li li a {
					background: url(../images/submenu2-bullet.gif) no-repeat;
					padding: 0px 0px 1px 30px;
				}

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

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

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

	/* --- */

	body.index .leCol {
		background: url(../images/bg-index-le.jpg) no-repeat;
		width: 38px;
	}

	body.page .leCol {
		width: 40px;
	}

	body.index .leftCol {
		background: url(../images/bg-index-pergament.jpg) no-repeat;
		width: 234px;
	}

		body.index #logoBox {
			margin: 65px 32px 15px 26px;
		}

		body.page #logoBox {
			margin: 40px 32px 15px 26px;
		}

		#langBox {
			padding: 0px 36px 0px 26px;
		}

		#navBox {
			margin: 37px 32px 50px 55px;
		}

	body.page .leftCol {
		width: 234px;
		padding-top: 24px;
	}

		#pergament {
			background: url(../images/bg-pergament.jpg) repeat-y;
		}

			#pergamentBottom {
				background: url(../images/bg-pergament-bottom.gif) no-repeat left bottom;
			}

				#pergamentTop {
					background: url(../images/bg-pergament-top.gif) no-repeat;
					height: 300px;
				}

		#subscrBox {
			background: url(../images/bg-subscr.jpg) no-repeat;
			height: 138px;
		}

		#address {
			text-align: center;
			margin-bottom: 10px;
		}

			#address p {
				margin-bottom: 3px;
			}

			#address span {
				font-size: 18px;
			}

	body.index .rightCol {
		width: 718px;
	}

		#bg1 {
			background: url(../images/bg-index1.jpg) no-repeat;
			height: 200px;
		}

		#bg2 {
			background: url(../images/bg-index2.jpg) no-repeat;
			height: 200px;
		}

		#bg3 {
			background: url(../images/bg-index3.jpg) no-repeat;
			height: 190px;
			padding: 0px 40px 0px 280px;
		}

			body.index #createdBox {
				margin-top: 110px;
			}

	body.page .rightCol {
		background: url(../images/bg-right.gif) no-repeat right top;
		width: 651px;
	}

		#titleBox {
			height: 136px;
			padding: 0px 31px;
		}

		#qnavBox {
			height: 63px;
			padding: 0px 31px;
		}

		#printBox {
			padding-right: 27px;
		}

			#qnavBox,
			#qnavBox a,
			#printBox a {
				font-size: 12px;
			}

		#infoBox {
			height: 300px;
			padding: 0px 27px 0px 31px;
		}

			#info {
				margin: 5px 0px;
			}


			#info td ul, #info ul {
				list-style-type: circle;
			}

			#info td ol, #info ol {
			}

			#info td ol li, #info ol li {
				margin-left: 30px;
			}

			#info td ul li, #info ul li {
				margin-left: 30px;
				list-style-image: url(../images/menu-bullet.gif);
				list-style-type: none;
			}

		body.page #createdBox {
			padding: 0px 127px 10px 131px;;
		}

	.leftSep {
		width: 30px;
	}

	.rightSep {
		width: 35px;
	}

	.dots {
		background: url(../images/bg-dots.gif) repeat-x left center;
	}

	.thumb {
		background: url(../images/bg-img.gif) no-repeat center center;
		width: 165px;
		height: 165px;
	}

		.thumb div {
			padding: 18px;
		}

/* === Txt === */
.title {
	font-size: 20px;
	color: #de9614;
	font-weight: normal;
	margin-bottom: -6px;
}

	.title:first-letter {
		font-size: 44px;
	}

h1.title1 {
	font-size: 18px;
	color: #de9614;
	font-weight: normal;
	padding: 26px 30px 5px 30px;
}

	h1.title1 span {
		font-size: 36px;
	}

span.copyright {
	font-family: times new roman, serif;
	font-size: 11px;
	color: #836629;
	cursor: default;
}

span.copyright a {
	font-family: times new roman, serif;
	font-size: 11px;
	color: #836629;
	text-decoration: none;
}

span.copyright a:hover {
	color: #836629;
	text-decoration: none;
}

/* === Other === */

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}
