* {
  margin: 0px;
  padding: 0px;
}
body  {
  background: url(../images/bg.jpg) repeat #ffffff;
  font-family : Arial, Times, serif;
  font-size: 14px;
  color: #3f4042;
  padding: 0px;
  margin: 0px;
}
#container {
  -webkit-box-shadow: 0 0 7px 1px #636363;
  box-shadow: 0 0 7px 1px #636363;
  width: 1011px;
  margin: 0px auto;
  background: #fff;
  padding: 10px 0px 15px 0px;
  position: relative;
}
#headerMiddle {
  width: 1011px; 
  margin:0px auto;
}
header {
  background: #2a2a2a;
  position: relative;
  z-index: 1000;
}
.header_right {
  float: right !important;
  width: 330px;
  text-align: right;
  padding: 5px;
  color: #a1fde8;
}
.header_right h3, .header_right a {
  color: #fcd72b;
  margin: 0px;
}
.header_right p a {
  color: #fff;
}
.header_right h3 {
  font-size: 1.4em;
  margin: 7px 0px 5px;
}
.header_right p {
  color: #fff;
  margin: 0px;
}
#logo {
  margin: 7px 5px 2px 0px;
}
#topHeader {
  overflow: hidden;
}
#topLeftheader {
  position: relative;
  overflow: hidden;
  float: left;
  padding: 5px;
  border: 1px solid #cccccc;
  margin-left: 10px;
}
#topRightheader {
  margin-left: 0px;
  float: right;
  width: 505px;
}
#topRightheader img {
  border: 1px solid #cccccc;
  padding: 5px;
  margin-bottom: 9px;
  margin-right: 6px;
}
#header_text {
  color: #fff;
  height: 85px;
  font-size: 1.3em;
  letter-spacing: -1px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  width: 100%;
  z-index: 1000;
}
#header_text span {
  color: #ffffff;
}
#header_text p {
  color: #89D5FF;
  float: left;
  margin-top: 7px;
  margin-left: 10px;
}
.ratings img {
  margin: 0px;    
}
#header_text_bg {
  background: #000;
  position: absolute;
  bottom: 8px;
  right: 5px;
  width: 479px;
  height: 82px;
  z-index: 999;
  opacity: .65;
}
#middle_blue_small {
  display: block;
  text-align: center;
  margin-left: -14px;
  color: #fff;
  background: url(../images/join_button_small.png) no-repeat top center;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  padding: 7px 0px 10px 0px;
  text-transform: uppercase;
}
#join_button_big {
  text-transform: uppercase;
  background: url(../images/join_button_big.png) no-repeat top center;
  padding: 17px 0px 19px 0px;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 3em;
  font-weight: bold;
}
.big_join_text {
  font-size: 1.4em;
  letter-spacing: -2px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  color: #2a2a2a;
  margin: 0px;
}
.big_join_text h2 {
  margin:0px 0 17px;
}
#player {
  width: 952px;
  margin: 0px auto;
}
#desc {
  background: #eeeeee;
  width: 932px;
  margin: 11px;
  padding: 9px;
}
#desc p {
  font-size: .8em;
}
.info {
  overflow: hidden;
}
.info p {
  float: left;
  margin: 0px;
  width: 300px;
}
.info p span {
  display: block;
  color: #ed1d25;
  font-size: 1.2em;
  font-weight: bold;
}
.info h4 {
  margin: 0px;
  font-size: 1.4em;
}
.ratings {
  width: 120px;
  position: absolute;
  top: 5px;
  right: 16px;
}
#middleBanners {
  margin-bottom: 20px;
}
#middleBanners img {
  margin-left: -11px;
}
#middleBanners h4 {
  font-size: 1.3em;
  color: #ef3b42;
  text-align: center;
  margin: 0px 0px 5px;
}
#thumbnails {
  overflow: auto;
  width: 100%
}
#thumbnails ul {
  margin: 0px;
  padding: 0px
}
#thumbnails ul li {
  list-style: none;
  float:left;
  margin-left: 8px;
  margin-right: 1px;
  margin-bottom: 7px;
  border: 1px solid #cccccc;
  padding: 5px;
  display: block;
}
#reasons {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  padding-left: 13px;
}
#reasons li { 
  list-style: none;
  float: left;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 15px;
  margin: 0px 5px 6px 0px;
  width: 215px;
  color: #3a3a3a;
  font-size: 1.3em;
  text-align: left;
}
#reasons li img {
 margin-right: 1px;
}
footer {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
footer a {
  display: block;
  text-align: center;
  margin: 20px 0px 20px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  }
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
