/* general */

body {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 13px;
	color: #777777;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	color: #222222;
}

h2 {
	font-size: 16px;
	margin-top: 0;
}

h3 {
	font-size: 15px;
}

p {
	margin: 13px 0 13px 0;
}

/* top */
#header {
	background-image: url(img/header-bg.png);
	background-repeat: repeat-x;
	height: 115px;
}
.main-page #header {
	background-image: url(img/header-bg-main.png);
	height: 208px;
}

#header-left {
	background-image: url(img/header-bg-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
}
.main-page #header-left {
	background-image: url(img/header-bg-left-main.png);
	height: 208px;
}

#header-right {
	background-image: url(img/header-bg-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 115px;
}
.main-page #header-right {
	background-image: url(img/header-bg-right-main.png);
	height: 208px;
}
#header-content,
#content-content {
	margin: 0 auto;
	width: 950px;
}

#navigation {
	height: 52px;
}

/* 3 cols content */
#wrapper0 {
 background-image: url(img/content-bg.png);
 background-repeat: repeat-x;
 min-height: 400px;
}
#content h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 4px 0;
}  

#rightcolumn h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 4px 0;
}

.main-page #leftcolumn {
	width: 415px;
}

.main-page #rightcolumn {
	width: 505px;
}

.no-right-col #faux {
 background-image: url(img/faux-1-3-col-main.gif);
 background-repeat: repeat-y;
 background-position: 220px 0;
}
.main-page #faux {
 background-image: url(img/faux-1-3-col-main.gif);
 background-repeat: repeat-y;
 background-position: 428px 0;
}

.main-page #navigation {
	margin: -100px 0 0 0;
}

.no-right-col #content {
	width: 700px;
}

.no-right-col #rightcolumn {
	display: none; 
}

.no-left-col #faux {
 background-image: url(img/faux-1-3-col-main.gif);
 background-repeat: repeat-y;
 background-position: 730px 0;
}

.no-left-col #content {
	width: 710px;
}

.search-results .post h3 {
 padding-bottom: 4px;
 background-image: url(img/line-bg.png);
 background-repeat: no-repeat;
 background-position: bottom left;
}

.search-results .entry {
 margin-bottom: 2em;
}

/* footer */

#footer {
	background-image: url(img/footer-bg.png);
	background-repeat: repeat-x;
}

#footer-content {
	margin: 0 auto;
	width: 950px;
}

#footer-content p {
	margin: 6px 0 4px 0;
font-size:11px;
}


/* main menu */
#menu {
	height: 31px;
	float: right;
	margin-top: 23px;
	z-index: 2;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#menu ul li {
	display: inline;
}

#menu a,
#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active {
	width: 123px;
	height: 25px;
	text-align: center;
	background-image: url(img/menu-bg2.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding-top: 6px;
}

#menu a:hover,
#menu a:active,
#menu  li.current_page_item a, 
#menu  li.current_page_item a:hover {
	background-image: url(img/menu-bg-active2.png);
	background-repeat: no-repeat;
	background-color: #1579e7;
}


/* "path" menu */

#menu2 {
	/*padding-bottom: 16px;*/
}

#menu2 .path {
	font-size: 13px;
	float: left;
}

#menu2 .path img {
	margin-bottom: -7px;
}

#menu2 .path a,
#menu2 .path a:link,
#menu2 .path a:visited {
	color: #969696;
	text-decoration: none;
}

#menu2 .path a:hover,
#menu2 .path a:active {
	color: #969696;
	text-decoration: none;
}

#logo {
	margin-top: 25px;
	float: left;
	position: absolute;
}

/* lang men */

#menu3 {
	background-color: #525558;
	color: #fff;
	height: 34px;
	float: right;
}

#menu3 img,
#menu3 div.h {
	float: left;
	margin: 0;
	padding: 0;
	/*height: 34px;*/
}

#menu3 div.h {
	margin-top: 8px;
	overflow: hidden;
}

#menu3 a,
#menu3 a:link,
#menu3 a:visited,
#menu3 a:hover,
#menu3 a:active {
	color: #fff;
	text-decoration: none;
}

#footer p,
#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #fff;
	text-decoration: none;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	float: left;
}


/* search form */

#search {
	float: right;
	margin: 8px 0 0 0;
}

#search input.input-text {
   background-image:url(img/text-bg.gif);
   background-repeat: no-repeat;
   border: 0px solid #fff;
   width: 135px;
   height: 18px;
   margin-right: 6px;
   float: left;
   padding: 3px 2px;
}

#search input[type=text] {
   background-image:url(img/text-bg.gif);
   background-repeat: no-repeat;
   border: none;
   width: 135px;
   height: 18px;
   margin-right: 6px;
   float: left;
   padding: 3px 2px;
}

#search input[type=image] {
   background-image:url(img/search-img.gif);
   background-repeat: no-repeat;
   border: none;
   width: 61px;
   height: 22px;
   margin: 1px 1px 0 0;
   float: left;
}

#search2 {
	margin: 1em 0 1em 0;
}

#search2 input.input-text {
   background-image:url(img/text-bg3.gif);
   background-repeat: no-repeat;
   border: 0px solid #fff;
   width: 319px;
   height: 28px;
   margin-right: 6px;
   float: left;
   padding: 6px 6px 0 2px;
   font-size: 16px;
}

#search2 input[type=text] {
   background-image:url(img/text-bg3.gif);
   background-repeat: no-repeat;
   border: none;
   width: 319px;
   height: 28px;
   margin-right: 6px;
   float: left;
   padding: 6px 6px 0 2px;
   font-size: 16px;
}

#search2 input[type=image] {
   background-image:url(img/search-img3.gif);
   background-repeat: no-repeat;
   border: none;
   width: 92px;
   height: 35px;
   margin: 0 1px 0 0;
   float: left;
}

/* left menu */

#products-menu {
	margin-bottom: 10px;
}

#products-menu ul {
	padding: 0px;
	margin: 0;
	list-style-type: square;
	display: block;
	overflow: hidden;
}

#products-menu ul li {
	display: block;
}	
	
#products-menu ul li a {
	text-decoration: none !important;
	color: #667f90;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
	height: 17px;
}

#products-menu ul li.cat-item, 
#products-menu ul li.page_item { 
	display: block;
	background-image: url(img/products-menu-bg1.png);
	background-repeat: no-repeat;
	width: 169px;
	padding: 14px 4px 0 38px;
	overflow: hidden;
}

#products-menu ul li.current-cat, 
#products-menu ul li.current_page_item, 
#products-menu ul li.current_page_parent { 
	display: block;
	background-image: url(img/products-menu-bg1-active.png);
	background-repeat: no-repeat;
	padding: 14px 4px 0 38px;
	overflow: hidden;
}


#products-menu ul ul { 
	margin-left: -38px;
	width: 210px;
	display: none; /* zwin 2 poziom */
}


#products-menu ul li.current_page_item ul, 
#products-menu ul li.current_page_parent ul, 
#products-menu ul li.current_page_ancestor ul { 
	display: block /*!important*/; /* rozwin 2 poziom, gdy wbrano */
}


#products-menu ul ul li a {
	font-size: 13px;
	display: block;
	margin-bottom: auto;
	height: auto;
}

#products-menu ul ul li.page_item { 
	background-image: url(img/products-menu-bg2+.png);
	background-repeat: no-repeat;
	width: 169px;
	padding: 7px 4px 5px 38px;
	overflow: hidden;
}

#products-menu ul ul li.current-cat, #products-menu ul ul li.current_page_item, #products-menu ul ul li.current_page_parent, 
#products-menu ul ul li.current_page_ancestor { 
	background-image: url(img/products-menu-bg2-active+.png);
	background-repeat: no-repeat;
	width: 169px;
	padding: 7px 4px 5px 38px;

	overflow: hidden;
}

/*
#products-menu ul ul li.current_page_parent { 
	padding: 7px 4px 0px 38px;
}
*/
#products-menu ul ul ul { 
	margin-top: 6px;
	margin-left: -38px;
	width: 210px;
	display: none !important; /* domyslnie zwin 3 poziom */
}

#products-menu ul ul ul li a {
	font-size: 13px;
	display: block;
	margin-bottom: 0px;
}

#products-menu ul ul ul li.page_item { 
	background-image: url(img/products-menu-bg3.png);
	background-repeat: repeat-y;
	width: 169px;
	padding: 5px 4px 5px 38px;
	
	overflow: hidden;
}

#products-menu ul ul ul li.current_page_item { 
	background-image: url(img/products-menu-bg3.png);
	background-repeat: repeat-y;
	font-weight: bold !important;
	width: 169px;
	padding: 5px 4px 5px 38px;

	overflow: hidden;
}
#products-menu ul ul ul li.current_page_parent {
}
#products-menu ul li a:hover {
	color: #1ea1de;
}
#products-menu ul ul li.current_page_parent ul,
#products-menu ul ul li.current_page_item ul,
#products-menu ul ul ul li.current_page_parent {
	display: block !important; /* rozwin 3 poziom*/
}

/* lang switcher  */

#qtrans_language_chooser {
	display: inline;
	list-style-type: none;
	padding-left: 8px;
	font-size: 10px;
}

#qtrans_language_chooser li {
	display: inline;
}

#qtrans_language_chooser a {
	display: inline;
	padding-right: 18px;
}

/* wp contact form 7 */
form.wpcf7-form input.input-text {
   background-image:url(img/text-bg.gif);
   background-repeat: no-repeat;
   border: 0px solid #fff;
   width: 135px;
   height: 18px;
   margin-right: 6px;
   padding: 3px 2px;
}

form.wpcf7-form input[type=text] {
   background-image:url(img/text-bg.gif);
   background-repeat: no-repeat;
   border: none;
   width: 135px;
   height: 18px;
   margin-right: 6px;
   padding: 3px 2px;
}

form.wpcf7-form input.long {
   background-image:url(img/text-bg.gif);
   background-repeat: no-repeat;
   border: none;
   width: 135px;
   height: 18px;
   margin-right: 6px;
   padding: 3px 2px;
}

form.wpcf7-form select {
   background-image:url(img/text-bg.gif);
   background-repeat: no-repeat;
   border: none;
   width: 139px;
   height: 24px;
   margin-right: 6px;
   padding: 3px 2px;
}

form.wpcf7-form textarea {
   background-image:url(img/textarea-bg.gif);
   background-repeat: no-repeat;
   border: none;
   width: 275px;
   height: 130px;
   padding: 3px 2px;
}

form.wpcf7-form input.input-submit {
   background-image:url(img/send-img.gif);
   background-repeat: no-repeat;
   border: none;
   width: 82px;
   height: 35px;
}

form.wpcf7-form.newsletter input.input-submit {
   background-image:url(img/subscribe-img.gif);
   background-repeat: no-repeat;
   border: none;
   width: 92px;
   height: 35px;
}

form.wpcf7-form input[type=submit] {
   background-image:url(img/send-img.gif);
   background-repeat: no-repeat;
   border: none;
   width: 82px;
   height: 35px;
}
form.wpcf7-form p {
	margin-bottom: 4px !important;
}
/*form.wpcf7-form input[type=checkbox] {
   background-image:url(img/checkbox-bg.gif);
   background-repeat: no-repeat;
   border: none;
   width: 19px;
   height: 20px;
}*/


span.wpcf7-not-valid-tip {
	background-color: #ffeeee;
}
div.wpcf7-validation-errors {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}
div.wpcf7-mail-sent-ok { 
	border: 1px solid #00ff00;
	background-color: #eeffee;
}
/* sideposts */
#sideposts {
	font-size: .9em;
}

#sideposts ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sideposts ul li {
	background-image: url(img/line-bg.png);
	background-repeat: no-repeat;
	background-position: -60px 0;
	padding: 3px 0 15px 0; 
	clear: both;
}

#sideposts ul li a {
	font-weight: bold;
	color: black !important;
	
	text-decoration: none;
}

#sideposts ul li a:hover {
	text-decoration: underline;
}
#sideposts .sideposts_date {
	color: grey !important;
	font-size: 11px;
	margin: 2px 0;
}

.line {
	background-image: url(img/line-bg.png);
	background-repeat: no-repeat;
	height: 5px;
}

#top-banner {
	height:187px;
	position:relative;
	top:-100px;
	z-index: 10;
	overflow: visible;
}

.post img, 
img.imgtfe {
	border: 1px solid #dedede; 
	padding: 1px;
}

#dustributors-list  {
	overflow: auto; 
	clear: both; 
	height: 685px;
}

#dustributors-list ol {
	padding-left: 22px;
	margin: 0;
}

#dustributors-list li  {
	margin-bottom: 10px;
}
#dustributors-list p {
	margin: 6px 0;
}

.search-results li a {
	color: black !important;
	text-decoration: none;
}

.nav-bar {
	margin: 4px 10px; 
}
.nav-bar a {
	color: black !important;
	text-decoration: none;
	font-weight: bold;
}

.nav-bar .alignleft {
	float: left;
	width: 30%;
}

.nav-bar .alignright {
	float: right;
	width: 30%;
	text-align: right;
}

#newsletter-div{
	background-image: url(img/newsletter-bg.gif);
	background-repeat: repeat-y;
}
#newsletter-div-top {
	background-image: url(img/newsletter-bg-top.gif);
	background-repeat: no-repeat;
	height: 5px;
	font-size: 1px;
}
#newsletter-div-bottom {
	background-image: url(img/newsletter-bg-bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	font-size: 1px;
}

input.newsletter-input2 {
	background-image:url(img/text-bg2.gif) !important; 
	width: 216px !important;
}

#newsletterFormDiv {
	margin: 4px 4px 4px 16px;
}

#content .post div.wp-caption.alignleft[id^="attachment_"],
#content .post a img.alignleft {
	float: left;
}

#content .post div.wp-caption.alignright[id^="attachment_"],
#content .post a img.alignright {
	float: right;
}

#content .post div.wp-caption.alignright[id^="attachment_"] + p,
#content .post div.wp-caption.alignright[id^="attachment_"] + br {
	clear: both;
}

#content .post p.wp-caption-text {
	text-align: center;
}

#content .entry p {
	margin: 6px 0;
}

#contact-form label {
	display: block;
	float:left;
	width:130px;
	height: 2em;
}

#contact-form input[type="text"] {
	background-image:url(img/text-bg4.gif);
	width: 350px;
}

#contact-form select {
	background-image:url(img/text-bg4.gif);
	width: 353px;
}

#contact-form textarea {
	background-image:url(img/textarea-bg4.gif);
	width: 350px;
}

/*#content .entry br.clear {
	margin: 0 0 6px 0;
}*/

.pnomargin p {
	margin: 0 !important;
}
.fotooo {
display:none;
}
