.base_border {
  border: 2px dotted #e5e5e5;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
}
.base_shadow {
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  -o-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  -ms-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
.base_box {
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  -o-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  -ms-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  background-image: linear-gradient(-250deg,#f2f2f2 5%,#ffffff 80%);
  background-image: -o-linear-gradient(-250deg,#f2f2f2 5%,#ffffff 80%);
  background-image: -moz-linear-gradient(-250deg,#f2f2f2 5%,#ffffff 80%);
  background-image: -webkit-linear-gradient(-250deg,#f2f2f2 5%,#ffffff 80%);
  background-image: -ms-linear-gradient(-250deg,#f2f2f2 5%,#ffffff 80%);
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
}
@font-face {
  font-family: 'CoreSlab';
  src: url('../fonts/coreslab/S-Core - CoreSlabM37CnLight.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CoreSlab';
  src: url('../fonts/coreslab/S-Core - CoreSlabM65Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'CoreSlab';
  src: url('../fonts/coreslab/S-Core - CoreSlabM37CnLight-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'CoreSlab';
  src: url('../fonts/coreslab/S-Core - CoreSlabM65Bold-Italic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Aptifer';
  src: url('../fonts/aptifer/AptiferSansLTPro-Thin.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aptifer';
  src: url('../fonts/aptifer/AptiferSansLTPro-Regular.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Aptifer';
  src: url('../fonts/aptifer/AptiferSansLTPro-ThinItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Aptifer';
  src: url('../fonts/aptifer/AptiferSansLTPro-Italic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}
body {
  background-color: #808080;
  background-image: url('../../files/images/NULL.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #404041;
  font: 16px Avenir, sans-serif;
  margin: 0;
  padding: 0;
}
a {
  color: #404041;
  text-decoration: none;
}
a:hover {
  color: #00aaeb;
}
p {
  margin: 0;
}
hr {
  border-top: 2px dotted;
  margin: 40px 0;
}
h1 {
  font: bold 32px 'Futura';
  color: #00aaeb;
  text-transform: uppercase;
  margin: 0;
}
h2 {
  font: normal 60px 'Futura';
  margin: 0;
}
h3 {
  font: bold 16px 'Futura';
  margin: 0;
}
h4 {
  font: bold 20px 'Futura';
  text-transform: uppercase;
  margin: 0;
}
h5 {
  font: normal 14px 'Futura';
  margin: 0;
  line-height: 22px;
}
.right {
  text-align: right;
}
a.genre {
  background-color: rgba(191,191,191,0.5);
  padding: 2px 7px 2px 7px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  font-size: 10px;
  line-height: 20px;
}
a.tag {
  background-color: rgba(217,217,217,0.5);
  padding: 2px 7px 2px 7px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  font-size: 10px;
}
#wrapper {
  background-color: #ffffff;
  margin: auto;
  width: 1000px;
  padding-top: 10px;
}
#maintenance {
  padding: 10px;
  font-size: larger;
  font-weight: bolder;
  text-align: center;
}
header {
  background-color: #ffffff;
  height: 150px;
  width: 1000px;
  margin: auto;
  padding: 0px 0;
  border-bottom: 2px dotted;
}
header #lang {
  position: relative;
  font-size: 14px;
  top: -20px;
  float: right;
  cursor: pointer;
  margin: 0px 20px 0 0;
}
.rotator {
  position: relative;
}
.rotator div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*display: none;*/
  -moz-box-shadow: inset 0 10px 8px -3px rgba(0,0,0,0.3), inset 0 -10px 8px -3px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 10px 8px -3px rgba(0,0,0,0.3), inset 0 -10px 8px -3px rgba(0,0,0,0.3);
  box-shadow: inset 0 10px 8px -3px rgba(0,0,0,0.3), inset 0 -10px 8px -3px rgba(0,0,0,0.3);
}
.rotator #bullets {
  position: relative;
  top: 5px;
  z-index: 3;
  text-align: center;
  font-size: 8px;
  cursor: pointer;
}
.rotator #hlplayer {
  float: right;
  position: relative;
  top: -10px;
  width: 10px;
  z-index: 3;
  font-size: 12px;
  font-weight: bolder;
  cursor: pointer;
  color: white;
  text-shadow: 1px 1px 3px #555;
  margin-right: 5px;
}
.rotator #click {
  width: 100%;
  height: 290px;
  z-index: 3;
}
.menu {
  font-size: 18px;
  line-height: 22px;
}
.active {
  font-weight: bold;
}
#sidebar {
  vertical-align: top;
  width: 240px;
  padding: 0px 10px 10px 10px;
}
.bc {
  text-transform: uppercase;
}
.content {
  padding: 22px 10px 0 0;
  width: 720px;
  overflow-x: hidden;
}
.label {
  background: #404041 url(../../images/label.png) 100.2% 100% no-repeat;
  color: #00aaeb;
  font: bold 20px 'Futura';
  padding: 8px 20px;
  margin: 0 20px 0 20px;
  text-transform: uppercase;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
}
.label a,
.label a:visited {
  color: #00aaeb;
}
.form {
  padding: 40px;
  width: 620px;
  overflow-x: hidden;
  background-color: #404041;
  color: #00aaeb;
  height: 100%;
  font: normal 20px 'Futura';
}
.form input,
.form textarea {
  border: none;
  font-size: 24px;
  margin-top: 10px;
  padding: 8px;
}
#main {
  display: table-cell;
  width: 1000px;
}
input.init {
  color: #404041;
}
footer {
  height: 220px;
  clear: both;
  background-image: linear-gradient(top,#333334 5%,#404041 15%);
  background-image: -o-linear-gradient(top,#333334 5%,#404041 15%);
  background-image: -moz-linear-gradient(top,#333334 5%,#404041 15%);
  background-image: -webkit-linear-gradient(top,#333334 5%,#404041 15%);
  background-image: -ms-linear-gradient(top,#333334 5%,#404041 15%);
  color: #00aaeb;
  font-size: 12px;
  padding: 40px;
  vertical-align: top;
  text-align: center;
}
footer .footer {
  width: 1000px;
  margin: auto;
}
footer a {
  color: #b3b3b3;
  display: block;
}
footer .copy {
  float: right;
  margin-top: 208px;
}
footer .sitemap {
  float: left;
  border-right: 1px solid #b3b3b3;
  padding: 0 10px 0 10px;
}
