html, body {
	width: 100%;
	height: 100%;
	background: white url("images/brackground.puny.png") repeat-x 0 0;
}

* {
	margin: 0;
	padding: 0;
}

div#page {
	width: 1000px;
	margin: 0 auto;
	z-index: 3;
	position: relative;
	min-height: 100%;
	background: transparent url("images/shadow-1024.puny.png") no-repeat 0 10px;
}

div#content {
	z-index: 8;
	padding: 217px 84px 1px 258px;
	position: relative;
	min-height: 510px;
}

h1#pageTitle {
	top: 168px;
	left: 258px;
	position: absolute;
	margin-bottom: 0;
}

a#logo {
	top: 131px;
	left: 20px;
	height: 53px;
	z-index: 9;
	position: absolute;
}

div#deco {
	top: 10px;
	left: 12px;
	color: white;
	width: 974px;
	height: 100px;
	z-index: 12;
	position: absolute;
	max-width: 974px;
	max-height: 150px;
	background-repeat: no-repeat;
	background-position: top right;
}

div#deco h3 {
	color: #ccc;
	padding: 8px 20px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.277;
	white-space: nowrap;
}

div#nav {
	top: 195px;
	left: 80px;
	width: 170px;
	z-index: 10;
	position: absolute;
}

div#nav ul,
div#nav li {
	margin: 0;
	padding: 0;
}

.aux {
/*	font-size: 105%;
	list-style: none;
	line-height: 18px;*/
}

div#nav li {
	list-style: none;
}

.detail p{
	font-size: 90%;
}

div#nav ul {
	margin-top: 20px;
	line-height: 20px;
}

div#nav ul ul {
	margin: 0 0 1em 1.5em;
	line-height: 1.5;
}

div#nav a {
	display: block;
}

/*div#content div {
	z-index: 20;
	position: relative;
}*/

/* footer */

div#footer {
	clear: both;
	z-index: 9;
	padding: 1px 83px 1em 80px;
	position: relative;
}

div#footer h3 {
	font-size: 1em;
	margin-bottom: 0.2em;
}

div#footer p {
	margin-bottom: 0;
}

div#footer a.right {
	margin: -4px 1px 0 0;
}

div#content div.inner {
	float: left;
	width: 450px;
}

ul#objectList,
div#footer .inner {
	clear: both;
	width: 100%;
	float: none;
	margin: 0;
	border-top: 2px solid #00A7E3;
	padding-top: 10px;
	list-style-type: none;
}

.aux {
	width: 172px;
	float: right;
}

.aux h2 {
	margin-bottom: 0.5em;
}

.gallery {
	float: left;
	width: 480px;
}

.gallery ul {
	margin-left: 0;
}

.gallery li,
ul#objectList li {
	float: left;
	margin: 0 10px 10px 0;
	/*padding: 0 10px 10px 0;*/
	list-style: none;
}

ul#objectList li {
	width: 148px;
	margin: 0 10px 15px 0;
}

.gallery a,
.gallery img,
ul#objectList li a,
ul#objectList li img,
ul#objectList li span.details,
ul#objectList li span.description {
	display: block;
}

ul#objectList li span.description {
	height: 3em;
}

ul#objectList li span.details {
	position: relative;
}

ul#objectList li span.continue {
	top: 1.4em;
	right: 0;
	position: absolute;
}

.gallery img {
	width: 72px;
}

.detail {
	float: right;
	width: 172px;
}

img#imgFull {
	margin-bottom: 1em;
}

div.thumbs {
	width: 86px;
	float: right;
	line-height: 0;
}

div.thumbs img {
	margin-bottom: 4px;
}

div#finder {
	top: 168px;
	right: 84px;
	width: 300px;
	position: absolute;
}

.selecter {
	width: 129px;
	float: right;
	color: white;
	cursor: pointer;
	line-height: 22px;
	text-indent: 5px;
	margin-left: 10px;
	background: #00A7E3 url("images/tool-tip.png") repeat-y;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

div#finder ul {
	color: #5F5F5F;
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	background: white;
	white-space: nowrap;
}
div#finder li:hover {
	background: #eee;
}

/* gallery 2 */

#gallery3,
#gallery2.js {
	position: relative;
}

#gallery3 blockquote {
	text-align: center;
}

#gallery2.js {
	min-height: 440px;
}

#gallery2.js img {
	top: 0;
	left: 0;
	position: absolute;
}
#gallery2.js .pictureform img {
	position: relative;
}
.thumbs2 {
	width: 582px;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 1.5em;
}
.g2cinner {
	line-height: 1px;
}
.thumbs2 img {
	margin: 0 0 3px 0;
	display: inline;
	white-space: nowrap;
	border-right: 3px solid white;
}

#managePictures {
	top: 5px;
	left: 5px;
	z-index: 123;
	position: absolute;
}

.managepicture,
.shortfields,
.shortfields label,
.longfields,
.longfields label {
	float: left;
	margin-right: 5px;
}

.longfields input.text {
	width: 300px;
}
.pictitle {
	margin-bottom: 5px;
}
.managecontainer {
	background: white;
	margin-bottom: 10em;
}
.managepicturecontainer hr {
	margin: 5px 0;
}
/* global */

.clear { clear: both; }

.tooltip {
	width: 135px;
	color: white;
	z-index: 20;
	background: #00A7E3 url("images/tool-tip.png") repeat-y;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

.tip { padding: 3px; }




