/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Tahoma, Arial;
	background:#eaeced url(../layout/bgr_main.png) repeat-x top center;
	margin:0;
	padding:0;
	color:#000;
	line-height:1;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	padding:8px 0;
	margin:0;
}
h1
{
	font-weight:normal;
	padding:30px 30px 0 30px;
	font-size:30px;
	font-family:Arial;
	margin:0;
}
h2
{
	font-weight:normal;
	padding:10px 0 0 0;
	font-size:20px;
	font-family:Arial;
	margin:0;
	color:#000;
}
.clear
{
	height:1px;
	overflow:hidden;
	clear:both;
}






a:link, a:visited
{
	text-decoration:none;
}
a:hover
{
}
a.button:link, a.button:visited
{
	width:33px;
	height:101px;
	background:url(../layout/arrows1.png) no-repeat -33px 0;
	float:right;
	display:inline;
}
a.button:hover
{
	background-position:-33px -101px;
}
a.blue:link, a.blue:visited
{
	font-weight:bold;
	color:#2fa3d9;
	font-size:11px;
}
a.blue:hover
{
	color:#000;
}
a.more:link, a.more:visited
{
	float:right;
	display:inline;
	padding:4px 20px 5px 20px;
	color:#fff;
	font-size:11px;
	background:url(../layout/bgr_more.png) repeat-x 0 0;
}
a.more:hover
{
	color:#2cabe5;
}
h1 a:link, h1 a:visited
{
	color:#2fa3d9;
}
h1 a:hover
{
	text-decoration:underline;
}





#contact_form
{
	color:#000;
}
#contact_form input
{
	padding:5px;
	background:#fff;
	border:0px solid #fff;
	color:#5d5d5d;
	width:210px;
	font-family:Tahoma;
	font-size:12px;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
}
#contact_form textarea
{
	padding:5px;
	background:#fff;
	border:0px solid #fff;
	color:#5d5d5d;
	width:370px;
	font-family:Tahoma;
	font-size:12px;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
}
#contact_form span.error
{
	color:red;
	padding-left:5px;
}






ul#topmenu
{
	margin:0;
	padding:0;
	list-style:none;
}
ul#topmenu li
{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	border-right:1px solid #25b5e4;
}
ul#topmenu li.last
{
	border:none !important;
}
ul#topmenu li a:link, ul#topmenu li a:visited
{
	float:left;
	display:inline;
	padding:14px 47px 15px 47px;
	font-size:20px;
	color:#fff;
}
ul#topmenu li.last a, ul#topmenu li.last span
{
	padding-right:52px !important;
}
ul#topmenu li a:hover
{
	text-decoration:underline;
}
ul#topmenu li span
{
	float:left;
	display:inline;
	padding:14px 47px 15px 47px;
	font-size:20px;
	color:#6a6c6e;
	background:url(../layout/bgr_topmenu.png) no-repeat -100px -49px;
}
ul#topmenu li span.first
{
	background-position:left -49px !important;
}
ul#topmenu li span.last
{
	background-position:right -49px !important;
}




/**
 * BANNER GŁÓWNY
 */
#realizacje
{
	width:358px;
	height:426px;
	margin:10px auto;
	position:relative;
}
#realizacje .scrollable
{
	position:relative;
	overflow:hidden;
	width:348px;
	height:416px;
	border:5px solid #fff;
}
#realizacje .scrollable .items
{
	width:20000em;
	position:absolute;
	clear:both;
}
#realizacje .scrollable .items div
{
	float:left;
	width:348px;
	position:relative;
}
#realizacje .scrollable .items div a
{
	display:block;
	width:348px;
	height:416px;
}
#realizacje .scrollable .items div span
{
	display:block;
	left:0;
	right:0;
	bottom:0;
	background:url(../layout/bgr_opacity.png);
	position:absolute;
	color:#fff;
	padding:5px;
}
.navi 
{
	position:absolute;
	bottom:0;
	left:0;
	background:#fff;
	padding-left:3px;
}
#realizacje .navi a
{
	width:11px;
	height:11px;
	float:left;
	margin:3px 3px 3px 0;
	background:url('../layout/navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}
#realizacje .navi a:hover
{
	background-position:0 -11px;      
}
#realizacje .navi a.active
{
	background-position:0 -22px;     
}

#realizacje a.browse
{
	position:absolute;
	z-index:2;
	background:url(../layout/arrows.png) no-repeat;
	display:block;
	width:28px;
	height:43px;
	cursor:pointer;
	font-size:1px;
}
#realizacje a.right 				{ background-position:-28px 0; right:-28px; top:208px; }
#realizacje a.right:hover 		{ background-position:-28px -43px; }
#realizacje a.left				{ background-position:0 0; left:-28px; top:208px; } 
#realizacje a.left:hover  		{ background-position:0 -43px; }
#realizacje a.disabled			{ visibility:hidden !important; }





#container
{
	background:url(../layout/bgr.jpg) no-repeat top center;
}
#container_content
{
	width:1000px;
	margin:0 auto;
	background:url(../layout/bgr.jpg) no-repeat top center;
}
#top
{
	height:152px;
	position:relative;
}
#logo
{
	position:absolute;
	width:319px;
	height:84px;
	top:44px;
	left:21px;
}
#header
{
	height:231px;
	position:relative;
}
#header_title
{
	position:absolute;
	top:18px;
	left:313px;
	font-size:40px;
}
#header_title span
{
	font-size:50px;
}
#header_text
{
	position:absolute;
	top:78px;
	left:20px;
	width:560px;
	font-size:13px;
	color:#828385;
	text-align:center;
	line-height:1.5;
}
#topmenu_content
{
	height:49px;
	background:url(../layout/bgr_topmenu.png) no-repeat 0 0;
}
#content
{
	background:url(../layout/bgr.png) repeat-y 0 0;
	min-height:600px;
}
#content_left
{
	width:548px;
	float:left;
	display:inline;
}
#content_right
{
	width:452px;
	float:right;
	display:inline;
}
#content_bottom
{
	height:14px;
	background:url(../layout/bgr_bottom.png) no-repeat 0 0;
}
#footer
{
	background:url(../layout/bgr_footer.png) no-repeat top center;
	margin-top:45px;
}
#footer_content
{
	width:1000px;
	margin:0 auto;
	height:182px;
	position:relative;
	color:#282627;
}
#footer_content_left
{
	position:absolute;
	top:20px;
	left:20px;
	width:270px;
	text-align:center;
	color:#000;
	font-size:11px;
	line-height:1.6;
}
#footer_content_right
{
	position:absolute;
	right:20px;
	top:4px;
	font-size:11px;
	padding:20px 0;
}
#footer_menu
{
	padding:0 0 20px 0;
}
#footer_menu a:link, #footer_menu a:visited
{
	margin:0 7px;
	color:#282627;
}
#footer_menu a:hover
{
	color:#2cabe5;
}
#copyright
{
	padding:20px 0 0 0;
	text-align:center;
	background:url(../layout/spacer.png) repeat-x top left;
}


#news
{
	padding:16px 20px 0 20px;
}
.news_box
{
	padding:16px 0;
	background:url(../layout/spacer.png) repeat-x 0 0;
}
.news_box_click
{
	cursor:pointer;
}
.news_box_click:hover
{
	background:#f3f3f3 url(../layout/spacer.png) repeat-x 0 0;
}
.news_date
{
	width:82px;
	float:left;
	display:inline;
	margin-left:5px;
}
.news_date div
{
	width:68px;
	height:70px;
	background:url(../layout/cloud.png) no-repeat 0 0;
	text-align:center;
	font-size:30px;
	padding:5px 0 0 0;
}
.news_date div span
{
	font-size:11px;
	display:block;
}
.news_text
{
	width:370px;
	float:left;
	display:inline;
	font-size:11px;
	color:#828385;
	line-height:18px;
	padding:10px 0 0 0;
}
.news_text h3
{
	font-size:12px;
	color:#3f3c3c;
	font-weight:bold;
	padding:0 0 3px 0;
	margin:0;
}
.news_text h3 a:link, .news_text h3 a:visited
{
	color:#3f3c3c;
}
.news_text h3 a:hover
{
	color:#2fa3d9;
}
#news_more
{
	margin:0 20px;
	background:url(../layout/spacer.png) repeat-x top left;
}
#news_more div
{
	height:20px;
	padding:10px 0 0 0;
}



.main_right_box
{
	width:432px;
	height:101px;
	margin:3px auto;
}
.main_right_box a:link, .main_right_box a:visited
{
	display:block;
	height:101px;
	color:#000;
	background:url(../layout/bgr_o_nas.png) no-repeat 0 0;
}
.main_right_box a:hover
{
	background-position:0 -101px;
}
.main_right_box .logo
{
	width:135px;
	height:64px;
	float:left;
	display:inline;
	margin:17px 0 0 13px;
}
.main_right_box .text
{
	width:215px;
	float:left;
	display:inline;
	margin:30px 0 0 15px;
	font-size:11px;
	line-height:1.3;
}
.main_right_box .text div
{
	text-align:right;
}


#offer_box
{
	background:url(../layout/bgr_offer.png) no-repeat 0 0;
	width:517px;
	height:262px;
	margin:10px auto 0 auto;
}
.offer_column
{
	width:127px;
	float:left;
	display:inline;
	margin:0 3px 0 0;
}
.offer_column ul
{
	padding:80px 0 0 0;
	margin:0;
	font-size:11px;
	color:#fff;
	list-style:none;
	line-height:1.3;
}
.offer_column ul li
{
	padding:2px 5px 2px 13px;
	margin:0;
	background:url(../layout/dot.png) no-repeat 5px 10px;
	border-bottom:1px solid #a1d7f0;	
}
#offer_more
{
	height:20px;
	padding:10px 16px 0 0;
}




div.page
{
	padding:10px 0 0 0;
	height:23px;
}
div.page ul
{
	margin:0;
	padding:0 20px 0 0;
	list-style:none;
	float:right;
	display:inline;
}
div.page ul li
{
	margin:0 0 0 2px;
	padding:0;
	float:left;
	display:inline;
}
div.page ul li a:link, div.page ul li a:visited
{
	display:inline;
	float:left;
	padding:6px 10px;
	background:#eaeced;
	text-align:center;
	color:#59aedc;
	font-size:11px;
}
div.page ul li a:hover
{
	color:#000;
}
div.page ul li a.active
{
	display:inline;
	float:left;
	padding:6px 10px;
	background:#59aedc;
	text-align:center;
	color:#fff;
	font-size:11px;
}






.realizacje_row
{
	background:url(../layout/spacer_vert.png) repeat-y 272px 0;
}
.realizacje_spacer
{
	margin:5px 0 7px 0;
	height:1px;
}
.realizacje_spacer div
{
	width:261px;
	height:1px;
	overflow:hidden;
	background:url(../layout/spacer.png) repeat-x 0 0;
	float:left;
	display:inline;
	margin:0 5px;
}
.realizacje_spacer span
{
	width:264px;
	height:1px;
	overflow:hidden;
	background:url(../layout/spacer.png) repeat-x 0 0;
	float:right;
	display:inline;
	margin:0 5px;
}
.realizacje_box
{
	width:254px;
	float:left;
	display:inline;
	margin:0 10px;
}
.realizacje_img
{
	background:#fff url(../layout/bgr_realizacje_right.png) repeat-y top right;
	position:relative;
}
.realizacje_img div
{
	background:url(../layout/bgr_realizacje_bottom.png) no-repeat left bottom;
	padding:0 6px 6px 0;
}
.realizacje_img div a:link, .realizacje_img div a:visited
{
	border:6px solid #fff;
	display:block;
}
.realizacje_img div a:hover
{
	border-color:#eee;
}
.realizacje_img p
{
	width:68px;
	height:55px;
	padding:20px 0 0 0;
	position:absolute;
	bottom:-40px;
	right:20px;
	color:#fff;
	background:url(../layout/cloud_dark.png) no-repeat 0 0;
	text-align:center;
	font-size:30px;
	margin:0;
	display:block;
}
.realizacje_img p span
{
	font-size:11px;
	display:block;
}
.realizacje_title
{
	font-weight:bold;
	padding:4px 0 20px 6px;
}



ul.menu_realizacje
{
	margin:0 20px 20px 20px;
	padding:0;
	list-style:none;
	border-top:1px dotted #2fa3d9;
}
ul.menu_realizacje li
{
	margin:0;
	padding:0;
	border-bottom:1px dotted #2fa3d9;
}
ul.menu_realizacje li a:link, ul.menu_realizacje li a:visited
{
	display:block;
	padding:12px 20px;
	color:#000;
}
ul.menu_realizacje li a:hover
{
	color:#2fa3d9;
}
ul.menu_realizacje li span
{
	display:block;
	padding:12px 20px;
	color:#2fa3d9;
	font-weight:bold;
}
