html {
  font-size: 100%;
  line-height: 100%;
}
body {
  margin: 0 0 30px 0;
  padding: 0;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 0.69em;
  line-height: 1.75em;
  background: #B48453;
  color: #000;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
  padding: 0;
}
.clr {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

#main_wrap {
  width: 950px;
  margin: 0 auto;
}
#header {
  width: 900px;
  height: 37px;
  margin: 0 0 0 50px;
}
#header .logo_wrap {
  position: relative;
}
#header .logo_wrap .logo {
  top: 14px;
  left: 0;
  position: absolute;
}


#frame_content {
  width: 880px;
  height: 480px;
  padding: 10px;
  margin: 0 0 0 50px;
  background: #fff url("/fileadmin/template/img/bg_frame_content.jpg") bottom no-repeat;
}
#wrap_content {
  width: 880px;
  height: 480px;
  position: absolute;
  background: url("/fileadmin/template/img/bg_home.jpg") no-repeat;
}
#wrap_content2 {
  width: 880px;
  height: 480px;
  position: absolute;
  background: url("/fileadmin/template/img/bg_news.jpg") no-repeat;
}
#wrap_content3 {
  width: 880px;
  height: 480px;
  position: absolute;
  background: url("/fileadmin/template/img/bg_bio.jpg") no-repeat;
}
#wrap_content4 {
  width: 880px;
  height: 480px;
  position: absolute;
  background: url("/fileadmin/template/img/bg_media.jpg") no-repeat;
}
#wrap_content5 {
  width: 880px;
  height: 480px;
  position: absolute;
  background: url("/fileadmin/template/img/bg_media_video.jpg") no-repeat;
}
#wrap_content6 {
  width: 880px;
  height: 480px;
  position: absolute;
  background: url("/fileadmin/template/img/bg_photos.jpg") no-repeat;
}
#wrap_content7 {
  width: 880px;
  height: 480px;
  position: absolute;
  background: url("/fileadmin/template/img/bg_shows.jpg") no-repeat;
}
#wrap_content8 {
  width: 880px;
  height: 480px;
  position: absolute;
  background: url("/fileadmin/template/img/bg_downloads.jpg") no-repeat;
}
#wrap_content9 {
  width: 880px;
  height: 480px;
  position: absolute;
  background: url("/fileadmin/template/img/bg_forum.jpg") no-repeat;
}
#wrap_content10 {
  width: 880px;
  height: 480px;
  position: absolute;
  background: url("/fileadmin/template/img/bg_contact.jpg") no-repeat;
}
#menu {
  width: 950px;
  height: 115px;
  background: url("/fileadmin/template/img/bg_menu.jpg") no-repeat;
}
#menu ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
#menu ul li {
  margin: 0 0 0 12px;
  list-style: none;
  font-size: 12px;
  text-transform: lowercase;
  display: inline;
}
#menu ul li a {
  text-decoration: none;
  color: #fff;
}
#menu ul li a:hover {
  color: #880101;
}
#menu ul li.selected a {
  color: #880101;
}
#footer {
  width: 950px;
}
#footer .copy {
  padding: 10px 0 0 60px;
  font-size: 10px;
  float: left;
  color: #fff;
}
#footer .copy span.first {
  padding: 0 3px 0 0;
}
#footer .copy a {
  padding: 0 5px 0 0;
  text-decoration: none;
  background: url("/fileadmin/template/img/bg_footer_menu.gif") bottom right no-repeat;
  color: #fff;
}
#footer .icons {
  float: right;
}
#footer .fb {
  padding: 6px 0 0 0;
  margin-left: 10px;
  float: right;
}
#footer .fb a {
  font-weight: bold;
  text-decoration: none;
  color: #F6DDBF;
}



/* ------------------------- */
.home_content {
  width: 535px;
  height: 97px;
  top: 364px;
  left: 345px;
  position: absolute;
}
.home_content h4 {
  margin: 0;
  padding: 40px 10px 0 0;
  line-height: 24px;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  float: right;
  color: #fff;
}
.home_content h4 span {
  font-size: 24px;
}
.home_content img {
  margin: 8px;
  float: right;
}
/* news */
.news_content {
  width: 250px;
  padding: 10px;
  top: 0;
  left: 590px;
  position: absolute;
  line-height: 14px;
  text-align: justify;
  color: #fff;
}
.news_content a {
  text-decoration: none;
  color: #fff;
}
.news_content a:hover {
  color: #880101;
}
.news_content .previous {
  float: left;
}
.news_content .next {
  float: right;
}
.news_content h3 {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  color: #880101;
}
.news_content h3 a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  color: #880101;
}
.news_content p.bodytext {
  margin: 0;
  padding: 0;
}

/* bio */
.bio_content {
  width: 210px;
  padding: 5px 10px;
  top: 0;
  left: 351px;
  position: absolute;
  line-height: 12px;
  text-align: justify;
  color: #fff;
}
.bio_content a {
  text-decoration: none;
  color: #fff;
}
.bio_content a:hover {
  color: #880101;
}
.bio_content .previous {
  float: left;
}
.bio_content .next {
  float: right;
}
.bio_content h3 {
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  color: #fff
}
.bio {
  padding: 0 35px;
}
/* media */
.media_content {
  width: 200px;
  top: 332px;
  left: 580px;
  position: absolute;
  line-height: 38px;
  text-align: justify;
  color: #fff;
}
.media_content a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
/* media video */
.media_video_content {
  width: 540px;
   top: 234px;
  left: 440px;
  position: absolute;
  font-size: 10px;
  text-align: justify;
  color: #fff;
}
.back {
  line-height: 22px;
  text-align: right;
}
.back a {
  text-decoration: none;
  color: #fff;
}
.flash_video {
  text-align: center;
}
.song_name {
  margin: 5px 0 0 0;
  font-size: 14px;
  text-align: center;
}
.tx-rgmediaimages-pi1 {
  padding: 0 0 0 50px;
  text-align: center;
}
.rgmediaimages-media {
  margin: 0 0 0 20px;
  float: left;
}
.rgmediaimages-caption {
  padding: 5px 0 0 0;
  text-align: center;
}
/* photos */
.photos_content {
  top: 50px;
  left: 388px;
  position: absolute;
  color: #fff;
}
.photos_content ul {
  margin: 0;
  padding: 0;
}
.photos_content ul li {
  list-style: none;
  font-size: 13px;
  float: left;
}
.photos_content ul li a {
  text-decoration: none;
  color: #fff;
}
.photos_content ul li a:hover {
  color: #880101;
}
.photos_content ul li.previous, .photos_content ul li.next {
  margin: 0 30px;
  line-height: 430px;
}
/*
.photos_content ul li.photo {
  width: 288px;
  text-align: center;
  vertical-align: middle;
  line-height: 380px;
}
.photos_content ul li.photo img {
  vertical-align: middle;
}
*/
.photos_content ul li.photo {
  margin: 0;
  padding: 0;
}
.photos_content ul li.photo table {
  border: 0;
  margin: 0;
  padding: 0;
}
.photos_content ul li.photo table tr td {
  width: 288px;
  height: 388px;
  text-align: center;
}
/* shows */
.shows_content {
  width: 220px;
  padding: 5px 10px;
  top: 0;
  left: 351px;
  position: absolute;
  line-height: 12px;
  text-align: justify;
  color: #fff;
}
.shows_content a {
  text-decoration: none;
  color: #fff;
}
.shows_content a:hover {
  color: #880101;
}
.shows_content .previous {
  float: left;
}
.shows_content .next {
  float: right;
}
.shows_content .date {
  font-size: 12px;
  color: #880101;
}
.shows_content .description {
  margin: 0 0 10px 0;
  font-size: 12px;
  text-align: left;
  color: #fff;
}
.shows {
  padding: 40px 20px 0 30px;
}
/* downloads */
.downloads_content {
  width: 525px;
  top: 0;
  left: 351px;
  position: absolute;
  color: #fff;
}
.store_press {
  margin: 35px 0 0 0;
  line-height: 25px;
  background: red;
}
.store_press .music_store {
  font-size: 13px;
  float: left;
}
.store_press .music_store a {
  text-decoration: none;
  color: #fff;
}
.store_press .music_store span {
  text-transform: uppercase;
  color: #680042;
}
.store_press .press_section {
  margin: 0 0 0 75px;
  font-size: 13px;
  float: left;
}
.store_press .press_section a {
  text-decoration: none;
  color: #fff;
}
.store_press .press_section span {
  text-transform: uppercase;
  color: #680042;
}
.wallpapers {
  width: 220px;
  padding: 105px 0 0 0;
  text-align: center;

}
.wallpapers span {
  margin: 0 auto;
  font-size: 13px;
  color: #680042;
}
.wallpapers ul.wall {
  margin: 8px auto;
  padding: 0;
}
.wallpapers ul.wall li {
  margin: 0 0 10px 0;
  padding: 0 10px 0 0;
  list-style: none;
  float: left;
}
.wallpapers ul.wall li.last {
  padding: 0;
}
.wallpapers ul.wall li img {
  border: 4px solid #fff;
}
.wallpapers ul.wall li div {
  width: 92px;
  padding: 0px 0 0 0;
  margin: 0 0 0 5px;
  line-height: 14px;
  font-size: 10px;
}
.wallpapers ul.wall li div a {
  text-decoration: none;
  color: #680042;
}
.wallpapers ul.wall li div a:hover {
  color: #680042;
}
.wallpapers ul.buddy {
  margin: 0;
  padding: 0;
}
.wallpapers ul.buddy li {
  padding: 0 20px 0 0;
  list-style: none;
  float: left;
}
.wallpapers ul.buddy li img {
  border: 4px solid #fff;
}
.wallpapers ul.buddy li.last {
  padding: 0;
}
/* forum */
.forum_content {
  width: 100px;
  top: 333px;
  left: 772px;
  position: absolute;
  color: #fff;
}
/* contact */
.contact_content {
  width: 200px;
  top: 398px;
  left: 565px;
  position: absolute;
  line-height: 14px;
  font-size: 11px;
  text-align: right;
  color: #fff;
}
.contact_content a {
  text-decoration: none;
  color: #fff;
}
.contact_content a:hover {
  color: #880101;
}

p.bodytext {margin: 0; padding: 0;}
.align-justify {text-align: justify;}
.align-left {text-align: left;}
.align-right {text-align: right;}

.home_content table {
  float: right;
}

/* web player */
#playerWrap {
  left: -10000px;
  position: absolute;
  width: 1px;
  height: 1px;
}
#twiins_player {
  border: 0px solid red;
  width: 400px;
  margin: 0 0 0 500px;
  font-family: Tahoma;
  font-size: 10px;
  color: #fff;
  background: #B48455;
}
#twiins_player .buttons {
  width: 80px;
  padding: 8px 0 0 0;
  _padding: 12px 0 0 0;
  float: left;
  position: relative;
}
#twiins_player .buttons a  {
  border: 0px solid blue;
}
#twiins_player .buttons a img.previous {
  top: 15px;
  left: 0;
  position: absolute;
}
#twiins_player .buttons a img.stop {
  top: 15px;
  left: 30px;
  position: absolute;
}
#twiins_player .buttons a img.next {
  top: 15px;
  left: 48px;
  position: absolute;
}
#twiins_player .buttons .button_play {
  width: 4px;
  height: 7px;
  font-size: 7px;
  top: 15px;
  left: 17px;
  position: absolute;
  background: url("/fileadmin/template/img/button_play.jpg") no-repeat;
}
#twiins_player .buttons .button_pause {
  width: 4px;
  height: 7px;
  font-size: 7px;
  display: block;
  top: 15px;
  left: 17px;
  position: absolute;
  background: url("/fileadmin/template/img/button_pause.jpg") no-repeat;
}
#twiins_player #posuvnikWrap {
  width: 65px;
  height: 35px;
  line-height: 35px;
  position: relative;
  cursor: pointer;
  float: left;
  color: #fff;
  background: url("/fileadmin/template/img/bg_posuvnik_wrap.jpg") repeat-x;
}
#twiins_player #posuvnikWrap #posuvnik {
  width: 7px;
  height: 7px;
  font-size: 7px;
  top: 15px;
  left: 0;
  position: absolute;
  background: #fff;
}
#twiins_player .playing {
  width: 200px;
  padding: 8px 0 0 0;
  float: left;
}
#twiins_player .playing span {
  padding: 0 10px 0 10px;
}
#twiins_player .playing span.red {
  padding: 0;
  color: #A00D00;
}