/* szkielet strony */

		
body
{
	background: #000000;
	font-size: 12px;
	margin: 0 0 0 0;
	color: #b59983;
	font-family: 'Arial';
}

#trescstrony
{
	position: relative;
	width: 100%;
}
		
#container
{
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0 0 0 0;
}
		
#acontainer
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border: 1px solid white;
	text-align: center;
	padding: 20px 20px 20px 20px;
}
		
#main
{
	width: 900px;
	height: 1022px;
	background: url('images/bg.jpg') no-repeat;
	position: relative;
	text-align: center;
	margin-top: 0;
	padding: 0 0 0 0;
}

#menu_link
{
	width: 56px;
	height: 56px;
	position: absolute;
	left: 406px;
	top: 264px;
	z-index: 1000;

}

#menu2_link
{
	width: 56px;
	height: 56px;
	position: absolute;
	left: 155px;
	top: 220px;
	z-index: 1000;

}

#menu3_link
{
	width: 56px;
	height: 56px;
	position: absolute;
	left: 685px;
	top: 273px;
	z-index: 1000;

}

#menu
{
	width: 260px;
	height: 330px;
	position: absolute;
	left: 300px;
	top: 0px;
	background: url('images/menu_bg.png') no-repeat;
}

#menu2
{
	width: 212px;
	height: 285px;
	position: absolute;
	left: 75px;
	top: 0px;
	background: url('images/menu2_bg.png') no-repeat;
}

#menu3
{
	width: 260px;
	height: 349px;
	position: absolute;
	left: 573px;
	top: 0px;
	background: url('images/menu3_bg.png') no-repeat;
}

#menu2_txt
{
	font-size: 26px;
	text-align: center;
	padding-top: 20px;
	width: 212px;
	height: 200px;
	position: absolute;
	left: 75px;
	top: 0px;
	z-index: 10;
}

#menu3_txt
{
	width: 260px;
	height: 264px;
	position: absolute;
	left: 573px;
	top: 0px;
	font-size: 20px;
	text-align: center;
	padding-top: 6px;
	z-index: 10;
}

#menu_txt
{
	width: 260px;
	height: 245px;
	position: absolute;
	left: 300px;
	top: 0px;
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
	z-index: 10;
}

.menu_item
{
	width: 260px;
	height: 25px;
	padding-bottom: 5px;
	z-index: 100;
}

.menu2_item
{
	padding-bottom: 5px;
	width: 212px;
	height: 25px;
	z-index: 100;
}

.menu3_item
{
	width: 260px;
	height: 20px;
	padding-bottom: 5px;
	z-index: 100;
}

#content
{
	width: 750px;
	margin-left: 80px;
	height: 500px;
	position: relative;
	float: left;
	margin-top: 330px;

}

*html #content
{
	margin-left: 40px;
}


img
{
	border: 0px;
	float: none;
}

.menu_img
{
	float:left;
}

.img_alert
{
	margin: 0 0 0 0;
	margin-right: 10px;
	vertical-align: middle;
}

.back
{
	width: 60px;
	height: 46px;
	margin-bottom: 5px;
	margin-top: 5px;
	background: url('images/back.png');
	margin-left: auto;
	margin-right: auto;
}

.centr
{
	width: 260px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 24px;
}


a:link
{
  	text-decoration: none;
	color: #b59983;


}

a:visited
{
 	text-decoration: none;
	color: #b59983;
}


a:hover
{
 	text-decoration: underline;
 	color: #cccccc;

}

a:active
{
 	text-decoration: none;
	color: #b59983;

}

div#preloader
{
	position: fixed; 
	_position:absolute;
	width: 300px;  
	left: 50%; 
	margin-left: -150px; 	
	top: 200px; 
	_top:expression(eval(document.documentElement.scrollTop) + 100);
	z-index: 9999;
	display: none; 
	background: #000;
	color: #fff;
	border: 1px solid #aaa; 
	text-align: center;
	font-weight:bold;
}

.gal_item
{
	width: 100%;
	float: left;
	padding-top: 10px;
}

.th_item
{
	width: 100px;
	height: 100px;
	border: 5px solid #949494;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.th_item:hover
{
	border: 5px solid #bcbcbc;
}

.gal_desc_item
{
	width: 500px;
	float: left;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	padding-top: 50px;
}

