/*-----------------------------------------------
Author:   Jason Cooper
Date:  Jan 1 2010

----------------------------------------------- */


/* Browser Resets
----------------------------------------------- */

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,  input, textarea {  
	margin: 0;
	padding: 0;  
	font-size: 100%;  
	}  
ul {list-style: none;}  
img, fieldset {border: 0;}  
h1, h2, h3 {font-weight: normal;}  
em {font-style: italic;}  
strong {font-weight: bold;}  


/* Global 
----------------------------------------------- */
h1 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 20px;
  	line-height: 24px;	
	}
h2 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 18px;
  	line-height: 20px;	
	}
h3 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 16px;
  	line-height: 20px;	
	}	

a:link, 
a:visited, 
a:active {
	color: #0053b1;
    text-decoration: underline;
	}    
a:hover {
	color: #5d6165;
    text-decoration: none;
	}  

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
	.clearfix { display: inline-block; }
	/* start commented backslash hack \*/
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }
	/* close commented backslash hack */

hr {
  border: none;
  background-color: #ffcd61;
  color: #ffcd61;
  height: 1px;
}

 img, div, input { behavior: url("iepngfix.htc") }


	
/* Header 
----------------------------------------------- */	
#header {
  	background-image: url("media/main-header.gif");
	background-repeat: no-repeat;
	}
	
/* Tabs
----------------------------------------------- */
#tabSet {
	position: relative;
	top: 188px;
	left: 10px;
	z-index: 10;
	}

ul#tabs{ 
	float: right; 
	margin: 110px 90px 0 0; 
	padding: 0 !important; 
	width: 247px; 
	}
#tab li { 
	display: inline; 
	text-indent: -9999em; 
	float: left; 
	height: 24px;  
	padding: 0 2px 0 0;
	}
#tab  a { overflow: hidden; }
#tab  a:active {margin-top: 1px;}
#tab  .on a,
#tab  a:hover {background-position: bottom left !important; }

        .tabMusic a  { background: url("../media/tabMusic.gif")   no-repeat; height: 19px; width: 45px; display: block; background-position: top left;  }
        .tabVideo a  { background: url("../media/tabVideo.gif")   no-repeat; height: 19px; width: 45px; display: block; background-position: top left; }

        .tabMusicSelected a  { background: url("../media/tabMusic.gif")   no-repeat; height: 19px width:  45px; display: block; background-position: bottom left; }
        .tabVideoSelected a   { background: url("../media/tabVideo.gif")   no-repeat; height: 19px width:  45px; display: block; background-position: bottom left; }
	
	
/* Body 
----------------------------------------------- */
body {
  	background-color: #efefef;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 15px;
  	color: #363e7e;
	}

	
#mainHome {
  	background-color: #fff;
  	text-align: left;
  	font-size: 11px;
	width: 800px;
	height: 207px;

	}	
	
#mainMusic {
	background: #fff url('../music/media/musicBg.jpg') no-repeat top left;
  	font-size: 11px;
	width: 800px;
	height: 207px;
  	text-align: left;
	}	
	
	#title {
		position: absolute;
		top: 75px;
		left: 20px;
		font-family: helvetica, tahoma, sans-serif;
		font-size: 18px;
		color: #216874;
		}
		
	#desc {
		position: absolute;
		top: 99px;
		left: 20px;
		width: 260px;
		color: #383737;
		font-size: 10px;
		line-height: 12px;
		}
		
	#grid {
		position: absolute;
		top: 22px;
		left: 290px;
		width: 260px;
		color: #383737;
		}
		#grid table {
			}
		#grid table td{
			padding: 0 5px 5px 0;
			width: 40px;
			}
		#grid img {
			border: solid 2px #a9a9a9;
			}
		#grid img:hover {
			border: solid 2px #b40000;
			}	
			
	#flash {
		position: absolute;
		top: 11px;
		left: 460px;
		width: 260px;
		color: #383737;
		}
		
	#musicImg {
		position: absolute;
		top: 11px;
		left: 460px;
		width: 328px;
		height: 185px;
		color: #383737;
		border: solid 1px #3a3a3a
		}	
		
/* Tooltip 
----------------------------------------------- */		
		
#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #b40000;
	width: 150px; /*Default width of hint.*/ 
	padding: 5px;
	font: 11px Verdana;
	line-height:14px;
	z-index:100;
	visibility: hidden;
	text-align: left;
	color: #fff;
	}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	color: navy;
	margin: 0px 0px;
	}			
			
			
			
/* Slideshow
----------------------------------------------- */	

/*** set the width and height to match your images **/

#slideshow {
    	position:absolute;

	}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
	}

#slideshow IMG.last-active {
    z-index:9;
	}

	
/* Common
----------------------------------------------- */	
.imgLeft {
	float: left;
	padding: 0 20px 20px 0;
	}
.imgRight {
	float: left;
	padding: 0 20px 20px 0;
	}
	

/* Footer 
----------------------------------------------- */
#footer {
	background-color: #5c5c5c;
	}	
	#footer a:link, 
	#footer a:visited, 
	#footer a:active {
		color: #fff;
		text-decoration: underline;
		}    
	#footer a:hover {
		color: #b9c0c8;
		text-decoration: none;
		}  
	
	#copyright {
		float: left;
		width: 400px;
		}
		
	#cooper {
		float: right;
		width: 400px;
		}