body {
  background: url("../images/top.png") repeat-x center top;
  background-color: white;
  color: #626262;
  font-family: "Times New Roman", serif;
  font-size: 0.8125em;
  line-height: 1.384em; }

h1 {
  color: #222222;
  font-size: 1.846em;
  text-transform: uppercase;
  font-weight: normal;
  margin: 34px 0; }

h2 {
  color: #79b1c4;
  font-size: 1.384em;
  font-style: italic;
  font-weight: bold;
  margin: 23px 0 5px; }

h3 {
  color: #434343;
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
  margin: 20px 0 5px; }

h4 {
  color: #222222;
  font-size: 1.153em;
  font-style: italic;
  font-weight: bold;
  padding-left: 18px;
  margin: 20px 0 5px; }

.nomargin {
  margin: 0; }

.no-top {
  margin: 0 0 25px; }

p {
  margin: 25px 0; }

a {
  color: #3395d4; }
  a:hover {
    color: #a3a3a3;
    text-decoration: none; }

.clearfix {
  clear: both; }

.title {
  color: #222222;
  font-size: 1.846em;
  text-transform: uppercase; }

.wrapper {
  margin: 0 auto;
  width: 1025px; }
  .wrapper header {
    height: 202px; }
  .wrapper #logo {
    background: url("../images/logo.png") no-repeat center;
    display: block;
    height: 77px;
    left: 396px;
    position: relative;
    top: 74px;
    width: 229px; }

#main aside {
  float: left;
  width: 322px; }
  #main aside .sidebar {
    background: url("../images/pleat.png") no-repeat 111px top;
    background-color: #f1f7f9;
    margin-top: 33px;
    padding: 34px 10px 42px;
    position: relative;
    text-align: center; }
    #main aside .sidebar.first {
      margin-top: 0; }
    #main aside .sidebar ul {
      margin-top: 11px; }
      #main aside .sidebar ul li {
        padding-top: 23px; }
        #main aside .sidebar ul li a {
          font-style: italic; }
        #main aside .sidebar ul li .current {
          color: #a3a3a3;
          cursor: default;
          text-decoration: none; }
    #main aside .sidebar .shadow {
      background: url("../images/shadow.png") no-repeat;
      height: 40px;
      left: 0;
      position: absolute;
      bottom: -40px;
      width: 323px; }
#main .content {
  float: left;
  margin-left: 40px;
  width: 663px; }
  #main .content .product-block {
    margin-left: -50px; }
    #main .content .product-block .product {
      float: left;
      margin: 30px 0 25px 50px;
      width: 128px;
      text-align: center; }
      #main .content .product-block .product .product-pic {
        height: 86px; }
      #main .content .product-block .product a {
        font-style: italic; }
  #main .content article {
    margin-top: 27px;
    line-height: 2em; }
    #main .content article .big-margin {
      margin: 61px 0 23px; }
    #main .content article img {
      float: right;
      margin-left: 25px; }

#foot {
  background: url("../images/footer.png") repeat-x center;
  height: 231px;
  margin-bottom: 0;
  margin-top: -24px; }
  #foot .wrapper {
    padding: 91px 0 0 364px;
    width: 661px; }
    #foot .wrapper .sub-menu {
      margin: 22px 0 0 -18px; }
      #foot .wrapper .sub-menu li {
        float: left;
        padding: 0 18px; }
        #foot .wrapper .sub-menu li a {
          font-style: italic; }

.secondary h1 {
  margin: 31px 0 20px; }

table {
  border-collapse: collapse; }
  table th {
    color: #222222;
    font-weight: bold;
    font-style: italic;
    padding: 5px 0 5px 18px;
    text-align: left; }
  table td {
    border-top: 1px dotted #aaaaaa;
    border-bottom: 1px dotted #aaaaaa;
    color: #222222;
    font-weight: bold;
    font-style: italic;
    padding: 5px 0 5px 18px; }
  table .first-column {
    width: 209px; }
  table .second-column {
    width: 370px; }
  table .fon {
    background: #f1f7f9; }
