#header .advantages div {
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 90px;
  border-bottom: 1px solid #093459;
  margin-bottom: 10px;
  padding-bottom: 5px;
  min-height: 75px;
}
#header .advantages .advantage1 {
  background-image: url('../img/layout/bg_advantages_1.png');
}
#header .advantages .advantage2 {
  background-image: url('../img/layout/bg_advantages_2.png');
}
#header .advantages .advantage3 {
  background-image: url('../img/layout/bg_advantages_3.png');
  border: 0px; 
}
#header h2,
#header a {
  color: #c2ebf1;
  }
#header h2 {  
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 3px;
  padding: 0px;
  line-height: 1;
  }
#header p {
  font-size: 11px;
  color: #ffffff;
}  

