body {
  font: 12px Verdana, Arial, Helvetica;
	font-weight: normal;
	color : #333;
	background: #e9e9e9;
	margin: 0;
	}
	
img {border: 0;}

TD	{
	font: 12px Verdana, Arial, Helvetica;
	color : #515151;
	line-height: 16px;
}
P	{
	font: 12px Verdana, Arial, Helvetica;
	color : #333;
	margin: 0;
	text-align: justify;
	line-height: 20px;
	
}
UL	{
	font: 12px Verdana, Arial, Helvetica;
	margin-left: 17px;
	margin-top: 0x;
	margin-bottom: 25px;
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: middle;
	color : #515151;
}

OL	{
	font: 12px Verdana, Arial, Helvetica;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
	vertical-align: middle;
	color : #515151;
	line-height: 18px;
}
li {
  margin-left: 15px;
  color: #333;
  list-style-type: circle;
  font: 12px Arial, Verdana; 
  line-height: 20px;
}

A:link 
	{
	font: 12px Verdana, Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
	color: #be2200;
}

A:active
	{
	font: 12px Verdana, Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
	color: #be2200;
}

A:visited
	{
	font: 12px Verdana, Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
	color: #be2200;
}

A:hover
	{
	font: 12px Verdana, Arial, Helvetica;
	text-decoration: underline;
	font-weight: normal;
	color: #be2200;
}

h1	{
	font: 15px Verdana, Arial, Helvetica;
	font-weight: bold;
	color : #333;
	margin: 0 0 18px;
	border-bottom: 1px solid #dadada;
	width: 100%;
}

h2	{
	font: 14px Verdana, Arial, Helvetica;
	font-weight: bold;
	color : #333;
	margin: 0 0 18px;
	width: 100%;
}

h3	{
	font: 15px Verdana, Arial, Helvetica;
	font-weight: bold;
	color : #333;
	margin: 25px 0 18px;
}

input	{
	font: 11px Verdana, Arial, Helvetica;
	background: #fff;
	border: 1px solid #2C2C2C;
  color: #515151;
  padding: 2px 3px;
  width: 230px;
  margin: 2px 0 5px;
}

textarea	{
	font: 11px Verdana, Arial, Helvetica;
	color: #515151;
  background: #fff;
  border: 1px solid #2C2C2C;
  padding: 2px 3px;
  width: 230px; 
  margin: 2px 0 5px; 
}
.submit{
  background: #fff;
  border: 1px solid #2C2C2C;
  width: auto;
  color: #be2200;
  padding: 3px;
  margin: 10px auto;
  display: block;
  outline: none;
  cursor: pointer;
  
}
select	{
	font: 11px Verdana, Arial, Helvetica;
  border: 1px solid #b6b6b6;
  color: #3c3c3c;
	font-weight: normal;
	padding: 2px 0px !important;
}

.image
	{
	border: 2px solid #ccc;
	display: block;
	margin: 0 5px 5px;
	padding: 1px;
	width: 70px;
	height: 70px;
	float: left;
}

hr {
	width: 100%;
	height: 0; 
	border: 0;
	border-bottom: 1px solid #d8d8d8;
  float: left;
  margin-top: 25px;
  clear: both;
}

button {
	font: 11px Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	background-color: #da1700;
	border: 0;
  padding: 0;
  margin: 0;
	vertical-align: middle;
	float: left;
}

.radio {
	border: 0px none;
	background: transparent;
  width: 13px !important;
  height: 13px;
  margin-right: 10px;
}

#container{
  background: transparent;
  width: 839px;
  margin: 0 auto;
}
#header{
  background: transparent url(../gfx/header.jpg) no-repeat;
  width: 839px;
  height: 398px;
  float: left;
}
#logo{
  background: transparent url(../gfx/logo.gif) no-repeat;
  width: 223px;
  height: 125px;
  display: block;
}
#menu{
  background: transparent url(../gfx/menu.jpg) no-repeat;
  width: 223px;
  height: 273px;
}
#item1{
  background: transparent url(../gfx/menuItems.jpg) 0px 0px no-repeat;
  width: 223px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  outline: 0;
}
#item1:hover{background-position: -223px 0px;}
#item2{
  background: transparent url(../gfx/menuItems.jpg) 0px -24px no-repeat;
  width: 223px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  outline: 0;
}
#item2:hover{background-position: -223px -24px;}
#item3{
  background: transparent url(../gfx/menuItems.jpg) 0px -48px no-repeat;
  width: 223px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  outline: 0;
}
#item3:hover{background-position: -223px -48px;}
#item4{
  background: transparent url(../gfx/menuItems.jpg) 0px -72px no-repeat;
  width: 223px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  outline: 0;
}
#item4:hover{background-position: -223px -72px;}
#center{
  background: #fff;
  width: 839px;
  float: left;
}
#leftCol{
  background: #fff;
  padding: 25px 10px 0; 
  width: 203px;
  float: left;
  
}
#leftCol a{
  line-height: 25px;
  font-weight: bold;
}
#leftCol .image{
  border: 0;
  margin: 29px 12px 0;
  width: auto;
  height: auto;
  float: none;
}
#content{
  background: #fff;
  width: 565px;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  float: left;
  padding: 25px;
}
#footer{
  width: 839px;
}
#footerL{
  background: #fff;
  width: 223px;
  height:16px;
  padding-top: 5px;
  float: left;
  border-bottom: 3px solid #2c2c2c;
  text-align: center;
}
#footerL a, #footerL a:visited, #footerL a:active, #footerL a:hover{
  font-size: 11px;
  color: #cecece;
}
#footerR{
  background: #2c2c2c;
  width: 591px;
  height:19px;
  float: left;
  font-size: 10px;
  color: #cecece;
  padding: 5px 0 0 25px;
}
.title{
  width: 100%;
  margin-bottom: 18px;
}
#images{
  width: 516px;
  margin: 25px auto 0;
  /* miniaturki wielkosci 70x70 px */
}
.orange{color: #be2200;}
.product{height: 181px;}
.nM{margin: 0 !important;}

#kg{
  background: transparent url(../gfx/kg.jpg) no-repeat;
  width: 252px;
  height: 179px;
  display: block;
  float: left;
  outline: none;
}
#kg:hover{border-bottom: 2px solid #be2200;}
#ht{
  background: transparent url(../gfx/ht.jpg) no-repeat;
  width: 252px;
  height: 179px;
  display: block;
  float: right;
  outline: none;
}
#ht:hover{border-bottom: 2px solid #6a717c;}

.cert{
  width: 232px;
  text-align: center;
  float: left;
  margin: 10px 25px 35px;
}

.cert div {margin: 0 auto 10px; padding: 1px; border: 1px solid #ccc; width: 100px;}
.cert span {
  margin: 8px auto; 
  display: block; 
  height: 20px;
  width: 232px;
  padding-top: 4px;
}
.pdf2{
  background: transparent url(../gfx/pdf2.gif) left no-repeat; 
  text-align:left;
  text-indent:30px;
  float: right;
  width: auto;
  display: block;
  padding-top: 4px;
  height: 20px;
}
.cert .pdf{
  background: transparent url(../gfx/pdf.gif) left no-repeat; 
  text-align:left;
  text-indent:30px;
  float: right;
  width: auto;
}
.left {float: left; width: 565px;}
.form{
  width: 260px;
  float: left;
  line-height: 18px;
  border-right: 1px solid #ccc;
}
.contact{
  width: 275px;
  float: left;
  line-height: 18px;
  margin-left: 14px;
}

/* */
#productsBrief p{
margin-bottom: 15px;
}

td p{text-align: center;}
