* {
	font-family: Arial,sans-serif;
}

p {
  margin: 0 0 0 0px;
  font-weight: normal;
  font-family: Arial,sans-serif
}

div {
  background: transparent;
  text-align: left;
  line-height: 1em; 
}

td {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #4aa35a;
  outline: none;
}

a:hover {
  color: #040;
}

h1, h2, h3 {
  font-family: 'Trebuchet MS', Helvetica, 'sans-serif';
  font-weight: bold;
}

h1{
  color: #cfc301;
  font-size: 18px;
  border-bottom: 2px dotted #cfc301;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 160px;
  display: inline;
  line-height: 2.2em; 
}

h2{
  font-size: 20px;
  color: #4a835a;
}

h3{
  font-size: 16px;
  color: #4a835a;
     
}

body {
  background-image: url('/../images2/background1.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 14px;
  background-color: white;
}

p{ 
  color: #4a835a;
  font-size: 14px;
}

#mainContainer {
  width: 960px;
  margin: 20px auto;
}

#header {
  width: 960px;
}

#menu, #logoBottom, #logoTop{
  border: black solid 0px;
  display: block;
}

#logo {
  width: 240px;
  height: 101px;
  float:left;  
}

#menu {
  width: 720px;
  height: 42px;
  margin-top: 26px;
  background-color: #4a835a;
  background-image: url('/../images2/menuright.png');
  background-position: top right;
  background-repeat: no-repeat;  
  float:left;
}

#menuBottom {
  width: 720px;
  height: 33px;
  margin-top: 0;
  background-color: #0a835a;
  background-image: url('/../images2/submenu-bg.png');
  background-position: top right;
  background-repeat: no-repeat;  
  background-color: #39b488;
  float: left;
  
}

#menuBottomActive {
  width: 720px;
  height: 33px;
  position: absolute;
  z-index: 1000;
  
  margin-top: 0;
  background-color: transparent;
  background-image: url('/../images2/submenu-bg-green.png');
  background-position: right top;
  background-repeat: no-repeat;  
  float: left;
  
}


#leftCol, #rightCol {
  width: 480px;
  float: left;
  background: transparent;
}

#mainImage {
  width: 480px;
  height: 282px;
  margin-bottom: 10px;
  background-image: url('/../images2/kamilla-bg.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-color: transparent;
  
}

.paragraph1 {
  height: 282px;	
  margin: 0 0 10px;
  background-image: url('/../images2/lefttop-box-bg-empty.png');
  background-position: top left;
  background-repeat: no-repeat;
}

.infoBox2 {
  margin-top: 0px;
}

ul.mainMenu, ul.subMenu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.mainMenu li, ul.subMenu li {
	float: left;
	padding:0 10px;
	font-size: 14px;
	color: #dfdcd8;
	line-height: 42px;
}

ul.mainMenu, ul.subMenu {
    float: right;
    margin-right: 22px;
}


ul.mainMenu li a:link, ul.mainMenu li a:visited, ul.mainMenu li a:active, ul.mainMenu li a:focus {
  text-decoration: none;
  color: #dfdcd8;
  outline: 0;
}

ul.mainMenu li:hover {  
  background-color: #008800;
}

ul.mainMenu li.active:hover {  
  background-color: #008800;
}

ul.mainMenu li.active {
  background-color: green;
}

ul.subMenu li {
  line-height: 33px;
}

ul.subMenu li a:link, ul.subMenu li a:visited, ul.subMenu li a:active {
  text-decoration: none;
  color: #dfdcd8;
}

ul.subMenu li:hover {
  background-color: #008800;
}

ul.subMenu li.active:hover {
  background-color: #008800;
}

ul.subMenu li.active {
  background-color: green;
}


#footer {
  border-top: solid 2px #f3f6fb;
  background: transparent;
  color: #d3d6db;
  font-size: 12px;	
}

#logoBA {
  float: right;
  overfloat: hidden;
  width: 21px;
  height: 22px;
  display: block;
  margin: 0;
  
  background-image: url('/../images2/logoBA.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}

#logoBA:hover {
  background-position: 0 -22px;
}
.categoryBox,.categoryBoxActive  {
  width: 140px;
  height: 160px;
  float: left;
  margin: 10px;
}  
 .categoryImage { 
  width: 140px;
  height: 132px;
  text-align: center;
  
  background-image: url('/../images2/product-top-bg.png');
  background-position: 0 20px;
  background-repeat: no-repeat;
  background-color: transparent;
  
}
.categoryText, .categoryTextActive {
  width: 140px;
  height: auto;
  text-align: center;
  color: white;
  line-height: 26px;
  text-decoration: none;
  font-size: 12px;
  
  overfloat: hidden;
  background-image: url('/../images2/product-bottom-bg.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: transparent;
}

.categoryTextActive {
  color: yellow;
}

.categoryBox:hover .categoryText, .categoryBoxActive:hover .categoryTextActive {
  background-position: right bottom;
}

.categoryBox:hover .categoryImage, .categoryBoxActive:hover .categoryImage {  
  background-position: right bottom;
}


.infoBox {
  color: #4a835a;
  padding: 0px;
}


.moreBtn {
  float: right;
}

.moreCircleBtn {
  float: right;
  
}

.newsInfo {
  width: 480px;
  height: 240px;
  margin-top: 1px;	
  float: right;	
  position: relative;
  overflow: hidden;  

}


.productDisplay {
  width: 480px;
  height: 240px;
  margin-top: 0px;	
	
  position: relative;
  overflow: hidden;
 
}

.movie {
  width: 480px;
  display:block;
  position: relative;  
}

.slide {
  width: 460px;
  height: 240px;
  margin: 0 10px;	
  color: #4a835a;
  overflow: hidden;
}


.displayProducts {
  width: 480px;
  height: 200px;
  margin-top: 0px;	
	
  position: relative;
  overflow: hidden;

}
.slideProducts {
  width: 460px;
  height: 200px;
  margin: 0 10px;	
  color: #4a835a;
  overflow: hidden;
  background-image: url('/../images2/produkty_kamill_txt.png');
  background-color: transparent;  
  background-position: left top;
  background-repeat: no-repeat;  
  
}

.boxProduct {
  width: 460px;
  margin: 0 10px;	
  color: #4a835a;
  overflow: hidden;
}


a.circleButton, a.circleButtonPressed, a.circleButtonPrev, a.circleButtonNext {
  margin: 0px 2px;
  padding:0;
  width: 20px;
  height: 20px;  	
  display: block;
  float: left;
  
  background-color: transparent;
  background-image: url('/../images2/circleButton.png');
  background-position: center 0;
  background-repeat: no-repeat;
  color: white;  
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  outline: none;

}

a.circleButtonPressed {
  background-position: center -30px;
}

a.circleButtonPrev {
  background-image: url('/../images2/circleButtonPrevNext.png');
  background-position: center 0;
}

a.circleButtonNext {
  background-image: url('/../images2/circleButtonPrevNext.png');
  background-position: center -30px;
}


#infoBoxButtons {
  float:right; 
  position:relative; 
  top:10px;
}

.sliderBottomBt {
  width:430px;
  height: 20px;
  float: left;
  text-align: center;  
}

.sliderBottomBt td {
	padding:0;
}

a.sButton, a.sButtonPressed {
  margin: 0px auto;
  padding: 0;
  width: 20px;
  height: 20px;  	
  display: block;
  
  background-color: transparent;
  background-image: url('/../images2/circleButton2.png');
  background-position: center 0;
  background-repeat: no-repeat;
  color: white;  
  outline: none;
}

a.sButtonPressed {
  background-position: center -30px;  
}

.marginBottom {
  margin-bottom: 30px;
}

.box4 {
  width: 240px;
  margin-top: 0px;	
  float: left;
  color: #4a835a;
  position: relative;
  background: transparent;  
}

.box4minus {
  width: 220px;
  margin-top: 0px;
  margin-left: 9px;
  border-left: 1px solid #e7e7e7;
  padding-left: 10px;
  float: left;
  color: #4a835a;
  position: relative;
  background: transparent;  
}


.box5 {
  width: 220px;
  margin-top: 0px;	
  float: left;
	
  color: #4a835a;
  position: relative;
 
  background: transparent;  
}

.box38 {
  width: 320px;
  margin-top: 0px;
  margin-right: 20px;	
  float: left;

  color: #4a835a;
  position: relative;

  background: transparent;  
}
.box34 {
	
  width: 680px;
  padding: 0 20px 0 0;
  margin-top: 0px;	
  float: left;
	
  color: #4a835a;
  position: relative;
  background: transparent;
  
}

.box1 {
  width: 960px;
  margin-top: 0px;	
  float: left;
	
  color: #4a835a;
  background: transparent; 
}

.box2 {
  width: 480px;
  margin-top: 0px;	
  float: left;
  color: #4a835a;
  background: transparent; 
}

.prevBt, .nextBt {
  margin: 40px 40px;
}

.prevBt {
  float:left;
}

.nextBt {
  float:right;
}

.hideBox {
  display: none;
}

.showBox {
  display: block;
}


.rumianek-bg {
  background-image: url('/../images2/rumianek.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
}

.pielegnacja-bg {
  background-image: url('/../images2/pielegnacja-bg.jpg');
  background-position: right bottom;
  background-repeat: no-repeat;
}

.height240 {
  height: 240px;
}

.height190 {
  height: 190px;
}

.clear {
  clear: both;
}

.margin120 {
  margin-left: 120px;
}

.floatedMore {
  position: relative;
  top: -50px;
  righ: -40px;

}

.infoCardContainer {
  width: 300px; 
  margin-left: 0px; 
  margin-top: 40px;
  float: left;
}

.mapContainer {
  width: 360px; 
  height: 340px; 
  float: left;
}

.logosContainer {
  width: 226px; 
  height: 340px; 
  float: left;
}

.infoCard {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-left: 16px;
  position: relative;
}

.infoCardSelect {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-left: 12px;
  border-left: solid 4px green;
  display: block;  
  position: relative;
  color: #00aa00;
}


.fposition {  
  display: block;
  font-weight: normal;
  margin-bottom: 8px;
  position: relative;
}

.name {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}

.phone {
  display: block;
  font-weight: normal;
  margin-bottom: 4px;
}
.email {
  display: block;
  font-weight: normal;
  margin-bottom: 18px;
}

.map {
  float:left;
}

.backBtn {
  margin: 20px;

}

#accordion h3 {
  background-color: #aaffaa;
  margin: 0;
  margin-top: 2px;  
  
  outline: none;
}

.accordionTeaser {
  border-left: 1px solid #aaffaa;
  border-right: 1px solid #aaffaa;
  border-bottom: 1px solid #aaffaa
}

.ui-accordion .ui-accordion-header { 
	cursor: pointer; 
	position: relative; 
	margin-top: 1px; 
	zoom: 1; 
}
.ui-accordion .ui-accordion-li-fix { 
	display: inline; 
}
.ui-accordion .ui-accordion-header-active { 
	border-bottom: 0 !important; 
}
.ui-accordion .ui-accordion-header a { 
	display: block; 
	font-size: 1em; 
	padding: .5em .5em .5em .5em;
	outline: none; 
}

/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { 
	zoom: 1; 
	outline: none; 
}
.ui-accordion-icons .ui-accordion-header a { 
	padding-left: 2.2em;
	outline: none; 
}
.ui-accordion .ui-accordion-header .ui-icon { 
	position: absolute; 
	left: .5em; 
	top: 50%; 
	margin-top: -8px;	
}
.ui-accordion .ui-accordion-content { 
	padding: 1em 2.2em; 
	border-top: 0; 
	margin-top: -2px; 
	position: relative; 
	top: 1px; 
	margin-bottom: 2px; 
	overflow: auto; 
	display: none; 
	zoom: 1; 
}
.ui-accordion .ui-accordion-content-active { 
	display: block; 
}

.horizonGray {
  display: block;
  background-color: #dddddd;
  margin: 15px 20px 0px;
  height: 1px;
  width: 440px;
}

.font8 {
	font-size: 8px;
}
.font9 {
	font-size: 9px;
}
.font10 {
	font-size: 10px;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
