@charset "UTF-8";
/* CSS Document */

body {
	 
	 margin: 0;
	 padding: 0;
	 font-family: Arial;

}


p {
	font-size:12px;
}

img {

	float: left;
	padding: 0 10px 0 0;
	border: none;
	text-decoration: none;

}

h3 {
	font: 18px;
	padding: 0;
	margin: 0;
	text-align: left;
}

a:link {
	color:#2891d7;
	border: none;
	text-decoration: none;
	
}

a:visited {

	color: #000;
	font-weight: bold;
	border: none;
	text-decoration: none;

}

a:active {

	color: #c0a0cc;
	font-weight: bold;
	border: none;
	text-decoration: none;

}
.wrapper {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 955px;
	background: url(images/lines.png) no-repeat;
	height: 500px;
}


.header {
	width: 100%;
	height: 100px;
}

.musicPlayer {
	float: right;
	background:  url(images/mp3blob.png) no-repeat;
	height: 135px;
	z-index: 1000;
	width: 245px;
	overflow: visible;
	padding: 15px 0 0 100px;
}

.mail {
	float: left;
	padding: 60px 0 0 325px;
	height: 40px;
	width: 285px;
}

.menu {
	height: 125px;
	width: 955px;
	margin: 50px 0 0 0;
}

.navigation {
	float: right;
	width: 400px;
	height: 25px;
	padding: 180px 0 0 0;
}

.menuItem {
	
	display: block;
	width: 75px;
	float: left;
	font: 18px;
	

}

.menuItem a:link {

	color: #000;
	font-weight: bold;
	border: none;
	text-decoration: none;

}

.menuItem a:hover {

	color: #fff;
	font-weight: bold;
	border: none;
	text-decoration: none;
}

.menuItem a: visited {

	color: #000;
	font-weight: bold;
	border: none;
	text-decoration: none;
}


.menuItem a: hover {

	color: #c0a0cc;
	font-weight: bold;
	border: none;
	text-decoration: none;
}

.menuItem a:active {

	color: #c0a0cc;
	font-weight: bold;
	border: none;
	text-decoration: none;
}
.logo {
	float: left;
	position: relative;
	top: -150px;
	height: auto;
	right: -150px;
}

.pageTitle {
	font-weight: bold;
	font-size: 50px;
	color: #c0a0cc;
	text-align: right;
	width: 940;
	padding: 0 15px 0 0;
	clear: both;
	position: relative;
	top: -25px;
}

.topContent {
	width: 100%;
	height: 300px;
	position: relative;
	top: -50px;
	background: url(images/contentBlob.png) no-repeat;
	float: left;
}

.slideshowLeft {
	width: 725px;
	margin: 70px 0 0 90px;
	height: auto;
	float: left;
}

.slideshowRight {
	width: 180px;
	border-left: #ccc 1px solid;
	margin: 70px 0 0 10px;
	height: 200px;
	float: left;
	padding: 0 10px 0 10px;
}

.bottomContent {
	width: 100%;
	height: 425px;
	background-color: #bad4e5;
	float: left;
	clear: both;
	position: relative;
	top: -60px;
}

.news {
	height: 335px;
	width: 515px;
	background-color: #fff;
	padding: 20px;
	margin: 25px 0 0 25px;
	float: left;
	 /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.releases {
	width: 285px;
	float: left;
	margin: 25px;
	height: 235px;
	padding: 20px;
	background: #fff;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.fadein {
	position:relative;
	width:400px;
	height:293px;
}
.fadein img { position:absolute; left:0; top:0; }

