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



/* MENU */

#mainMenu {
	width:180px; 
	background-color:#336699; 
	font-size:12px; 
	line-height:16px; 
	color:#FFF; 
	text-align:left; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	display:block; 
	text-decoration:none; 
	padding-top:5px; 
	padding-bottom:4px; 
}

#menuItem a {  
	display:block;
	text-decoration:none;
	color:#fff;
	padding-top:6px; 
	padding-bottom:6px; 
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}

#menuItem a:hover {  
	background-color:#CC0000;
	display:block;
	font-weight:bold;
}




/* GENERAL */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#CFDAE2;
}

#mainTable { 
	background-color:#FFF;
	text-align:left;
}

#mainContent {
	padding-left:16px;
	padding-right:16px;
	padding-top:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#000;
	text-align:left;
}

#bottomInfo {
	background-color:#006699;
	color:#FFF;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* WE PRODUCE AND REVIEW */

#produceReview {
	border-bottom:dashed 2px #000;
	border-top:dashed 2px #000;
	padding-top:2px;
	padding-bottom:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#006699;
	float:left;
	width:299px;
	margin-bottom:16px;
	margin-top:16px;

}

#produceReview strong {  
	line-height:26px;
	color:#CC0000;
	text-transform:uppercase;  
}

/* SONG WRITERS WITH IMAGE */

#songWriter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#000;
	float:left;
	width:291px;
	margin-bottom:16px;
	text-align:center;
}

#songWriter a {
	text-decoration:underline;
	color:#336699;
	
}
#songWriter a:hover {
	text-decoration:underline;
}

#songWriter span {
	color:#006699;  
}

#songWriter img {
	float:left;
	margin-right:16px;
	margin-bottom:16px;
	align:top;
	top: auto;	
}

#songWriter strong { 
	color:#CC0000;  
}

/* SONG LISTINGS WITH IMAGE */

#songItem {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#000;
	float:left;
	width:315px;
	margin-bottom:16px;
	text-align:left;
}

#songItem a {
	text-decoration:underline;
	color:#3399CC;
}

#songItem a:hover {
	text-decoration:underline;
}

#songItem span {
	color:#006699;  
}

#songItem img { 
	float:left;
	margin-right:16px
}

#songItem strong { 
	color:#CC0000;  
}

/* WARMING UP */

#warmingUp { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000;
	padding-left:16px;
	text-align:left;
	}
	
#warmingUp a {
	text-decoration:none;
	color:#000;
}

#warmingUp a:hover {
	text-decoration:underline;
}

#warmingUp span {
	color:#006699;  
}

#warmingUp img { 
	float:left;
	margin-right:16px
}

#warmingUp strong { 
	color:#CC0000;  
}

/* FORMS */

.orderTable { 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}
.parentheticalNotes {
font-size:10px;
}
.orderTable strong { 
font-weight:bold;	
}
.borderBottom { 
border-bottom:1px #000000 solid;
}
