body {
  margin: 0px;
  font-size: 8pt;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  background-color: #ffffff;
}
#top-image {
  background-image: url(/images/index/bg-bw.jpg);
  background-position: top;
  background-repeat: no-repeat;
  height: 690px;
  margin: 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#login_div {
  width: 180px;
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 20;
}
#grey-bg {
  background-image: url(/images/index/gry-bg.png);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 10;
}
.login1 {
  font-size: 12pt;
  font-weight: normal;
  color: #fdfffe;
  text-shadow: 1px 1px 2px #20063a;
  white-space: nowrap;
  letter-spacing: .05em;
}
a.login1:link {
  font-size: 12pt;
  font-weight: normal;
  color: #fdfffe;
  text-shadow: 0px 0px 0px #20063a;
  white-space: nowrap;
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
}
a.login1:visited {
  font-size: 12pt;
  font-weight: normal;
  color: #fdfffe;
  text-shadow: 0px 0px 0px #20063a;
  white-space: nowrap;
}
a.login1:hover {
  font-size: 12pt;
  font-weight: normal;
  color: #b228e9;
  text-shadow: 1px 1px 2px #20063a;
  white-space: nowrap;
}
a.login1:active {
  font-size: 12pt;
  font-weight: normal;
  color: #b228e9;
  text-shadow: 1px 1px 2px #20063a;
  white-space: nowrap;
}
#sbc {
  position: absolute;
  top: 60px;
  left: 80px;
  z-index: 20;
  width: 28%;
}
#clients {
  position: absolute;
  width: 100%;
  top: 30%;
  text-align: center;
  z-index: 20;
  display: inline-block;
}
#by_pros {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  z-index: 20;
  display: inline-block;
}
#stroke-text {
  width: 100%;
  background-color: #ffffff;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #121921;
  text-align: center;
  font-size: 20pt;
  font-weight: bold;
  color: #3b5383;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 auto;
  line-height: 40px;
}
#combined {
  width: 100%;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #121921;
  text-align: center;
  font-size: 16pt;
  font-weight: normal;
  color: #5f5f5f;
  white-space: nowrap;
  letter-spacing: 0.04em;
  margin: 0 auto;
  line-height: 50px;
  background-color: #ffffff;
}
#companies {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 40px;
}
.company {
  background-color: #ffffff;
  display: inline-block;
  padding: 10px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.overview {
  font-size: 12pt;
  width: 60%;
  display: inline-block;
  text-align: left;
  padding: 20px;
}
/*==========================================================================================
 * Content
 */
#layout-content-outter {
  background-color: #FFFFFF;
}
#layout-content {
  background-color: #f0eeee;
  position: inherit;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
