/* CSS Document */



body
{
	background-color: #000000; /*#090909;*/ /*#2C2B2B;*/
	margin: 0px;
	padding: 0px;
	/* TEXT STYLING */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	border: 0;
}
img 
{
	border:0;
}


.root
{
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background-color: #141414;
	/* TEXT STYLING */
	text-align: center;
}



.header
{
	width: 770px;
	height: 110px;
	background-color: #000000;
	padding-left: 10px;
	padding-top: 5px;
	margin-left: 10px;
	/* TEXT STYLING */
	text-align: left;
}

*html .header
{
	width: 780px;
	height: 110px;
	padding-left: 10px;
	padding-top: 5px;
	margin-left: 0px;
}



.underbar
{
	width: 780px;
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #141414; /* #667474; */
}



.flashbanner
{
	width: 780px;
	height: 136px;
	background-color: #141414;
	padding: 0px;
	padding-bottom: 6px;
	margin-left: 10px;
}

*html .flashbanner
{
	width: 780px;
	margin-left: 0px;
}



/* MAIN CONTENT OF WEBSITE */



.content
{
	width: 768px; /*height: 300px;*/
	background-color: #DCDCDD;
	padding: 6px;
	margin-left: 10px;
}

*html .content
{
	width: 780px;
	margin-left: 0px;
}



#bgsides 
{
	z-index: -1;
	/*width: 1240px;
	height: auto;
	margin-left: -235;*/
	/*float: left;*/
	
	position: absolute;
	width: 800px; /*1035px;*/
	margin: 0px auto;
	padding: 0px;
	/* TEXT STYLING */
	text-align: center;
}

#bgsideleft
{
	margin-left: -235;
	padding-right: 800px;
}

#bgsideright
{
	
}

#bgsidel 
{
	position: absolute;
	width: 235px;
	height: 632px;
	margin-left: -235px;
	background-image:url('images/bgsmokel.jpg');
}

#bgsider 
{
	position: absolute;
	width: 235px;
	height: 632px;
	margin-left: 800px;
	background-image:url('images/bgsmoker.jpg');
}



#headerContact
{
	width: 450px;
	height: 75px;
	padding-right: 38px;
	color: #bbbbbb;
	font-family: Century Gothic, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
}



.sidepanelright
{
	width: 210px; /*height:300px;*/
	background-color: #C7C8C7;
	border-style: solid;
	border-color: #939291;
	border-width: 0px 1px 1px 1px;
}



.sidepanelcontent
{
	padding: 8px;
	text-align: left;
	font-size: 10px;
	color: #282828;
	line-height: 17px;
}



.sidepaneltitle
{
	padding-bottom: 5px;
	font-size: 13px;
	color: #302C2A;
	font-weight: bold;
}



.sidepaneltxt
{
	padding-top: 5px;
}



.sidepanelfooter
{
	padding-top: 6px;
	text-align: right;
	color: #7D7D7C;
}

.sidepanelfooter A:link
{
	color: #7D7D7C;
	text-decoration: none;
}

.sidepanelfooter A:hover
{
	color: #504D49;
	text-decoration: underline;
}

.sidepanelfooter A:visited
{
	color: #504D49;
	text-decoration: none;
}



.titlebars
{
	/*width: 206px;*/
	height: 16px;
	background: url( 'images/titlebarbg.jpg' ) no-repeat left center;
	background-color: #647070;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #D03027;
	padding-left: 8px;
	padding-top: 4px;
	/* TEXT STYLING */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: left;
}

*html .titlebars
{
	/*width: 210px;*/
	height: 23px;
}

.titlebars H2
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: left;
	font-weight:normal;
}
.titlebars H3
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: left;
	font-weight:normal;
}

.bandlogos
{
	text-align: center;
	font-size: 10px;
	color: #7F7E7D;
}

.bandlogos A:link
{
	color: #7F7E7D;
	text-decoration: none;
}

.bandlogos A:hover
{
	color: #504D49;
	text-decoration: underline;
}

.bandlogos A:visited
{
	color: #504D49;
	text-decoration: none;
}



.artical
{
	text-align: left;
	font-size: 11px;
	color: #282828;
	padding-top: 6px;
	padding-bottom: 6px;
}



.articaltxt
{
	width: 250px;
	padding-left: 6px;
	text-align: left;
	font-size: 11px;
	color: #282828;
	line-height: 17px;
}



/* ----------------------- */



.footer
{
	width: 780px;
	height: 16px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 4px;
	background-color: #141414;
	/* TEXT STYLING */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: right;
}

*html .footer
{
	height: 20px;
	padding-top: 4px;
}



.footer A:link
{
	color: #666666;
	text-decoration: none;
}

.footer A:hover
{
	color: #7D7D7C;
	text-decoration: underline;
}

.footer A:visited
{
	color: #7D7D7C;
	text-decoration: none;
}





/* TAB MENU */



#maintabs
{
	float: right;
	width: 512px; /*445*/
	background-color: #000000; /*background:#EDF7E7;*/
	font-size: 10px;
	line-height: normal;
}

#maintabs ul
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#maintabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#maintabs a
{
	float: left;
	background: url( "images/tableft.jpg" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#maintabs a span
{
	float: left;
	display: block;
	background: url( "images/tabright.jpg" ) no-repeat right top;
	padding: 4px 10px 4px 5px;
	color: #333333;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#maintabs a span
{
	float: none;
}

/* End IE5-Mac hack */

#maintabs a:hover span
{
	color: #FFF;
}

#maintabs a:hover
{
	background-position: 0% -20px;
}

#maintabs a:hover span
{
	background-position: 100% -20px;
}



/* ------- */



