/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #f8f148;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*begin my css code*/

.hide{
	display: none;
}

body{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#slideshow img{
	z-index: -999;
}

div.intro {
	padding: 20px;
	display: block;
	width: 250px;
	position: absolute;
	top: 8%;
	left: 10%;
	z-index: 999;

}

div.intro h1{
	font-size: 50px;
	color: #f9271c;
}

div.intro span{
	margin: 30px 0 0 0;
	display: block;
	color: #646464;
	font: italic 11px/20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-align: justify;
}

div.intro span a{
	color: #f9271c;
	font-weight: normal;
	font-style: normal;
}

div.intro p{
	margin-top: 10px;
	word-spacing: 2px;
	letter-spacing: 1px;
}
div.intro p span{
	font-weight: bold;
}

.menu {
	position: absolute;
	bottom: 25px;
	width: 100%;
	height: 50px;
	color: #fffeff;
	font-size: 13px;
	line-height: 18px;
	opacity: 0.75;
	background-color: #000;
}

div.menu div.section01, div.menu div.section02, div.menu div.section03{
	display: block;
	float: left;
	position: relative;
	margin-left: 20px;
	padding: 0px 10 0;
}

div.menu div.section01{
	font-size: 20px;
	line-height: 50px;
	float: right;
	padding: 0 25px 0 0;
}

div.menu div.section03{
	line-height: 50px;
	width: 560px;
	border: none;
}

li.backto {
	position: absolute;
	right: 30px;
}

.menu h2 span{
	text-decoration: none;
	font: normal normal 11px Georgia, "Times New Roman", Times, serif;
	color: #909090;
}

.menu ul li{
	float: left;
	margin: 0 20px 0 0;
}

.menu a{
	opacity: 1;
	color: #ebff1f;
	text-decoration: none;
	text-shadow: #000 0 0 1px;
	font: italic 12px/10px Georgia, "Times New Roman", Times, serif;
}

.menu a.curret{
	color: #fffeff !important;
}

.menu a:hover{
	text-decoration: line-through;
}

.contentbox{
	width: 900px;
	margin: -290px 0 0 -450px;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 0;
}

object{
	padding: 0;
	margin: 0;
	line-height: 0;
	opacity: 1;
}

.countdown{
	top: 50%;
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	margin-top: -250px;
}

a.current {
	color: #fff9fc;
}

div.about{
	position: absolute;
	width: 500px;
	height: 340px;
	margin: -230px 0 0 -270px;
	left: 50%;
	top: 50%;
	background-color: black;
	padding: 20px;
	opacity: 0.77;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid black;
}

div.about h2{
	margin: 0 0 10px 0;
	color: red;
	text-shadow: #000 0 0 3px;
}

div.about p{
	line-height: 20px;
	margin: 0 0 15px 0;
	text-align: justify;
	color: #d1d1d1;
	font-size: 12px;
}

div.music{
	width: 590px;
	height: 500px;
	margin: -220px 0 0 -290px;
	left: 50%;
	position: absolute;
	top: 50%;
}

div.music .next, div.music .prev{
	width: 50px;
	height: 50px;
	float: left;
	color: red;
	display: block;
	text-indent: -9999px;
	margin: 140px 0;
	padding: ;
	cursor: pointer;
}

div.music .next{
	background: transparent url(../img/next.png) no-repeat 0 0;
}

div.music .prev{
	background: transparent url(../img/prev.png) no-repeat 0 0;
}

div.music_box{
	width: 460px;
	height: 325px;
	float: left;
	color: white;
	
	}

div.music_box_opacity{
	opacity: .8;
	color: whitesmoke;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid black;
	background-color: black;
	height: 325px;
	width: 460px;
	position: absolute;
	top: -4px;
	left: 45px;

}

div.music_box div{
	margin: 25px;
}

div.music_box h2{
	margin: 0 0 0px 0;
	color: #e74b1e;
}

div.music_box img{
	float: left;
	margin: 0px 20px 0 0;
}

div.music_box ul.music_info{
	font-size: 13px;
	line-height: 20px;
	margin: 70px 0 0 0;
}

div.music_box ul.music_info li{
	padding: 0 0 0px 0;
	color: #fffbf0;
	text-align: left;
}

div.music_box ul.music_info span{
	display: block;
	margin: 15px 0 5px 0;
	font-weight: bold;
}

div.music_box ul.music_buy{
	width: 420px;
	clear: both;
	display: block;
	margin: 10px 0 0 0;
	height: 20px;
	padding: 10px 0 0 0;
}

div.music_box ul.music_buy li{
	float: left;
}

div.music_box ul.music_buy a.itunes, div.music_box ul.music_buy a.amazon, div.music_box ul.music_buy a.zune, div.music_box ul.music_buy a.myspace{
	background: transparent url(../img/buy_icons.png) no-repeat 0 0;
	width: 97px;
	height: 24px;
	line-height: 16px;
	font-size: 12px;
	text-decoration: none;
	color: white;
	margin: 0 0 0 0px;
	display: block;
	text-indent: -999px;
	margin: 0 8px 0 0;
}

div.music_box ul.music_buy a.amazon{
	background-position: -194px 0px;
}

div.music_box ul.music_buy a.zune{
	background-position: -97px 0px;
}

div.music_box ul.music_buy a.myspace{
	background-position: -291px 0px;
}

div.music_box ul.music_buy a.itunes:hover{
	background-position: -0px -24px;
}

div.music_box ul.music_buy a.amazon:hover{
	background-position: -194px -24px;
}

div.music_box ul.music_buy a.zune:hover{
	background-position: -97px -24px;
}

div.music_box ul.music_buy a.myspace:hover{
	background-position: -291px -24px;
}

div.music_box ul.music_buy a.itunes.not{
	background-position: -0px -48px;
	cursor: default;
}

div.music_box ul.music_buy a.amazon.not{
	background-position: -194px -48px;
	cursor: default;
}

div.music_box ul.music_buy a.zune.not{
	background-position: -97px -48px;
	cursor: default;
}

div.music_box ul.music_buy a.myspace.not{
	background-position: -291px -48px;
	cursor: default;
}

div.about ul li{
	float: left;
}

a.coors, a.whistler, a.ogio, a.atomic, a.line, a.newschoolers{
	background: transparent url(../img/sponsors.png) no-repeat 0 0;
	
	display: block;
	text-indent: -999px;
	height: 34px;
	margin: 0 26px 0 0;
}

a.coors{
	width: 45px;
	height: 34px;
}

a.whistler{
	width: 90px;
	background-position: -72px 0px;
}

a.ogio{
	width: 34px;
	background-position: -189px 0px;
}

a.atomic{
	width: 78px;
	background-position: -250px 0px;
}

a.line{
	width: 60px;
	background-position: -354px 0px;
}

a.newschoolers{
	width: 62px;
	background-position: -440px 0px;
	margin: 0px;
}

a.coors:hover{
	background-position: 0px -34px;
}

a.whistler:hover{
	background-position: -72px -34px;
}

a.ogio:hover{
	background-position: -189px -34px;
}

a.atomic:hover{
	background-position: -250px -34px;
}

a.line:hover{
	background-position: -354px -34px;
}

a.newschoolers:hover{
	background-position: -440px -34px;
	margin: 0px;
}
