/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial, Helvetica;
	background:#000 url('../layout/bgr.gif') repeat-x top;
	padding:50px 0;
	margin:0;
	color:#000;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	line-height:20px;
	font-size:12px;
	margin:10px 0;
}
h1
{
	margin:10px 0;
	overflow:hidden;
	font-size:14px;
	padding:0 0 0 15px;
	background:url('../layout/box.gif') no-repeat left center;
	color:#000;
}
h2
{
	font-size:13px;
	font-weight:bold;
	color:#2e3192;
	margin:0 0 2px 0;
	padding:0 0 1px 0;
}
h3
{
	color:#636363;
	font-weight:bold;
	padding:10px 0 0 0;
	margin:0;
	font-size:12px;
}
ul.lista, ol.lista
{
	padding:10px 0 10px 20px;
	padding:0;
}
ul.lista li, ol.lista li
{
	margin:0;
	padding:2px 0 2px 15px;
	list-style:none;
	background:url('../layout/arrow.gif') no-repeat 2px 6px;
	color:#636363;
}
.clear
{
	height:1px;
	overflow:hidden;
	clear:both;
}









/**
 * GALERIA
 */
table#gallery_table
{
	padding:0;
	margin:0;
}
table#gallery_table td
{
	vertical-align:top;
	font-size:11px;
	width:158px;
	text-align:center;
}
table#gallery_table td div.image
{
	width:150px;
	height:113px;	
	text-align:center;
	margin-bottom:3px;
	background:url('../layout/gallery_bgr.gif') no-repeat 0 0;
	padding:1px 7px 6px 1px
}
table#gallery_table td div.image_pics
{
	width:150px;
	height:113px;	
	text-align:center;
	margin-bottom:3px;
	border:1px solid #cacaca;
	background:#fff;
}
.gallery_arrow
{
	vertical-align:middle;
	padding:0 2px 1px 2px;
}
a.return_button
{
	border:1px solid #cacaca;
	background:#efefef url('../layout/return_bgr.gif') no-repeat center left;
	padding:1px 10px 0 23px;
	color:#6c6c6c;
	font-size:9px;
}
a.return_button:hover
{
	background-image:url('../layout/return_bgr_hover.gif');
}





/**
 * LINKI
 */
a:link, a:visited
{
	text-decoration:none;
	color:#790000;	
}
a:hover
{
	color:#000;
}
a.transparent:link img, a.transparent:visited img
{
	opacity: 1.00;             /* CSS 3, Opera 9 */
	filter: alpha(opacity=100); /* MSIE */
	-moz-opacity: 1.00;        /* Gecko */
}
a.transparent:hover img
{
	opacity: 0.70;             /* CSS 3, Opera 9 */
	filter: alpha(opacity=70); /* MSIE */
	-moz-opacity: 0.70;        /* Gecko */
}
#pixlab a:link, #pixlab a:visited
{
	text-decoration:none;
	color:#545454;
}
#pixlab a:hover
{
	color:#fff;
}
.more a:link, .more a:visited
{
	text-decoration:none;
	color:#939faa;
}
.more a:hover
{
	color:#000;
}
.more
{
	padding:5px 0 0 0;
	text-align:right;
	font-size:10px;
}
.more a img
{
	vertical-align:middle;
	padding:0 0 1px 0;
}








/**
 * KONSTRUKCJA
 */
#container
{
	width:888px;
	border:3px solid #fff;
	margin:0 auto;
	background:#e1e1e1;
	min-height:492px;
}
#footer
{
	width:888px;
	margin:0 auto;
	padding:4px 0 0 0;
	font-size:10px;
}
#pixlab
{
	float:right;
	display:inline;
}
#menu
{
	height:42px;
	background:url('../layout/bgr_menu.gif') repeat-x top;
}
#flash_content
{
	width:369px;
	float:left;
	display:inline;
	height:492px;
	border-right:3px solid #fff;
}
#text_content
{
	width:516px;
	float:right;
	display:inline;
	height:492px;
}
#text
{
	padding:10px;
}
#logo
{
	text-align:center;
	padding:10px 0;
}
#google_map
{
	height:200px;
	border:1px solid #c2c2c2;
	margin:10px 0;
}
#bottom_contact
{
	height:93px;
	background:url('../layout/bgr_footer.gif') repeat-x top;
	line-height:20px;
	padding:7px 10px;
}
#bottom_contact_
{
	float:right;
	display:inline;
	margin:0 100px 0 0;
}








/**
 * MENU
 */
ul.menulist
{
	margin:0;
	padding:0;
	list-style:none;
	height:31px;
}
ul.menulist li
{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	line-height:normal;	
}
ul.menulist li a:link, ul.menulist li a:visited
{
	display:block;
	padding:13px 10px 13px 10px;
	color:#fff;
	background:url('../layout/bgr_li.gif') no-repeat 0 12px;
	text-align:center;
}
ul.menulist li a:hover
{
	color:#cecece;
}
ul.menulist li.active a
{
	color:#000 !important;
}
