/* main css - designed for firefox2-3/safari3 */
html,body {height: 100%; padding: 0; margin: 0;}
body {
  background: url(../img/bg.jpg) top left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFF;
}
iframe {height: 0px; width: 0px; display: none;}
h4 {margin: 0; padding: 0; color: #FFFF00; font-size: 12px;}
a {color: inherit; text-decoration: none;}
a:hover {text-decoration: underline;}
#sparkle {position: fixed; top: 0; left: 0; height: 100%; width: 100%;}
img {border: none;}
.a_red {color: #F2A5AE}
.a_yellow {color:#FFFF00}
.a_blue {color: #14037A;}
.a_bold {font-weight: bold;}
.formError {color: #FFFF00; font-weight: bold;}
#wrap {
  position: relative;
  width: 839px;
  min-height: 100%;
  margin: 0px auto;
  background-color: rgba(0,0,0,.3);
  padding: 0 10px;
}
#logo {
  position: relative;
  top: 15px;
  left: 34%;
  width: 297px;
  height: 154px;
  margin-bottom: 15px;
  background: url(../img/logo.png) no-repeat top left;
  z-index: 10;
}
#menu {
  position: relative;
  top: -10px;
  padding: 2px;
  margin-bottom: 10px;
  background-color: #DF1E34;
  border: 2px solid rgba(255,255,255,.6);
  text-align: center;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  z-index: 5;
}
#menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#menu ul li {
  display: inline;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 25px;
  font-family: "Arial Black",Verdana;
  font-size: 1.2em;
  color: #FFF;
  color: rgba(255,255,255,.9);
}
#menu ul li:hover {color: rgba(255,255,0,1);}
#side_content {
  float: left;
  margin-left: 10px;
}
img.contained {
  border: 2px solid #FFF;
  margin-top: 10px;
}
#main_content {
  position: relative;
  float: right;
  margin-right: 10px;
  height: 462px;
  overflow: hidden;
  width: 530px;
  background-color: #333;
  background-color: rgba(50,50,50,.5);
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
#main_content.full {
  width: 800px;
  padding: 10px;
  text-align: center;
}
#buttons {clear: both; padding-top: 10px;}
#buttons img {padding: 0px 43px;}
#copy {
  position: relative;
  top: 10px;
  text-align: center;
  font-weight: bold;
  font-family: Verdana;
  font-size: 10px;
}
#copy a {
  color: #FFF;
}
.gallery a:hover img {
  border-color:#FFFFFF;
  border-style:solid;
  border-width:5px 5px 20px;
  color:#FFFFFF;
}
.gallery img {
  border-color:#3E3E3E;
  border-style:solid;
  border-width:5px 5px 20px;
}
.contact label {
  color: #FFF;
  font-weight: bold;
}
.contact input, .contact select, .contact textarea, .contact button {
  background-color: #DF1E34;
  color: #FFF;
  font-weight: bold;
  border: none;
  border: 2px solid #FFF;
  border-color: rgb(200,200,200);
  border-color: rgba(255,255,255,.6);
  padding: 1px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.contact input {width: 300px;}
.contact input.radchk {width: auto; border: none; background: none;}
.contact button {cursor: pointer; padding: 2px 10px;}
#mplayer, #mplayer object, #mplayer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  heigth: 0;
  overflow: hidden;
  font-size: 1px;
}
#playpause {
  cursor: pointer;
  position: absolute;
  top: 142px;
  right: 15px;
}
#slider {
  position: absolute;
  height: 300px;
  width: 10px;
  background-color: rgba(50,50,50,.5);
  border: 1px solid rgba(255,255,255,.3);
  top: 300px;
  right: 15px;
  z-index: 100;
}
#handle {
  position: absolute;
  left: -8px;
  background: url(../img/heart.png) no-repeat;
  height: 23px;
  width: 25px;
}