html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*text-shadow: 0px 0px 1px #CCC;*/
	background-image: url(../images/bg_8.png);	
	font-size:13px;	
}
a {
	text-decoration: none;
	color: #000;
}
a:active, a:focus {
	outline: none;
}
img {
	display:block;
}
.global_window_sizer {
	width: 100%;
	min-width: 1000px;
	height: 100%;
	min-height: 850px;
	position: relative;
}
.global_container {
	width: 1000px;
	height: 840px;
	margin: -420px 0px 0px -500px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-position: center;
	background-repeat: no-repeat;
	/* background-image: url(../images/bg_over.png); */
}
.global_content {
	width: 900px;
	height: 740px;
	margin: 50px;
}
.global_copyright{
	width: 1000px;
	height: 15px;
	bottom: 35px;
	position: absolute;
	font-size: 10px;
	text-align: center;
}

.main_container {
	width: 896px;
	height: 675px;
	padding: 0px 2px;
}
.main_menu_kamyk {
	width: 128px;
	height: 128px;
	background-position: center;
	background-repeat: no-repeat;
}
.main_menu_title {
	width: 128px;
	height: 20px;
	margin-bottom: 60px;
	background-position: center;
	background-repeat: no-repeat;
}
.main_menu_column {
	width: 128px;
	height: 675px;
	float: left;
}
.main_menu_but_static{
	width: 128px;
	height: 18px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.main_menu_but{
	width: 128px;
	height: 18px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.main_menu_but:hover{
	background-position: 0px -18px;
}

.small_kamyk {
	width: 65px;
	height: 65px;
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}
.path {
	width: 192px;
	height: 65px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}
.bottom {
	width: 900px;
	height: 65px;
	bottom:50px;
	position:absolute;
}
.autor {
	width: 194px;
	height: 65px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/eta_zareba.png);
	float: right;
}

.about_container {
	width: 900px;
	height: 675px;
}
.about_text {
	width: 525px;
	height: 675px;
	margin: 0px 25px 0px 0px;
	float: left;
	color: #000;
	/*text-shadow: 0px 0px 1px #CCC;*/
}
.about_title {
	color:#FFF;
	font-size:18px;
	/*text-shadow: 0px 0px 1px #888;*/
}
.about_art_container {
	width: 350px;
	height: 675px;
	float: left;
}

.exhib_container {
	width: 900px;
	height: 675px;
}
.exhib_text {
	width: 525px;
	height: 675px;
	margin: 0px 25px 0px 0px;
	float: left;
	color: #000;
	/*text-shadow: 0px 0px 1px #CCC;*/
}
.exhib_title {
	color:#FFF;
	font-size:16px;
	/*text-shadow: 0px 0px 1px #888;*/
}
.exhib_art_container {
	width: 350px;
	height: 675px;
	float: left;
}

.kontakt_container {
	width: 900px;
	height: 675px;
}
.kontakt_text {
	width: 525px;
	height: 675px;
	margin: 0px 25px 0px 0px;
	float: left;
	color: #000;
	/*text-shadow: 0px 0px 1px #CCC;*/
}
.kontakt_title {
	color:#FFF;
	font-size:16px;
	/*text-shadow: 0px 0px 1px #888;*/
}
.kontakt_art_container {
	width: 350px;
	height: 675px;
	float: left;
}
.kontakt_input{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#DDD;	
	border:1px #999 solid;
	width:350px;
	height:18px;
	padding:4px;
}
.kontakt_input:hover{
	background-color:#EEE;	
}
.kontakt_input:focus{
	background-color:#EEE;	
	-webkit-box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
}
.kontakt_textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#DDD;	
	border:1px #999 solid;
	width:350px;
	height:250px;
	padding:4px;
	resize:none
}
.kontakt_textarea:hover{
	background-color:#EEE;	
}
.kontakt_textarea:focus{
	background-color:#EEE;	
	-webkit-box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
}
.kontakt_button{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#DDD;	
	border:1px #999 solid;
	width:100px;
	height:23px;
	padding:2px;
	margin-left:260px;
}
.kontakt_button:hover{
	background-color:#EEE;	
}
.kontakt_button:focus{
	background-color:#EEE;	
	-webkit-box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
}
.kontakt_form{
	width:360px;
	margin-left:20px;
}
.kontakt_success{
	width:360px;
	text-align:center;
	margin:80px 0px;
}
.kontakt_error{
	color:#900;
	margin: 0px 0px 0px 20px;
	float:right;		
}

.download_container {
	width: 900px;
	height: 675px;
}
.download_art_container {
	width: 525px;
	height: 675px;
	margin: 0px 25px 0px 0px;
	float: left;
	color: #000;
	/*text-shadow: 0px 0px 1px #CCC;*/
}
.download_title {
	color:#FFF;
	font-size:18px;
	/*text-shadow: 0px 0px 1px #888;*/
	float:left;
}
.download_desc {
	color: #000;
	text-shadow:none;
	font-size:13px;	
	line-height:22px;
	float:right;
	text-align:right;
}
.download_row {
	color:#FFF;
	font-size:18px;
	width: 350px;
	height: 22px;
	margin-bottom:25px;
}
.download_row:hover {
	text-shadow: 0px 2px 2px #FFF;
	color:#339999;	
}
.download_text {
	width: 350px;
	height: 675px;
	float: left;
}

.gallery_container {
	width: 900px;
	height: 675px;
}
.gallery_thumbs_container {
	width: 525px;
	height: 655px;
	margin: 0px 75px 0px 0px;
	position:relative;
	float: left;
	overflow: hidden;
}
.gallery_thumbs_content {
	width: 525px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}
.gallery_thumbs_column {
	width: 150px;
	margin: 0px 25px 0px 0px;
	float: left;
}
.gallery_thumb {
	width: 150px;
}
.gallery_thumb_img {
	cursor: pointer;
}
.gallery_art_container {
	width: 300px;
	height: 655px;
	position:relative;
	float: left;
}
.gallery_art_desc {
	padding-top: 15px;
	text-align:left;
}
.gallery_desc {
	width: 900px;
	height: 20px;
	clear: both;
	text-align: right;
}
.gallery_art {
	display: none;
}
.gallery_shadow_top {
	width: 500px;
	margin: 0px 25px 0px 0px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: none;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/shadow_top.png);
}
.gallery_shadow_bottom {
	width: 500px;
	margin: 0px 25px 0px 0px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/shadow_bottom.png);
}

.gallery_big_container {
	width: 900px;
	height: 675px;
}
.gallery_big_thumbs_container {
	width: 900px;
	height: 150px;
	margin: 5px 0px 0px 0px;
	position:relative;
	overflow: hidden;
}

.gallery_big_thumbs_content {
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}
.gallery_big_thumb {
	height: 150px;
	float: left;
}
.gallery_big_thumb_img {
	cursor: pointer;
}
.gallery_big_art_container {
	width: 700px;
	height: 500px;
	margin: 0px 100px;
}
.gallery_big_art_desc {
	padding-top: 15px;
	text-align:left;
}
.gallery_big_desc {
	width: 900px;
	height: 20px;
	clear: both;
	text-align: center;
}
.gallery_big_art {
	display: none;
}


.gallery_big_shadow_left {
	width: 30px;
	margin: 0px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: none;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/shadow_left.png);
}
.gallery_big_shadow_right {
	width: 30px;
	margin: 0px;
	height: 150px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/shadow_right.png);
}

.clear {
	clear:both;	
}