/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
body, p, td {
	font: normal 11px Tahoma;
}

/* Defines the body tag */
body {
	background: #1F1F1F;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div {
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {
	color: #EEEEEE;
	padding-right: 10px;
	padding-left: 10px;
}

/* GENERAL H1 TAG */
h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* GENERAL H2 TAG */
h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #C0C0C0;
}

img {
	border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: normal;
	color: #666666;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;}

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 10px auto;
	width: 770px;}

/* DIV HEADER */
div#header {
	width: 770px;
	height: 200px;}

div#flash {
	position: absolute;
	top: 0;
	left: 0;
	width: 770px;
	height: 200px;
	z-index: 1;}

div#address {
	position: absolute;
	top: 236px;
	left: 10px;
	font-size: 10px;
	width: 400px;
	color: #fff;}
	#address span {
		font-size: 14px;
		font-weight: bold;}
	#address strong {
		color: #fff;}
	#address a {
		color: #fff;}
	#address a:hover {
		color: #003399;}
	#address dl {
		margin: 0;}
	#address dt {
		margin: 0;}
	#address dt.leftcol {
		float: left;
		width: 200px;
		height: 70px;}

/* DIV BODY */
div#body {
	background: #000000 url(images/body_home_bg.gif) no-repeat left top;
	width: 770px;
	padding: 0;
	text-align: justify;
	margin: 0px;
}

div#content {
	width: 770px;
	padding-top: 80px;
	padding-bottom: 10px;
}
	#content h1{
	position: absolute;
	top: 265px;
	right: 10px;
	width: 200px;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #EEEEEE;
}
	#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
	#content p {
	margin: 10px;
	color: #EEEEE;
	line-height: 15px;
	font-size: 11px;
}
	#content dl {
		margin: 10px;}
	#content dt {
		font-weight: bold;
		font-size: 14px;}
	#content dd {
		margin: 10px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	height: 54px;
	text-align: center;
	font-size: 10px;
	background: url(images/footer_bg.jpg) no-repeat left top;}

	/* DIV UTILITY NAV */
	div#utilnav {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding: 13px 0 0px;
	color: #666666;
}
		#utilnav a {
	text-decoration: none;
	font-size: 11px;
	color: #EEEEEE;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		clear: both;
		font-size: 9px;
		color: #666666;
		padding: 10px 0 3px;}
		#copyright a {
			text-decoration: underline;
			color: #EEEEEE;}
		#copyright a:hover {
			text-decoration: underline;
			color: #FFFFFF;}

/* Styles the table that serves as the container for the content and navigation.*/
table#tblcontainer {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#tblcontainer td {
	margin-left: 50px;
	float: right;
	vertical-align: top;
}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img.left {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #1F1F1F;
	padding: 2px;
}
strong {
	color: #990000;
}
img.right {
	float: right;
	clear: both;
	border: 1px solid #1F1F1F;
	padding: 2px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 12px;
}

img.rightguitars {
	float: right;
	clear: none;
	margin-top: 0;
	margin-right: 80px;
}
clear {
	clear: both;}


/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	width: 770px;
	background: url(images/NAV_BG.GIF) top left no-repeat;
	height: 28px;
}
	
div#nav li a#current{
	background: url(images/nav_current.gif) top left no-repeat;
	color: #990000;
	text-transform: uppercase;}
	
div#nav li a#current:hover{
	background: url(images/nav_current.gif) top left no-repeat;
	color: #FFFFFF;
	text-transform: uppercase;}

/* UL TAG */
div#nav ul {
	margin: 0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:uppercase;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding: 8px 15px;
	color:#ccc;
	text-decoration:none;
	background: none;
	font-weight: bold;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background:  url(images/NAV_ON.GIF) top left no-repeat;
	color: #FFFFFF;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#info {
	position: absolute;
	top: 230px;
	left: 458px;
	width: 300px;
	z-index: 2;}

/* UL TAG */
div#info ul {
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
	text-transform: lowercase;
	float: right;} 

div#info li {
	float: right;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;}

div#info li a {
	display: block;
	padding: 2px 0px;
	width: 80px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-align: center;}

div#info li a:hover {
	color: #c00;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
img.content {
	float: left;
	border: 1px solid #000000;
}
table#content {
	padding: 6px;
	float: left;
	margin-left: 35px;
	text-align: left;
	vertical-align: top;
	width: 720px;
}


table#contentguitars {
	padding: 6px;
	float: left;
	margin-left: 35px;
	text-align: left;
	vertical-align: top;
	width: 700px;
	margin-bottom: 15px;
}

ul, ol {
	margin: 0;
	padding: 0 40px 16px 40px;
	line-height: 20px;
	color: #EEEEEE;
	list-style-image: url(images/bullet.gif);
}

div#flashcontent {
	float: left;
	margin-left: 70px;
}
div#contentfinish {
	width: 750px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

table#contentlink {
	padding: 6px;
	float: left;
	margin-left: 60px;
	text-align: left;
	vertical-align: top;
	width: 650px;
	margin-top: 60px;
	margin-bottom: 10px;
}

table#contentartist {
	padding: 6px;
	float: left;
	margin-left: 20px;
	text-align: left;
	vertical-align: top;
	width: 720px;
	margin-top: 85px;
}
img.leftnoborder {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
}
div#rightcol {
	float: right;
	width: 190px;
	margin-right: 12px;
	margin-left: 20px;
	height: 400px;
	margin-top: 15px;
	background-color: #131313;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 20px;
	text-align: left;
	color: #666666;
}

.older {
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 20px;
	text-align: left;
	color: #EEEEEE;
}

img.border {
	border: 1px solid #1F1F1F;
	padding: 2px;
	margin: 0;
}
table#contentshirts {
	color: #FFFFFF;
	padding: 0px;
}
table#contentshirts dt {
	padding: 5px;
}

.center {
	text-align: center;
}

