html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong,
ol, ul, li,
table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, button{
  overflow: visible;
}
html {
  overflow: auto;
}
html, body {
  height: 100%;
  min-height: 100%;
}
body {
  font: normal 11px 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #1e2022;
  text-align: center;
  background: #f6f6f6;
}
p {
  padding: 0 0 10px;
}
ul {
  padding: 0 0 0 16px;
}
li {
  padding: 0 0 5px;
}
a {
  text-decoration: none;
  color: #005ace;
}
a:hover {
  text-decoration: underline;
  color: #39f;
}
.clear { display: inline-block; }
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }
.page {
  position: relative;
  width: 100%;
  min-width: 750px;
  min-height: 100%;
}
* html .page {
  height: 100%;
}
.page .header {
  border-bottom: 1px solid #152b7e;
  width: 100%;
  height: 49px;
  text-align: left;
  background: #fff url('../img/common/top_body_bg.jpg') 100% 0 no-repeat;
}
.page .header .company-logo {
  float: right;
  display: block;
  margin: 5px 10px 0 0;
  width: 127px;
  height: 100px;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent url('../img/common/parallels_logo.gif') 0 0 no-repeat;
}
.page .header .header-area {
  height: 100px;
}
.page .header h1 {
  float: left;
  width: 156px;
  height: 100px;
  text-align: left;
}
.page .header h1 a {
  display: block;
  width: 156px;
  height: 100px;
  overflow: hidden;
  text-indent: -9999px;
  background: url('../img/common/logo.gif') no-repeat;
}
.page .header .header-text {
  float: right;
}
.page .header .header-text a {
  float: left;
  margin: 11px 12px 0 0;
  color: #fff;
  text-decoration: none;
}
.page .header .header-text a.top-copyright {
  text-align: right;
}
.wrapper {
  margin: 0 auto;
  padding: 40px 0 60px 0;
  width: 734px;
  text-align: left;
}
.wrapper .container {
  border: 1px solid #b8c1d0;
  margin-bottom: 12px;
  padding: 6px;
  background: #fff;
}
.wrapper .content {
  background: #fff url('../img/common/content_bg.gif') 0 0 repeat-y;
}
.wrapper .content .description {
  padding: 0 15px 0 190px;
  min-height: 229px;
  font-size: 12px;
  background: transparent url('../img/common/banner.jpg') 0 0 no-repeat;
}
* html .wrapper .content .description {
  height: 229px;
}
.wrapper .content h2 {
  border-bottom: 1px solid #8b919f;
  margin: 0 0 10px;
  padding: 10px 0 3px;
  font-size: 17px;
  font-weight: normal;
}
.wrapper .promo {
  border: 1px solid #b8c1d0;
  background: #fff;
}
.wrapper .promo h3 {
  border-bottom: 1px solid #b8c1d0;
  font-size: 13px;
  background: #64b5c5 url('../img/glyph/dBox-header-right.gif') 0 0 repeat-x;
}
.wrapper .promo h3 span {
  display: block;
  border: 1px solid #cdf7fd;
  padding: 0 10px;
  height: 23px;
  line-height: 23px;
  font-size: 13px;
  color: #fff;
  background: transparent url('../img/glyph/dBox-header-left.gif') 0 0 no-repeat;
}

