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

body {
	margin: 0 auto;
	background: #412508 url(../images/bg.jpg) no-repeat 50% 26px;
	height: 100%;
	font-family: sans-serif;
}


#container {
	margin: 0 auto;
	width: 914px;
	height: 1065px;
}


/* ----------------------- nav ----------------------- */

#nav {
	position: absolute;
	top: 225px;
	left: 430px;
	width: 549px;
	height: 22px;
}

#nav ul {
	margin:0;
 	padding:0;
	color: #fff;
	list-style: none;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}


#nav a#news_a {
  display: block;
  width: 60px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/news.png) no-repeat 0px 0px;
}

#nav a#news_a:hover {
  background-position: 0px -22px;
}

#nav a#bio_a {
  display: block;
  width: 50px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/bio.png) no-repeat 0px 0px;
}

#nav a#bio_a:hover {
  background-position: 0px -22px;
}


#nav a#events_a {
  display: block;
  width: 70px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/events.png) no-repeat 0px 0px;
}

#nav a#events_a:hover {
  background-position: 0px -22px;
}

#nav a#photos_a {
  display: block;
  width: 70px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/photos.png) no-repeat 0px 0px;
}

#nav a#photos_a:hover {
  background-position: 0px -22px;
}

#nav a#videos_a {
  display: block;
  width: 60px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/videos.png) no-repeat 0px 0px;
}

#nav a#videos_a:hover {
  background-position: 0px -22px;
}

#nav a#purchase_a {
  display: block;
  width: 80px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/purchase.png) no-repeat 0px 0px;
}

#nav a#purchase_a:hover {
  background-position: 0px -22px;
}


#nav a#connect_a {
  display: block;
  width: 80px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/connect.png) no-repeat 0px 0px;
}

#nav a#connect_a:hover {
  background-position: 0px -22px;
}


/* ----------------------- COLUMN ----------------------- */

/*#music {
	position: absolute;
	top: 100px;
	left: 455px;
	width: 450px;
	min-height: 75px;
	background: #ffffff url(../images/music_bkg.gif) no-repeat; 	
}
*/
#content {
	position: absolute;
	top: 255px;
	left: 440px;
	width: 525px;
	padding: 0;
	margin: 0 auto;
	height: 683px;
	border: none;
	/*background-color: #7A4907;*/
	overflow: auto;
	font-family: sans-serif;
}

#text {
	position: relative;
	width: 914px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}

#flashcontent {
	position: absolute;
	top: 20px;
	left: 100px;
	margin: 0;
	width: 245px;
	height: 50px;
}
#new {
	position: absolute;
	top: 12px;
	left: 590px;
	margin: 0;
	width: 182px;
	height: 90px;
	z-index: 1000;
	/*border: 1px solid #FF0000;*/
}
#countdown {
	position: absolute;
	top: 60px;
	left: 550px;
	margin: 0;
	width: 300px;
	height: 85px;
}
#footer {
	position: relative;
	color: #666666;
	font-size: 11px;
	margin: 0 auto;
	padding-bottom: 5px;
}

#bottom {
	position: relative;
}
/* ----------------------- END COLUMN ----------------------- */

.section {
	padding: 0px;
	display: none;
}

/* ----------------------- Gallery ----------------------- */

#gallery {
position: absolute;
	top: 90px;
	left: 0px;
	width: 480px;
	height: 166px;
}

#gallery ul {
	margin:0;
 	padding:0;
	color: #fff;
	list-style: none;
}

#gallery li {
	float: left;
	margin: 0;
	padding: 0;
}


#gallery a#photo1_a {
  display: block;
  width: 240px;
  height: 166px;
  text-indent: -9999px;
  background:url(../images/photo1.jpg) no-repeat 0px 0px;
}

#gallery a#photo1_a:hover {
	background-position: 0px -166px;
}

#gallery a#photo2_a {
  display: block;
  width: 240px;
  height: 166px;
  text-indent: -9999px;
  background:url(../images/photo2.jpg) no-repeat 0px 0px;
}

#gallery a#photo2_a:hover {
	background-position: 0px -166px;
}

#gallery a#photo3_a {
  display: block;
  width: 240px;
  height: 166px;
  text-indent: -9999px;
  background:url(../images/photo3.jpg) no-repeat 0px 0px;
}

#gallery a#photo3_a:hover {
	background-position: 0px -166px;
}

#gallery a#photo4_a {
  display: block;
  width: 240px;
  height: 166px;
  text-indent: -9999px;
  background:url(../images/photo4.jpg) no-repeat 0px 0px;
}

#gallery a#photo4_a:hover {
	background-position: 0px -166px;
}
/* ----------------------- popup box ----------------------- */

.onClick { 
	cursor:pointer;
	color:#CCCCCC;
	size:1em;
}

.onClick:hover {
	text-decoration:underline;

}


#newsContent {top:0; left:25; border:none; color:#000000; font-family:Arial, Helvetica, sans-serif;}

#newsContent a {color:#996600}

.newsStyle1 {
color: #FF0000;
font-weight: bold;
font-size: 1.5em;
font-family: Arial, Helvetica, sans-serif;
}

/* -------------------------- Sub Nav ----------------------- */


#socialNav {
	position: absolute;
	top: 390px;
	left: 0px;
	width: 480px;
	height: 50px;
}

#socialNav ul {
	margin:0;
 	padding:0;
	color: #fff;
	list-style: none;
}

#socialNav li {
	float: left;
	margin: 0;
	padding: 0;
}


#socialNav a#facebook_a {
  display: block;
  width: 250px;
  height: 50px;
  text-indent: -9999px;
  background:url(../images/facebook.png) no-repeat 0px 0px;
}

#socialNav a#facebook_a:hover {
  background-position: 0 -50px;
}

#socialNav a#bebo_a {
  display: block;
  width: 250px;
  height: 50px;
  text-indent: -9999px;
  background:url(../images/bebo.png) no-repeat 0px 0px;
}

#socialNav a#bebo_a:hover {
  background-position: 0 -50px;
}

#socialNav a#myspace_a {
  display: block;
  width: 250px;
  height: 50px;
  text-indent: -9999px;
  background:url(../images/myspace.png) no-repeat 0px 0px;
}

#socialNav a#myspace_a:hover {
  background-position: 0 -50px;
}

#socialNav a#sonicbids_a {
  display: block;
  width: 250px;
  height: 50px;
  text-indent: -9999px;
  background:url(../images/sonicbids.png) no-repeat 0px 0px;
}

#socialNav a#sonicbids_a:hover {
  background-position: 0 -50px;
}

#socialNav a#reverb_a {
  display: block;
  width: 350px;
  height: 50px;
  text-indent: -9999px;
  background:url(../images/reverb.png) no-repeat 0px 0px;
}

#socialNav a#reverb_a:hover {
  background-position: 0 -50px;
}

