body, html {
  background: #fcfcfa;
  padding: 0;
  margin: 0;
  
}

#logo {
  text-align: center;
  width: 306px;
  left: 0px;
  position: relative;
}

div#pagewrap {
  border: 0;
  position:absolute;
  display: block;
  left: 0;
  top:0;
  width: 100%
}
nav {
  text-align: left;
  padding: 8px 8px;
  font-size: 15px;
}
nav div.navitem {
  padding: 0 6px;
}
div.logo{
  width:100px;
  height:110px;
}
#heaticon{
  background-size: 100px 100px;
  background:url(img/heat.png);
  background-repeat: no-repeat;
}

#snowicon{
  background-size: 100px 109px;
  background:url(img/snow.png);
  background-repeat: no-repeat;
}

#noiseicon{
  background-size: 78px 110px;
  background:url(img/noise.png);
  background-repeat: no-repeat;
}

#fireicon{
  background-size: 80px 88px;
  background:url(img/fireicon.png);
  background-repeat: no-repeat;
}
div.row div.text{
  width: 60%;
}

div#right {
  display: block;
  position: relative;
  height: auto;
  width: 86%;
  padding-left: 0px;
}
div#left{
  display: none;
}

div#banner{
  width: 100%;
}
div#pagecontent{
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
}

section{
  position: relative;
  left: 16px;
}


#callBtn a, #mailBtn a{
  display: block;
}

section#catalogue{
    height: auto;
    overflow:visible;
}
  