* {
	padding: 0;
	margin: 0;
}
body {
	background: #DAE3EC;
	font: 1em Verdana, sans-serif;
	line-height: 180%;
	color: #000;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	color:#484C50;
	font-weight:300;
	font-size:150%;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	color: #8A3A52;
	font-weight:200;
	font-size: 125%;
}
h3 {
	margin: 8px 0 5px 0;
	font-weight:bold;
	color: #4A7969;
	font-size:90%;
	text-transform:uppercase;
	letter-spacing:.05em;
	line-height:normal;
}
h3 a {
	color: #4A7969;
}
h4 {
	padding: 0;
	margin: 0 0 5px 0;
	color: #000;
	font-weight:300;
	font-size: 80%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing:20%;
	line-height:normal;
}
h5 {
	margin-top: 15px;
}
hr {
	clear:right;
	margin: 10px 0;
	border: none 0;
	border-bottom: 1px dashed #BBB8B8;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
p {
	margin: 1.4em 0;
	font-size: 80%;
	color: #333;
	line-height: 140%;
	font-weight:300;
}
p a, #main li a {
	color: #633;
	text-decoration:none;
	font-weight:bold;
}
p a:hover, #main li a:hover {
	color:#000;
	border-bottom: 1px solid #000;
	background-color: #76AC98
}
img {
	border: none;
}
#centercol {
	padding-left:10px;
	margin: 0 auto;
	width: 770px;
	background:url(../images/global/bodybg.gif) repeat-y;
}

.strong {font-weight:bold;}
.ital {font-style:italic;}
dl {margin-left:50px;}
dt, dd {font-size: 80%; margin:0; padding:0; line-height:1.3;}
dt {width:100px; float:left;}
/* - - - - - - - - - - - - - - Header. Amidons photo, and image/text link to home page - - - -  */
#header {
	height:194px;
	width: 746px;
	background: #484C50 url(../images/global/amidons_headerphoto.jpg) no-repeat left top;
}
#header img {
	padding-left:265px;
	padding-top: 10px;
	border:none;
}
#header h1 {
	display:none;
}
/*- - - - - - - - - - - - - The Drop-down menu - - - - - - - - - - - - */
#topnav {
	/*positions the menu to the right & inline with the header photo*/
	float:right;
	list-style-type:none;
	margin-right:25px;
	width:492px;
	line-height:normal;
	background: #484C50 url(../images/global/topnavbg.gif) repeat-x bottom;
	position:relative;
	top:-30px;
	font-size: 90%;
	text-align:center;
}
#topnav li {
	float:left;
	position: relative;
	width: 80px;
	height: 30px;
	background: url(../images/global/right_off.gif) no-repeat right top;
	font-family:Georgia, "Hoefler Text", Times, serif;
}
#topnav li a {
	display:block;
	background:url(../images/global/left_off.gif) no-repeat left top;
	padding:5px 4px 4px 4px;
	color:#000;
	text-decoration:none;
}
#topnav li a:hover {
	color: #fff;
}
#topnav li:hover ul, li.over ul {
	display: block;
}
/*- - - - - - - - - - - - - Sub-menus for topnav area - - - - - - */
#topnav li ul {
	display: none;
	position: absolute;
	list-style-type:none;
	margin-top: 3px;
	border:0;
	outline: 1px solid #DAE3EC;
}
#topnav li ul li {
	height:auto;
	font-variant:normal;
	text-transform:none;
	background: #fff url(../images/global/menu_gradient.jpg) repeat-y;
	border-bottom: 1px dashed #fff;
}
#topnav li ul li a {
	padding-bottom:5px;
	color: #484C50;
	background: #fff url(../images/global/menu_gradient.jpg) repeat-y;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}
#topnav li ul li a:hover {
	color: #484C50;
	background: #fff;
}
#topnav li > ul {
	top: auto;
	left: auto;
}
/* - - - - - - - - - - - -'Current' tab in topnav area - - - - - - - - - - - -  - */
#topnav #current {
	background-image:url(../images/global/right_on.gif);
}
#topnav #current a {
	padding-bottom:5px;
	background-image:url(../images/global/left_on.gif);
}
#topnav #current a:hover {
	color:#000;
}
#topnav #current ul li a {
	padding-bottom:5px;
	color: #484C50;
	background: #fff url(../images/global/currentmenu_gradient.jpg) repeat-y;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}
#topnav #current ul li a:hover {
	color: #484C50;
	background: #fff;
}
/* - - - - - - - - - - -The Side Column - - - - - - - - - - - - - - - - - */
#side {
	padding-top:30px;
	margin-left: 20px;
	float:left;
	width: 200px;
}
#side p {
	font-size:70%;
}
#side ul {
	line-height:normal;
	margin-left:10px;
	list-style-image:url(../images/global/sidelist.png)
}
#side li {
	padding: 0 0 5px 0;
}
#side li li {
	padding: 0 0 2px 10px;
}
#side ul li a {
	font-size: 80%;
	line-height: 1;
	color: #633;
	text-decoration:none;
}
#side ul li a.current {
	background-color:#eee;
	padding: 3px 8px;
	margin-left:-8px;
}
#side ul li a:hover {
	text-decoration:underline;
}
#side h3 {
	padding:0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - Main content- - - - - - - - - - */
#main {
	margin: 0 0 0 254px;
	padding-left:25px;
	background-color:#fff;
	border-left: 1px solid #CECFC6;
	width: 450px;
}
#main ul {
	list-style-type:none;
}
#main ul li {
	padding: 0 0 5px 15px;
	background:url(../images/global/mainlist.png) no-repeat top left;
}
.main_img_right {
	float:right;
	clear:right;
	border: 1px solid #cecfc6;
	padding: 3px;
	background-color: #fff;
	margin: 0 0 5px 5px;
}
.main_img_left {
	float:left;
	clear:left;
	display:inline;
	border: 1px solid #cecfc6;
	padding: 3px;
	background-color: #fff;
	margin: 0 5px 5px 0;
}
blockquote.pullquote {
	float: right;
	clear:right;
	width: 150px;
	margin: 10px 0 10px 15px;
	padding: 0;
	font: 120% georgia, palatino, serif;
	color: #333;
	text-align: center;
}
.indent {
	margin-left:25px;
}
.attribute {
	font:10px Verdana, sans-serif;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -for the store - - - - - - - */

.detail_nav {
	float:right;
	margin: 0 0 10px 10px;
	width: 160px;
	text-align:left;
	font: 80% Verdana, sans-serif;
	line-height: 1;
	color: #333;
}
.audio {
	padding: 0 0 0 15px;
	margin-bottom:6px;
	background: #fff url(../images/global/audio.png) no-repeat left top;
}
#main ul, ol {
	padding: .5em 0;
	margin-left:20px;
	font-size: 80%;
	color: #242424;
	line-height: 140%;
	font-weight:300;
}
#main ol li {
	padding: 0 0 0 15px;
	margin-bottom: 6px;
}
/* downloads pages */
p.strong {
	font-weight:bold;
}
#downloads-list {
	clear:both;
	border-top:1px dashed #ccc;
	margin:0 40px 0px 80px;
}
#downloads-list h3 {
	width:260px;
	float:left;
	line-height:1.1
}
#downloads-list a.audio {
	padding: 0 0 0 15px;
	margin-bottom:0px;
	background: #fff url(../images/global/audio.png) no-repeat left 5px;
}
#downloads-list object.dewplayer {
	margin:5px 20px 0 0;
}
#downloads-list a.ec_ejc_thkbx {
	position:relative;
	top:2px;
}
#downloads-list p {
	clear:left;
	margin:5px 80px 5px 0px;
	text-align:right;
}
#downloads-list p a {
	font-weight:normal;
}
.download {
	position:relative;
}
.more {
	position:absolute;
	visibility:hidden;
	width:250px;
	background-color:#dfdfdf;
	color:#000000;
	z-index:1;
	left: 445px;
	top: 10px;
	padding:10px;
}
span.link {
/*position: relative;*/
}
span.link a span {
	display: none;
}
span.link a:hover {
}
span.link a:hover span {
	display: block;
	text-align:left;
	position: absolute;
	left:230px;
	bottom:20px;
	/*margin-top: 10px; 
    	margin-left: -10px;*/ 
	width: 330px;
	padding: 20px;
	z-index: 100;
	color: #000000;
	background: #dfdfdf;
}
/*-------------------------footer*/
#footer {
	clear:both;
	background: #484C50;
	text-align: center;
	font-size: 80%;
	width:746px;
	height:30px;
}
#footer a {
	text-decoration: none;
	color: #fff;
	border:none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	padding: 10px 0;
}
/*-----------sheet music download home */

#download-home {
	background-color:#484C50;
	color:#fff;
	padding:30px 3px;
	margin-right:24px;
}
#download-home h1, #download-home h2, #download-home h3, #download-home p {
	color:#fff;
	font-weight:normal;
	clear:none;
}
#download-home h1, #download-home p {
	text-align:center;
}
#download-home h3 {
	text-align:right;
	padding-right:18px;
}
#download-home ul {
	font-size:.76em;
	list-style-type:none;
	min-height:7.2em;
}
#download-home li {
	padding-left:20px;
	background-image:url(../images/spicon.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
}
#download-home a {
	color:#fff;
	text-decoration:none;
}
#download-home a.buy {
	display:block;
	float:right;
	margin-right:10px;
}
.download-category {
	width:30%;
	float:left;
	margin-left:3%;
	margin-bottom:2em;
}
#download-home li.dew {
	background-image:none;
	position:relative;
	height:25px;
	padding-left:0;
}
#download-home li object {
	position:absolute;
	z-index:0;
	top:3px;
}
#download-home li span {
	color:#444;
	display:block;
	position:absolute;
	z-index:99;
	margin-left:70px;
}
br.clear {
	clear:both;
}
div.downloads {
	position:relative;
}
div#header.downloads h1.image-rep {
	position:absolute;
	display:block;
	top:0px;
	left:15px;
	text-align:left;
}
div.downloads h1.image-rep a {
	color:#fff;
	text-decoration:none;
}
#header.downloads {
	height:56px;
	background-image:none;
}
#header.downloads h1.image-rep {
	width: 220px;
	height: 56px;
}
#header.downloads h1.image-rep span {
	background: url(../images/global/title_text-mini.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#side.downloads-nav {
	width:160px;
	padding:20px 30px;
}
p a.ec_ejc_thkbx {
	margin-bottom:.5em;
	border:0;
}
p a.ec_ejc_thkbx:hover {
	margin-bottom:.5em;
	border:0;
}
.how {
	margin:20px 0px 0;
}
#how-it-works {
	padding:0 100px 0 85px;
}
#main p.strong {margin-right:30px;}

p.see-also {padding-bottom:1em;}
a#easter,
a#christmas {color:red; font-weight:bold; font-size:1.2em; margin-bottom:.5em;}
a#easter {color:green;}
a#easter:hover,
a#christmas:hover {color:#000;}

p.small {font-size:.7em;}
