body {
  margin: 0;
  font-size: 0;
  line-height: 1.2;
  text-align: center;
  background-image: url(/images/encore_background.jpg);
  background-repeat: repeat;
  font-family: Arial, Helvetica, 'Helvetica LT Std', 'Helvetica Neue LT Std', 'Helvetica Neue', sans-serif;
}
h1, h2, h3, h4, h5, h6, h1, p, li { margin: 0; }
h1 { font-size: 32px; margin-top: 20px; margin-bottom: 40px; }
h2 { font-size: 30px; }
h3 { font-size: 26px; }
h4 { font-size: 23px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }
p, li{ font-size: 16px; }
p { margin-top: 16px; margin-bottom: 16px; }

a { color: #149CD6; outline: 0; }
a img { outline: 0; cursor: pointer; }

.boxshot, .description, .wrapper {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.wrapper {
  width: 978px;
}

.content, .footer, .ad {
  padding: 20px 60px;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 20px 0;
}

.ad {
    padding: 10px 60px;
}

.enbutton {
  margin: 0 12px 0 0;
  padding: 8px 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #149CD6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
}

.mm7r .enbutton {
    margin-left: 100px;
    margin-right: 0;
}

.top { 
  text-align: left;
  margin: 0px 90px 50px 90px;
}

.top li {
  margin-bottom: 8px;
}

.top p {
  margin-top: 25px;
  margin-bottom: 0;
}

.boxshot, .description {
  vertical-align: middle;
}

.boxshot {
  width: 250px;
  margin-right: 40px;
  margin-left: 40px;
}

.mm7r .boxshot,
.mm7r .description {
    width: auto;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
}

.mm7r .description,
.mm7r .system,
.mm7r .downloads {
    margin: 40px 90px;
    text-align: left;
}
.mm7r .downloads {
    margin-top: 0;
}

.mm7r .boxshot img {
    margin-left: 15px;
    margin-right: 15px;
}

.description {
  width: 486px;
  text-align: left;
  margin-right: 40px;
}

.description p {
  margin: 20px 0;
}

.description p:first-child { margin-top: 0; }
.description p:last-child { margin-bottom: 0; }

.system, .downloads {
  margin: 40px;
  text-align: left;
}

.system p {
  font-size: 13px;
}

.system h5 {
  font-size: 18px;
}

.downloads > div {
    width: 48%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 20px;
    vertical-align: top;
}

.downloads > #DownloadWin {
    margin-right: 4%;
}
.downloads p b,
.downloads p img {
    vertical-align: middle;
}
.downloads p img {
    margin-left: 8px;
}

.footer p {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}