.blackbar {
	color: #000000;
}
.cellbackground {
	background-image: url(../images/sheetmusic2.jpg);
	background-repeat: repeat-y;
}
.pagebackground {
	background-color: #000000;
	background-image: url(../images/sheetmusicblack.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
body{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
table{
clear:both;}
.greenLine {
	color: #009966;
}
.purpleLine {
	color: #9999CC;
}
.redLine {
	color: #CC6666;
}
a.purchase:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #003399;
	text-decoration: none;
}
a.purchase:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #003399;
	text-decoration: none;
}
a.purchase:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: none;
}
a.purchase:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #003399;
	text-decoration: none;
}
a.testimonials:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #003399;
	text-decoration: none;
}
a.testimonials:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #003399;
	text-decoration: none;
}
a.testimonials:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: none;
}
a.testimonials:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #003399;
	text-decoration: none;
}

/* Product Rows =====================*/
.product{
background:#ebd6d6;
border:5px solid black;
margin:20px;
padding:15px;
text-align:left;
clear:both;
}

.product_image {
float:left;
margin-right:15px;
height:270px;

}
.product_desc{

height:270px;
}


/* Navigation ======================*/
#nav{padding:0px; margin:0px; margin-bottom:25px;}
#nav li{
list-style:none;
float:left;
padding:0px;
margin:0px;

padding-bottom:10px;

}
#nav li a{
display:block;
width:179px;
padding:4px 10px;
font-size:20px;
color:#000;
text-decoration:none;



}
#nav li a:hover{color:#fff;}

#nav li.about a, #nav li.about_active a{background:#99cc99;}
#nav li.products a,#nav li.products_active a{background:#cc9999;}
#nav li.artists a ,#nav li.artists_active a{background:#9999cc;}
#nav li.samples a, #nav li.samples_active a{background:#cccc99;}

#nav li.about:hover, #nav li.about_active{border-bottom:5px solid #99cc99; padding-bottom:5px;}
#nav li.products:hover, #nav li.products_active{border-bottom:5px solid #cc9999; padding-bottom:5px;}
#nav li.artists:hover, #nav li.artists_active{border-bottom:5px solid #9999cc; padding-bottom:5px;}
#nav li.samples:hover, #nav li.samples_active{border-bottom:5px solid #cccc99; padding-bottom:5px;}