html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
	overflow: auto;
}
body {
	background-color: #F1EAE0;
}

#top_hint {
	color: yellow;
	background-color: #906090;
	font-family: Verdana;
	font-size: 8pt;
	position: fixed;
	padding: 4px;
	right: 0;
	top: 0;
	z-index: 10000;
	border: solid #ffffff;
	border-width: 0 0 1px 1px;
}
#top_hint a, #top_hint a:hover {
	color: yellow;
}
#top_hint a.fix {
	cursor: help;
}

a, a:hover {
	text-decoration: none;
}
img, a img {
	border-width: 0;
	margin: 0;
}

div, center, p, form, table, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
p.clear {
	clear: both;
}

#root {
	height: 100%;
	min-width: 1240px;
	_width: 1240px;
	position: relative;

	background: url("body-bg.jpg") 50% 50% no-repeat;

	text-align: center;
}
#root-height {
	min-height: 597px;
	_height: 597px;
	width: 950px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	text-align: left;

	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;

	position: relative;
}
#rubber {
	height: 100%;
	width: 0px;
	overflow: hidden;

	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

#top-leaf {
	position: relative;
	height: 102px;

	background: url("top-leaf.png") top left no-repeat;
}

#top-leaf-hint-1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;

	width: 270px;
	text-align: right;
	line-height: 2em;
}

#top-left-hint-2 {
	margin-left: 40px;
	padding-top: 32px;
	padding-left: 4px;
	background-position: top left;
	background-repeat: no-repeat;

	font-family: Tahoma;
	font-size: 19px;
	font-weight: bold;
	color: #d17d03;
}

#lang-select {
	position: absolute;
	top: 8px;
	right: -10px;

	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
#lang-select a {
	color: #686264;
	margin: 0 10px;
}

#menu {
	position: absolute;
	top: 30px;
	right: -14px;

	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
#menu a {
	color: #d17d03;
	margin: 0 14px;
}
#menu a.menu-current {
	background-color: #fffaf4;
	padding: 2px 6px;
	margin: 0 8px;
}

#pics-wrap {
	min-height: 276px;
	_height: 276px;
}
#pics {
	margin: 0 auto;
}
#pics td {
	vertical-align: top;
}
.pics-space {
	width: 90px;
}
.pics-frag {
	padding-top: 50px;
}
.pics-ie6-spec-1 {
	position: absolute;
	bottom: 100%;
	width: 100%;

	text-align: center;
}
.pics-div {
	font-family: Tahoma;
	font-size: 10px;
	padding-bottom: 61px;
	background: url("pic-shadow-50.png") bottom left repeat-x;
	position: relative;
}
.pics-div img {
	margin-top: 10px;
}

#thumbs {
	height: 109px;
	background: #FFFAF4;
	position: relative;
	overflow: hidden;
	/*margin-bottom: 10px;*/
}
.thumbs-inner {
	margin: 0 40px;
	/*text-align: center;*/
	display: none;
}
.thumbs-inner img {
	margin: 8px 5px 0 5px;
	vertical-align: middle;
}
.circle {
	position: absolute;
	background-image: url("circle.png");
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}
.circle.lt-1 {left: -7px;top: -7px;}
.circle.rt-1 {right: -7px;top: -7px;}
.circle.lb-1 {left: -7px;bottom: -7px;_bottom: -9px;}
.circle.rb-1 {right: -7px;bottom: -7px;_bottom: -9px;}

#tabs {
	margin: 16px 65px 0 65px;
	*zoom: 1;
}

#tabs a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #484848;
}

#tabs div {
	float: left;
	line-height: 24px;
}
#tabs p {
	padding: 0 14px;
}

#tabs .current {
	position: relative;
	overflow: hidden;
}
#tabs .current p {
	background-color: #FFFAF4;
	padding: 0 7px;
	margin: 0 7px;
}
.corner {
	position: absolute;
	background-image: url("tab-current-bg.png");
	background-repeat: no-repeat;
	width: 14px;
	height: 24px;
}
.corner.lt-2 {left: -7px;top: 0;}
.corner.rt-2 {right: -7px;top: 0;}


#inner-contento {
}
.text_title {
	font-family: Arial, Tahoma;
	font-size: 14pt;
	padding: 20px 10px 0 20px;
}
#text {
	font-family: Arial, Tahoma;
	font-size: 10pt;
	padding: 20px 10px 20px 20px;
}
#text img, #text a img  {
	margin: 5px;
	border-width: 0;
}
#text a, #text a:hover {
	color: #0000ff;
}
#text h3 {
	font-size: 14pt;
}
#text h4 {
	font-size: 12pt;
}
#text .indent {
	text-indent: 1em;
	margin-bottom: 10px;
	text-align: justify;
}
.nicer_controls input, .nicer_controls textarea {
	border: 1px solid #bbbbd9;
}
.error {
	color: #ff0000;
	border-left: 2px solid #ff0000;
	padding-left: 10px;
}

.zoom {
	position: absolute;
	right: -25px;
	bottom: 60px;
}
.zoom img {
	margin: 0;
	width: 22px;
	height: 22px;
}

.thumbs-ruler {
	position: absolute;
	display: none;
	top: 41px;
}
.thumbs-ruler img {
	width: 27px;
	height: 25px;
}
#ruler-left {
	left: 10px;
}
#ruler-right {
	right: 10px;
}

#js-alert {
	text-align: center;
	color: red;
	font: bold 10pt Tahoma;
	line-height: 109px;
}

img.thumb_current {
/*	border-style: dashed;
	border-color: yellow;
	border-width: 2px 2px;
	margin: 8px 3px 0 3px;*/
}

#footer {
	position: absolute;
	bottom: 0;
	right: 0;
}
#footer table {
	float: right;
}
#footer td {
	vertical-align: middle;
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 9pt;
	color: #707070;
}
#footer a, #footer a:hover {
	color: #707070;
}
#footer a.dev:hover {
	border-bottom: 1px solid #707070;
}