body, div, h1, h2, h3, h5, ul, li, p, form, table, th, td, tr {margin:0px; padding:0px;}

* {
  padding: 0;
  margin: 0;
  border: none;
}

html, body {
  height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #ffffff;
}

h3 {
  color: #ec008c;
  font-weight: bold;
}

body {
  /* background-image: url(../img/bg_main.gif);  */
  background-image: url(../img/bg_striped.gif);
  background-position: center top;
}

#main {
  width: 100%;  
  min-height: 100%;
  height: 100%;  
}

#leftCol {
  background-image: url(../img/bg_striped_dropsh.gif);
  background-position: right top;
  background-repeat: repeat-y;
  height: 100%;
  vertical-align: top;
}

#decorations {
  height: 100%;
  width: 100%;
  background-image: url(../img/bg_left.gif);
  background-position: right top;
  background-repeat: no-repeat;
}

#rightCol {
  background-color: #00f;
  background-color: #2b2a2a;
  background-image: url(../img/bg_right.gif);
  background-repeat: repeat-y;
  background-position: left top;
}

#content {
  width: 559px;
  background-color: #363636;
  vertical-align: top;
  padding-bottom: 57px;  
}

.section {
  background-color: #2b2a2a;
  position: relative;
  margin: 17px 52px 17px 66px;
  padding: 60px 22px 24px 46px;
}

.firstSection {
  margin-top: 62px;
}

.section.noHeader {
  
  padding: 22px 22px 24px 46px;
}

.section .roundCornerTL, .section .roundCornerTR, .section .roundCornerBL, .section .roundCornerBR {
  position: absolute;
  height: 6px;
  width: 6px;
  z-index: 5;
  overflow: hidden;
}

.section .roundCornerTL {
  background-image: url(../img/bg_roundCorner_tl.gif);
  top: 0px;
  left: 0px;
}

.section .roundCornerTR {
  background-image: url(../img/bg_roundCorner_tr.gif);
  top: 0px;
  right: 0px;
}

.section .roundCornerBL {
  background-image: url(../img/bg_roundCorner_bl.gif);
  bottom: 0px;
  left: 0px;
}

.section .roundCornerBR {
  background-image: url(../img/bg_roundCorner_br.gif);
  bottom: 0px;
  right: 0px;
}

#content a {
  color: #ec008c;  
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content p {
  margin-bottom: 15px;
}

#content ul {
  
  list-style: none;
  margin-bottom: 12px;
}

#content li {
  
  font-weight: bold;
  margin-bottom: 5px;
}

#content a.back {
  
  display: block;
  text-align: right;  
}

#content h1 {  
  overflow: hidden;
  text-indent: -100em;
  width: 434px;
  height: 91px;
  margin-top: 36px;
  margin-bottom: 23px;
}

#content h2 {  
  overflow: hidden;
  text-indent: -100em;
  position: absolute;
  left:-25px;
  top:-44px;
  width: 93px;
  height: 92px;
  z-index: 10;
}

#header {
  position: relative;
}

a#contact {
  display: block;
  position: absolute;
  right: 25px;
  top: 1px;
  width: 100px;
  height: 92px;
  overflow: hidden;
  text-indent: -100em;  
}

a#contact:hover {
  
  background-position: 0px 92px;
}

#reel {
  width: 400px;
  height: 315px;
  margin: 0px auto;
}

#playReelButton {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url(../img/bt_reel.jpg);
  background-position: 0px 0px;
  text-indent: -100em;
  overflow: hidden;
}

#playReelButton:hover {
  background-position: 0px 300px;
}

#languageSel {
  position: fixed;
  top: 9px;
  right: 17px;
}
