@charset "UTF-8";
body  {
	margin:0px;
	background:url(images/main-bg.gif) top left repeat-x;
	background-color:#000;
	padding:0px 0px 0px 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.twoColFixRtHdr #container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #E6EFB6; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #E9F7C2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:10px 0px 20px 0px;
	display: inline;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 370px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display: inline;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E6EFB5;
	text-align:center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {width:300px}
#nav a { border: 1px solid #ccc; background: #fff; text-decoration: none; margin: 0 2px; padding: 3px 5px;  }
#nav a.activeSlide { background: #9DCB3B }
#nav a:focus { outline: none; }

img{border:none;}
a{color:#75a311;font-weight:bold;text-decoration:none;}
a:visited{color:#75a311;font-weight:bold;text-decoration:none;}
a:hover{color:#8D9B93;font-weight:bold;text-decoration:none;}
h1{
	font-size:16px;
	font-weight:normal;
	color:#fff;
	padding-bottom:10px;
}
h2{
	font-size:16px;
	font-weight:bold;
	color:#75a311;
	padding:0px;
	margin:0px 0px 3px 0px;
}
p{
	margin:0px 0px 12px 0px;
}
ul{
	width:400px;
}
li{
	margin:0px;
}
form{
	margin:0px;
}
input{
	margin:0px;
}
textarea{
}
table{
	margin:0px;
}
.tracks{
	float:left;
	width:545px;
	margin:0px 0px 0px 20px;
}
.table-hdr{
	padding:10px 0 10px 0;
	border-top:dotted 1px #000;
}
.song{
	border-bottom:dotted 1px #000;
	padding:2px 0 2px 0;
}
.song-vert{
	border-bottom:dotted 1px #000;
	border-right:dotted 1px #000;
	padding:2px 7px 2px 0;
}

.featured{
	float:left;
	width:320px;
	margin:0px 0px 0px 20px;
	padding:10px 0 7px 0;
	/*border-bottom:dotted 1px #000;*/
}
.feat-artist{
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
}
.about{
	float:left;
	width:320px;
	margin:480px 0 0 20px;
	padding:15px 0 7px 0;
	border-bottom:dotted 1px #000;
}

.aboutTY{
	float:left;
	width:320px;
	margin:20px 0 0 20px;
	padding:15px 0 7px 0;
	border-bottom:dotted 1px #000;
}
/*rollovers */
#viewCart
{
  display: block;
  width: 83px;
  height: 30px;
  background: url("images/btn-view.gif") no-repeat 0 0;

}

#viewCart:hover
{ 
  background-position: 0 -30px;
}

#viewCart span
{
  display: none;
}

#mp3_1
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_1:hover
{ 
  background-position: 0 -30px;
}

#mp3_1 span
{
  display: none;
}
#mp3_2
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_2:hover
{ 
  background-position: 0 -30px;
}

#mp3_2 span
{
  display: none;
}
#mp3_3
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_3:hover
{ 
  background-position: 0 -30px;
}

#mp3_3 span
{
  display: none;
}
#mp3_4
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_4:hover
{ 
  background-position: 0 -30px;
}

#mp3_4 span
{
  display: none;
}
#mp3_5
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_5:hover
{ 
  background-position: 0 -30px;
}

#mp3_5 span
{
  display: none;
}
#mp3_6
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_6:hover
{ 
  background-position: 0 -30px;
}

#mp3_6 span
{
  display: none;
}
#mp3_7
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_7:hover
{ 
  background-position: 0 -30px;
}

#mp3_7 span
{
  display: none;
}
#mp3_8
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_8:hover
{ 
  background-position: 0 -30px;
}

#mp3_8 span
{
  display: none;
}
#mp3_9
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_9:hover
{ 
  background-position: 0 -30px;
}

#mp3_9 span
{
  display: none;
}
#mp3_10
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_10:hover
{ 
  background-position: 0 -30px;
}

#mp3_10 span
{
  display: none;
}
#mp3_11
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_11:hover
{ 
  background-position: 0 -30px;
}

#mp3_11 span
{
  display: none;
}
#mp3_12
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_12:hover
{ 
  background-position: 0 -30px;
}

#mp3_12 span
{
  display: none;
}

#mp3_13
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_13:hover
{ 
  background-position: 0 -30px;
}

#mp3_13 span
{
  display: none;
}
#mp3_14
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_14:hover
{ 
  background-position: 0 -30px;
}

#mp3_14 span
{
  display: none;
}
#mp3_15
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_15:hover
{ 
  background-position: 0 -30px;
}

#mp3_15 span
{
  display: none;
}
#mp3_16
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_16:hover
{ 
  background-position: 0 -30px;
}

#mp3_16 span
{
  display: none;
}
#mp3_17
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_17:hover
{ 
  background-position: 0 -30px;
}

#mp3_17 span
{
  display: none;
}
#mp3_18
{
  display: block;
  width: 46px;
  height: 30px;
  background: url("images/btn-mp3.gif") no-repeat 0 0;

}
#mp3_18:hover
{ 
  background-position: 0 -30px;
}

#mp3_18 span
{
  display: none;
}
#flac_1
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_1:hover
{ 
  background-position: 0 -30px;
}

#flac_1 span
{
  display: none;
}
#flac_2
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_2:hover
{ 
  background-position: 0 -30px;
}

#flac_2 span
{
  display: none;
}
#flac_3
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_3:hover
{ 
  background-position: 0 -30px;
}

#flac_3 span
{
  display: none;
}
#flac_4
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_4:hover
{ 
  background-position: 0 -30px;
}

#flac_4 span
{
  display: none;
}
#flac_5
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_5:hover
{ 
  background-position: 0 -30px;
}

#flac_5 span
{
  display: none;
}
#flac_6
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_6:hover
{ 
  background-position: 0 -30px;
}

#flac_6 span
{
  display: none;
}
#flac_7
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_7:hover
{ 
  background-position: 0 -30px;
}

#flac_7 span
{
  display: none;
}
#flac_8
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_8:hover
{ 
  background-position: 0 -30px;
}

#flac_8 span
{
  display: none;
}
#flac_9
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_9:hover
{ 
  background-position: 0 -30px;
}

#flac_9 span
{
  display: none;
}
#flac_10
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_10:hover
{ 
  background-position: 0 -30px;
}

#flac_10 span
{
  display: none;
}
#flac_11
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_11:hover
{ 
  background-position: 0 -30px;
}

#flac_11 span
{
  display: none;
}
#flac_12
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_12:hover
{ 
  background-position: 0 -30px;
}

#flac_12 span
{
  display: none;
}
#flac_13
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_13:hover
{ 
  background-position: 0 -30px;
}

#flac_13 span
{
  display: none;
}
#flac_14
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_14:hover
{ 
  background-position: 0 -30px;
}

#flac_14 span
{
  display: none;
}
#flac_15
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_15:hover
{ 
  background-position: 0 -30px;
}

#flac_15 span
{
  display: none;
}
#flac_16
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_16:hover
{ 
  background-position: 0 -30px;
}

#flac_16 span
{
  display: none;
}
#flac_17
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_17:hover
{ 
  background-position: 0 -30px;
}

#flac_17 span
{
  display: none;
}
#flac_18
{
  display: block;
  width: 48px;
  height: 30px;
  background: url("images/btn-flac.gif") no-repeat 0 0;

}
#flac_18:hover
{ 
  background-position: 0 -30px;
}

#flac_18 span
{
  display: none;
}




#listen_1
{
  display: block;
  width: 57px;
  height: 30px;
  background: url("images/btn-listen.gif") no-repeat 0 0;

}
#listen_1:hover
{ 
  background-position: 0 -30px;
}

#listen_1 span
{
  display: none;
}
#listen_2
{
  display: block;
  width: 57px;
  height: 30px;
  background: url("images/btn-listen.gif") no-repeat 0 0;

}
#listen_2:hover
{ 
  background-position: 0 -30px;
}

#listen_2 span
{
  display: none;
}
#listen_3
{
  display: block;
  width: 57px;
  height: 30px;
  background: url("images/btn-listen.gif") no-repeat 0 0;

}
#listen_3:hover
{ 
  background-position: 0 -30px;
}

#listen_3 span
{
  display: none;
}
#listen_4
{
  display: block;
  width: 57px;
  height: 30px;
  background: url("images/btn-listen.gif") no-repeat 0 0;

}
#listen_4:hover
{ 
  background-position: 0 -30px;
}

#listen_4 span
{
  display: none;
}
#listen_5
{
  display: block;
  width: 57px;
  height: 30px;
  background: url("images/btn-listen.gif") no-repeat 0 0;

}
#listen_5:hover
{ 
  background-position: 0 -30px;
}

#listen_5 span
{
  display: none;
}
#listen_6
{
  display: block;
  width: 57px;
  height: 30px;
  background: url("images/btn-listen.gif") no-repeat 0 0;

}
#listen_6:hover
{ 
  background-position: 0 -30px;
}

#listen_6 span
{
  display: none;
}
#listen_7
{
  display: block;
  width: 57px;
  height: 30px;
  background: url("images/btn-listen.gif") no-repeat 0 0;

}
#listen_7:hover
{ 
  background-position: 0 -30px;
}

#listen_7 span
{
  display: none;
}
#listen_8
{
  display: block;
  width: 57px;
  height: 30px;
  background: url("images/btn-listen.gif") no-repeat 0 0;

}
#listen_8:hover
{ 
  background-position: 0 -30px;
}

#listen_8 span
{
  display: none;
}
#listen_9
{
  display: block;
  width: 57px;
  height: 30px;
  background: url("images/btn-listen.gif") no-repeat 0 0;

}
#listen_9:hover
{ 
  background-position: 0 -30px;
}

#listen_9 span
{
  display: none;
}
#listen_10
{
  display: block;
  width: 57px;
  height: 30px;
  background: url("images/btn-listen.gif") no-repeat 0 0;

}
#listen_10:hover
{ 
  background-position: 0 -30px;
}

#listen_10 span
{
  display: none;
}
#listen_11
{
  display: block;
  width: 57px;
  height: 30px;
  background: url("images/btn-listen.gif") no-repeat 0 0;

}
#listen_11:hover
{ 
  background-position: 0 -30px;
}

#listen_11 span
{
  display: none;
}
#listen_12
{
  display: block;
  width: 57px;
  height: 30px;
  background: url("images/btn-listen.gif") no-repeat 0 0;

}
#listen_12:hover
{ 
  background-position: 0 -30px;
}

#listen_12 span
{
  display: none;
}

