
/**
 * Global Declarations
*********************************************************************************/
html{
  overflow-y:scroll !important;
  overflow:-moz-scrollbars-vertical !important;
  background: #001359 url(../images/bg-tile.jpg) center 1px;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #000;
  font: normal normal normal 10px/1em Helvetica, Arial, Verdana, sans-serif;	
  min-width:480px;
  color:#185b94;
  background: transparent url(../images/bg.jpg) center top no-repeat;
}

object { outline: none; }

a, a:visited {
  color: #185b94;
  text-decoration: none;
  outline:none;
}

a:hover {
  color: #185b94;
  text-decoration: underline;
  outline:none;
}

h1 {
  font-family: 'SansumiRegular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding-top:120px;
  padding-bottom:66px;
  text-align:center;
  display:block;
  font-size:24px;
  font-weight:normal;
}

p {
  font-family: 'SansumiRegular', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.bold {
  font-weight:bold;
}


/**
 * 
*********************************************************************************/
@font-face {
    font-family: 'SansumiRegular';
    src: url('../fonts/Sansumi-Bold-webfont.eot');
    src: url('../fonts/Sansumi-Bold-webfont.eot?iefix') format('eot'),
         url('../fonts/Sansumi-Bold-webfont.woff') format('woff'),
         url('../fonts/Sansumi-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Sansumi-Bold-webfont.svg#webfontbpq276B0') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansumiExtraBoldRegular';
    src: url('../fonts/Sansumi-ExtraBold-webfont.eot');
    src: url('../fonts/Sansumi-ExtraBold-webfont.eot?iefix') format('eot'),
         url('../fonts/Sansumi-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/Sansumi-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/Sansumi-ExtraBold-webfont.svg#webfontyWaXclxz') format('svg');
    font-weight: normal;
    font-style: normal;

}



/**
 * 
*********************************************************************************/
#site {
  margin-left:auto;
  margin-right:auto;
  width:480px;
  background-color:#fff;
  font-family: 'SansumiRegular', Helvetica, Arial, sans-serif;
}

.cachePlayerSwfDiv {
  background-color:#000;
/*  margin:10px 0;
*/}

.cachePlayerTrack {
  padding:10px 0px 10px 0px;
  text-align:center;
}

.cachePlayerTitle{
  font-size:18px;
  line-height:24px;
  margin:0px;
}

.cachePlayerPlayButtons {
  margin-bottom:4px;
}

.cachePlayerListenLink {
  font-family:Verdana, Arial, sans-serif;
  font-size:9px;
  font-weight:bold;
}

.cachePlayerTrack object {
/*  padding:10px 0px 10px 0px;
*/}

#cacheCloseButton {
  font-family:Verdana, Arial, sans-serif;
  font-size:9px;
  font-weight:bold;
  float: right;
  position: absolute;
  right: 5px;
  top: 34px;
}

#download {
  font-family:'SansumiExtraBoldRegular', Helvetica, Arial, sans-serif;
  font-size:18px;
  line-height:30px;
  text-align:center;
  margin-top:42px;
  margin-bottom:10px;
}

#footer {
  color: #185b94;
  font-family:Verdana, Arial, sans-serif;
  font-size:9px;
  line-height:14px;
  font-weight:bold;
  text-align:center;
  margin-top:44px;
  padding-bottom:110px;
}

#footer img {
  margin-top:40px;
}