html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}

header, footer, aside, nav, article, section {
  display: block;
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  font-family: Arial, Helvetica, "Nimbus Sans L", Tahoma, Geneva, Verdana, sans-serif;
  background: #fff;
  color: #6e6d6d;
}

a {
  color: #BD1313;
}

input, select, textarea {
  background-color: #F6F6F6;
  border: 1px solid #CECECE;
  font-family: Tahoma;
  font-size: 11px;
  line-height: 12px;
  overflow: auto;
  padding: 2px;
}

h1, h2, h3, h4, h5, h6 {
  color: #BD1313;
}

#wrapper{
  width: 991px;
  margin: auto;
}

#top {
  padding-bottom: 10px;
  background: url('../img/top-line.gif') center bottom repeat-x;
  margin-bottom: 5px;
  overflow: hidden;
}

#top img {
  float: left;
}

#top ul {
  
  list-style-type: none;
  margin: 0;
  padding-top: 20px;
  text-align: right;
}

#top ul li{
  border-right: 1px solid #977200;
  display: inline;
  padding: 0 6px;
}

#top ul li.last {
  border: none;
}

#top ul li form, #top ul li div {
  display: inline;
}

#nav {
  border: 1px solid #d9d9d9;
  width: 175px;
  margin: 0 10px 0 0;
  float: left;
  background: #fff;
}

#nav ul {
  list-style-type: none;
  text-align: right;
  background: url('../img/corner-bottom-left.gif') bottom left no-repeat;
  margin: 0 0 -1px -1px;
}

#nav li {
 padding-bottom: 0;
 position: relative;
 top: -1px;
}

#nav a{
  background: url('../img/menu-item.gif') top right no-repeat;
  display: block;
  margin: 2px 1px -1px 1px;
  line-height: 31px;
  height: 31px;
  padding-right: 30px;
  font-weight: bold;
  color: #808080;
  text-decoration: none;
}

#nav li.last a {
  line-height: 28px;
  height: 28px;
}

#header {
  background: url('../img/top-bg.gif') top left repeat-x;
  float: left;
  overflow: auto;
  border-left: 1px solid #bcbcbc;
}

#innerHeader {
  background: url('../img/top-bg-right.gif') top right no-repeat;
  height: 191px;
  width: 801px;
}

#sidebar {
  width: 172px;
  clear: both;
  float: left;
  padding-top: 10px;
  text-align: center;
}

#sidebar .box {
  background: url('../img/sidebar-box-bottom.gif') bottom center no-repeat;
  padding-bottom: 10px;
  margin-bottom: 6px;
}

#sidebar select {
  margin-bottom: 5px;
}

#sidebar .box h2 {
  background: url('../img/sidebar-box-top.gif') top center no-repeat;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  text-shadow: 2px 2px 2px #888;
}

#sidebar .box div {
  border: 1px solid #cacaca;
  border-width: 0 1px;
  padding: 5px 10px 0 10px;
  min-height: 170px;
}

#sidebar .box select {
  width: 150px;
}

#sidebar img {
  max-width: 172px;
}

#sideBanner {
  min-height: 260px;
  padding: 0;
  position: relative;
  text-align: left;
}

#sideBanner * {
  margin: 0;
  padding: 0;
}

#sideBanner a {
  margin: 0;
  position: absolute;
  top: 0;
}

#sideBanner img {
  display: none;
}

#content {
  background: url('../img/content-bg.gif') top right no-repeat;
  min-height: 60px;
  float: left;
  width: 609px;
  padding: 10px 10px 10px 16px; 
  line-height: 1.5em;
}

#content h1 {
  font-size: 12pt;
  margin-bottom: 1em;
}

#content h2 {
  font-size: 10pt;
  margin-bottom: 1em;
  color: #000;
}

#content h3 {
  font-size: 10pt;
  margin-bottom: 1em;
}

#content p, #content ul, #content ol {
  padding-bottom: 1em;
}

#content .box {
  background: url('../img/content-box-bottom.gif') bottom center no-repeat;
  padding-bottom: 10px;
  width: 295px;
  float: left;
  margin: 0 5px 6px 4px;
}
#content .box select {
  margin-bottom: 5px;
}

#content .box h1 {
  background: url('../img/content-box-top.gif') top center no-repeat;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  text-shadow: 2px 2px 2px #888;
  margin-bottom: 0;
}

#content .box h2 {
  margin-bottom: 0;
}

#content .box div {
  border: 1px solid #cacaca;
  border-width: 0 1px;
  padding: 5px 10px 0 10px;
  min-height: 170px;
}

.mailform2 label {
  width: 100px;
  text-align: right;
  float: left;
  display: block;
  padding-right: 5px;
}

.psubmit {
  margin-left: 105px;
}

.pageSelect ul {
  list-style-type: none;
  margin: 0 auto;
}

.pageSelect li {
  display: inline;
  padding: 5px;
}

.pageSelect a {
  color: #aaa;
}

#indexDiv .news h2 {
  margin-bottom: 0;  
}

#indexDiv .news h3 {
  font-weight: normal;
  font-size: 8pt;
  color: #6E6D6D;
}

#mainBanners {
  padding-left: 15px;
}

#bottombanner  {
  margin: 0;
  padding: 0;
  position: relative;
  height: 280px;
}

#bottombanner a {
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#bottombanner img {
  display: none;
}

#bottombanner * {
  margin: 0;
  padding: 0;
}


#produkty {
  width: 100%;
}

#produkty th {
  background: #BD1313;
  color: #fff;
}

#produkty td, #produkty th {
  border-bottom: 1px solid white;
  margin: 0;
  padding: 5px;
  text-align: left;
}

#produkty .dark td {
  background: #E3E3E3;
}

#produkty .light td {
  background: #F1F1F1;
}

#adresy {
  float: right;
  margin-left: 10px;
  text-align: left;
  width: 240px;
}

#news {
  width: 172px;
  float: left;
  padding-left: 10px;
  margin-top: -10px;
  font-size: 8.5pt; 
}

#news h1 {
  font-size: 12pt;
  margin-bottom: 5px;
}

.newsItem {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.newsItem h2 {
  font-size: 10pt;
  color: #000;
}

.newsItem span, #content .box span {
  font-size: 8pt;
  margin-bottom: 5px;
  display: block;
}

#tagCloud {
  text-align: center;
}

.tag4  {
  font-size:16px;
}

.tag3 {
  font-size:14px;
}

.tag3 {
  font-size:12px;
}

.tag3 {
  font-size:10px;
}

.tag1, .tag2, .tag3, .tag4 {
  font-weight: bold;
}

#content ul, #content ol, #news ul, #news ol {
  padding-left: 1.2em;
}

#content hr {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 1em 0;
  clear: right;
}

.pageSelect {
  margin: 10px;
  text-align: center;
  float : left;
}

#footer {
  padding: 10px;
  background: url('../img/top-line.gif') center top repeat-x;
  clear: both;
  text-align: center;
  font-size: x-small;
  line-height: 1.8em;
}

div.wizytowka {
	background: #fff url('../upload/Image/wizytowka/wizytowka-bg.gif') top center repeat-x;
	padding: 15px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	text-align: justify;
	line-height: 1.6em;

}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}


#content .box_wide {
  background: url('../img/wide-content-box-bottom.gif') bottom center no-repeat;
  padding-bottom: 10px;
  width: 599px;
  float: left;
  margin: 0 5px 6px 4px;
}

#content .box_wide h1 {
  background: url('../img/wide-content-box-top.gif') top center no-repeat;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  text-shadow: 2px 2px 2px #888;
  margin-bottom: 0;
}

#content .box_wide h2 {
  margin-bottom: 0;
}

#content .box_wide div {
  border: 1px solid #cacaca;
  border-width: 0 1px;
  padding: 5px 10px 0 10px;
  min-height: 100px;
}

#content .psearch {
  width: 572px;
  clear: both;
  float: left;
  padding-top: 10px;
  text-align: center;
}

#content .psearch .box {
  background: url('../sidebar-box-big-bottom.gif') bottom center no-repeat;
  padding-bottom: 10px;
  margin-bottom: 6px;
  width: 572px;
}

#content .psearch select {
  margin-bottom: 5px;
}

#content .psearch .box h2 {
  background: url('../sidebar-box-big-top.gif') top center no-repeat;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  text-shadow: 2px 2px 2px #888;
}

#content .psearch .box div {
  border: 1px solid #cacaca;
  border-width: 0 1px;
  padding: 5px 10px 0 10px;
 
}

#content .psearch .box select {
  width: 450px;
}

