@charset "UTF-8";
.p1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-weight: bold;
}

body {
	background-image: url(../images/bg.jpg); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #c1ad8e; /** Website BG colour (matches canvas colour in Step 1) **/
	margin: 0px;
}
#header {
	background-image: url(../images/home_header.jpg);
	background-repeat: no-repeat;
	padding-left: 870px;
	padding-top: 280px;
	height: 50px;
}
}

img {display:block;}

/** Banner **/
#container {
    width: 1059px;
    margin: 0 auto;
    text-align: center;
}

/** Homepage body **/
#mainbody {
	height: 578px;
	color: #000;
}
#maincontent {
	text-align: left;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 450px;
	top: 580px;
	padding-left: 75px;
}
#newstext {
	height: auto;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	text-align: left;
	padding-top: 10px;
	padding-left: 70px;
	padding-right: 300px;
	padding-bottom: 20px;
	background-image: url(../images/wood-bg.jpg);
	background-repeat: repeat;
}
#newsside {
	text-align: left;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	width: 300px;
	top: 400px;
	left: 900px;
}
#bandtext {
	text-align: left;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	width: 920px;
	top: 410px;
	padding-left: 70px;
}
/** Picture page body **/
#picbody {
	height: 578px;
	width: 1059px;
	background-image: none;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#showtext {
	height: auto;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	text-align: left;
	padding-top: 10px;
	padding-left: 70px;
	padding-right: 300px;
	padding-bottom: 20px;
	background-image: url(../images/wood-bg.jpg);
	background-repeat: repeat;
}
#lptext {
	height: auto;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-align: left;
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 20px;
	background-image: url(../images/wood-bg.jpg);
	background-repeat: repeat;
}
#musicplayer {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 1055px;
	padding-top: 245px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#communitytext {
	height: auto;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-align: left;
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 20px;
	background-image: url(../images/wood-bg.jpg);
	background-repeat: repeat;
}
#musictext {
	height: auto;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-align: left;
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 20px;
	background-image: url(../images/wood-bg.jpg);
	background-repeat: repeat;
}
/** Footer **/
#footer {
	height: 50px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}


/**------Link Styles_____ **/
a.nav:link {color: red; text-decoration: none; }
a.nav:visited {color: purple; text-decoration: none; }
a.nav:hover {color: orange; text-decoration: underline; }
a.nav:active {color: blue; }


/** ---------Menu--------- **/

#multi-level {height:53px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:53px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:15px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:119px; background:url(../images/buttons/home_button_over.jpg) no-repeat;;}
.menu li.p2 {width:87px; background:url(../images/buttons/news_button_over.jpg) no-repeat;;}
.menu li.p3 {width:85px; background:url(../images/buttons/band_button_over.jpg) no-repeat;;}
.menu li.p4 {width:111px; background:url(../images/buttons/photos_button_over.jpg) no-repeat;;}
.menu li.p5 {width:160px; background:url(../images/buttons/community_button_over.jpg) no-repeat;;}
.menu li.p6 {width:102px; background:url(../images/buttons/shows_button_over.jpg) no-repeat;;}
.menu li.p7 {width:89px; background:url(../images/buttons/store_button_over.jpg) no-repeat;;}
.menu li.p8 {width:157px; background:url(../images/buttons/launchpad_button_over.jpg) no-repeat;;}
.menu li.p9 {width:149px; background:url(../images/buttons/contact_button_over.jpg) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:119px; background:url(../images/buttons/home_button.jpg) no-repeat;}
.menu li a#news {width:87px; background:url(../images/buttons/news_button.jpg) no-repeat;}
.menu li a#band {width:85px; background:url(../images/buttons/band_button.jpg) no-repeat;}
.menu li a#photos {width:111px; background:url(../images/buttons/photos_button.jpg) no-repeat;}
.menu li a#community {width:160px; background:url(../images/buttons/community_button.jpg) no-repeat;}
.menu li a#shows {width:102px; background:url(../images/buttons/shows_button.jpg) no-repeat;}
.menu li a#store {width:89px; background:url(../images/buttons/store_button.jpg) no-repeat;}
.menu li a#launchpad {width:157px; background:url(../images/buttons/launchpad_button.jpg) no-repeat;}
.menu li a#contact {width:149px; background:url(../images/buttons/contact_button.jpg) no-repeat;}


/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#news:hover, .menu li:hover a#news,
.menu li a#band:hover, .menu li:hover a#band,
.menu li a#photos:hover, .menu li:hover a#photos,
.menu li a#community:hover, .menu li:hover a#community,
.menu li a#shows:hover, .menu li:hover a#shows,
.menu li a#store:hover, .menu li:hover a#store,
.menu li a#launchpad:hover, .menu li:hover a#launchpad,
.menu li a#contact:hover, .menu li:hover a#contact,
.menu li a#privacy:hover, .menu li:hover a#privacy {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {
	left:0;
	top:53px;
	background:url('../images/bk_submenu.png');
	border:1px solid #fff;
	width:130px;
	height:auto;
	text-align: left;
	padding: 7px;
}
.menu :hover ul.sub li {display:block; height:auto; position:relative; float:left; width:125px;}
.menu :hover ul.sub li a {display:block; font-size:15px; height:30px; padding:5px; width:120px; line-height:30px; text-indent:0px; color:#fff; text-decoration:none;}
.menu :hover ul.sub li a:hover {background:url('../images/bk_submenu_on.png');}
