body {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: arial;
  font-size: 1em;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

html,
body {
  min-height: 100%;
}

body.home {
  background: black url("/css/images/bg_home.jpg") no-repeat top center;
}

body.products {
  background: black url("/css/images/bg_products.jpg") no-repeat top center;
}

body.extensions {
  background: black url("/css/images/bg_extensions.jpg") no-repeat top center
    fixed;
}

body.price {
  background: black url("/css/images/bg_price.jpg") no-repeat top center;
}

body.contact {
  background: black url("/css/images/bg_contact.jpg") no-repeat top center;
}

body.about {
  background: black url("/css/images/bg_about.jpg") no-repeat top center;
}

a {
  text-decoration: none;
  color: mediumblue;
}

a:hover {
  color: black;
}

h2 {
  margin-bottom: 20px;
  color: gray;
  font-size: 24px;
  font-weight: 500;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

#wrapper {
  position: relative;
  width: 1000px;
  display: block;
  margin: 40px auto;
  border: 1px solid white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: white;
  -moz-box-shadow: 0 0 5px black;
  -webkit-box-shadow: 0 0 5px black;
  box-shadow: rgba(0, 0, 0, 0.65) 0px 5px 15px;
  min-height: 500px;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearer {
  display: block;
  clear: both;
  font-size: 0;
}

.logo {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999;
}

img {
  width: 180px;
  height: auto;   
}

.header {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
}

.header-message {
  position: absolute;
  top: 0;
  left: 265px;
  width: 340px;
  text-align: left;
  font-size: 14px;
  color: #b9002e;
}

.header .title {
  display: block;
  margin: 40px 40px 10px 0;
  font: normal 24px arial;
  font-weight: 700;
  color: black;
}

.header .title:hover {
  color: black;
}

.header .slogan {
  display: block;
  font: normal 18px arial;
  margin: 0 40px 10px 0;
  font-weight: 500;
  color: gray;
}

.menu-container {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 0 0 240px;
  box-sizing: border-box;
  background: #1e5799;
  background: -moz-linear-gradient(top, #1e5799 0%, #000000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1e5799),
    color-stop(100%, #000000)
  );
  background: -webkit-linear-gradient(top, #1e5799 0%, #000000 100%);
  background: -o-linear-gradient(top, #1e5799 0%, #000000 100%);
  background: -ms-linear-gradient(top, #1e5799 0%, #000000 100%);
  background: linear-gradient(to bottom, #1e5799 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#000000', GradientType=0);
}

table.menu {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

table.menu td {
  padding: 0;
  height: 50px;
  text-align: center;
  border-right: 1px solid silver;
}

table.menu a {
  display: block;
  height: 50px;
  line-height: 50px !important;
  color: white;
  font-weight: 500;
  font: small-caps 14px arial;
}

table.menu td:hover {
  background-color: #113585;
}

table.menu td:hover a {
  color: #08f6f9;
}

table.menu td.active a {
  color: #08f6f9;
}

table.menu tr td:last-child {
  border: 0;
}

table.menu tr td:first-child {
  border-left: 1px solid silver;
}

.main-container {
  display: block;
  width: 920px;
  margin: 20px 40px;
}

.page-title {
  display: block;
  width: 100%;
  margin: 40px 0 40px;
  font-size: 32px;
  color: gray;
  text-shadow: 2px 2px 2px silver;
  text-align: right;
  border-bottom: 1px solid silver;
}

.footer-container {
  display: block;
  width: 920px;
  margin: 0 40px 20px;
  padding-top: 10px;
  border-top: 1px solid silver;
  font-size: 13px;
  color: gray;
}

.footer-container .right {
  text-align: right;
}

.product-img {
  border: 1px solid silver;
  margin: 20px;
}

.button {
  position: relative;
  overflow: hidden;
  outline: none;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  border: 1px solid silver;
  zoom: 1;
  *display: inline;
  padding: 2px 5px;
  margin: 0;
  font: normal 12px sans-serif, arial;
  font-weight: 500;
  color: black;
  text-shadow: 1px 1px 0 #fff;
  text-decoration: none;
  background-color: #d4d4d4;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f4f4f4),
    to(#e4e4e4)
  );
  background-image: -moz-linear-gradient(#f4f4f4, #e4e4e4);
  background-image: -o-linear-gradient(#f4f4f4, #e4e4e4);
  background-image: linear-gradient(#f4f4f4, #e4e4e4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#e4e4e4);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#e4e4e4)";
}

.button:hover,
.button:focus,
.button:active,
.button.active {
  border-color: #3072b3;
  border-bottom-color: #2a65a0;
  color: white;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  background-color: #3c8dde;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#599bdc),
    to(#3072b3)
  );
  background-image: -moz-linear-gradient(#599bdc, #3072b3);
  background-image: -o-linear-gradient(#599bdc, #3072b3);
  background-image: linear-gradient(#599bdc, #3072b3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#599bdc, endColorstr=#3072b3);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#599bdc, endColorstr=#3072b3)";
}

.button b {
  display: block;
  height: 20px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 5px 0 5px;
  background-repeat: no-repeat;
}

.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
  top: -30px;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.lightrope li:nth-child(2n + 1) {
  background: cyan;
  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.lightrope li:nth-child(4n + 2) {
  background: #f70094;
  box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}
.lightrope li:nth-child(3n + 1) {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px;
}
.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.6666666667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}
.lightrope li:last-child:after {
  content: none;
}
.lightrope li:first-child {
  margin-left: -40px;
}

@-webkit-keyframes flash-1 {
  0%,
  100% {
    background: #00f7a5;
    box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@keyframes flash-1 {
  0%,
  100% {
    background: #00f7a5;
    box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@-webkit-keyframes flash-2 {
  0%,
  100% {
    background: cyan;
    box-shadow: 0px 4.6666666667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@keyframes flash-2 {
  0%,
  100% {
    background: cyan;
    box-shadow: 0px 4.6666666667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@-webkit-keyframes flash-3 {
  0%,
  100% {
    background: #f70094;
    box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
@keyframes flash-3 {
  0%,
  100% {
    background: #f70094;
    box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
