body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body, td, th, input, textarea, select {
	font-family: georgia, times new roman, serif;
	font-size: 11px;
	font-weight: normal;
	color: #5d6553;
	/* Scroll */
	/*scrollbar-base-color: #f0f0f0;
	scrollbar-shadow-color: #ffffff;*/
}

body {
	background: #b2dfff;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

* > body {
		min-height: 100%;
		height: auto;
	}

/* === Links === */

a {
	color: #ffa30b;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

/* Lang */



/* Menu */

ul.nav {
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

	.nav li {
		display: inline;
		background: transparent url(../images/nav-bullet.gif) no-repeat left center;
		padding: 0px 4px 0px 5px;
	}

		.nav li.first {
			background: none;
			padding-left: 4px;
		}

		.nav a {
			font-size: 12px;
			color: #ffffff;
			text-decoration: none;
			padding: 1px 4px 2px 5px;
		}

		.nav a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

		.nav a.selected {
			background-color: #ffffff;
			color: #73a70f;
			text-decoration: none;
		}

		.nav a.selected:hover {
			color: #73a70f;
			text-decoration: underline;
		}

/* Sub menu */

ul.sub-nav {
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

	.sub-nav li {
		display: inline;
		background: transparent url(../images/sub-nav-bullet.gif) no-repeat left center;
		padding: 0px 4px 0px 5px;
	}

		.sub-nav li.first {
			background: none;
			padding-left: 4px;
		}

		.sub-nav a {
			font-size: 11px;
			color: #eff7e0;
			text-decoration: none;
			padding: 1px 4px 2px 5px;
		}

		.sub-nav a:hover {
			color: #eff7e0;
			text-decoration: underline;
		}

		.sub-nav a.selected {
			background-color: #eff7e0;
			color: #73a70f;
			text-decoration: none;
		}

		.sub-nav a.selected:hover {
			color: #73a70f;
			text-decoration: underline;
		}

/* Icons */



/* --- */

#layout {
	position: absolute;
	overflow: hidden;
	width: expression((document.body.clientWidth > 990 ? document.body.clientWidth : 990) + "px");
	height: expression((document.body.clientHeight > 590 ? document.body.clientHeight : 590) + "px");
	top: 0px;
	left: 0px;
}

* > #layout {
		min-width: 990px;
		min-height: 590px;
		width: 100%;
		height: 100%;
	}

	#container {
		position: relative;
		background: transparent url(../images/bg.gif) repeat-x;
		text-align: left;
		width: 990px;
		height: 590px;
		top: 50%;
		margin-top: -295px;
		margin-right: auto;
		margin-left: auto;
	}

		div#container div.container-top {
			position: absolute;
			background: transparent url(../images/gradient-top.gif) repeat-x left bottom;
			left: 0px;
			top: -1000px;
			width: 990px;
			height: 1000px;
		}

			div#container div.container-top2 {
				position: absolute;
				background: transparent url(../images/leaf-top.gif) no-repeat left bottom;
				left: 0px;
				top: -1000px;
				width: 990px;
				height: 1000px;
			}

		div#container div.container-right {
			position: absolute;
			background: transparent url(../images/bg.gif) repeat-x;
			right: -1000px;
			top: 0px;
			width: 1000px;
			height: 590px;
		}

			div#container div.container-right2 {
				position: absolute;
				background: transparent url(../images/bubble-right.gif) no-repeat;
				right: -1000px;
				top: 0px;
				width: 1000px;
				height: 590px;
			}

		#container div.container-bottom {
			position: absolute;
			background: transparent url(../images/gradient-bottom.gif) repeat-x;
			left: 0px;
			bottom: -1000px;
			width: 990px;
			height: 1000px;
		}

		div#container div.container-left {
			position: absolute;
			background: transparent url(../images/bg.gif) repeat-x;
			left: -1000px;
			top: 0px;
			width: 1000px;
			height: 590px;
		}

			div#container div.container-left2 {
				position: absolute;
				background: transparent url(../images/leaf-left.gif) no-repeat right top;
				left: -1000px;
				top: 0px;
				width: 1000px;
				height: 590px;
			}

		div#container div.container-top-right {
			position: absolute;
			background: transparent url(../images/gradient-top.gif) repeat-x left bottom;
			right: -1000px;
			top: -1000px;
			width: 1000px;
			height: 1000px;
		}

		div#container div.container-bottom-right {
			position: absolute;
			background: transparent url(../images/gradient-bottom.gif) repeat-x;
			right: -1000px;
			bottom: -1000px;
			width: 1000px;
			height: 1000px;
		}

		div#container div.container-bottom-left {
			position: absolute;
			background: transparent url(../images/gradient-bottom.gif) repeat-x;
			left: -1000px;
			bottom: -1000px;
			width: 1000px;
			height: 1000px;
		}

		div#container div.container-top-left {
			position: absolute;
			background: transparent url(../images/gradient-top.gif) repeat-x left bottom;
			left: -1000px;
			top: -1000px;
			width: 1000px;
			height: 1000px;
		}

			div#container div.container-top-left2 {
				position: absolute;
				background: transparent url(../images/leaf-top-left.gif) no-repeat right bottom;
				left: -1000px;
				top: -1000px;
				width: 1000px;
				height: 1000px;
			}

		#header {
			background: transparent url(../images/bg-top.gif) no-repeat;
			height: 128px;
		}

			#header .right-col {
				float: right;
				width: 283px;
			}

				h1.logo {
					padding: 36px 90px 0px 75px;
				}

				.oh h1.logo {
					padding: 36px 81px 0px 66px;
				}

					h1.logo a,
					h1.logo b {
						display: block;
						background: transparent url(../images/logo.gif) no-repeat;
						width: 118px;
						height: 70px;
					}

					.oh h1.logo a,
					.oh h1.logo b {
						display: block;
						background: transparent url(../images/logo-oh.gif) no-repeat;
						width: 136px;
						height: 70px;
					}
						h1.logo a span,
						h1.logo b span {
							display: none;
						}

			#header .left-col {
				float: left;
				width: 707px;
			}

				h2.logo {
					padding: 24px 0px 0px 76px;
				}

					h2.logo a,
					h2.logo b {
						display: block;
						background: transparent url(../images/logo-butai.gif) no-repeat;
						width: 548px;
						height: 37px;
					}

						h2.logo a span,
						h2.logo b span {
							display: none;
						}

				#nav-wrapper {
					padding: 8px 33px 6px 48px;
				}

				#sub-nav-wrapper {
					padding: 1px 33px 2px 48px;
				}

		#info {
			background: transparent url(../images/info-bg.gif) repeat-y left top;
			padding: 0px 30px 4px 30px;
		}

			#info .left-col {
				float: left;
				width: 677px;
			}

			#info .right-col {
				float: left;
				width: 253px;
			}

				#content-area {
					background: #fdfff2 url(../images/content-area.gif) no-repeat;
					width: 663px;
					height: 412px;
					padding: 0px 24px 0px 30px;
					voice-family: "\"}\"";
					voice-family: inherit;
					width: 609px;
				}

					#title-wrapper {
						height: 55px;
					}

					#content-wrapper {
						overflow: auto;
						height: 343px;
					}

						#content {
							line-height: 16px;
							width: 584px;
						}

				#illustration {
					padding-left: 15px;
					border-left: 1px solid #c6e096;
				}

			#created {
				padding: 7px 60px 0px 60px;
			}

				#created p {
					padding-bottom: 4px;
				}

					#created a.created-by {
						background: transparent url(../images/sys/artogama.gif) no-repeat right top;
						text-decoration: none;
						padding: 3px 70px 5px 0px;
					}

						#created a.created-by span.hide {
							display: none;
						}

.flat-table {
	background: #E0E2DC;
	width: 100%;
}

	.flat-table th {
		background: #90BF36;
		color: #FFFFFF;
		text-align: left;
		text-align: center;
		padding: 2px 5px;
	}

	.flat-table td {
		background: #fdfff2;
		text-align: center;
		padding: 2px 5px;
	}

	.flat-table td.nofancyfont {
		font-family: tahoma;
		font-size: 11px;
		text-align: center;
	}

	.flat-table td.sold {
		background: #FDF1DA;
	}

.flat-table2 {
	background: #E0E2DC;
	width: 100%;
}

	.flat-table2 th.white {
		background: #fdfff2;
		color: #5d6553;
		font-weight: bold;
		text-align: left;
	}

	.flat-table2 th {
		padding: 2px 5px;
		background: #90BF36;
		color: #FFFFFF;
		text-align: left;
	}

	.flat-table2 td {
		padding: 2px 5px;
		background: #fdfff2;
	}

	.flat-table2 td.nofancyfont {
		font-family: tahoma;
		font-size: 11px;
	}

.hide {
  display: none;
}

/* Content images */

.img-container {
	/*+*/
}

	.img-container table tr.image td {
		background: #add268;
		padding: 5px;
	}

	.img-container table tr.title {
		/*+*/
	}

		.img-container table tr.title td {
			text-align: center;
		}

/* === Txt === */

h2.title {
	font-size: 16px;
	font-weight: bold;
	color: #90bf36;
	padding-top: 17px;
}

h3.title {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
}

h3.title {
	/*+*/
}

span.nofancyfont {
	font-family: verdana;
	font-size: 11px;
}

span.copyright {
	font-size: 10px;
	color: #ffffff;
	padding-top: 1px;
}

/* === Forms === */



/* === Other === */

.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}

