@charset "UTF-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	background-color: #0d0d0d;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 24px;
	height: 100%;
	
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
		color: #ffffff;


}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 10px;
}


.rule {
	clear: both;
	margin-top: 15px;
	height: 15px;
	border-top: 1px solid #666666;
}

ul {
	padding: 0 0 0 24px;
	line-height: normal;
	margin: 0 0 30px 0;
	
}

li {
	padding-bottom: 5px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}

.border {
	border: 1px solid #211c14;
}




/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	}

h6 {
	margin: 0px;
	line-height: normal;
	color: #20522b;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;

}

.larger {
	font-size: 20px;
	color: #CCCCCC;
}

.caps {
	text-transform: uppercase;
	font-weight:bold;
	color: #CCCCCC;
	font-size: 14px;
}


/* ------- LAYOUT ------- */

#wrapper {
	margin: 20px auto;
	width: 980px;
	
	
	
}

#logo {
	margin-top: 110px;
}

#main-container {
	background-color: #000000;
	border: 1px solid #211c14;
		height: 600px;

	
}

#sub-container {
}


#footer {
	clear: both;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	color: #666666;
	
}

#footer a {
	text-decoration: none;	
	color: #666666;

}

#footer a:hover {
	color: #333333;
	
}

#left-column {
	float: left;
	display: inline;
	width: 190px;
	padding: 64px 0 64px 35px;
	
}

#right-column {
	float: left;
	display: inline;
	width: 753px;
}

#home-images {
	height: 600px;
	width: 753px;
}

.table-wrapper {	
	height: 100%;
}

.table-wrapper td {	
	height: 100%;
	vertical-align: middle;
}

#sub-container {
	padding: 35px;
	height: 530px;
	width: 683px;
}

.bio {
	background-image: url(../images/bio.jpg);
	background-repeat: no-repeat;
}

.listen {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

.store {
	background-image: url(../images/bg-gray.jpg);
	background-repeat: repeat-y;
}

.audio {
	background-image: url(../images/audio.jpg);
	background-repeat: no-repeat;
}

.studio {
	background-image: url(../images/studio.jpg);
	background-repeat: no-repeat;
}

.press {
background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
}

.video {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

.contact {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
}

#sub-scroll {
	background-image: url(../images/bg.png);
	border: 1px solid #211c14;
	padding: 35px;
	height: 458px;
	width: 611px;
		overflow: auto;

}

.listen-table {
	width: 595px;
	line-height: 18px;
}

.listen-table td {
	vertical-align: top;
	padding-bottom: 10px;

}


.listen-table img {
	border: 1px solid #211c14;
	margin-top: 5px;


}


.listen-table object {
margin-top: 5px;

}

.table-normal td {
	vertical-align: top;
}



/* ------- MENU ------- */

ul#topnav {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
ul#topnav li {
	margin: 0; 
	padding: 0;
}
/*--CSS Sprites - Default State--*/
ul#topnav a {
	float: left;
	display: block;
	height: 33px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left 0;
}
/*--CSS Sprites - Hover State--*/
ul#topnav a:hover {
	background-position: left -33px;
}
/*--Assign an image and width to each link--*/
ul#topnav li.home a {
	background-image: url(../images/home.gif);
	width: 190px;
}
ul#topnav li.bio a {
	background-image: url(../images/bio.gif);
	width: 190px;
}
ul#topnav li.listen a {
	background-image: url(../images/listen.gif);
	width: 190px;
}
ul#topnav li.store a {
	background-image: url(../images/store.gif);
	width: 190px;

}
ul#topnav li.studio a {
	background-image: url(../images/studio.gif);
	width: 190px;

}
ul#topnav li.press a {
	background-image: url(../images/press.gif);
	width: 190px;

}
ul#topnav li.video a {
	background-image: url(../images/video.gif);
	width: 190px;

}
ul#topnav li.contact a {
	background-image: url(../images/contact.gif);
	width: 190px;
}

#home li.home a,
#bio li.bio a, 
#listen li.listen a, 
#store li.store a, 
#studio li.studio a,
#press li.press a,  
#video li.video a, 
#contact li.contact a
{
	background-position: left bottom;
}



