@import url("reset.css");

/* global tags */
a {
	color: #a7056a;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

p, h1, h2, h3, h4, h5 {margin: 0 0 1em 0;}
h1 {font-size: 1.8em;}
h2 {
	color: #C7077E;
	font-size: 1.4em;
	padding: 0 0 15px 0;
}
h2.accord {cursor: pointer;}
h3 {
	color: #430C2C;
	font-size: 1.3em;
}

table th {text-align:left;}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

/* global layout */

body {font: 12px Arial, Helvetica, sans-serif;}

#container {
	margin: 0 auto;
	width: 1002px;
}

#header {
	background:url(/images/bg_header.png) no-repeat;
	height: 136px;
	position:relative;
}

#container>header {background-image: url(/images/bg_header.png);}

#header a#home {
	display: block;
	float:left;
	margin: 0 0 0 60px;
	height: 110px;
	position:relative;
	width: 130px;
}

#header ul {
	float: left;
	margin: 10px 0 0 10px;
	padding: 0;
}

#header ul li a {
	color: #fff;
	font-size: 16px;
	position: relative;
}
#header ul li a:hover {
	color: #dd4f9c;
	text-decoration: none;
}

#header a#music {
	float: right;
	margin: 0 60px 0 0;
}

#footer-wrap {
	background: url(/images/bg_footer_wrap.jpg) repeat-x;
	clear: both;
	width: 100%;
}

#footer {
	background: url(/images/bg_footer.jpg) no-repeat;
	border: 0px solid blue;
	font-size: 11px;
	height: 253px;
	margin: 0 auto;
	position: relative;
	width: 1002px;
}

#footer #footer-links {
	font-size: 12px;
	position: absolute;
	left: 50px;
	top: 100px;
	text-transform: uppercase;
}

#footer #footer-links ul {float: left;}

#footer #footer-links img {
	float: left;
	margin: 0 20px;
}

#footer #footer-links ul li a {
	color: #fff;
	font-weight: bold;
}

#footer a#tf {
	position: absolute;
	left:854px;
	top: 200px;
}

#footer #footer-buttons {
	position: absolute;
	left: 300px;
	top: 100px;
	height:100px;
	background-image:url(/images/bg_footer_div.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding:0 20px 0 0;
}

#footer #footer-buttons a {
	margin: 0 5px;
	position: relative;
}

#footer #footer-buttons img {vertical-align: middle;}

#footer #playlist {
	position: absolute;
	left: 530px;
	top: 65px;
}

#footer #playlist table {margin: 5px 0 0 0;}
#footer #playlist table td {padding: 0 3px 3px 0;}

#footer p {
	position: absolute;
	bottom: 3px;
	color: #fff;
	margin: 0;
	width: 100%;
}

