
* {
  margin: 0px;
  padding: 0px;
  font: normal 9pt/10pt "Lucida Sans Unicode", Arial;
}
body {
  background: #f4f4f4;
}
div#topLine {
  height: 38px;
  margin: 5px 0px 0px 0px;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1, rgb(244,244,244)),
    color-stop(0, rgb(221,221,221))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(244,244,244) 100%,
    rgb(221,221,221) 0%
);

}
div#promoBackground {
  height: 300px;
  background: #005a78;
}
.centedContent {
  margin: 0px auto;
  width: 1186px;
}
.sideSlide {
  float: left;
  width: 50px;
  height: 300px;
  margin: 0px 0px 0px 0px;
  display: normal;
  background: #000;
}
div#pageCanvas {
  width: 1000px;
  min-height: 500px;
  float: left;
  background: transparent;
}
div#footerCanvas {
  width: 970px;
  border-top: 1px solid #bbb;
  float: left;
  padding: 20px 15px;
  background: #e0e0e0;
  color: #777;
  margin: 0px 0px 20px 0px;
}
div#promoCanvas {
  height: 300px;
  background: url('') top left no-repeat #222;
}
div#mainCanvas {
  padding: 10px;
  background: #fff;
  float: left;
  margin-top: -20px;
  width: 980px;
}
div#leftColumn {
  float: left;
  width: 200px;
  margin: 0px 5px 0px 0px;
  padding: 10px;
  border: 0px solid #9a9a9a;
}
div#centerColumn {
  float: left;
  width: 720px;
  margin: 0px 5px 0px 0px;
  padding: 10px;
  border: 0px solid #9a9a9a;
}
h1, h2 {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
h1 {
  font: bold 24pt/26pt Arial;
}
h2 {
  font: bold 18pt/20pt Arial;
  color: #777;
}
p, div#centerColumn ul {
  font: normal 10pt/13pt "Lucida Sans Unicode";
  margin: 10px 0px 0px 20px;
  float: left;
}
div#centerColumn ul li {
  font: normal 10pt/13pt "Lucida Sans Unicode";
  margin: 10px 0px 0px 20px;
  float: none;
}
p.specialOffer {
  width: 205px;
  float: left;
  padding: 15px 10px;
  margin: 5px;
  background: #ffe9e0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
p.specialOffer strong {
  font: bold 12pt/14pt Arial; display: block;
  color: #da001f;
}
p.specialOffer:hover, p.specialOffer:hover strong {
  color: #fff;
  background: #ff0000;
}
#mainFeatures {
  width: 645px;
  padding: 10px 20px 20px 30px;
  margin: 0px 5px 10px 5px !important;
  float: left;
  list-style-type: none;
  background: #c1ebff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#mainFeatures li {
  font: bold 14pt/15pt Arial !important;
  padding: 0px;
  margin: 0px;
  list-style-image: url('http://www.notebook98.ru/aui/images/accent2_img');
}
div#footerCanvas p {
  width: 300px;
  padding: 0px;
  float: left;
  font-size: 9pt;
  line-height: 10pt;
  display: inline-block;
}
