/* >> ZEROWANIE ARKUSZA << */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;
	padding:0;
	border:none;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body
{
	line-height:1;
}

ol, ul
{
	list-style:none;
}

/* >> STYLE << */

body{
	background-color: #e4eff8;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	}
	
@font-face{
	font-family: "Candara";
	src: url(font/candara.ttf);
	font-family: "Candara Italic";
	src: url(font/candarai.ttf);
	font-family: "Candara Bold";
	src: url(font/candarab.ttf);
	font-family: "Candara Bold Italic";
	src: url(font/candaraz.ttf);
	}
	
#container{
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	}
	
#top_bg{
	width: 100%;
	height: 200px;
	background-image: url(img/bg_top.png);
	background-repeat: repeat-x;
	}
	
#top{
	margin: 0 auto;
	width: 980px;
	height: 100%;
	}
	
#logo{
	width: 292px;
	height: 149px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 35px;
	float: left;
	}
	
#logo:hover{
	background-position: 0 -149px;
	}
	
#logo:active{
	background-position: 0 -298px;
	}
	
#logo > a{
	display: block;
	width: 100%;
	height: 100%;
	}
	
#main_menu{
	margin-top: 30px;
	padding-top: 10px;
	float: right;
	}
	
.menu_pos{
	height: 30px;
	padding-top: 18px;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: 40px;
	margin-top: 40px;
	display: inline-block;
	float: left;
	font-family: "Candara";
	font-style: italic;
	font-size: 17px;
	color: #656666;
	text-decoration: none;
	text-align: center;	
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	behaviour:url(border-radius.htc);
	}
	
.menu_pos:hover{
	color: #000;
    padding-top: 16px;
	background-color: #FFFFFF;
	border-top: 2px solid #4c9fd7;
	border-bottom: 2px solid #4c9fd7;
	}
	
.menu_pos:active{
	color: #4c9fd7;
	}
	
.menu_current{
	border-bottom: 2px solid #4c9fd7;
	color: #000;
	}
	
#mainbox{
	margin: 0 auto;
	padding-bottom: 5px;
	width: 980px;
	background-color: #FFFFFF;
	border: 1px solid #dfdce1;
	}
	
#infobox{
	margin: 0 auto;
	width: 940px;
	height: 340px;
	margin-top: 20px;
	background-color: #f5f5f5;
	border: 1px solid #dfdce1;
	}
	
#main_photo{
	width: 560px;
	height: 298px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	}
	
#infos{
	width: 340px;
	height: 298px;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
	}
	
	#infos > a{
		display: block;
		text-decoration: none;
		}
	
.info{
	width: 340px;
	height: 98px;
	background-color:#336699;
	background-image: url(img/bg_info.png);
	background-position: top center;
	background-repeat: no-repeat;
	}	
	
#info1{
	margin-bottom: 2px;
	background-position: 0px -392px;
	}
	
#info1 > p{
	font-family: "Candara";
	font-style: italic;
	font-weight: bold;
	color: #fefefe;
	text-align: center;
	}
	
	#p11{
		font-size: 20px;
		padding-top: 24px;
		}
		
	#p12{
		font-size: 25px;
		padding-top: 5px;
		}
		
	#p12 > img{
		vertical-align: middle;
		margin-right: 9px;
		}
	
#info2{
	margin-bottom: 2px;
	background-position: 0px -392px;
	}
	
	#info2 > p{	
	font-family: "Candara";
	font-style: italic;
	font-weight: bold;
	color: #fefefe;
	text-align: center;
	font-size: 21px;
	}
	
	#p21{
		padding-top: 26px;
		}
		
	#p22{
		padding-top: 7px;
		}
		
	#info3:hover{
		background-position: 0px -98px;
		}
		
	#info3:active{
		background-position: 0px -196px;
		}
		
	.info_current{
		background-position: 0px -294px;
		}
		
	#info3 > p{	
	font-family: "Candara";
	font-style: italic;
	color: #fefefe;
	text-align: center;
	font-size: 21px;
	}
	
	#p31{
		padding-top: 40px;
		}
		
#header{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	width: 920px;
	height: 26px;
	border-bottom: 1px solid #ededed;
	}
	
#header > p{
	font-family: "Candara";
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
	color: #4c9fd7;
	}
	
#content{
	width: 650px;
	margin-left: 40px;
	float: left;
	}

#content2{
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
	float: left;
	}

#content >p{
	font-family: "Candara";
	font-size: 14px;
	color: #4c4c4c;
	text-indent: 30px;
	text-align: justify;
	line-height: 21px;
	margin-bottom: 15px;
	}

#content2 >p{
	font-family: "Candara";
	font-size: 14px;
	color: #4c4c4c;
	text-align: justify;
	line-height: 21px;
	}
	
#gallery_box{
		margin: 0 auto;
		padding: 20px 40px -20px 40px;
		text-align: center;		
		}
		
		.item_box{
			width: 150px;
			display: inline-block;
			margin: 20px 20px 20px 20px;
			}
		
		.item{
			padding: 8px;
			display: inline-block;
			border: 1px solid #dfdce1;
			background-color: #FFFFFF;	
			vertical-align: middle;
			}
			
			#gallery_box img{
				border: solid 2px #4c9fd7;
				}

.wyp_item{
	margin: 0 auto;
	width: 600px;
	padding-left: 20px;
	}
	
.wyp_text{
	width: 260px;
	display: inline-block;
	vertical-align: middle;
	}	
	
.wyp_name{
	font-family: "Candara";
	color: #666666;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	display: block;
	}
	
.wyp_description{
	font-family: "Candara";
	font-size: 14px;
	color: #999999;
	font-style: italic;
	text-align: justify;
	text-indent: 20px;
	margin-top: 10px;
	line-height: 16px;
	}
		
.wyp_img{
	width: 300px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;	
	margin-left: 30px;	
	}
	
	.wyp_img img{
		height: 200px;
		border: solid 2px #4c9fd7;
		padding: 10px;
		}
		
.wyp_separator{
	margin: 0 auto;
	width: 100%;
	border-bottom: 1px solid #ededed;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.offer_item{
	border: 1px solid #dfdce1;
	background-image: url(img/bg_offer.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding: 20px;
	margin-bottom: 30px;
	}
	
/*.offer_right{
	margin-left: 95px;
	}
	
.offer_left{
	margin-left: -95px;
	}*/
	
.offer_text{
	width: 250px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 15px;
	}	
	
.offer_name{
	font-family: "Candara";
	color: #4c9fd7;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-right: 20px;
	text-transform: uppercase;
	}
	
.offer_description{
	font-family: "Candara";
	font-size: 14px;
	color: #4c4c4c;
	font-style: italic;
	text-align: left;
	margin-top: 12px;
	line-height: 16px;
	text-indent: -7px;
	padding-left: 7px;
	}
	
	.offer_description > p{
		padding-bottom: 2px;
		}
		
.offer_img{
	width: 320px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}
	
	.offer_img > img{
		height: 150px;
		border: solid 2px #4c9fd7;
		}
		
.offer_separator{
	margin: 0 auto;
	width: 100%;
	border-bottom: 1px solid #ededed;
	margin-top: 20px;
	margin-bottom: 20px;
	}

/* --------------------------------------------*/
	
#podpis{
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 200px;	
	border-top: 1px solid #ededed;
	margin-top: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

#podpis2{
	margin: 0 auto;
	display: block;
	text-align: center;	
	border-top: 1px solid #ededed;
	margin-top: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
	.podp1{
		font-family: "Candara";
		font-style: italic;
		font-weight: bold;
		font-size: 16px;
		color: #4c4c4c;
		}	
		
	.podp2{
		font-family: "Candara";
		font-style: italic;
		font-weight: bold;
		font-size: 18px;
		color: #4c4c4c;
		}
		
#podpis > .podp2{
	padding-top: 8px;
	}

#standardy{
	width: 214px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	}

#standardy > a{
	text-decoration: underline;
	text-align: center;
	font-family: "Candara";
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #4c4c4c;
	
	}

#standardy > a:hover{
	color: #4c9fd7;
	}

#hours{
	width: 214px;
	margin-right: 40px;
	float: right;
	}
	
#hours_header{
	width: 214px;
	height: 47px;
	background-image: url(img/bg_hours_header.png);
	background-repeat: repeat-x;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	behaviour:url(border-radius.htc);
	}
	
#hours_header > p{
	text-align: center;
	vertical-align: middle;
	font-family: "Candara";
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	padding-top: 14px;
	}
	
#hours_content{
	width: 212px;
	margin-top: -1px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #f0eef1;
	border-left: 1px solid #c8e1f3;
	border-right: 1px solid #c8e1f3;
	border-bottom: 1px solid #c8e1f3;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 0 0 5px 5px;
	behaviour:url(border-radius.htc);
	}
	
#hours_content > p{
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: "Candara";
	font-style: italic;
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	color: #4c9fd7;
	}
	
#hours_shadow{
	width: 214px;
	height: 15px;
	background-image: url(img/hours_shadow.png);
	background-position: center;
	background-repeat: no-repeat;
	}
	
#mainbox_shadow{	
	margin: 0 auto;
	width: 980px;
	height: 20px;
	background-image: url(img/mainbox_shadow.png);
	background-position: center;
	background-repeat: no-repeat;
	}
	
#footer_menu{
	width: 980px;
	margin: 0 auto;
	text-align: center;
	font-family: "Candara";
	font-size: 13px; 
	color: #a4aab2;
	}
	
#footer_menu > a{
	text-decoration: none;
	padding-left: 35px;
	padding-right: 35px;
	color: #a4aab2;
	}

#footer_menu > a:hover{
	color: #5e6166;
	}
	
#copyright{
	margin: 0 auto;
	margin-top: 20px;
	width: 154px;
	height: 79px;
	background-image: url(img/copyright.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#copyright:hover{
	background-position: 0 -79px;
	}
	
#copyright > a{
	display: block;
	width: 100%;
	height: 100%;
	}

#rodo{
	margin: 0 auto;
	margin-top: 15px;
	width: 900px;
	}

#rodo >p{
	font-family: "Candara";
	font-size: 12px;
	color: #a4aab2;
	font-style: italic;
	text-indent: 30px;
	text-align: center;
	line-height: 21px;
	}

#contact_left{
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}
	
#contact{
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}
	
#contact > p{
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
#wejscie{
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	}
	
	#wejscie_img{
			display: inline-block;
			border: 1px solid #dfdce1;
			background-color: #FFFFFF;			
			vertical-align: middle;
			}
	
.ver_separator{
	height: 300px;
	border-right: 1px solid #ededed;
	margin-left: 30px;
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
	}
	
	
#map{
	margin: 0 auto;
	width: 500px;
	height: 400px;
	background-color: #99CC66;
	border: solid 2px #dfdce1;
	margin-bottom: 40px;
	display: inline-block;
	vertical-align: middle;
	}
	
#map_link{
	font-family: "Candara";
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-decoration: none;
	color: #999999;
	margin-top: 10px;
	display: block-inline;
	}
	
	#map_link:hover{
		color: #4c9fd7;
		}
	
.rounded1{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	behaviour:url(border-radius.htc);
	}
	
.rounded2{
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
	behaviour:url(border-radius.htc);
	}
	
.clearfloat{
	clear: both;
	}