body {
  font-family: Arial;
  background: #fff;
  font-size: 10pt;
  background: #eee; }

h1 {
  font-size: 24pt;
  text-shadow: 1px 1px #fff;
  color: #548dd3; }

h2 {
  font-size: 18pt;
  text-shadow: 1px 1px #fff;
  color: #595959; }

p {
  line-height: 1.4;
  margin: 10px 0;
  color: #7f7f7f; }

b {
  font-weight: bold; }

.page {
  width: 880px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 0 40px;
  /*  box-shadow: 0 0 5px rgba(0,0,0,0.3);*/ }

#topbar {
  text-align: right;
  height: 40px;
  line-height: 40px; }

.topbar-item {
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  color: #595959; }

a.topbar-item:hover {
  text-decoration: underline; }

.separ {
  padding: 0 10px; }

#logo {
  float: left;
  font-family: Verdana; }

#ribbon {
  position: relative;
  background: #d6ebf8 url("../img/ribbon-bg.jpg") repeat;
  padding: 80px 40px;
  margin: 0 -40px;
  border-top: 2px solid #95cbed;
  border-bottom: 2px solid #95cbed; }

#promo {
  width: 40%; }

#promo p {
  color: #595959;
  margin: 20px 0;
  font-size: 11pt; }

#benefits {
  margin-bottom: 40px; }

#benefits td {
  padding-top: 40px;
  width: 50%;
  padding-left: 40px;
  position: relative; }

#benefits td:first-child {
  padding-left: 0;
  padding-right: 40px; }

#benefits td img {
  display: inline-block;
  margin-top: 10px; }

.img-shadow {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }

#benefits td img#img-connector {
  position: absolute;
  margin-left: 3%;
  margin-top: 19%; }

.signup {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 80px;
  font-size: 11pt !important;
  color: #fff;
  text-align: center; }

.signupLarge {
  height: 50px;
  line-height: 50px;
  width: 180px;
  font-size: 18pt !important;
  color: #fff;
  text-align: center; }

.signupSmall {
  font-weight: normal; }

.banner {
  position: absolute;
  top: -52px;
  right: 0px;
  bottom: -52px;
  overflow: auto;
  width: 60%;
  overflow: hidden; }

.banner ul li {
  float: left;
  text-align: right;
  width: 100%; }

.banner ul li img {
  display: inline-block;
  padding-left: 40px;
  padding-bottom: 20px; }

.myButton {
  -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
  -webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
  box-shadow: inset 0px 1px 0px 0px #a4e271;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
  background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
  background-color: #89c403;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #74b807;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528009; }

.myButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
  background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
  background-color: #77a809; }

.myButton:active {
  position: relative;
  top: 1px; }

.dots {
  position: absolute;
  left: 50%;
  bottom: 0; }

.dots > li {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  color: transparent;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ddd; }

.dots > li.active {
  background: #548dd3;
  border-color: #548dd3; }

#signup-parts {
  width: 50%;
  margin: 0 auto; }

#signup-parts td {
  padding-top: 40px;
  text-align: left; }

#signup-parts td > p {
  font-size: 11pt;
  margin: 20px 0; }

.lrdiscoverwidget > div {
  background: #d6ebf8 url("../img/ribbon-bg.jpg") repeat !important; }

i.emph {
  color: #548dd3; }
