@charset "utf-8";
@import url('reset.css');
/*--------------------- USTAWIENIA GŁÓWNE ---------------------------*/
body {
	background: url(../img/page_bg.png) repeat-x 0 0 #f8f8f8;
	font-family: Arial, Verdana, Tahoma; 
	font-size: 14px; 
	color: #494949;
}
a {
	color: #818181;
	text-decoration: underline;
}
a:hover {
	color: #2078b0;
}
div#main {
	width: 1100px;
	margin: 0 auto;
}
/*--------------------- TYTUŁY DO PODSTRON --------------------------*/
span.title {
	font-size: 16px;
	font-weight: bold;
}

div.title_firma, div.title_oferta, div.title_aktualnosci, div.title_kontakt {
	width: 216px;
	height: 40px;
	margin: 0 0 20px 0;
}
div.title_firma {background: url(../img/title_firma.png) no-repeat 0 0;}
div.title_oferta {background: url(../img/title_oferta.png) no-repeat 0 0;}
div.title_aktualnosci {background: url(../img/title_aktualnosci.png) no-repeat 0 0;}
div.title_kontakt {background: url(../img/title_kontakt.png) no-repeat 0 0;}
/*---------------- LOGOTYP DLA STRONY GŁÓWNEJ -----------------------*/
a.logo {
	width: 219px;
	height: 66px;
	display: block;
	background: url(../img/logo.png) no-repeat 0 0;
	position: absolute;
	top: 15px;
	left: 0;
}
div#header {
	width: 1000px;
	height: 90px;
	position: relative;
	margin: 0 auto;
}
	span.tekst {
		float: right;
		font-size: 11px;
		margin: 20px 0 0 0;
	}
/*-------------------- MENU GÓRNE ----------------------*/
div#menu {
	position: absolute;
	right: 0;
	bottom: 2px;
}
div#menu ul.menu-top, ul.menu-top li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#menu ul.menu-top li {
	float: left;
}
div#menu ul.menu-top a {
	display: block;
	display: inline-block;
	background-color: #e0e0e0;
	padding: 8px 37px;
	font-size: 14px;
	color: #606060;
	margin: 0 0 0 2px;
	border: 1px solid #c7c7c7;
	text-decoration: none;
}
div#menu ul.menu-top a:hover {
	border-bottom: 5px solid #b1c800;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 9px 38px 4px 38px;
}
div#menu ul.menu-top a.yourgifts {
	padding: 0 0px;
	display: block;
	display: inline-block;
	width: 124px;
	height: 32px;
	background: url(../img/yourgifts_hover2.png) no-repeat 50% 0;
	background-color: #e0e0e0;
	border: 1px solid #c7c7c7;
}
div#menu ul.menu-top li.yourgifts a.yourgifts:hover {
	background: url(../img/yourgifts_linia.png) no-repeat 50% 0 #e0e0e0;
	background-color: #eeeeee;
	border-bottom: 5px solid #b1c800;
	height: 27px;
	padding: 0;
}
/*
div#menu ul.menu-top li.yourgifts a.yourgifts:hover {
	background: url(../img/yourgifts_hover.png) no-repeat 3px 2px #e0e0e0;
	border: 0;
	padding: 0 7px;
}
*/
/*--------------------------- CONTENT -------------------------*/

div#content {
	overflow: hidden;
	width: 1000px;
	margin: 20px auto;
}

div#content-homepage-text {
   width: 600px;
   margin: 0;
   float: left;
}

div#content-homepage-news {
  width: 400px;
  clear: right;
  float: right;

}

/* ------------------------- AKTUALNOŚCI ----------------------*/

div.news {
	border: 1px solid #dedede;
	margin: 0 0 20px 0;
	padding: 0;
}
	div.news div.header {
		height: 28px;
		background: url(../img/title_bg.png) repeat-x 0 0;
		padding: 5px 10px 0 10px;
	}
	div.news div.title {
		font-size: 15px;
		font-weight: bold;
		float: left;
		color: #6f6f6f;
	}
	div.news div.data {
		float: right;
		font-size: 12px;
		color: #797979;
	/*	background: url(../img/data.png) no-repeat 0 0;*/
		padding: 0 0 0 20px;
	}
	div.news div.tekst {
		padding: 10px;
	}
	div.news div.cudzyslow-s, div.news div.cudzyslow-k {
		height: 30px;
	/*	margin: 10px 0;*/
	}
	div.news div.cudzyslow-s /*{background: url(../img/quote-start.png) no-repeat 0 0; margin-left: 5px;}  */
	div.news div.cudzyslow-k /*{background: url(../img/quote-end.png) no-repeat 100% 0; margin-right: 5px;}   */
	
/*--------------------------- KONTAKT -------------------------*/

div.map_pol {width: 600px; float: left; margin: 0 0 0 0; display: inline;}
div.map_ger {width: 400px; float: right; margin: 0 0 0 0; display: inline;}
div.map_pol img, div.map_ger img {border: 1px solid #d8d8d8; margin: 0 0 15px 0;}
	
/*---------------------------- SLIDER -------------------------*/

div#slider {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
div#cu3er-container {
	width:1000px; 
	outline:0;
}
	a.prev {
		width: 50px;
		height: 50px;
		background: url(../img/prev.png) no-repeat 0 0;
		display: block;
		position: absolute;
		top: 170px;
		left: 10px;
	}
	a.prev:hover {
		background: url(../img/prev.png) no-repeat 0 100%;
	}
	a.next {
		width: 50px;
		height: 50px;
		background: url(../img/next.png) no-repeat 0 0;
		display: block;
		position: absolute;
		top: 170px;
		right: 10px;
	}
	a.next:hover {
		background: url(../img/next.png) no-repeat 0 100%;
	}
	
/*----------------------- LOGOTYPY KLIENTÓW -------------------*/

div#logotypy {
	width: 1000px;
	margin: 0 auto;
	height: 40px;
	background-color: #fff;
	border-top: 3px solid #ededed;
}
	div#logotypy img {
		display: block;
		margin: 0 40px 0 0;
	}
	
/*--------------------------- STOPKA --------------------------*/

div#stopka {
	width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #cfcfcf;
	padding: 10px 0;
	font-size: 12px;
}
	div#stopka p {
		text-align: right;
		line-height: 150%;
	}
	div#stopka a {
		font-weight: bold;
		color: #494949;
		text-decoration: none;
	}
/*
 * Required 
*/
.container { width:1000px; height: 392px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
.slides li { position:absolute; top:0; width:1000px; display:none; padding:0; margin:0; }
/*
 * Optional
*/
#loopedSlider,#newsSlider { margin:0 auto; width:1000px; position:relative; clear:both; }
.slides li { padding: 0; }
ul.pagination { list-style:none; padding:0; margin:0; position: absolute; right: 10px; bottom: 10px; }
ul.pagination li  { float:left; }
ul.pagination li a { padding:4px 6px; background:white; color:#494949; text-decoration: none; margin: 0 4px 0 0; }
ul.pagination li.active a { background:#494949; color:white; }

	
			*{ padding:0px; margin:0px; }
			a{ color:#818181;}
			h3{ margin: 10px 10px 10px 10px; color:#FFF; font:16pt Arial, sans-serif; letter-spacing:-1px;   }
			
			.boxgrid{ 
				width: 1000px; 
				height: 392px; 
				float:left; 
				background:#161613; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				margin-top: 130px;
				bottom: 0;
				float: left; 
				position: absolute; 
				
				background: #000; 
				height: 102px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
					margin-bottom:0;
 				}
 				.caption .boxcaption {
 					top: 220px;
 					left: 0;
					margin-bottom:0;
 				}
				
			h3 a{}
