 
 /* GENERIC ------------------------------------------------------------------------------------------------------------*/
 
* {
	margin: 0;
	padding: 0;
	}
 
 body {
 	background: #000900 url(../images/fmebg.gif) 0 0 repeat;
	font: 62.5%/1.6em Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #f8f8f8;
	text-align: center; /* centres everything in IE5 */
	}
	
h1, h2, h3 {
	margin-bottom: 20px;
	}
	
h1 {
	font-size: 1.6em;
}

h2, h3 {
	font-size: 1.4em;
}

#subColumn h2, #subColumn h3 {
	margin-bottom: 22px;
	margin-top: 2px;
	}
	
ul {
	list-style-type: none;
	font-size: 1.2em;
}

ul li {
	margin-bottom: 0;
	border-bottom: none;
	padding: 0 0 10px 15px;
	background: transparent url(../images/icon-bird.gif) 0 2px no-repeat;
	}

a {
	text-decoration: none;
	color: #3bff26;
	}
	a:hover {
		text-decoration: underline;
		}
		
p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-right: 20px;
	margin-bottom: 20px;
	}
	
/* LAYOUT ------------------------------------------------------------------------------------------------------------*/

	
#mainWrapper {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

#content {
	background-color: #101010;
	padding: 20px;
}	

#mainColumn {
	width: 600px;
	float: left;
	border-right: 1px solid #1e1e1e;
	margin-right: 20px;
	}
	#mainColumn p, #mainColumn ul li {
		padding-right: 15px;
		}
	
#subColumn {
	float: left;
	width: 295px;
	}

/* NAVIGATION ------------------------------------------------------------------------------------------------------------*/

#header {
	position: relative;
	width: 960px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	background: #131313 url(../images/header-background.gif) 0 0 repeat-x;
	}
	#header ul {
		position: absolute;
		top: 41px;
		right: 20px;
		}
		#header ul li {
			float: left;
			background: url(../images/nav-divider.gif) 0 100% no-repeat;
			display: block;
			height: 17px;
			padding: 0 0 0 20px;
			margin-left: 20px;
			}
			#header ul li a {
				display: block;
				float: left;
				text-indent: -9999px;
				margin-bottom: 5px;
				}
				#header ul li a:focus {
					outline: none;
					}

#header ul li#home {
	background: none;
	}
				
#header ul li#home a {
	width: 49px;
	height: 17px;
	background: transparent url(../images/nav.gif) 0 0 no-repeat;
	}
	#header ul li#home a:hover, #header ul li#home a#selected {
		background: transparent url(../images/nav.gif) 0 -21px no-repeat;
		}
		
#header ul li#news a {
	width: 44px;
	height: 17px;
	background: transparent url(../images/nav.gif) -50px 0 no-repeat;
	}
	#header ul li#news a:hover, #header ul li#news a#selected {
		background: transparent url(../images/nav.gif) -50px -21px no-repeat;
		}
		
#header ul li#contact a {
	width: 60px;
	height: 17px;
	background: transparent url(../images/nav.gif) -95px 0 no-repeat;
	}
	#header ul li#contact a:hover, #header ul li#contact a#selected {
		background: transparent url(../images/nav.gif) -95px -21px no-repeat;
		}
		
a#logo {
	position: absolute;
	left: 20px;
	top: 35px;
	width: 264px;
	height: 23px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/logo.gif) 0 0 no-repeat;
	}
	
/* CD ------------------------------------------------------------------------------------------------------------*/
	
#cdWrapper {
	position: relative;
	width: 960px;
	height: 240px;
	background: url(../images/cd-background.gif) 0 0 no-repeat;
	z-index: 1000;
	}
	#cdWrapper p {
		position: absolute;
		top: 35px;
		left: 25px;
		width: 500px;
		text-transform: uppercase;
		font-size: 2em;
		line-height: 1.4em;
		}
	#cdWrapper div {
		width: 394px;
		height: 302px;
		background: transparent url(../images/cd.png) 0 0 no-repeat;
		position: absolute;
		right: 0;
		top: -20px;
		z-index: 10;
		}
		
/* MP3 PLAYER ------------------------------------------------------------------------------------------------------------*/
		
#mp3Wrapper {
	position: relative;
	height: 45px;
	background: #181818 url(../images/mp3-background.gif) 0 0 repeat-x;
	}
	#mp3Wrapper p {
		line-height: 4.4em;
		margin: 0 0 0 20px;
		padding: 0;
		font-size: 1em;
		}
		
#mp3player {
	width: 240px;
	height: 20px;
	position: absolute;
	top: 12px;
	left: 310px;
}

a#trackListing {
	position: absolute;
	left: 555px;
	top: 15px;
	display: block;
	width: 8px;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/question-mark.gif) 0 0 no-repeat;
	}
	
#tooltip{
	position: absolute;
	border: 1px solid #80B7D8;
	background: #0078C7;
	padding: 4px 5px 2px 5px;
	color: #f8f8f8;
	display: none;
	z-index: 3000;
	font-size: 1.2em;
	}
	
/* MAIN COLUMN ELEMENTS ------------------------------------------------------------------------------------------------------------*/	

#hero {
	position: relative;
	float: left;
	border: 1px solid #212121;
	width: 150px;
	height: 150px;
	margin: 0 20px 10px 0;
	}
	#hero img {
		position: absolute;
		top: 0;
		}
		#hero p {
			position: absolute;
			bottom: 0;
			left: 0;
			background: transparent url(../images/hero-background.png) 0 0 repeat;
			width: 142px;
			padding: 5px;
			margin: 0;
			text-align: center;
			color: #45b5ff;
			}
			
/* SUBCOLUMN LIST ------------------------------------------------------------------------------------------------------------*/

#subColumn ul li.listSummary {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #1e1e1e;
	background: none;
	padding-left: 0;
	}
	
/* FOOTER ------------------------------------------------------------------------------------------------------------*/
		
#footer {
	width: 960px;
	min-height: 52px;
	height: auto !important;
	height: 52px;
	background: #181818 url(../images/footer-background.gif) 0 0 repeat-x;
	}
	#footer ul {
		line-height: 4.5em;
		margin-left: 20px;
		}
		#footer ul li {
			display: inline;
			background: transparent url(../images/icon-bird.gif) 0 0 no-repeat;
			padding-left: 15px;
			margin-right: 20px;
			}
			
/* NEWS PAGE ------------------------------------------------------------------------------------------------------------*/

p.lastPara {
	padding-bottom: 20px;
	border-bottom: 1px solid #1e1e1e;
	margin-right: 10px;
}

/* CONTACT PAGE ------------------------------------------------------------------------------------------------------------*/

form {
	font-size: 1.2em;
	padding: 10px 10px 10px 0;
	margin-bottom: 10px;
}

fieldset, legend, input, textarea {
	border: 1px solid #1e1e1e;
}

input, textarea {
	background-color: #181818;
	color: #f8f8f8;
	font-family: georgia, arial, sans-serif;
	font-size: 1em;
	padding: 5px;
	width: 400px;
	
}

input#submit {
	margin: 0 0 10px 115px;
	width: auto;	
}

label {
	display: inline;
	width: 100px;
	float: left;
	margin: 0 0 0 15px;
}

label.error {
	display: block;
	float: none;
	font-weight: bold;
	width: 400px;
	margin: 5px 0 5px 115px;
	border: 1px solid #181818;
	background-color: #000;
	padding: 5px;
}

legend {
	padding: 5px;
	margin: 0 0 0 10px;
	}

.formRow {
	padding-bottom: 10px;
}

.first {
	margin-top: 10px;
}	

.confirmation {
	padding: 10px;
	border: 1px solid #1e1e1e;
	background-color: #181818;
	margin: 0 10px 20px 0;
	}

/* MISC ------------------------------------------------------------------------------------------------------------*/

.clr {
	clear: both;
	font-size: 0;
	height: 0.1px;
	line-height: 0;
}
	
