/* For testing... */
/* 
border: 5px solid black;
*/


body {
	background: #ffffff url(images/bg_gradient.jpg) repeat-x;
	margin: 0;
	padding: 0;
	/*font: 12px/18px Verdana, Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
}

/* This contains the entire page except the background image. */
#container {
	margin: 20px auto 20px auto;
	width: 961px;
}

/* This is the header area, just containing the Songsmith and MSR logos. */
#header {
	height: 53px;
	width: 961px;
	/* Individual pages will specify their own headers now. */
	/* background-image: url(images/header.jpg); */
}

/* This is not used at all. */
/*
#main {
	height: 688px;
	width: 961px;
	background-image: url(images/bg_main.jpg);
	background-color: #ffffff;
	margin-bottom: 14px;
}
*/

/* This wraps the content area down to a fixed position; beyond that it's extended by main_mid. This
   basically serves to impose a minimum height and put the rounded corners at the top. main_top and
   main_mid overlap when the page is small. */
#main_top {
	margin: 2px auto 0 auto;
	position: absolute;
	z-index: 1;
	height: 640px;
	width: 961px;
	background-image: url(images/bg_main_top.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	padding: 0;		
}

/* This wraps the content area below a fixed position; extending main_top.  main_top and
   main_mid overlap when the page is small. */
#main_mid {
	margin: 5px auto 0 auto;
	position: absolute;
	z-index: 100;
	width: 961px;
	background-image: url(images/bg_main_tile.gif);
	background-repeat: repeat-y;
}

/* This is the bottom of main_mid, just holding the divider line at the bottom and the bottom 
   rounded corners. */
#main_low {
	clear: both;
	margin: 0;
	height: 15px;
	background-image: url(images/bg_main_bottom.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-bottom: 14px;
}

/* This is the nav area. */
#main_nav {
	float: left;
	width: 212px;	
	text-align:center;
	padding-top:5px;	
}

.navimg
{
	border: 0px;
	margin:0px;
	margin-bottom:5px;
	margin-left:2px;	
	padding:0px;	
}

.videoheader
{
	font-size:110%;
	font-weight:bold;
	color:#666666;
	text-align:center;
}

.videodescription
{
	margin-left:50px;
	margin-right:50px;
}
	
/* margin is set as: top right bottom left */

/* This is the content area. */
#content {
	float: right;
	padding: 0;
	margin: 35px 22px 0 22px;
	min-height: 668px;
	width: 703px;	
	
}

#chromelesscontent {
	padding: 0;
	margin: 20px 22px 0 22px;
	min-height: 668px;
	
}

#main_text {
	margin: 0;
	padding-left:20px;
	padding-right:15px;
	padding-top: 12px;
	/*border-top: 1px solid #f5f6f6;*/
	color: #666666;
}

#text_left {
	float: left;
	margin-right: 12px;
	width: 532px;
	padding: 0;
}

#feature_right {
	float: right;
	width: 174px;
	margin: 0;
	padding: 0;
}

#feature_top {
	margin: 0;
	padding: 0;
	height: 13px;
	width: 174px;
	background-image: url(images/preview_top.gif);
	background-repeat: no-repeat;
}

#feature_content {
	margin: 0;
	padding: 0;
	width: 174px;
	background-image: url(images/preview_tile.gif);
	background-repeat: repeat-y;
}

#feature_bottom {
	margin: 0 0 10px 0;
	padding: 0;
	height: 13px;
	width: 174px;
	background-image: url(images/preview_bottom.gif);
	background-repeat: no-repeat;
}

#feature_text {
	margin: 0 13px 0 13px;
	padding: 0;
}

#anchor_menu {
	margin: 0;
	padding: 12px 0 12px 0;
	border-top: 1px solid #f5f6f6;
	border-bottom: 1px solid #cccccc;
	color: #666666;
}

.anchor_link {
	padding-left: 20px;
	background-image: url(images/down_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0 0 -20px;
}

.anchor_toplink {
	padding-left: 20px;
	background-image: url(images/up_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0 0 -20px;
}

.downloadvideo {
	font-size:11px;
	color:#777777;
	margin-top:3px;
}

.smalltext {
	font-size: 11px;
	line-height: 16px;
}

.smalltext ul {
	margin: 1em;
	padding: 0 0 0 2em;
}

.smalltext ol {
	margin: 1em;
	padding: 0 0 0 4em;
}

.smalltext ul li {
	padding: 0 0 1em 0;
	margin: 0;
}

.smalltext ol li {
	padding: 0 0 1em 0;
	margin: 0;
}

.mode_list ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}

ul {
	margin: 1em;
	padding: 0 0 0 2em;
}

li {
	padding-bottom: 1em;
	margin: 0;
}

.mode1 {
	margin: 0;
	padding: 0 0 1em 46px;
	background-image: url(images/mode1.gif);
	background-repeat: no-repeat;
	background-position: 0 0 0 -46px;
}

.mode2 {
	margin: 0;
	padding: 0 0 1em 46px;
	background-image: url(images/mode2.gif);
	background-repeat: no-repeat;
	background-position: 0 0 0 -46px;
}

a:link, a:visited, a:hover, a:active {
	color: #3f8ac5;
	text-decoration:none;
}

.answertext
{
	margin-top:10px;
	font-size:100%;
}

/* formatting for the "download this video" tables. */

table.videodownloadtable
{
  margin-left: 20px;
  margin-right: 20px;
  background: whitespoke;
  border:1px silver solid;
  padding: 0px;
  width:600px;  
}


.videodownloadheadertd
{
	background:#eeeeee;
}

.videodownloadheader
{
	font-weight:bold;
	font-size:110%;
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
	padding:0px;
}

.videodownloadtd
{
	background:#eeeeee;
}

.videodownloadtext
{
	font-weight:normal;
	font-size:100%;
	text-align:center;
	margin:5px;
	padding:0px;
}


/* end formatting for the "download this video" tables. */

/* formatting for the "music" and "video" tables */

	table.listtable
	{
	  margin-left: 20px;
	  margin-right: 20px;
	  background: whitespoke;
	  border:0px silver solid;
	  padding: 0px;
	  
	}
	
	.listtablecontenttd
	{
		background:#dddddd;
	}
	
	.listtablecontenttd_off
	{
		background:#eeeeee;
	}
	
	.listtablecontent
	{
		font-weight:normal;
		font-size:100%;
		text-align:left;
		margin:5px;
		padding:10px;
	}

	
	table.musictable
	{
	  margin-left: 20px;
	  margin-right: 20px;
	  background: whitespoke;
	  border:1px silver solid;
	  padding: 0px;
	  
	}
	
	.musictableheadertd
	{
		background:#eeeeee;
	}
	
	.musictableheader
	{
		font-weight:bold;
		font-size:110%;
		text-align:center;
		margin-top:8px;
		margin-bottom:8px;
		padding:0px;
	}
	
	
	.musictableheaderdescription
	{
		font-weight:normal;
		font-size:100%;
		text-align:left;
		margin:20px;
		padding:0px;	
	}
	
	.musictablesubheadertd
	{
		background:#eeeeee;
	}
	.musictablesubheader
	{
		font-weight:bold;
		font-size:100%;
		text-align:center;
		margin:5px;
		padding:0px;
	}
	
	.musictablecontenttd
	{
		background:#eeeeee;
	}
	.musictablecontent
	{
		font-weight:normal;
		font-size:100%;
		text-align:center;
		margin:5px;
		padding:0px;
	}
	
	table.keyboardtable
	{
	  margin-left: 20px;
	  margin-right: 20px;
	  background: whitespoke;
	  border:0px;
	  padding: 0px;
	  
	}
	
	td.keyboardtablecontenttd
	{
		background:#eeeeee;
		padding-right:10px;
		padding-left:10px;
		margin:0px;
	}
	
	td.keyboardtablecontenttd_off
	{
		background:#dddddd;
		padding-right:10px;
		padding-left:10px;
		margin:0px;
	}
	
	tr.keyboardtablecontenttr
	{				
		background:#eeeeee;
	}
	
	.keyboardtablecontentkey
	{
		font-weight:bold;
		font-size:100%;
		text-align:left;
		margin:5px;
		padding:0px;
		padding-top:5px;
		padding-bottom:5px;
		
	}
	
	.keyboardtablecontent
	{
		font-weight:normal;
		font-size:100%;
		text-align:left;
		margin:5px;
		padding-top:5px;
		padding-bottom:5px;
	}
	

/* end formatting for the "music" and "video" tables */

a:name {
	color: #666666;
}

.headertext
{
	font-size:120%;
	color: #7b7b7b;
	margin-left: 11px;
}

h2 {
	margin: 0;
	font-size:120%;
	color: #7b7b7b;
	padding: 0 0 6px 34px;
	background-image: url(images/songsmith_icon_small.png);
	background-position: 0 0 0 0;
	background-repeat: no-repeat;
	/*border-bottom: 1px solid #cccccc; */
}

.rightmidimg
{
	  vertical-align:middle;
	  text-align:right;
	  margin-left:20px;
}

.learnmoreheader
{
	font-size: 110%;
	margin: 0;
	font-weight:bold;
	padding: 0;
	margin-bottom:6px;
	margin-top:10px;
	color: #666666;
}

h3 {
	font-size: 110%;
	margin: 0;
	padding: 0;
	padding-bottom:6px;
	color: #666666;
}

.image {
	border: 1px solid #dbdbdb;
}

.photo {
	border: 1px solid #818181;
}

/* This is the copyright/feedback footer, which is outside the main content area. */		
#footer {
	margin: 0;
	height: 25px;
	width: 961px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

#footer a {
	color: #3f8ac5;
	text-decoration: none;
}

#footer_text_l {
	float: left;
	padding: 4px 0 0 10px;
	color: #555555;
}

#footer_text_r {
	float: right;
	text-align: right;
	padding: 4px 10px 0 0;
	color: #555555;
}
