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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html{
	height:100%;
	overflow:hidden;
}

body{
	background:#191919;
	color:#000;
	font-family:arial, verdana, sans-serif;
	font-weight:normal;
	font-size:12px;
}

/*
#supersize{position:fixed; top:0; left:0;}
#supersize img{height:100%;position:absolute;width:100%;z-index:0;}
*/
/*Menu*/

#flashvideo{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:0;
}

#ul_menu{
	background:url(../_graphics/ul_menu.png) 0 0 no-repeat;
	width:600px;
	height:14px;
	text-indent:-9999px;
	position:relative;
	top:10px;
	display:block;
	margin:0 auto;
}

#ul_menu li{
	position:absolute;
	top:0;
	height:14px;
}

#ul_menu li a{
	display:block;
	height:100%;
	width:100%;
}

#li_download	{ left:0px; width:131px; }
#li_tour		{ left:147px; width:100px; }
#li_myspace		{ left:260px; width:69px; }
#li_facebook	{ left:347px; width:82px; }
#li_twitter		{ left:447px; width:68px; }
#li_youtube		{ left:530px; width:69px; }

#li_download a:hover, #li_download .selected	{ background:url(../_graphics/ul_menu.png) -0px -16px no-repeat; }
#li_tour a:hover, #li_tour .selected			{ background:url(../_graphics/ul_menu.png) -147px -16px no-repeat; }
#li_myspace a:hover		{ background:url(../_graphics/ul_menu.png) -260px -16px no-repeat; }
#li_facebook a:hover	{ background:url(../_graphics/ul_menu.png) -347px -16px no-repeat; }
#li_twitter a:hover		{ background:url(../_graphics/ul_menu.png) -447px -16px no-repeat; }
#li_youtube a:hover		{ background:url(../_graphics/ul_menu.png) -530px -16px no-repeat; }

/*Layout*/
#mainwrap{
	width:454px;
	margin:0 auto;
	padding-top:36px;
	z-index:1;
}

#h1_letsbegin{
	text-indent:-9999px;
	width:454px;
	height:79px;
	background:url(../_graphics/lets_begin.gif) 0 0 no-repeat;
	z-index:10;
	position:relative;
}

#footer{
	position:absolute;
	bottom:-1px;
	width:100%;
	height:35px;
	background:url(../_graphics/footer.png) 0 0 repeat;
	z-index:1;
}

#freetrack_form{
	margin:0 auto;
	margin-top:130px;
	width:310px;
	padding:15px;
	background:url(../_graphics/footer.png) 0 0 repeat;
	position:relative;
	z-index:20;
}
#freetrack_form p{
	margin-bottom:15px;
}
#freetrack_form label{
	width:75px;
	display:inline-block;
}
#freetrack_form a{
	text-decoration:underline;
	color:#000000;
}



#tour_form{
	margin:0 auto;
	margin-top:50px;
	width:360px;
	padding:15px;
	background:url(../_graphics/footer.png) 0 0 repeat;
	position:relative;
	z-index:30;
}


#datestable td{
	padding:2px 5px;
}

.title{
	font-weight:bold;
}

.tourtitle{
	font-weight:bold;
	font-size:16px;
}

#music_player{
	position:absolute;
	top:0;
	left:0;
	width:150px;
	height:20px;
}

/* --------- CLEARFIX --------- */

/* full clearfix */
/* add to floating elements which should not float afterthem */ 
* html .cf {
   height: 1%; /* IE5-6 */
   }
* + html .cf {
	display: inline-block; /* IE7not8 */
	}
.cf:after { /* FF, IE8, O, S, etc. */
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }