@charset "utf-8";
/* CSS Document */

body{
	background:#fcf0e9 url(../images/bg.jpg) top center no-repeat;
	margin:0;
	width:100%;
	height:auto;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:14px;
	color:#6a6a6a;
	font-weight:100;
}
.clr{clear:both;}
a:link, a:visited{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:14px;
	color:#6a6a6a;
	text-decoration:none;
}
a:hover{
	color:#6ba3ac;
}

#top{
	width:960px;
	height:100px;
	clear:both;
	margin:0 auto;
}
.top_lewa{
	width:50%;
	float:left;
	height:100px;
}
.logo{
	float:left;
	width:auto;
	height:auto;
	margin-top:30px;
}
.pasek_logo{
	width:1px;
	height:34px;
	float:left;
	background:#d1d3d4 url(../images/pasek_logo.gif)  top center;
	margin-top:37px;
	margin-left:20px;
	margin-right:20px;
}
#top h1{
	float:left;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:14px;
	color:#6a6a6a;
	font-weight:500;
	margin-top:54px;
}
.top_prawa{
	width:50%;
	float:right;
	height:46px;
	padding-top:54px;
	text-align:right;
}
.top_prawa span{
	color:#6ba3ac;
	font-weight:600;
}

#naw{
	width:960px;
	height:40px;
	clear:both;
	margin:0 auto;
}
.topnav { margin:0 auto; padding:0; height:40px;}
.topnav ul { list-style:none; padding:0; margin:0;}
.topnav li { float:left; padding:0; height:40px;}
.topnav li a { font:normal 14px 'Open Sans', Arial, sans-serif; color:#6a6a6a; display:block; float:left; padding:0px 20px; text-decoration:none; margin:0; line-height:40px; height:40px; border-top:0; text-shadow:#fff 0px 1px 0px;}
.topnav li a:hover { color:#505050; background:#f4f4f4; border-top:3px solid #6ba3ac ; height:37px; line-height:40px; }
.topnav li.active { color:#505050; background:#f4f4f4; border-top:3px solid #6ba3ac ; height:37px; line-height:40px; }
.topnav li.active a:hover {border-top:0; }
#content{
	width:960px;
	height:auto;
	min-height:511px;
	clear:both;
	margin:0 auto;
}
.sidebar{
	width:270px;
	height:auto;
	padding:20px;
	float:left;
	line-height:22px;
}
.sidebar_naglowek{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:18px;
	color:#2a2a2a;
	text-shadow:#fff 0px 1px 0px;
}
.sidebar_naglowek span{
	color:#6ba3ac;
	font-weight:600;
}
.pasek_content{
	background:url(../images/pasek_content.png) top center;
	background-color:none;
	width:2px;
	height:511px;
	float:left;
}
.site{
	width:608px;
	height:auto;
	padding:20px;
	float:right;
	line-height:22px;
}
.site h2{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:24px;
	color:#2a2a2a;
	text-shadow:#fff 0px 1px 0px;
	margin:0;
	padding:0;
	font-weight:100;
}
#down{
	margin-top:20px;
	width:960px;
	height:80px;
	clear:both;
	margin:0 auto;
	line-height:80px;
	text-align:center;
	background:url(../images/footer.png) top center no-repeat;
}
#down ul{
	margin-top: 0px;
	padding-left: 0;
	padding-right: 0;
}
#down ul li{
	display: inline;
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
	font-weight:500;
}
.down_nav li.active a {color:#6ba3ac;}

#footer{
	width:100%;
	height:80px;
	border-top:#6ba3ac 3px solid;
	background:#f4f4f4;
}
#footer_tekst{
	width:960px;
	height:50px;
	padding-top:30px;
	clear:both;
	margin:0 auto;
	color:#a8a8a8;
	font-size:10px;
	text-transform:uppercase;
}
#footer_tekst a{
	color:#8e8e8e;
	font-size:10px;
}
.footer_left{
	width:50%;
	float:left;
	text-align:left;
}
.footer_right{
	width:50%;
	float:right;
	text-align:right;
}

#slider {
    width: 960px; /* szerokosc slidera */
    height: 300px; /* wysokosc slidera */
    position: relative;
    overflow: hidden;
    padding:0;
	margin:0 auto;
}
#sliderContent {
    width: 960px; /* wartosc taka sama jak szerokosc slidera */
    position: absolute;
    top: 0;
    padding:0;
    margin: 0;
}
.sliderImage {
    float: left;
    position: relative;
    display: none;
}
.sliderImage span {
    position: absolute;
    font: 14px 'Open Sans', Arial, sans-serif;
    padding: 20px;
    width: 934px;
    background: rgba(0, 0, 0, 0.20);
    color: #fff;
    display: none;
	font-weight:100;
}
.clear {
    clear: both;
}
.sliderImage span strong {
    font-size: 24px;
	font-weight:100;
}
.top {
    top: 0;
    left: 0;
}
.bottom {
    bottom: 0;
    left: 0;
}
ul { list-style-type: none;} 


/***************************
**** Begin .gallery
***************************/
.gallery {  }
/* thumbnail */
.gallery .thumb {
	display: inline-block;
	background: #fff;
	padding: 2px;
	margin: 4px;
	border: 2px solid #e1e3e4;
}
/* title */
.gallery .thumb  span {
	display: block;
	text-align: center;
	font-size: 14px;
}
.gallery .thumb  a {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 0px;
}
.gallery .thumb img {
	float: none !important;
	max-width: none !important;
	max-height: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;;
}

/***************************
**** Begin form
***************************/
form {
	margin: 0;
}
form label{
	display: block;
	font-weight: normal;
	text-align: right;
	width: 20%;
	float: left;
	margin-top: 4px;
}
form label span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
form div.radio {
	float: left;	
	padding: 5px 3px;
	width: 70%;
	margin: 2px 0 20px 10px;
}
form input[type="text"], form input[type="password"] {
	float: left;
	font-size: 14px;
	padding: 5px 3px;
	border: solid 1px #227885;
	width: 70%;
	margin: 2px 0 20px 10px;
	outline: 0;
	color: #454545;
}
form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus {
	box-shadow: 0px 0px 5px #40b0c1;
}
form textarea {
	float: left;
	font-size: 14px;
	padding: 5px 3px;
	border: solid 1px #227885;
	width: 70%;
	margin: 2px 0 20px 10px;
	outline: 0;
	height: 104px;
	color: #454545;
}
form select {
	float: left;
	font-size: 14px;
	padding: 5px 3px;
	border: solid 1px #227885;
	width: 71%;
	margin: 2px 0 20px 10px;
	outline: 0;
}
form input[type="radio"] {
	margin-right: 2px;
	margin-left: 5px;
}
form input[type="submit"], form button {
	clear: both;
	margin-left: 22%;
	width: 125px;
	height: 31px;
	background: #227885;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border: 0;
}
form input[type="submit"]:hover, form button:hover {
	background: #3494a3;
}
form input[type="submit"]:active, form button:active {
	line-height: 33px;
}