/* root element for tabs  */
ul.css-tabs_home {
	margin:0 !important;
	padding:0;
	height:30px;
	width: 832px;
	background-image: url(../img/bkg_nav.png);
	background-repeat: no-repeat;
	float: left;
	list-style-type: none;
}

/* single tab */
ul.css-tabs_home li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. */
ul.css-tabs_home a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 15px;	
	text-decoration:none;
	height:18px;
	color:#F18D37;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.css-tabs_home a:hover {
	color:#8198B6;
}
	
/* selected tab */
ul.css-tabs_home a.current {
	color:#FFFFFF;	
	cursor:default;
}

/* override the root element to enable scrolling */
#homepanes {
	position:relative;
	overflow:hidden;
	clear:both;
	height: 300px;
	width: 832px;
}

/* override single pane */
#homepanes div {
	float:left;
	display:block;
	width:832px;
	cursor:pointer;
	font-size:14px;
	height: 300px;
}

/* our additional wrapper element for the items */
#homepanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#homepanes .less, #homepanes .less a {
	color:#999 !important;
	font-size:11px;
}
.introframes {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 832px;
}

div.transbox
{
	width: 832px;
	height: 30px;
	background-color: #000000;
	filter:alpha(opacity=60);
	opacity:0.6;
	margin-bottom: 0px;
	z-index: 3000;
	position: relative;
	padding: 0px;
	margin-top: 270px;
}
div.transbox p
{
  margin: 30px 40px;
  font-weight: bold;
  color: #000000;
}
/* root element for tabs */
#homepanetabs {
	height:31px !important;
	margin:0 !important;
	padding:0;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#homepanetabs li {
	float:left;
	text-indent:0;
	list-style-type:none;
}

/* a- tag inside single tab */
#homepanetabs li a {
	display:block;
	height: 31px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#FFFFFF;
	font-size:14px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

#homepanes a {
	color:#cc9;		
	font-size:14px;
}

	
/* tab pane */
div.css-panes_home div.home {
	display:none;
	width: 832px;
	float: left;
	z-index: 0;
	position: relative;
}


/*** Menu ***/

.menu {
	z-index: 0;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;	
}
ul.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 832px;
	background-image: url(../img/bkg_menubar.png);
	background-repeat: repeat-x;
	height: 60px;
	z-index: 0;
}
ul.menu li { display: inline; z-index: 0; }
ul.menu li a {
	text-align: center;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	z-index: 0;
}
ul.menu li.current_page_item a { background: #060708; color: #ffffff; z-index: 0; }

ul.menu li a:hover {
	color: #C89FD7;
	z-index: 0;
}

.menu-nav-divider{width:15px;float:left;overflow:hidden;height:60px;text-align:center;background:url("../img/menu-divider.png") top center no-repeat; z-index: 0;}

/* root element for tabs  */
ul.css-tabs {
	height:32px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

/* single tab */
ul.css-tabs li {
	float:left;
	padding:0;
	list-style-type:none;
	margin: 0;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
font-family: "Trebuchet MS", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
letter-spacing: normal;
line-height: 1.5em;


	float:left;
	display:block;
	text-decoration:none;
	color:#FFFFCC;
	margin-right:4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	padding-right: 10px;
	padding-left: 10px;
}

ul.css-tabs a:hover {
	color:#81B88F;
}
	
/* selected tab */
ul.css-tabs a.current {
	color:#FFFFFF;
	cursor:default;
	background-image: url(../img/bkg_subnavh.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
}
	
/* tab pane */
div.css-panes div.something {
	display:none;
	min-height:600px;
	color: #FFFFFF;
	width: 542px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
}
div.css-panes div.something.hp {
	display:none;
	min-height:600px;
	color: #FFFFFF;
	width: 440px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
}



/* tabs for full page layout  */
ul.css-tabs_full {
	height:30px;
	background-color: #580054;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* single tab */
ul.css-tabs_full li {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* link inside the tab. uses a background image */
ul.css-tabs_full a {
	font-size:13px;
	display:block;
	text-decoration:none;
	height:18px;
	color:#DB8AD9;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
}

ul.css-tabs_full a:hover {
	color:#FFFFFF;
}
	
/* selected tab */
ul.css-tabs_full a.current {
	color:#FFFFFF;	
	cursor:default;
}

	
/* tab pane */
div.css-panes_full div.fullpage {
	display:none;
	min-height:600px;
	color: #FFFFFF;
	width: 100%;
}


/* root element for tabs  */
ul.css-tabs2 {
	margin:0 !important;
	padding:0;
	height:20px;
	width: 560px;
}

/* single tab */
ul.css-tabs2 li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs2 a {
	float:left;
	font-size:13px;
	display:block;
	padding:5px 10px;
	text-decoration:none;
	height:18px;
	color:#9addec;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9addec;
}

ul.css-tabs2 a:hover {
	color:#FFFFFF;
}
	
/* selected tab */
ul.css-tab2s a.current {
	color:#FFFFFF;	
	cursor:default;
}

	
/* tab pane */
div.css-panes2 div.bio {
	display:none;
	min-height:600px;
	color: #FFFFFF;
	width: 522px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

div.css-panes2 div.default {
	display:none;
	min-height:600px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}


/* root element for tabs  */
ul.music-tabs {
	margin:0 !important;
	padding:0;
	height:30px;
	background-color: #580054;
	width: 832px;
}

/* single tab */
ul.music-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.music-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 15px;	
	text-decoration:none;
	height:18px;
	color:#DB8AD9;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.music-tabs a:hover {
	color:#FFFFFF;
}
	
/* selected tab */
ul.music-tabs a.current {
	color:#FFFFFF;	
	cursor:default;
}

	
/* tab pane */
div.music-panes div.music {
	display:none;
	min-height:600px;
	color: #FFFFFF;
	width: 812px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.subnav {
	background-color: #5b320a;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 832px;
}
#homepanes_new {
	position:relative;
	overflow:hidden;
	clear:both;
	height: 430px;
	width: 832px;
}
