/*
Quick.Cms default stylesheet
*/
@import url( 'plugins.css' );
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img,ul,ol{margin:0;padding:0;border:0;}

/*
Credit: http://www.templatemo.com
*/

body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em; 
	background-color: #cccccc;
	background-image: url(images/templatemo_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a, a:link, a:visited { color: #06C; text-decoration: none; }
a:hover { color: #C00; text-decoration: underline; }

p { margin: 0; padding: 0; }
img { border: none; }

h1, h2, h3{ color: #000; }
h1 { font-size: 40px; font-weight: normal; margin: 0 0 30px 0; padding: 5px 0; }
h2 { font-size: 28px; font-weight: normal; margin: 0 0 30px 0; color: #d20000; font-weight: normal; }
h3 { font-size: 20px; margin: 0 0 15px 0; padding: 0; padding: 0; font-weight: normal;  }


.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }


.float_l { float: left; }
.float_r { float: right; }

.image_wrapper { display: inline-block; border: 1px solid #ccc; background: #fff; padding: 4px; margin-bottom: 10px; }
.image_fl { float: left; margin: 3px 15px 0 0; }
.image_fr { float: right; margin: 3px 0 0 15px; }

blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color:#333; }
cite span { color: #666; }
em {}

.tmo_list { margin: 20px 0 20px 20px; padding: 0; list-style: none; }
.tmo_list li { background: transparent url(images/templatemo_list.png) no-repeat; margin:0 0 20px; padding: 0 0 0 20px; 	line-height: 1em; }
.tmo_list li a { color: #fff; }
.tmo_list li a:hover { color: #ff4301; }

.btn_more a {
	float: right;
	display: block;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.btn_more a span {
	font-size: 16px;
}

.btn_more a:hover {
	color: #cc0000;
	text-decoration: none;
}

.hr_divider {
	clear: both;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: url(css/images/templatemo_hr_divider.png) bottom repeat-x;	
}

#templatemo_wrapper {
	width: 940px;
	padding: 10px;
	margin: 0 auto;
}

#templatemo_top {
	width: 100%;
	height: 20px;
	margin-bottom: 40px;
}

#social_box { float: right; margin: 8px 0 0; padding: 0; list-style-type: disc; }
#social_box li {float: left; padding: 0px; margin: 0 10px; }
#social_box li a { color: #666666; width: 24px; height: 24px; margin-right: 5px; }

#contact_form {  padding: 0; }
#contact_form form { margin: 0px; padding: 0px; }
#contact_form form .input_field { width: 380px; padding: 5px 0; background: #fff; border: 1px solid #dfdfdf; }
#contact_form form label { display: block; width: 100px; margin-right: 10px; font-size: 14px; }
#contact_form form textarea { width: 540px;  height: 160px;	background: #fff; 	border: 1px solid #dfdfdf; }

#contact_form form .submit_button { 
	color: #666;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 8px 18px;
	font-weight: bold;
}

/* gallery */
#gallery_box {
		clear: both;
		margin-top: 30px;
	}
	#gallery_box ul { list-style: none; margin: 0; padding: 0; }
	#gallery_box ul li {
		float: left;
		display: block; 
		padding: 0;
		margin: 0;
		width: 240px;
		margin: 0 40px 25px 0;
	}
 
	#gallery_box ul img {
		width: 230px;
		height: 100px;
		padding: 4px;
		background: #fff;
		border: 1px solid #ccc;
		margin-bottom: 10px;
	}
	
	#gallery_box ul .more {
		color: #d20000;
		text-decoration: none;
	}
	
	#gallery_box ul .more span {
		font-size: 16px;
	}
	
/* end of gallery */

.col_w240 {
	float: left;
	width: 240px;
	margin-right: 60px;
}

.col_w540 {
	float: left;
	width: 540px;
	margin-right: 60px;
}

.last_col {
	margin-right: 0;
}

/* footer */
#templatemo_footer {
	width: 940px;
	font-size: 11px;
	text-align: center;
	color: #777;
	background: url(images/templatemo_footer.jpg) top no-repeat;
	padding: 30px 0 10px 0;
}

#templatemo_footer a { color: #444; }
/* end of footer */

#slider {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

#header {
	width: 960px;
	height: 100px;
	background: url(images/templatemo_header.jpg) no-repeat;	
}

#header #sitetite {
	float: left;
	width: 280px;
	height: 55px;
	padding-top: 25px;
	margin-right: 40px;
	text-align: center;
}

#header #sitetite h1 {
	margin: 0;
	padding: 0;
}

#header #sitetite a {
	margin: 0px;
	padding: 0px;
	font-size: 45px;

	color: #CB0600;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 1px 1px 3px #494949;
}

#header #sitetite a span {
	display: block;
	font-size: 12px;
	color: #edecec;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 5px;
}


.scroll {

    overflow: auto;
   /* overflow-x: hidden; */
    position: relative;
    clear: left;
    background: url(images/content_s.png) repeat-y;
}
.scroll2 {
    width: 940px;
    
    overflow: auto;
   /* overflow-x: hidden; */
    position: relative;
    clear: left;
    background: url(images/content_d.png) no-repeat bottom left;
}

.scrollContainer {
width:100%;
 float:left;
   
    background: url(images/content_g.png) no-repeat top left;
}
.panel { padding: 20px 50px;}

ul.navigation {
	float: left;
	width: 560px;
	height: 40px;
    list-style: none;
    margin: 22px 0 0 0;
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
	float: left;
	display: block;
	width: 104px;
	height: 30px;
	padding-top: 9px;
	color: #fff;
	font-size: 14px;
	text-align: center;
    text-decoration: none;
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #fff;
	background: url(images/templatemo_menu_hover.jpg) no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}


/* oryginalne style: */
.tS{float:right;margin:0 0 3px;}
.tS a{padding:0 1px;color:#3d3d30;font-weight:bold;text-decoration:none;}
.tS a:hover{color:#cc0000;}
.tS0{font-size:0.917em;}
.tS1{font-size:1.083em;}
.tS2{font-size:1.333em;}

.pages{padding:8px 0;text-align:right;font-size:1.083em;}
.pages a, .pages strong{padding:0 1px;font-size:1.083em;}

/* IMAGES STYLES */
.imagesList{list-style:none;}
.imagesList li{margin:0 0 15px 0;color:#5b5b5b;font-size:0.917em;text-align:center;}
.imagesList li img{border:2px solid #e6e3e3;}
.imagesList li div{text-align:center;}
.imagesList li img:hover{border-color:#d7d2d2;}

#imagesList1{float:left;margin:10px 20px 0 0;}
#imagesList2{clear:right;float:right;margin:10px 0 0 15px;}

/* FILES LIST STYLES */
#filesList{padding:10px 0 5px;list-style:none;vertical-align:middle;}
#filesList li{margin:0 0 6px;}
#filesList img{margin:0 8px 0 0;vertical-align:middle;}
#filesList em{padding-left:2px;color:#5b5b5b;}

/* SUB PAGES LIST STYLES */
.subpagesList{float:left;width:100%;margin:7px 0;list-style:none;}
.subpagesList li{clear:left;float:left;width:96%;margin:5px 0;padding:8px 2%;}
* html .subpagesList li{width:100%;}
.subpagesList li .photo{float:left;margin:0 13px 5px 0;}
.subpagesList li img{border:2px solid #e6e3e3;}
.subpagesList li img:hover{border-color:#d7d2d2;}
.subpagesList li h2{padding-bottom:5px;}
.subpagesList li h2, .subpagesList li h2 a{font-size:18px; text-decoration:none;margin-bottom:0px;}
.subpagesList li h2 a:hover{text-decoration:underline;}
.subpagesList li h5{font-weight:normal;font-size:1.0em;}
.subpagesList li ul, .subpagesList li ol{float:left;width:100%;margin:5px 0 0 30px;padding:0;}
.subpagesList li li{padding:0;border-left:0;}
.subpagesList li ul{list-style:disc;}
.subpagesList li ol{list-style:decimal;}

/* OPTIONS LINK */
#options{clear:both;float:right;width:100%;margin:10px 10px;color:#7f7f66;font-size:1em;text-align:right;}
#options a{padding:0 10px 0;}
#options .back, #options .print{float:right;}
#options .print a{border-left:1px solid #7f7f66;}

.message{padding:50px 0;text-align:center;}
.message h3{color:#cc0000;font:normal 2.58em serif;}

/* ADDITIONAL COLUMN */
#column2{display:none;float:right;width:100px;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;padding:15px 0;border-top:1px solid #e6e3e3;background:#f3f2f1;color:#4e4e3d;font-size:1.083em;font-weight:bold;}
#foot .container{width:960px;margin:0 auto;}

#foot p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
}


#foot a{color:#4e4e3d;text-decoration:none;}
#foot a:hover{text-decoration:underline;}

#copy{float:left;padding:0 10px;}
.foot{float:right;padding:0 10px;}

@media print{
  /* PRINT STYLES */
  body{margin:1cm 0;background:#fff;color:#000;}
  #container{width:16cm;height:auto;background:#fff;}

  #head3 .container{height:auto;}
  #logo{padding:0 0 0.2cm;}
  #logo #title{padding:0;}
  #logo #slogan, #page h1{font-family:Arial;}
  #logo #title a span, #logo #title a, #logo #slogan{color:#000;}

  #head3 .container, #body .main, .form{background:#fff;}
  #head3 .container, #body .main, #content, #foot .container{float:none;width:16cm;}
  #head3{height:auto;}
  #column, #head1, #head2, #navipath, #back, #page .tS{display:none;}
  a, #head3, #logo h2, #page h1, #foot, #foot a, .subpagesList li, #page h3, .subpagesList li h2 a, #filesList em, .imagesList li, .form label, table, .message h3{color:#000;}
  .submit{border-color:#808080;background:#d4d0c8;color:#000;}
}