/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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: 0;
    outline: 0;
    font-size: 100.01%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
hr {
	border: 1px dotted #FF8E0C;
    clear: both;
    height: 0;
	margin: 1em 0;
}

/* 
 * 
 * 		HEADINGS
 * 
 */

h1, h2, h3, h4, h5, h6 {
	color: #13569F;
	margin: 10px;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.15em; }
h4 { font-size: 1.05em; }
h5 { font-size: 1em; }
h6 { font-size: 0.95em; }

/* Spacing */

ul, ol {
    list-style-position: outside;
    list-style-image: none;
    list-style-type: none;
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    background: #F2F2F2 url(http://pro-publico.pl/images/bg.png) repeat-x scroll 0 120px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

a:link, a:visited { color: #1D82EF; text-decoration: none; }
a:hover, a:active { color: #FF8E0C; }

#navigation {
    height: 120px;
    background: url(http://pro-publico.pl/images/nav_bg.png) repeat-x;
    padding-top: 10px;
}

div.logo {
    height: 100px;
    width: 200px;
    float: left;
}

.logo h1 {
    margin: 0;
    padding: 0;
}

.logo a {
    background: transparent url(http://pro-publico.pl/images/logo.png) no-repeat scroll left top;
    height: 100px;
    width: 180px;
    display: block;
    text-indent: -2000px;
}

#pageLinks {
	float: right;
	margin-top: 45px;
}

#pageLinks li {
    float: left;
	position: relative;
}

#pageLinks p.mainText {
    font-size: 15px;
	font-weight: bold;
}

#pageLinks p.subText {
    font-size: 11px;
}

#pageLinks li a, #pageLinks li a {
    border-left: 1px solid #CCCCCC;
    padding: 10px 10px 10px 15px;
	width: 105px;
	float: left;
}

#pageLinks li a:hover, #pageLinks li a:active {
	/* background-color: #4F4F4F; */
    /* background: -moz-linear-gradient(top, black, #404449 1px, #292929 25px); */
	/* background: -webkit-gradient(linear, left top, left 25, from(#404449), color-stop(4%, #3c3c3c), to(#292929)); */
}


#pageLinks li a.current {
	color: #FF8E0C;
}

#pageLinks li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0;
	margin: 0;
}

#pageLinks li:hover > ul {
	/*display: block;*/
	position: absolute;
	left: 0;
	top: 56px;
}

#pageLinks li ul li {
	background: #373C3F;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #1F1F1F;
	opacity: .9;
	filter:alpha(opacity=70);
	_display: inline; /* for IE6 */
}

#pageLinks li ul li a {
	margin: 0;
	font-size: 12px;
	display: block;
	border-right: 1px solid #cccccc;
}

#pageLinks li ul li a:hover {
	background-color: #1F1F1F;
	/* CSS3 background gradients */
	/*background: -moz-linear-gradient(top, #0A2B4F, #13569F);
	background: -webkit-gradient(linear, left top, left bottom, from(#0A2B4F), to(#13569F));*/
}

/* Submenu */

/* 
.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

#nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0; margin: 0;
}

#nav li:hover > ul {
	display: block;
}

#nav li ul li, #nav li ul li a {
	float: none;
}

#nav li ul li a {
	width: 150px;
	display: block;
}
 */
/* SUBSUB Menu */
/* 
#nav li ul li ul {
	display: none;
}

#nav li ul li:hover ul {
	left: 100%;
	top: 0;
}
 */
/* END OF TEST */


#mainContent {
    min-height: 350px;
    padding-bottom: 20px;
    padding-top: 20px;
}

#mainContent h1 {
    font-weight: bold;
    line-height: 1.4;
    text-transform: none;
}

#secondaryContent {
    background-color: #C9C7C7;
    height: 240px;
    padding-top: 20px;
}

#secondaryContent p {
    color: #323543;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}

#secondaryContent h2 {
    color: #063F84;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
}

#secondaryContent h3 {
    color: #605A53;
    font-size: 14px;
    margin-bottom: 4px;
}

.content {
    margin: 0 auto;
    /* overflow: hidden; */
    width: 960px;
}

.boxLeft {
    float: left;
    padding-bottom: 20px;
    width: 640px;
	margin: 0 10px;
}

.boxRight {
    float: left;
    padding-bottom: 20px;
    width: 280px;
	margin: 0 10px;
}

.box li {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
    padding-top: 5px;
}

.box h2 {
    margin: 15px 7px 10px 8px;
}

.box h3 {
    margin: 0px 8px 0px 7px;
}

.box p {
    margin: 0px 8px 0px 7px;
}

#top {
    border-bottom: 1px solid #FFFFFF;
    margin: 0;
    padding: 10px 0 10px 10px;
}

#top h1 {
    font-size: 150%;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 150%;
    margin: 0 0 0 10px;
    text-transform: none;
}

ol.decNum {
    list-style: decimal;
	margin-left:12px;
}

#accordion ol.decNum li {
    list-style: decimal inside none;
    margin-top: 10px;
	font-size:0.8em;
}

#accordion ol.alphaNum li {
    list-style: lower-latin inside none;
    margin-left: 30px;
    font-size: 0.8em;
}

#left {
    border-right: 1px solid #FFFFFF;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 4em;
    padding-left: 10px;
    padding-top: 1em;
    width: 640px;
}

#left h2 {
    border-bottom: 1px dotted #FF8E0C;
}

#left h3 {
    font-size: 105%;
    font-weight: bold;
    line-height: 2em;
    margin-left: 0px;
    margin-top: 10px;
    padding-left: 10px;
}

#left h4 {
    font-weight: bold;
    line-height: 2em;
    margin-left: 0px;
    margin-top: 5px;
    padding-left: 7px;
}

#oferta #left h4 span {
	font-size:0.8em;
}

#left p {
    color: #363636;
    font-size: 0.8em;
    line-height: 1.4;
	margin:0 10px 0 10px;
	padding:5px 0;
	text-align: justify;
}

#left p.declaration {
	margin-bottom: 10px;
}

#left #accordion li p {
    /*font-size:100%;*/
}

/* klienci */

#left h2.klienci {
	border: none;
}

.klient {
	/* sheight: 140px; */
	border-top: 1px solid #ffffff;
	margin: 10px 10px 10px;
	clear: both;
}

.klient a {
	line-height: 140px;
}

#left .klient h3 {
	line-height: 60px;
}

.klient span.ramka {
	background-color: #FFF;
	border: 2px solid #999;;
	-moz-border-radius: 5px;
	float: left;
	padding: 5px;
	margin: 10px 10px 10px 0;
	height: 50px;
	width: 50px;
	text-align: center;
}

.klient img {
	height: 50px;
	width: 50px;
}

.klient span.ramka:hover {
	border-color: #FF8E0C;
}

#left .klient p {
	
}

#left p.data {
    color: #0099FF;
    font-size: 80%;
    font-style: italic;
    font-weight: normal;
    line-height: 14px;
}

#left p.link {
    text-align: right;
}

#left p.thx {
    text-align: center;
    font-size: 110%;
    margin-top: 20px;
    color: #003E9B;
}

#left ul {
    margin-bottom: 20px;
    margin-top: 5px;
}

#left ul.nested {
    margin: 5px 0;
    padding: 0;
}

#left a.insideLink {
    background-image: url(http://pro-publico.pl/images/arrow.png);
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 20px;
}

/* partnerzy */

.partnerzy {
	/* border: 1px dotted #FF8E0C; */
	text-align: center;
	/* margin: 20px auto;
	padding: 10px 0;
	background-color: #e8e8e8; */;
}

.partnerzy img {
	border: 1px solid #ddd;
	/* padding: 5px; */
	/* background-color: #fff; */
}

.partnerzy img:hover {
	border-color: #FF8E0C;
}

.partnerzy a {
	margin: 2em 0;
	display: block;
}

#demotip { 
    display:none; 
    /* background:transparent url(/tools/img/tooltip/black_arrow.png); */
	background-color: #666; 
    font-size: 1em;
	text-align: center; 
    /* height: 20px; */ 
    width: 23%; 
    padding: 15px; 
    color: #fff;     
}

/* kontakt */

#kontaktForm {
	margin: 1em 0;
}

#left .kontaktForm p {
    clear: both;
    display: block;
    margin: 0;
	/* padding: 0; */
	/* line-height: 2; */
}

.kontaktForm label {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 30px;
    padding-right: 10px;
    text-align: right;
    width: 110px;
	font-weight: bold;
    color: #666666;
}

.kontaktForm input, .kontaktForm textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
	font-weight: bold;
    padding: 5px 4px 4px 5px;
    width: 350px;
	background: #ffffff;
    border: 1px solid #0A2B4F;
    padding: 5px;
    margin-top: 3px;
	float: left;
}

.kontaktForm input.error, .kontaktForm textarea.error, .kontaktForm select.error {
	border: 1px solid #A4211A;
}

.kontaktForm select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
	font-weight: bold;
    padding: 5px;
    width: 361px;
	background: #ffffff;
    border: 1px solid #003E9B;
    margin-top: 3px;	
	float: left;
}

.kontaktForm textarea {
	width: 350px;
    height: 130px;
    background: #ffffff;
    border: 1px solid #003E9B;
    margin-top: 5px;
}

.kontaktForm textarea:focus, .kontaktForm input[type =
"text"]:focus {
    border: 1px solid #FF8E0C;
}

/* right, sidebar */

#right, #sidebar {
    border-left: 1px solid #FFFFFF;
    float: right;
    margin-bottom: 30px;
    margin-left: -1px;
    width: 309px;
}

#right .rightBlock p {
    font-size: 80%;
    color: #232323;
}

#right h3 {
    color: #003E9B;
    margin: 10px 0 10px 25px;
}

#oferta #right a:link, #oferta #right a:visited, #onas #right a:link, #onas #right a:visited, #aktualnosci #right a:link, #aktualnosci #right a:visited, #dziekujemy #right a:link, #dziekujemy #right a:visited {
    display: block;
    padding: 10px;
}

#oferta #right a:hover, #oferta #right a:active, #onas #right a:hover, #onas #right a:active, #aktualnosci #right a:hover, #aktualnosci #right a:active, #dziekujemy #right a:hover, #dziekujemy #right a:active {
    background-color: #E8E8E8;
}

.rightBlock {
    border-bottom: 1px solid #FFFFFF;
}

#right .mapka {
    padding-left: 30px;
    padding-bottom: 15px;
}

#right .mapka h2 {
	margin-left: 0;
}

/* produkty */

.prezentacjaProduktow {
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    clear: left;
    height: 200px;
    margin-bottom: 20px;
    padding: 0;
    width: 960px;
}

.prezentacjaProduktow h2 a:link, .prezentacjaProduktow h2 a:visited {
    color: #FF8E0C;
}

.prezentacjaProduktow h2 a:hover, .prezentacjaProduktow h2 a:active {
    color: #1D82EF;
}

.produkty {
    display: inline;
    float: left;
    margin: 0 10px;
    padding: 0;
	height: 200px;
	width: 300px;
}

.prezentacjaProduktow h2 {
    color: #FF6600;
	margin:10px 0;
}

.produkty p {
	font-size: 0.8em;
    color: #282828;
}

.produkty p.link {
    text-align: right;
    font-size: 0.9em;
    margin-top: 10px;
}

.produkty p.link a {
    font-size: 0.85em;
    font-weight: bold;
}

.numer1 {
    background: url(http://pro-publico.pl/images/one.png) no-repeat scroll right top;
}

.numer2 {
    background: url(http://pro-publico.pl/images/two.png) no-repeat scroll right top;
}

.numer3 {
    background: url(http://pro-publico.pl/images/three.png) no-repeat scroll right top;
}

/* footer */

#footer {
    width: 100%;
	border-top: 1px solid #999;
}

.pro_publico {
    font-weight: bold;
}

.address {
}

.firstFooter {
    background: #e5e5e5 url(http://pro-publico.pl/images/first_footer_bg.png) repeat-x 0 0;
    border-top: 1px solid #bfbfbf;
    clear: both;
    padding-top: 1em;
}

#pro-publico .firstFooter {
    background-color: #F2F2F2;
}

.firstFooter h2 {
    margin: 0 0 5px 0;
	border: medium none;
}

#news_headers li {
    margin-left: 0;
    border-top: 1px dotted #b2b2b2;
	clear:both;
}

#news_headers h4 {
	margin:5px 0;
}

.boxRight a.mail {
	background: transparent url(http://pro-publico.pl/images/mail_128x128.png) no-repeat scroll 0 0;
	display: block;
	width: 128px;
	height: 128px;
}

.boxRight .mail {
	width: 200px;
	margin: 0 auto; 
}

.firstFooter li {
    display: block;
    font-size: 12px;
}

.firstFooter li a {
    display:inline-block;
    text-align: right;
    font-weight: bold;
	margin:5px 10px 10px 0;
}

.firstFooter li h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin: 0.25em 0;
}

.firstFooter p.link {
	text-align:right;
}

.secondFooter {
    background: transparent url(http://pro-publico.pl/images/second_footer_bg.png) repeat-x 0 0;
    height: 55px;
}

a.logoPP {
    background: transparent url(http://pro-publico.pl/images/pro-publico.png) no-repeat scroll center 0;
    display: block;
    float: left;
    height: 55px;
    margin: 0;
    padding: 0;
    width: 200px;
}

.footerRight {
    float: right;
    height: 55px;
    margin: 0;
    padding: 0;
}

.secondFooter p {
    float: left;
    font-size: 11px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.posCenter {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.clear, .clearer {
    clear: both;
    height: 0;
	width: 0;
    font-size: 1px;
    line-height: 0px;
    margin: 0;
    padding: 0;
	display: block;
	overflow: hidden;
	visibility: hidden;
}

#footer p.valid {
    font-size: 70%;
    color: #CCC;
    background: url(http://pro-publico.pl/images/accept.png) no-repeat left center;
    padding-left: 18px;
    margin: 0 0 0 5px;
}

.rightAlign {
    text-align: right;
}

#accordion .acc-section {
    height: auto;
    overflow: hidden;
}

#accordion h3 {
    cursor: pointer;
    background: #CCC;
}

#nested h4 {
    cursor: pointer;
    background: #CCC;
}

#left #accordion h3:hover {
    background: #B5B5B5;
}

#left #accordion #nested h4:hover {
    background: #A2A9C8;
    list-style: url(http://pro-publico.pl/images/arrow_head.png);
    color: #FFF;
}

ul#accordion li {
    list-style: none;
}

#left #accordion #nested li {
    color: #363636;
    font-size: 12px;
    line-height: 25px;
    margin-left: 30px;
    padding-top: 5px;
}

.acc-content {
}

#left #accordion ul.normalList li {
    line-height: 18px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 18px;
    background: url(http://pro-publico.pl/images/arrow_head.png) no-repeat scroll 0px 6px;
	margin:0 12px;
}

#left #accordion .normalList li h4 {
    padding: 0px;
    line-height: 1.75;
	margin-bottom:0;
}

#left ul.normalList li {
    padding-left: 14px;
    font-size: 12px;
    line-height: 18px;
    background: url(http://pro-publico.pl/images/arrow_head.png) no-repeat scroll 0px 6px;
    margin-right: 0px;
}

#footer .copyrights {
    color: #CCC;
    font-size: 70%;
    margin-left: 10px;
}

.copyrights a {
    margin: 0 0.25em;
}

#submit {
	margin-top:15px;
	color: #0A2B4F;
    border: 2px solid;
    float: right;
	cursor:pointer;
	font-size: .9em;
	font-weight: bold;
	width: 100px;
	margin-right: 158px;
	text-align: center;
}

#submit:hover {
	color:#FF8E0C;
}

.backTop {
	clear: both;
	margin-left: 580px;
}

label.error {
	background:url(http://pro-publico.pl/images/delete_16x16.png) no-repeat 0 7px;
	padding-left:20px;
	display: inline;
	float: left;
	font-size: 90%;
	color:#a4211a;
	vertical-align: top;
	text-align:left;
	width: 120px;
	margin-left: 5px;
}

label.success {
	background: url(http://pro-publico.pl/images/accept_16x16.png) no-repeat 0 7px;
	padding-left: 20px;
	display: inline;
	float: left;
	font-size: 90%;
	color: #79ba29;
	vertical-align: top;
	text-align: left;
	margin-left: 5px;
}

p.textArea label.error, p.textArea label.success {
	display: inline-block;
}

#sent {
	width: 620px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#mail_img {
	background: transparent url(http://pro-publico.pl/images/mail_128x128.png) no-repeat scroll 0 0;
	height: 128px;
	width: 128px;
	display: block;
	opacity: 0;
	position: absolute;
	top: 15px;
	left: 0;
}

#tick_img {
	background: transparent url(http://pro-publico.pl/images/accept_64x64.png) no-repeat scroll 0 0;
	height: 64px;
	width: 64px;
	display: block;
	opacity: 0;
	position:  absolute;
	top: 0;
	left: 290px;
	z-index: 10;
}