﻿a:link  {color: #0000FF; text-decoration: underline}
a:visited {color:#ab2aa9; text-decoration: underline }
a:hover  {color: #0000FF; text-decoration: none }
a:active {color: #30b92d; text-decoration: none }

.container {
	width:960px;
	margin:auto;
	background-color: white;
	padding:30px;
	border:1px black solid;
	position:relative;
	color:black;
}

.menubutton:visited {
	width:133px;
	height:35px;
	text-decoration:none;
	display:block;
	background-position:0 0;
	outline:none;	
}

.menubutton:link {
	width:133px;
	height:35px;
	text-decoration:none;
	display:block;
	background-position:0 0;
	outline:none;	
}

.menubutton:hover	{ background-position:0 -100px; }
.menubutton:active	{ background-position:0 -200px; }

#Content {
	width:740px;
	min-height:550px;
}

.centertext {
	text-align:center
}

p {
	margin:15px 0;
	color: #000000;
}

.albumlist {
	border-top:1px #e0e0e0 solid;
	border-bottom:1px #e0e0e0 solid;
}

h1 {
	height:60px;
	padding:10px;
}

h2 {
	font-style: italic;
	height: 60px;
}

.tablehead {
	font-weight: bold;
	font-size: 11pt;
}

.dlchords {
	background-image:url('images/New/DownloadChords.png');
	height:60px;
	width:60px;
	margin-left:15px;
}

.dloverhead {
	background-image:url('images/New/DownloadOH.png');
	height:50px;
	width:50px;
	margin-left:20px;
}

.download:focus {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	outline: none;
	text-indent: -10000px;
	text-align: center;
}

.download:visited {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	outline: none;
	text-indent: -10000px;
	text-align: center;
}

.download:link {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	outline: none;
	text-indent: -10000px;
	text-align: center;
}
.download:hover {
	background-position: 0px -200px;
	background-repeat:no-repeat;
	text-decoration: none;
	display: block;
	outline: none;
	text-indent: -10000px;
}
.download:active {
	background-position: 0px -100px;
}


.linktotop {
	font-size: 8pt;
	text-align: center;
}
.customers {
	width: 359px;
	font-size: inherit;
	font-weight: bold;
	color: #008000;
	text-align: right;
}
.buy:link, .buy:visited, .buy:hover {
	background-image:url('images/New/Buy-now.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	outline: none;
	text-indent: -10000px;
	text-align: center;
	width: 90px;
	height:23px;
}

.buy:active {
	background-position: 0 -100px;
}

.buysmall:link, .buysmall:visited, .buysmall:hover {
	background-image:url('images/New/BuySmall.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	outline: none;
	text-indent: -10000px;
	text-align: center;
	width: 90px;
	height:23px;
}

.buysmall:active {
	background-position: 0 -100px;
}


.breadcrumb {
	text-align:left;
	font-size:7pt;
	margin:0;
}
