body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #3c3c3c;
	background-image:url(../img/body_bg.gif);
	/*background-position:50% 50%;*/
}
a:link {
	color: #3c3c3c;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3c3c3c;
}
a:hover {
	text-decoration: underline;
	color: #3c3c3c;
}
a:active {
	text-decoration: underline;
	color: #3c3c3c;
}

h1,h2,h3,p{
	margin:0px;
	padding:0px 0px 1em 0px;
}
h1{
	color:#000000;
	font-size:18px;
}
h2{
	color:#000000;
	font-size:14px;
	padding-bottom:0px;
}
h3{
	color:#000000;
	font-size:14px;
	padding-bottom:3px;
	margin-bottom:0px;
}

img{
	vertical-align:top;
	border:none;
}

.clear{
	clear:both;
}

/* -------------------- */
/* WRAPPERS				*/
/* -------------------- */


body, html, #wrapper{
	height:100%;
}

#siteWrapper{
	width:1015px;
	height:609px;
	margin:auto;
	background-image:url(../img/site_bg.png);
	background-repeat:no-repeat;
	text-align:left;
}

#header{
	position:absolute;
	z-index:10;
	padding:10px 0px 0px 10px;
	width:980px;
	height:182px;
	
}

#nav{
	position:absolute;
	z-index:6;
	padding:210px 0px 0px 10px;
	width:170px;
}

#content{
	position:absolute;
	z-index:8;
	margin:210px 0px 0px 210px;
	width:605px;
	height:380px;
	overflow:auto;
	line-height:18px;
}
#content_spreadshirt{
	position:absolute;
	z-index:8;
	margin:210px 0px 0px 200px;
	width:610px;
	height:380px;
	
}

#newsitems{
	position:absolute;
	margin:210px 0px 0px 830px;
	width:150px;
	height:340px;
	line-height:16px;
	color:#FFFFFF;
}

#logos{
	position:absolute;
	z-index:10;
	margin:555px 0px 0px 820px;
	width:163px;
	height:28px;

	
}
#twitter{
	position:absolute;
	z-index:10;
	margin:520px 0px 0px 118px;
	width:64px;
	height:23px;

	
}
#beatport{
	position:absolute;
	z-index:11;
	margin:425px 0px 0px 841px;
	width:125px;
	height:125px;

	
}

/* -------------------- */
/* NAV					*/
/* -------------------- */


#nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	text-align:right;
}

#nav a{
	color:#000000;
	text-decoration:none;
}

#nav a:hover{
	color:#E40082;
	text-decoration:none;
}

#nav a.active{
	background-image:url(../img/active_nav.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:7px;

}


/* -------------------- */
/* CONTENT				*/
/* -------------------- */

#imgContent{
	float:left;
	width:140px;
	padding:38px 0px 0px 10px;
}
#imgContent img{
	margin-bottom:5px;
}
.pdf_box {
	border:1px solid #d3d3d3;
	padding:5px;
	background-color: #e9e9e9;
}
a.pdf_box  {
	text-decoration:none;

}

.gallerythumbs img{
	float:left;
	margin:0px 10px 10px 0px;
	border:1px solid #999999;
	padding:1px;
}
.item{
	float:left;
	width:540px;
	margin-bottom:5px;
}
.movie{
	width:126px;
	float:left;
	margin-bottom:10px;
	margin-right:5px;
	text-align:center;
	height:180px;
}

.btn_all_news{
	background-color:#fab5d4;
	border:1px solid #9c005a;
	padding:4px;
	color:#9c005a;
}

/* -------------------- */
/* NEWSITEMS			*/
/* -------------------- */

#newsitems a{
	color:#000000;
	text-decoration:none;
}
#newsitems a:hover{
	color:#000000;
	text-decoration:underline;
}

#newsitems dl{
	margin:0px;
	padding:0px 0px 15px 0px;
	line-height:16px;
}

#newsitems dt{
	margin:0px;
	padding:0px;
	line-height:16px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

#newsitems dd{
	margin:0px;
	padding:0px;
	line-height:16px;
	font-size:11px;
	color:#FFFFFF;
}


/* -------------------- */
/* RELEASES				*/
/* -------------------- */

.table_releases{
	width:540px;
	margin-bottom:10px;
}



