html{
	overflow-x:hidden;
	overflow-y:scroll;}

#preloader{
position: absolute;
left:0px;
top:0px;
background-color:#dadada;
height: 100%;
width: 100%;
z-index:1;}

#preinfo {
margin: 100px auto 0px;
width:350px;
height:115px;
text-align:center;
padding: 15px 4px 0;
font-weight: bold;
font-size:12px;
font-family: Tahoma;
color:#333;
border: 3px solid #ef9900;
background-color:#fff;
}

body {
	padding: 0;
	/*font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #dadada;
	position: relative;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image:url(../img/bg_body_01.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
/*redefine

::-moz-selection {
	background: #000;
	color: #eee;
}
::selection {
	background: #000;
	color: #eee;
}*/

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}
/*shared*/
span.clr {
	display: block;
	clear: both;
}
/*content*/
#zero {
	width: 930px;
	height:40px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
}

#first {
	width: 930px;
	margin: auto;
	background-image:url(../img/border.png);
	background-repeat: repeat-y;
	background-position: left top;
	}
#container {
	/*z-index: 1000;*/
	width: 800px;
	/*text-align: left;*/
	background-color: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 65px;
}
.title {
	width: 800px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
 	margin-top: 0px;
	margin-bottom: 0px;
	padding:0;
	background-color:#ECECEC;
}
.title img {
	margin-left: 400px;	
	}
.thumbnailContainer {
	width: 800px;
	border-top: 1px solid #ccc;
	margin-top:4px;
	/*display: none;*/
	height: 546px;
	overflow: hidden;
	background-color:#ECECEC;
	background-image:url(../img/back_tumboxs.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.thumbnailContainer .clipper {
	margin: 5px auto 0px;
	padding: 0;
	_padding-left:7px;
	width: 792px;
	height:auto;
}

.thumbnailContainer .tumsboxs {
	border: 0;
	width: 116px;
	height: 116px;
	margin: 5px;
	_margin:4px;
	float: left;
	cursor: pointer;
	padding-top: 6px;
	padding-left: 6px;
}
.thumbnailContainer img {
	border: 0;
	outline: none;
}
.thumbnailContainer .clipperInfo {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0;
	width: 80%;
	height:auto;
	text-align:justify;
	line-height:2em;
}
#footer {
	width: 800px;
	border-top: 1px solid #ccc;
	text-align: right;
	background-color:#ECECEC;
	left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer #info {
	width: 780px;
	margin-left:auto;
	margin-right:auto;
}
a {
	text-decoration: none;
	border:none;
}
a:hover {
	text-decoration: none;
	border:none;
}
#info a {
	color: #ef9900;
	text-decoration: none;
}
#info a:hover {
	color: #727270;
}
.left {
	float: left;
	display:block;
	color: #ef9900;
	text-decoration: none;
}
.right {
	float: right;
	display:block;
}
#images {
	display: none;
}
#second {
	width: 930px;
	height:40px;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.bold, #titleInfo {
	font-weight:bold;
}
#titleInfo {
	font-size:14px;
	line-height:4em;
}
div .clear {
	clear:both;
	height:0px;}
.constukt {
	text-align:center;}

/*Style to lie gallery*/
#gallery {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	text-align:center;
	background-color: #fff;

}
#galleryImage img {
	border: 10px solid #fff;
}