/* CSS Document */


body {
	background: #303030;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	margin: 0px;
	overflow: auto;
}

	
/* CENTERING DIVS */
		
#holder {
	left: 50%;
	height: 510px;
	margin-left: -450px;
	position: absolute;
	top: -255px;
	width: 900px;
}

#horizon {
	display: block;
	height: 1px;
	left: 0px;
	overflow: visible;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	visibility: visible;
}

/* 
 * The left box holds the flash content or an alternate image content if 
 * the player is not avaiable or jaascript isn't activated. 
 */

#leftBox {
	width:475px;
	height:510px;
	float:left;
	background-image: url(../images/leftBg.gif);
	background-repeat: no-repeat;
}

#alternate
{
	background-image: url(../images/mnu_top.png);
	background-repeat: no-repeat;
}


/* 
 * The right box holds the content =)
 */
 
#rightBox {
	float:right;
	height:510px;
	width:425px;
}

#rightContent {
	background:#00B6EE url(../images/right_bg.gif) right bottom no-repeat;
	overflow:hidden;
	padding:15px;

}

#rightContentScroll {
	width:385px;
	height:420px;
	text-align:left;
	overflow:auto;
	padding-right:10px;
}


/*
 * The follwoing styles ar used to dormat the content that 
 * resides in the right box.
 */
 
#rightContentScroll p {
	line-height:15px;
	margin:0 15px 0 0;
	padding:0 0 18px 0;
}

#rightContentScroll a {
	color:#FFFDEE;
	text-decoration:none;
}

#rightContentScroll a:hover
{
	text-decoration:underline;
}

#rightContentScroll .hImg {
	margin:15px 0 18px 0;
}

#rightContentScroll .cImg
{
float:left;
margin-right:15px;
margin-bottom:15px;
}

#rightContentScroll h1 {
	color: #FFFDEE;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
	padding:0;
	margin:0;
}

#rightContentScroll h2 {
	color: #FFFDEE;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
	padding:0;
	margin:0;
}

#rightContentScroll ul {
	padding-left: 16px;
	margin: 0 0 18px 0;
}

#rightContentScroll ul li {
	padding: 4px 0;
}

#rightContentScroll ul.free_loads {
	list-style-type: none;
	margin:0;
	padding:0;
}

#rightContentScroll ul .free_loads li {
	list-style-type: none;
	padding: 4px 0;
}


/* FOOTER */

#copyright {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	text-align: right;
	text-transform: uppercase;
	width: 410px;
}

#copyright a {
	color: #999;
	text-decoration: none;
}

#copyright a:hover {
	color: #c0c0c0;
	text-decoration: line-through;
}


.section
{

margin-bottom:18px;
border:1px solid;
height:auto;
display:block;

}
.image
{
float:left;
}

.floatLeft
{
float:left;
display:block;
margin-right:18px;
margin-bottom:15px;
}

.floatRight
{
float:right;
margin-left:15px;
margin-bottom:15px;
}

#ma
{
background-image:url(../images/mnu_artists.png);
display:none;
}
#mn
{
background-image:url(../images/mnu_newsletter.png);
display:none;
}
#mc
{
background-image:url(../images/mnu_contact.png);
display:none;
}
#md
{
background-image:url(../images/mnu_downloads.png);
display:none;
}

img
{
margin:0;
padding:0;
}

#mnu
{
margin-top:223px;
}

/* Form Elements */

form {
padding:0;
margin:0;
}
label {
	display:block;
	margin-bottom:3px;
	margin-top:3px;
	font-size:10px;
	color:#FFFDEE;
	font-weight:bold;
}


input.inp, textarea.inp {
	width:320px;
	border:none;
	border:0;
	background:#FFFDEE;
	padding:6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

input.radio{
float:left;
margin-left:0px;
}

label.radio{
float:left;
padding-right:10px;
}


button {
	width:100px;
	padding:6px;
	font-size:10px;
	font-weight:bold;
	background:#494949;
	color:#FFFDEE;
	border:0;
	cursor:pointer;
}



