
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400&subset=latin,latin-ext);
@import url('reset.css');
@import url('slider.css') screen;

/* Zaczynamy
--------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Open Sans', sans-serif;
}
b, strong{
	font-weight:bold}
a img {
	border: none;
	}
a:link, a:visited {
	color: #666;
	text-decoration: none;
	}
a:hover {
	color: #000
	}

/* header
--------------------------------------------- */
.header{
background: #393185; /* Old browsers */
background: -moz-linear-gradient(top,  #393185 0%, #0990d5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393185), color-stop(100%,#0990d5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #393185 0%,#0990d5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #393185 0%,#0990d5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #393185 0%,#0990d5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #393185 0%,#0990d5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393185', endColorstr='#0990d5',GradientType=0 ); /* IE6-9 */
box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.4);
 }
.header figure.logo{
	position: absolute;
	top: 0px;
	left: 0px;
	} 
 .header figure.logo figcaption{
	color: #FFF;
	text-align:center;
	text-shadow: 1px 2px 2px #333;		
	 }
	 
.header figure.logo figcaption h1{
	font-size: 26px;	
	} 
 .header div.flagLine{
	 width: 100%;
	 float: right;
	 height: 40px;
	 display: block;
	 background: url(../images/flagi-panstw.png) no-repeat center;
	 }
#headContact{
	width: 165px;
	height: 82px;
	position:absolute;
	right: 0;
	bottom: 0px;
	}
header .righContainer{
	display: none}
ul.langMenu{
		display:block;
		width: 100%;
		height: 40px;}
ul.langMenu li{
	float:right;
	padding: 5px;
	}
#headMail{
	display:block;
	width: 100%;
	height: 40px;}
	#headMail a{
		display: block;
		width: 40px;
		height: 40px;
		float:right;}
#corner{
	width: 980px;
	height: 21px;
	position:absolute;
	right: 0;
	top: 149px;
	background:url(../images/shadow-head.png) no-repeat bottom right;
	}

#containerInner{
	margin-top: 30px;
	width: 70%;
	float: left;
	line-height: 1.5;
	}	
#containerInner img{
	box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.2);
	border: 1px #999999 solid;
	border-radius: 4px;
	}
div.panelInner{
	float: right; 
	width: 35%;
	}
div.panelInner p, div.panelInner h3, div.panelInner h4{
	line-height: 1.3;
	font-size: 13px;
	}
div.panelInner h4{
	font-weight: bold
	}
div.panelInner img{
	width:90%}
/* menu
--------------------------------------------- */
div.menu{
	display: block;
	width: 300px;
	float: left;
	margin: 30px 20px 30px 0px;
		 
	}
.menuHeader{
	width: 100%;
	text-align:center;
	padding: 10px 0;
	color: #FFF;
	text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.25);
	border-radius: 6px 6px 0 0;
	background-color: #0074AD;
	background-image: linear-gradient(to bottom, #08C, #005580);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	}
ul.nav{
	border-top: none;
	padding-bottom: 15px;
	background:url(../images/shadow-panel.png) no-repeat center bottom;
	margin-bottom: 20px;
	}
ul.nav li {
	margin: 0;
	padding: 2px;
	width: 290px;
	border-bottom: #CCC 2px solid;
	}

ul.nav li a{	
	line-height: 1.5;
	color:#333;
	text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.25);
	font-weight: bold;	
	}
ul.nav li a:hover, ul.nav li a.active{
	text-decoration: underline;
	color: #666;
	}
ul.nav li a::hover:before, ul.nav li a.active::before{	
	 content: url(../images/phone-ico.png);
	 }


/* opis str. główna
--------------------------------------------- */
h1.mainH1{
	position: relative;
	text-align: center;
	background:#666;
	display:block;
	width: 450px;
	margin: 0 auto;
	margin-bottom: 20px;	
	padding: 10px 0;
	color: #FFF;
	text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.25);
	background-color: #0074AD;
	background-image: linear-gradient(to bottom, #08C, #005580);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	}


div.about{	
	width: 500px;
	float: left;
  	line-height:2;
	margin: 30px 0 30px 0;
	}
.content .righContainer{
	width: 270px;
	float: left;	
	margin: 30px 0 30px 0;
	padding-bottom: 13px;
	background:url(../images/shadow-panel2.png) no-repeat center bottom;
	}
.leftContainer{	
	width: 300px;
	float: left;
	margin: 30px 0 30px 0;
	padding-bottom: 15px;
	background:url(../images/shadow-panel.png) no-repeat center bottom;
	}
.righContainer p, .leftContainer p{
	line-height: 1.5;
	margin-left: 10px;
	font-weight: normal;
	}
.righContainer p span, .leftContainer p span{
	font-weight: bold;	
	text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.25);
	}
.panelHeader{
	width: 100%;
	padding: 10px 0;
	color:#FFF;	
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	border-radius: 6px 6px 0 0;	
	background-color: #b1c903;
	background-image: linear-gradient(to bottom, #b1c903, #798a02);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);	
	text-align: center;	
	}
/* Stopa
--------------------------------------------- */
.footer {
	padding-top: 20px;
	position: relative;
	clear: both;
	width: 100%;
	height: 100px; 	
	border-top: #CCC 1px  dashed;
	box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.4);
}
.footContact{
	width: 300px;
	margin: 0 auto;
	font-size:14px;
	}



