
.be-nice-to-Mac-IE5
{
	font-family: "\"}\"";
	font-family: inherit;
}



/* -- GLOBAL RESETS -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

:focus
{
	/* remember to define focus styles! */
	outline: 0;
}

body
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul
{
	list-style: none;
}

table
{
	/* tables still need cellspacing="0" in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}



/* -- GENERAL REDECLARATIONS -- */

body
{
	background: #361005 url(../images/back.gif) repeat fixed 0 0;
	text-align: center;
	color: #FFF;
	font: normal 12px/15px Arial, sans-serif;	
}

a:link		{ text-decoration: underline; color: #d07610; }
a:visited	{ text-decoration: underline; color: #d07610; }
a:hover		{ text-decoration: underline; color: #ff9900; }
a:active	{ text-decoration: underline; color: #ff9900; }

ul, ol
{

}

ul
{

}

ol
{
	list-style: decimal;
}

ul li
{

}

dl
{

}

dt
{
	font-weight: bold;
}

dd
{

}

p
{

}

h1
{

}

h2
{

}

h3
{

}

h4
{

}

h5
{

}

h6
{

}

hr
{
	display: none;
}

img
{
	border: none;
}

acronym
{
	border-bottom: 1px dotted;
}

blockquote
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}



/* -- IDS -- */

.wrap
{
	width: 899px;
	margin: 0px auto 0px auto;
	text-align: left;
	border-right: 1px solid #b06504;
	border-left: 1px solid #b06504;
	background: #000 url(../images/back_main.gif) no-repeat 0 0;
}

	.head
	{
		height: 230px;
		position: relative;
	}
	
		.head h1
		{
			position: absolute;
			top: 34px;
			left: 15px;
			width: 504px;
			height: 88px;
		}
		
			.head h1 a
			{
				display: block;
				width: 100%;
				height: 100%;
				outline: none;
				text-indent: -8675px;
			}
			
		.head ul
		{
			position: absolute;
			width: 899px;
			height: 36px;
			left: 0px;
			top: 149px;
			background: transparent url(../images/back_menudots.gif) no-repeat 0 0;
		}
		
			.head ul li
			{
				display: inline;
			}
			
				.head ul li a
				{
					display: block;
					width: 100%;
					height: 100%;
					outline: none;
					position: absolute;
					top: 0px;
					height: 36px;
					text-indent: -7867px;				
				}
				
				.head ul li.nav01 a	{ left:18px; width:53px; background: transparent url(../images/menu_button01.gif) no-repeat 0 0; }
				.head ul li.nav02 a	{ left:98px; width:71px; background: transparent url(../images/menu_button02.gif) no-repeat 0 0; }
				.head ul li.nav03 a	{ left:198px; width:98px; background: transparent url(../images/menu_button03.gif) no-repeat 0 0; }
				.head ul li.nav04 a	{ left:322px; width:115px; background: transparent url(../images/menu_button04.gif) no-repeat 0 0; }
				.head ul li.nav05 a	{ left:462px; width:105px; background: transparent url(../images/menu_button05.gif) no-repeat 0 0; }
				.head ul li.nav06 a	{ left:589px; width:75px; background: transparent url(../images/menu_button06.gif) no-repeat 0 0; }
				.head ul li.nav07 a	{ left:688px; width:78px; background: transparent url(../images/menu_button07.gif) no-repeat 0 0; }
				.head ul li.nav08 a	{ left:791px; width:90px; background: transparent url(../images/menu_button08.gif) no-repeat 0 0; }	

				.head ul li a:hover	{ background-position: 0px -36px; }
				.head ul li a:active	{ background-position: 0px -36px; }
		
	.main
	{
		min-height: 406px;
		height: auto !important; /* hack to get min-height to work reliably */
  		height: 406px; /* hack to get min-height to work reliably */
	}
	
		.content
		{
			float: left;
			display: inline;
			
			width: 530px;
			padding: 0px 0px 0px 24px;		
		}
		
			.content h2,
			.content h3,
			.content h4,
			.content h5,
			.content h6,
			.content p,
			.content ul,
			.content ol,
			.content table,
			.content .sep
			{
				margin-bottom: 15px;
			}
			
			.content h2
			{
				font-size: 28px;
				line-height: 29px;
				color: #b0681b;
				font-weight: normal;
				border-bottom: 1px solid #3e260b;
				padding: 0px 0px 15px 0px;
				margin: 0px 0px 15px 0px;
			}
			
			.content h3
			{
				font-weight: bold;
				color: #ff9900;
				margin-bottom: 0px;
			}
			
			.content .sep
			{
				height: 1px;
				border-bottom: 1px solid #3e260b;
			}
		
		.extras
		{
			float: right;
			display: inline;
			
			width: 235px;
			padding: 0px 24px 0px 0px;			
		}
		
			.extrabox
			{
				border: 1px solid #9c601c;
				padding: 8px;
				background-color: #441406;
				margin: 0px 0px 15px 0px;
				font-size: 11px;
			}
			
				.extrabox h4
				{
					color: #4a2a03;
					text-transform: uppercase;
					font-weight: bold;
					line-height: 12px;
					background-color: #9c601c;
					margin: -8px -8px 8px -8px;
					padding: 4px 8px 4px 8px;
				}
				
					.extrabox h4 a:link	{ text-decoration: none; color: #4a2a03; }
					.extrabox h4 a:visited	{ text-decoration: none; color: #4a2a03; }
					.extrabox h4 a:hover	{ text-decoration: none; color: #000; }
					.extrabox h4 a:active	{ text-decoration: none; color: #000; }
				
				.extrabox .featuredrelease
				{
					margin: 8px 0px 0px 0px;
				}
				
					.extrabox .featuredrelease .inset
					{
						float: left;
						display: inline;
						border: 1px solid #000;
						margin: 0px 8px 0px 0px;
						width: 60px;
						height: 60px;
					}
					
					.extrabox .featuredrelease h5
					{
						font-weight: normal;
					}
					
					.extrabox .featuredrelease h6
					{
						font-weight: normal;
					}
					
					.extrabox .featuredrelease .button
					{
						float: left;
						display: inline;
						background-color: #9c601c;
						color: #FFF;
						font-weight: bold;
						margin: 3px 4px 0px 0px;
						padding: 3px 6px 3px 6px;
						line-height: 12px;
						text-transform: uppercase;
					}
					
						.extrabox .featuredrelease a.button:link	{ text-decoration: none; }
						.extrabox .featuredrelease a.button:visited	{ text-decoration: none; }
						.extrabox .featuredrelease a.button:hover	{ text-decoration: none; background-color: #ff9900; }
						.extrabox .featuredrelease a.button:active	{ text-decoration: none; background-color: #ff9900; }
						
				.extrabox ul.tourdateslist
				{
					margin: -8px -8px -8px -8px;
				}
				
					.extrabox ul.tourdateslist li
					{
						padding: 5px 8px 5px 8px;
						margin: 0px;
					}
				
						.extrabox ul.tourdateslist li.alt
						{
							background-color: #571907;
						}
						
						.extrabox ul.tourdateslist li a:link	{ text-decoration: none; color: #FFF; }
						.extrabox ul.tourdateslist li a:visited	{ text-decoration: none; color: #FFF; }
						.extrabox ul.tourdateslist li a:hover	{ text-decoration: underline; }
						.extrabox ul.tourdateslist li a:active	{ text-decoration: underline; }	

	.foot
	{
		background: #9c601c url(../images/back_foot.gif) no-repeat 0 0;
		color: #3f270c;
		padding: 84px 24px 24px 24px;
		font-size: 11px;
	}

		.foot a:link	{ text-decoration: none; color: #3f270c;}
		.foot a:visited	{ text-decoration: none; color: #3f270c; }
		.foot a:hover	{ text-decoration: none; color: #3f270c; border-top: 1px solid #623e16; border-bottom: 1px solid #623e16; }
		.foot a:active	{ text-decoration: none; color: #3f270c; border-top: 1px solid #623e16; border-bottom: 1px solid #623e16; }
		
		.foot .sep
		{
			padding: 0px 2px 0px 2px;
			font-weight: bold;
		}



/* -- CLASSES -- */

.clear
{
	clear: both;
	height: 0px;
	width: 1px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	line-height: 1px;
	font-size: 1px;
	/* display: block; */
}



	





