@charset "ISO-8859-1";
@font-face {
    font-family: 'RadioStarsRegular';
    src: url('font/radiostars-webfont.eot');
    src: url('font/radiostars-webfont.eot?#iefix') format('eot'),
         url('font/radiostars-webfont.woff') format('woff'),
         url('font/radiostars-webfont.ttf') format('truetype'),
         url('font/radiostars-webfont.svg#webfonto0FHfmnM') format('svg');
    font-weight: normal;
    font-style: normal;
}
a.noline {
  border-bottom: none;
}
.hide {
  display: none;
}
.secBox {
	/*background: rgba(0,0,0,.3) url(/images/v3_sec-bg-full.jpg) no-repeat right top;*/
	padding: 6px 10px 10px;
	display: block;
	overflow:hidden;
	height:auto;
}
#col1 .secBox,#home-col2 .secBox  {
	background: rgba(0,0,0,.3);
}
#home-col2 .secBox {
  margin-top: 10px;
}
.secBox2 {
	background: url(/images/v2_background2.jpg);
	border: 1px solid #666666;
	padding: 6px 10px 10px;
	display: block;
	overflow:hidden;
	height:auto;
}
h2 {
	font-family:'RadioStarsRegular', Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	font-family:'RadioStarsRegular', Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin: 6px;
}
.secBox2 h2 {
	font-family:'RadioStarsRegular', Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	border-bottom: 1px solid #336699;
	margin: 0px 0px 10px;
	color: #FFFFFF;
	background: url(none);
}

.secItem {
	clear: both;
	margin-bottom:15px;
	display: block;
	overflow:hidden;
	height:auto;
	padding: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	}
	
.secItem img {
	border:solid 1px #FFFFFF;
}
.secItem h3 {
  
}
.view-more a {
  display: block;
  float: right;	
  background: #282827;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 10px;
  border-bottom: none;
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,.3);

}
.repeat_homenews {
	margin: 0px 5px 8px;
	padding: 10px;
	background: rgba(0,0,0,.3) url(/images/v3_front-news.jpg);
	float: left;
	width: 260px;
	height: 170px;
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,.3);
}
.bottomCurl {
	background: url(/images/secBg_curl2.jpg) no-repeat left bottom;
	height: 67px;
	width: 130px;
	position: relative;
	z-index: 0;
	left: 0px;
	bottom: 0px;
	clear: both;
	float: left;
}

.repeat_hometour .content_titles a {
	margin: 0px 0px 4px;
	padding: 2px 0 2px 0px;
	font-size: 12px !important;
	color: #fff !important;
	font-weight: normal;
}
#homeTour .repeat_hometour {
  padding-bottom: 15px;
}
.discAlbum {
	padding: 5px;
	float: left;
	width: 200px;
	margin-right: 10px;
}
.discCat {
	clear: both;
	margin-bottom: 10px;
	display: block;
	overflow:hidden;
	height:auto;
	border-top: 2px solid #FFFFCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-top: 10px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
div.disc_titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:4px;
	
}

.buylinks {
	font-size: 12pt;
	font-weight: bold;
}
.no_underline a, .no_underline a:visited, .no_underline a:hover {
	border-bottom: none;
	background-color:transparent;
	display:inline;
}
a.no_underline:link, a.no_underline:visited, a.no_underline:hover {
	border-bottom: none;
	background-color:transparent;
	display:inline;
}
.footerContent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	z-index: 20;
	font-size: 10px;
	color: #999999;
	text-align: center;
	position: relative;
}
.footerL {
	float: left;
	z-index: 1;
	background: url(../images/footer_scroll_L.gif) left;
	height: 80px;
	width: 255px;
	position: absolute;
	bottom: auto;
}
.footerR {
	float: right;
	z-index: 1;
	background: url(../images/footer_scroll_R.gif) right;
	height: 80px;
	width: 255px;
	position: absolute;
	bottom: auto;
	right: 900px;
}

/* SEARCH BOX
*********************************/
#searchbox {
  display: block;
  background: url(/images/v3_search-box.jpg) no-repeat center center;
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}
#searchbox form {
  padding: 0 11px;
}
#searchbox label {
	font-family:'RadioStarsRegular', Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #FFF;
}
#searchbox input {
}
#searchbox input.searchfield {
  height: 14px;
}
#searchbox input.submit-btn {
  height: 20px;
  position: relative;
  top:6px;
}

/* HOME PAGE
*********************************/
#home-top {
  width: 100%; 
  padding-top: 0px;
  padding-bottom: 20px; 
  margin-top: 0px; 
  height: auto; 
  display: block; 
  overflow: hidden;
}
#bandphoto {
  width:550px; 
  height:320px; 
  margin: 0 20; 
  padding-top:0px; 
  text-align:center;
  float:left;
}
#home-promo {
  float:right; 
  width:300px; 
  height:auto; 
  margin:0px ;
}
#homeNews {
  position: absolute;
  /*background: url("/images/v2_background2.jpg") repeat scroll 0 0 transparent;*/
  width: 100%;
  left:50%;
  margin-left: -50%;
  -moz-box-shadow: 0px 0px 20px #451912;
  -webkit-box-shadow: 0px 0px 20px #451912;
  box-shadow: 0px 0px 20px #451912;
}
#homeNews .secBox {
	background-color: rgba(0,0,0,.3);
	padding: 6px 10px 10px;
	display: block;
	overflow:hidden;
	height:260px;
	margin:0 auto;
	width: 895px;
}
#homeNews .secBox .center {
  margin: 0 auto;
  width: 875px;
}
#homeNews .secBox .center .view-more a {
  margin-right: 10px;
}
#homeNews h2 {
  border: none;
}
#homeNews-spacer {
  display: block;
  height: 300px;
}
#home-col1 {
  width:400px;
  height:auto;
  float:left;
}
#home-col2 {
  width:470px;
  height:auto;
  float:right;
}
#homeTour {
  background: none;
}
#homeLogin {
  background: none;
  padding: 6px 0 10px;
}


/* MAIN MENU 
*******************************/
.menu-holder {
  background:transparent url(/images/v4_menubar.png) repeat-x center center;
  position: absolute;
  width: 100%;
  left:50%;
  margin-left: -50%;
  top: 188px;
  z-index: 5;
  height: 41px;
}
ul#main-menu {
  width:930px;
  margin: 4px auto 0;
  height: 33px;  
  padding: 0;
}
ul#main-menu a {
  border-bottom: none;
}
ul#main-menu li {
  position: relative;
  display: block;
  float: left;
}
ul#main-menu li a {
  display: block;
  color: #FFF;
	font-family:'RadioStarsRegular', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 33px;
	padding: 0 11px;
}
ul#main-menu li a:hover {
  background: rgba(0,0,0,.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
  box-shadow: 0px 0px 2px rgba(0,0,0,.3);	
}
ul#main-menu li:hover {
  background: rgba(0,0,0,.3);
}
ul#main-menu li ul {
  display: none;
  position: absolute;
  top:33px;
  left:-50px; 
  visibility: hidden;
  /*width: 400px;*/
  margin: none;
  padding: none;
}
ul#main-menu li:hover ul {
  visibility:visible;
  display: block;
  padding-bottom: 4px;  
}
ul#main-menu li:hover ul li {
  display: block;
  width: 120px;
  float: none;
}
ul#main-menu li:hover ul li a {
  display: block;
  background: rgba(0,0,0,.7);
  color: #FFF;
	font-family:'RadioStarsRegular', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 26px;
	padding: 0 10px;
	margin:1px;
	border: 1px solid #666;
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
  box-shadow: 0px 0px 2px rgba(0,0,0,.3);	
}
ul#main-menu li:hover ul li a:hover {
  background: rgba(0,0,0,.7);
} 


/* NEW DATE STUFF*/
.repeat_class {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.repeat_class:before, .repeat_class:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.repeat_class:after {
  clear: both;
}

.tour-extra-info {
	float: left;
}
.tour-onsale-date {
	float: right;
}
.tour-buy-now {
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}

