/*********************************************
CSS RESET
*********************************************/

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, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    outline:0;
}

/*********************************************
FONTS
*********************************************/

@font-face {
    font-family: 'SunSansCondPL';
    src: url('../fonts/sscr_pl.eot');
    src: url('../fonts/sscr_pl.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sscr_pl.woff') format('woff'),
         url('../fonts/sscr_pl.ttf') format('truetype'),
         url('../fonts/sscr_pl.svg#sscr_pl') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family:'Arial Narrow';
	src:url('../fonts/arial_narrow.eot');
	src:url('../fonts/arial_narrow.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arial_narrow.woff') format('woff'),
		url('../fonts/arial_narrow.ttf') format('truetype'),
		url('../fonts/arial_narrow.svg#arial_narrow') format('svg');
	font-weight:normal;
	font-style:normal;
}

/*********************************************
COMMON STYLES
*********************************************/

html {
	width:100%;
	height:100%;
}
body {
	background:url(../images/bg.jpg);
	width:100%;
	height:100%;
	font:12px/1.4em Arial;
	color:#666;
}
#wrapper {
	width:100%;
	height:100%;
}
#siteContainer {
	width:980px;
	margin:0 auto;
	padding-bottom:20px;
	display:table;
}

/*********************************************
TOP
*********************************************/

#top {
	width:978px;
	height:78px;
	background:url(../images/topBg.png) repeat-x left top;
	float:left;
	border-left:1px solid #0D1012;
	border-right:1px solid #0D1012;	
}
#logoContainer {
	width:117px;
	height:34px;
	float:left;
	margin:23px 0 0 23px;
}
#logoContainer a {
	width:117px;
	height:34px;
	float:left;
	display:block;
	background:url(../images/logo.png) no-repeat left top;
}

/*********************************************
TOP MENU
*********************************************/

#menutop {
	float:left;
	width:700px;
	height:19px;
	margin:29px 0 0 42px;
}
#menutop ul {
	list-style:none;
	float:left;
}
#menutop li {
	float:left;
	list-style-type:none;
	font:17px/19px "Arial Narrow", "SunSansCondPL", "Trebuchet MS";
	border-right:2px solid #666;
	display:inline-block;
}
#menutop li a {
	color:#ABBAC6;
	text-shadow:0px 1px #000;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	display:inline-block;
	margin:0 17px;
}
#menutop li a.active {
	color:#CC0000;
}

/*********************************************
HOME BANNER
*********************************************/

#homeBanner {
	float:left;
	width:980px;
	height:317px;
	position:relative;
	background:url(../images/homeBanner.jpg) no-repeat left top;
}
#homeBanner .handRight {
	position:absolute;
	right:-29px;
	bottom:0;
}
#holder {
	float:left;
	width:980px;
	height:317px;
}

/*********************************************
SUB PAGE BANNER
*********************************************/

#subBanner {
	float:left;
	width:980px;
	background:url(../images/subBanner.jpg) no-repeat left top;
	height:160px;
}

/*********************************************
SUB CONTENT
*********************************************/

#subContent {
	float:left;
	width:980px;
	background:#fff;
	border-bottom:1px solid #ddd;
	margin:30px 0 20px 0;
}
#subContent .left {
	width:244px;
	float:left;
	background:url(../images/pattern.png);
	border-left:1px solid #cdcdcd;
	padding:10px 8px 0 7px;
}
#subContentTop {
	width:980px;
	float:left;
	background:url(../images/contentTop.png) repeat-x left top;
}
#contentLogo {
	width:980px;
	float:left;
	background:url(../images/contentLogo.png) no-repeat right top;
}
#subContentBottom {
	float:left;
	width:980px;
	background:url(../images/contentBottom.png) repeat-x left bottom;
}
#subContent .right {
	float:right;
	width:662px;
	border-right:1px solid #cdcdcd;
	padding:10px 27px 0 28px
}

/*********************************************
DOKUMENT
*********************************************/

.docContent {
	float:left;
	width:662px;
}
.docContent h1 {
	margin-bottom:20px;
	float:left;
	width:662px;
	font:normal 30px/1.2em "SunSansCondPL", "Trebuchet MS";
	color:#CC0000;
	border-bottom:1px solid #C4CFD9;
	padding:20px 0 6px 0;
}
.tinyContent {
	float:left;
	width:662px;
}
.tinyContent h1, .tinyContent h2, .tinyContent h3, .tinyContent h4, .tinyContent h5, .tinyContent h6 {
    border:none;
    padding:5px 0;
}
.tinyContent h2 {
    font:18px/1.2em Arial;
    color:#705FBB;
}
.tinyContent h3 {
    color:#705FBB;
    font:16px/1.25em Arial;
} 
.tinyContent h4 {
    font:15px/1.3em Arial;
    color:#3E85C7;
}
.tinyContent h5 {
    font:14px/1.3em Arial;
    color:#3E85C7;
}
.tinyContent h6 {
    font:normal 14px/1.3em Arial;
    color:#666;
}
.tinyContent p {
    font:12px/1.4em Arial;
    color:#666;
    padding:5px 0;
    clear:both;
}
.tinyContent ul {
    font:12px/1.8em Arial;
    padding:10px 0;
	list-style:none;
	clear:both;
	width:100%;
	padding-bottom:10px;
}
.tinyContent ul li {
    background:url(../images/listDot.png) no-repeat left 4px;
    padding-left:25px;
    margin-left:10px;
	color:#666;
}
.tinyContent ol {
	list-style-type:decimal;
	clear:both;
	width:100%;	
	font:12px/1.8em Arial;
	padding-bottom:10px;
}
.tinyContent ol li {
    background:none;
	padding-left:0;
    margin-left:30px;
	color:#666;
	line-height:1.5em;
}
.tinyContent table {
    width:100%;
    border:1px solid #DFE8EB;
    color:#666;
    font:normal 12px/1.4em Arial;
    margin:10px 0;
    clear:both;
}
.tinyContent table tr:first-child, .tinyContent table tr:first-child {
    background:#F0F3F7;
    font:13px Arial;
    color:#333;
}
.tinyContent table thead {
    background:#F0F3F7;
    font:12px Arial;
    color:#333;
}
.tinyContent table td {
    border:1px solid #E3E9EE;
    border-collapse:collapse;
    padding:10px 16px;
    height:15px;
}
.tinyContent img.big {
    width:325px;
}
.tinyContent img.medium {
    width:225px;
}
.tinyContent img.small {
    width:115px;
}
.tinyContent img.frame {
    border:5px solid #E1E7EC;
}
.tinyContent img.img_left {
    float:left;
    margin:25px 25px 25px 0;
    display:block;
}
.tinyContent img.img_right {
    float:right;
    margin:25px 0 25px 25px;
    display:block;
}
.tinyContent img.img_center {
    float:none;
    margin:25px auto;
    display:block;
}
tinyContent hr {
   	border:0;
    border-top:1px solid #DFE8EB;
    height:0px;
    margin:10px 0;
    float:left;
    clear:both;
	display:inline-block;
	overflow:hidden;
    width:100%;
}
.tinyContent .blockQuote, .tinyContent blockquote {
    margin:10px 0;
    background:url(../images/bcBg.png) no-repeat 23px 19px #F0F3F7;
    padding:17px 17px 17px 67px;
    clear:both;
    border:1px solid #DEE4EB;
    font:italic 12px/1.6em Arial;
    color:#666;
}
.tinyContent blockquote, .tinyContent blockquote * {
	font:italic 12px/1.6em Arial;
}
.tinyContent a {
    text-decoration:none;
    color:#CC0000;
}
.tinyContent a:hover {
    text-decoration:underline;
}
img.img_left.imgNoMarginTop {
    /*margin:0 25px 25px 0;*/
}

/*********************************************
BREADCRUMBS
*********************************************/

.breadCrumbs {
	float:left;
	width:632px;
	height:30px;
	background:url(../images/breadCrumbs.png) no-repeat left top;
	padding:0 15px;
	margin-bottom:30px;
}
.breadCrumbs ul {
	list-style:none;
}
.breadCrumbs ul li {
	list-style-type:none;
	float:left;
	font:10px/30px Arial;
	margin-right:14px;
}
.breadCrumbs ul li span {
	font:14px/30px Arial;
}
.breadCrumbs ul li a {
	text-decoration:none;
	color:#666;
}
.breadCrumbs ul li a:hover {
	text-decoration:underline;
}
.breadCrumbs ul li a.homeIcon {
	float:left;
	display:block;
	width:17px;
	height:15px;
	background:url(../images/homeIcon.png) no-repeat left top;
	margin-top:7px;
}

/*********************************************
ZAŁACZNIKI
*********************************************/

.attachBox {
	float:left;
	width:662px;
	margin-bottom:14px;
}
.attachBox h3 {
	background:url(../images/attachIcon.png) no-repeat 3px 3px;
	padding-bottom:7px;
	border-bottom:1px solid #DBE1E8;
	font:18px/1.2em "SunSansCondPL", "Trebuchet MS";
	padding-left:25px;
	float:left;
	width:637px;
	margin-bottom:14px;
	color:#D32626;
}
.attachBox ul {
	float:left;
	list-style:none;
}
.attachBox li {
	list-style-type:none;
	background:url(../images/attachIcon2.png) no-repeat 10px top;
	float:left;
	width:627px;
	clear:both;
	padding:0 0 12px 35px;
}
.attachBox li a {
	color:#CC0000;
	text-decoration:none;
	font:11px/1.2em Arial;
}
.attachBox li a:hover {
	text-decoration:underline;
}

/*********************************************
MINI GALERIA
*********************************************/

.miniGallery {
	float:left;
	width:662px;
}
.miniGallery h3 {
	background:url(../images/galIcon.png) no-repeat left 5px;
	padding-bottom:7px;
	border-bottom:1px solid #DBE1E8;
	font:18px/1.2em "SunSansCondPL", "Trebuchet MS";
	padding-left:25px;
	float:left;
	width:637px;
	margin-bottom:14px;
	color:#D32626;
}
.miniGallery ul {
	list-style:none;
}
.miniGallery ul li {
	list-style:none;
	float:left;
	margin:0 15px 15px 0;
	width:142px;
	height:104px;
	display:block;
	background:url(../images/pattern.png);
	padding:4px;
}
.miniGallery a {
	width:142px;
	height:104px;
	display:block;
	float:left;
	overflow:hidden;
}

/*********************************************
FOOTER
*********************************************/

#footer {
	float:left;
	width:936px;
	padding:0 21px;
	border-left:1px solid #06090B;
	border-right:1px solid #06090B;
	background:url(../images/footerBg.png) repeat-x left top;
	height:60px;
	color:#666;
}
#footer span {
	font:13px/1.2em "Arial Narrow", "SunSansCondPL", "Trebuchet MS";
	float:left;
	display:inline-block;
	margin:21px 19px 0 0;
	zoom:1;
}

/*********************************************
CATEGORY LIST
*********************************************/

.catListItem {
	float:left;
	width:662px;
	padding-bottom:30px;
}
.catListImage {
	margin:0 auto;
	padding-bottom:10px;
	display:table;
	background:url(../images/catShadow.png) no-repeat center bottom;
}
.catListImage.shadow2 {
	background:url(../images/catShadow2.png) no-repeat center bottom;
}
.catListImageIn {
	display:block;
	border:5px solid #E1E7EC;
	overflow:hidden;
}
.catListTxt {
	float:right;
	width:402px;
}
.catImageContainer {
	float:left;
	width:230px;
}
.catListTitleCont {
	float:left;
	width:382px;
	background:url(../images/pattern.png);
	padding:10px;
}
.catListItem .catListTitleCont h3.catListTitle {
	color:#CC0000;
	font:24px/1.2em "SunSansCondPL", "Trebuchet MS";
	float:left;
	width:352px;
	padding-right:30px;
	background:url(../images/catArrow.png) no-repeat 352px 3px;
}
.catListItem.catFw .catListTitleCont h3.catListTitle {
	background:url(../images/catArrow.png) no-repeat 612px 3px;
}
.catListTitleCont h3.catListTitle a {
	text-decoration:none;
	display:block;
	color:#CC0000;
}
/*.catListTitleCont h3.catListTitle a:hover {
	text-decoration:underline;
}*/
.catListDesc {
	width:402px;
	float:left;
	padding:20px 0 0 0;
	font:12px/1.4em Arial;
	color:#666;
}
.catListMore {
	float:right;
	font:italic 14px/1.2em Arial;
	padding-top:20px;
}
.catListMore a {
	color:#cc0000;
	text-decoration:none;
}
/*.catListMore a:hover {
	text-decoration:underline;
}*/
.catListItem.catFw .catListTxt, .catListItem.catFw .catListDesc {
	width:662px;
}
.catListItem.catFw .catListTitleCont {
	width:642px;
}
.catListItem.catFw h3.catListTitle {
	width:612px;
}

/*********************************************
DOCUMENT LIST
*********************************************/

.docListItem {
	float:left;
	width:662px;
	padding-bottom:30px;
}
.docListImage {
	margin:0 auto;
	padding-bottom:10px;
	display:table;
	background:url(../images/catShadow.png) no-repeat center bottom;
}
.docListImage.shadow2 {
	background:url(../images/catShadow2.png) no-repeat center bottom;
}
.docListImageIn {
	display:block;
	border:5px solid #CCD6E3;
}
.docListTxt {
	float:right;
	width:422px;
}
.docListItem.catFw .docListTxt {
	width:642px;
}
.docListItem.catFw h3.docListTitle {
	width:642px;
}
.docListItem.catFw .docListDesc {
	width:642px;
}
.docImageContainer {
	float:left;
	width:210px;
}
.catListTitleCont {
	float:left;
	width:382px;
	background:url(../images/pattern.png);
	padding:10px;
}
h3.docListTitle {
	color:#CC0000;
	font:24px/1.2em "SunSansCondPL", "Trebuchet MS";
	float:left;
	width:422px;
	padding-bottom:12px;
	background:url(../images/docBorder.png) no-repeat left bottom;
}
h3.docListTitle a {
	text-decoration:none;
	display:block;
	color:#CC0000;
}
/*h3.docListTitle a:hover {
	text-decoration:underline;
}*/
.docListDesc {
	width:422px;
	float:left;
	padding:20px 0 20px 0;
	font:12px/1.4em Arial;
	color:#666;
}

/*********************************************
LEFT MENU
*********************************************/

#leftSidebar {
	padding-top:30px;
	float:left;
	width:244px;
}
#leftSidebar ul {
	list-style:none;
}
#leftSidebar ul li {
	float:left;
	display:block;
	width:244px;
	padding-bottom:7px;
}
#leftSidebar ul li a {
	float:left;
	display:block;
	width:244px;
	text-decoration:none;
	color:#cc0000;
	font:16px/1.2em "SunSansCondPL", "Trebuchet MS";
	cursor:pointer;
}
#leftSidebar ul li a .lmTop {
	float:left;
	width:244px;
	height:5px;
	background:url(../images/menuTop.png) no-repeat left top;
}
#leftSidebar ul li a .lmSpacer {
	float:left;
	width:244px;
	background:url(../images/menuSpacer.png) repeat-y left top;
	padding:2px 0;
}
#leftSidebar ul li a .lmBottom {
	float:left;
	width:244px;
	height:6px;
	background:url(../images/menuBottom.png) no-repeat left top;
}
.l0Arrow {
	background:url(../images/l0Arrow.png) no-repeat 13px 1px;
	float:left;
	display:inline-block;
	padding:0 10px 0 36px;
	width:198px;
}
#leftSidebar ul li ul {
	padding-top:13px;
	float:left;
}
#leftSidebar ul li ul li {
	float:left;
	display:block;
	width:212px;
	padding-bottom:12px;
	background:url(../images/l1Arrow.png) no-repeat left 4px;
	margin-left:32px;
}
#leftSidebar ul li ul li a {
	float:left;
	display:block;
	width:212px;
	text-decoration:none;
	color:#333;
	font:14px/1.2em "SunSansCondPL", "Trebuchet MS";
	margin-left:15px;
}
#leftSidebar ul li ul li ul li a {
	float:left;
	display:block;
	width:212px;
	text-decoration:none;
	color:#333;
	font:14px/1.2em "SunSansCondPL", "Trebuchet MS";
	margin-left:25px;
}
#leftSidebar > ul > li.selected > a {
	color:#333;
}
#leftSidebar > ul > li.selected > ul > li.selected > a {
	text-decoration:underline;
}
#leftSidebar > ul > li.selected > ul > li.selected > ul > li.selected > a {
	text-decoration:underline;
}
.leftCatImg {
	float:left;
	width:240px;
	position:relative;
	left:1px;
	text-align:center;
}

/*********************************************
MODUŁ BANNEROWY
*********************************************/

.bannerContainer {
	width:966px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	background:url(../images/homeContentSpacer.png) repeat-x left bottom #fff;
	height:264px;
	float:left;
	margin-bottom:12px;
	padding:30px 0 0 12px;
}
.bannerItem {
	float:left;
	width:301px;
	margin-right:25px;
	border-bottom:8px solid #ccc;
	padding-bottom:17px;
}
.bannerItem span.bannerPic {
	width:299px;
	height:89px;
	border:1px solid #ACB8C3;
	float:left;
	display:inline-block;
	overflow:hidden;
	margin-bottom:20px;
}
.bannerItem span.bannerPic img {
	width:299px;
}
.bannerItem h3 {
	text-transform:uppercase;
	color:#3276AF;
	font:15px/1.7em Tahoma;
	float:left;
	width:300px;
	padding:0 0 4px 0;
}
.bannerItemDesc {
	float:left;
	width:300px;
	padding:0;
	font:11px/1.4em Tahoma;
	color:#666;
}

/*********************************************
ANIMACJA
*********************************************/

#bannerPath {
	width:0px;
	height:317px;
	background:url(../images/svgPath.png) no-repeat right top;
	position:absolute;
	right:0;
	top:0;
}
#jQueryAnim {
	display:none;
	width:980px;
	height:317px;
	position:relative;
}
.jqLogo1, .jqLogo2, .jqLogo3, .jqLogo4 {
	display:none;
}
.jqLogo1 {
	position:absolute;
	left:176px;
	top:18px;
	width:67px;
	height:67px;
}
.jqLogo2 {
	position:absolute;
	left:285px;
	top:88px;
	width:64px;
	height:65px;
}
.jqLogo3 {
	position:absolute;
	left:413px;
	top:59px;
	width:78px;
	height:78px;
}
.jqLogo4 {
	position:absolute;
	left:520px;
	top:121px;
	width:93px;
	height:92px;
}
.txt1 {
	width:51px;
	height:12px;
	position:absolute;
	left:186px;
	top:70px;
}
.txt2 {
	width:72px;
	height:16px;
	position:absolute;
	left:353px;
	top:139px;
}
.txt3 {
	width:86px;
	height:35px;
	position:absolute;
	left:543px;
	top:98px;
}
.txt4 {
	width:86px;
	height:17px;
	position:absolute;
	left:743px;
	top:156px;
}
.jqLinia {
	position:absolute;
	left:0;
	top:0;
	width:980px;
	height:317px;
}
.jqLiniaIn {
	width:980px;
	height:317px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/svgPath.png) no-repeat left top;
}