body {
  background: url('/images/bg.gif') repeat-x;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
}

.ge-belt {
  background: url('/images/belt.gif') repeat-y;
}

.ge-slideshow {
  height: 320px;
  background: url('/images/slideshow-bg.jpg') no-repeat;
}

/* module - heading */
#ge-heading-offer,
#ge-heading-about,
#ge-heading-contact,
ge-heading-default {
  height: 50px;
}
#ge-heading-offer {
  padding: 0px 0px 0px 40px;
}
#ge-heading-offer   .ge-text,
#ge-heading-about   .ge-text,
#ge-heading-contact .ge-text,
#ge-heading-default .ge-text {
  display: block;
  float: left;
  width: 215px; height: 50px;
  padding: 0px 0px 0px 5px;
}
#ge-heading-default .ge-text {
  width: 525px;
}
#ge-heading-offer   .ge-title,
#ge-heading-about   .ge-title,
#ge-heading-contact .ge-title,
#ge-heading-default .ge-title,
#ge-heading-offer   .ge-description,
#ge-heading-about   .ge-description,
#ge-heading-contact .ge-description,
#ge-heading-default .ge-description {
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
}
#ge-heading-offer   .ge-title,
#ge-heading-about   .ge-title,
#ge-heading-contact .ge-title,
#ge-heading-default .ge-title {
  margin: 0px; padding: 0px;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
#ge-heading-offer   .ge-description,
#ge-heading-about   .ge-description,
#ge-heading-contact .ge-description,
#ge-heading-default .ge-description {
  border-top: 1px solid #dcdcdc;
  height: 20px;
  font-size: 11px;
  color: #8c8c8c;
}
.ge-icon {
  display: block;
  float: left;
  width: 40px; height: 40px;
  margin: 0px;
  background-image: url('/images/icons.gif');
  background-repeat: no-repeat;
}
.ge-icon-offer   { background-position: 0px    0px; }
.ge-icon-about   { background-position: 0px  -40px; }
.ge-icon-contact { background-position: 0px  -80px; }
.ge-icon-default { background-position: 0px -120px; }
/* module - heading */
