html{
	height: 100%;
	overflow-x: hidden;
}

body{ 	
	font-family: verdana, tahoma, arial, helvetica, sans-serif; 
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background: url('http://www.platinum-agency.nl/img/site_bg.gif') top center repeat-x #000000;
	height: 100%;
}

p{
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

a{
	color: #ffffff;
}

.divider{
	clear: both;
	height: 1px;
	font-size: 1px;
}

/*
** HEADER
**/

#header{
	position: absolute;
	left: 50%;
	margin-left: -492px; 
	width: 984px;
	margin-top: 38px;
	text-align: left;
	z-index: 100;
}

#logo{
	position: absolute;
	top: 0px;
	z-index: 100;
}

#menu{
	position: absolute;
	z-index: 100;
	margin-top: 52px;
}

#menu a{
	margin-right: 69px;
}

	#artistsmenu{
		position: absolute;
		z-index: 200;
		margin-top: 65px;
		margin-left: -7px;
		overflow: hidden;
		height: 0px;
		background: #000000;
	}
	
	#artistsmenu a{
		display: block;
		padding: 0px 3px;
	}
	
	#artistsmenu a img{
		position: relative;
		top: 3px;	
	}

#logos{
	position: absolute;
	z-index: 9;
	margin-top: 47px;
	width: 984px;
	text-align: right;
}

#spot{
	position: absolute;
	left: 50%;
	margin-left: -490px;
	margin-top: 528px;
	width: 980px;
	background: url('http://www.platinum-agency.nl/img/spot_bg.jpg') center center no-repeat;
	z-index: 2;
}

/*
**	SCROLL STRIP SETUP
*/

#scroller{
	position: absolute;
	left: 50%;
	margin-left: -492px;
	margin-top: 150px;
	width: 984px;
	height: 320px;
	overflow: hidden;
	text-align: left;
	z-index: 4;
}

#container, .container{
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	height: 365px;
	z-index: 5;
}

#controller{
	position: absolute;
	margin-top: 175px;
	margin-left: 0px;
	height: 25px;
	width: 984px;
	background-color: #ffffff;
	z-index: 6;
}

.controller{
	position: absolute;
	margin-top: 175px;
	margin-left: 0px;
	height: 25px;
	background-color: #ffffff;
	z-index: 6;
}

#controller .next, .controller .next{
	float: left;
	margin: 1px 0px 0px 4px;
}

#controller .prev, .controller .prev{
	float: right;
	margin: 1px 4px 0px 0px;
}

#controller a{
	color: #ff0000;
}

.style{
	position: absolute;
	margin-top: 208px;
	margin-left: 5px;
	height: 25px;
	z-index: 6;
}

#fade_left{
	position: absolute; 
	left: 0px;
	top: 0px;
	height: 364px; 
	width: 50px; 
			background: url('http://www.platinum-agency.nl/img/fade_left.png') left top repeat-y; 
		z-index: 50;
	display: none;
}

#fade_right{
	position: absolute; 
	left: 90%;
	top: 0px;
	height: 364px; 
	width: 50px; 
			background: url('http://www.platinum-agency.nl/img/fade_right.png') left top repeat-y; 
		z-index: 50;
	display: none;
}

/*
**	SCROLL STRIP ITEM CONTAINER
*/

.dj{
	height: 359px;
	width: 208px;
	overflow: hidden;
}

.dj_img{
	cursor: pointer;
	float: left;
	width: 200px;
	height: 359px;
	margin-right: 8px;
}

/*
**	SCROLL STRIP INFO TXT
*/

.dj_txt{
	color: #ffffff;
	background: url('http://www.platinum-agency.nl/img/info_bg.gif') top center repeat-x;
	width: 192px;
	height: 359px;
	font-size: 11px;
	float: left;
}

.newsitem{
	color: #808080 !important;
  	text-decoration: none;
}

.newsitem:hover{
	color: #DD0028 !important;
}

.eventitem{
	color: #808080 !important;
  	text-decoration: none;
}

.eventitem:hover{
	color: #DD0028 !important;
}

.info_txt{
	padding: 10px; 
	height: 214px;
}

.info_button{
	position: absolute;
	z-index: 10;
	margin-top: 195px;
	margin-left: 0px;
}

.info_mirror{
	height: 125px; 
	background: url('http://www.platinum-agency.nl/img/info_mirror_bg.gif') repeat-x;
}

/*
**	SCROLL ITEMS
*/

.item_img{
	width: 208px;
	height: 385px;
	margin-left: 8px;
	font-size: 0px;
}

.item_img.extralarge{
	width: 400px;
}
.item_img.extralarge .info_button{
	margin-top: 206px;
	margin-left: 300px;	
}

.item_txt{
	color: #ffffff;
	background: url('http://www.platinum-agency.nl/img/info_bg.gif') top center repeat-x;
	width: 192px;
	height: 385px;
	font-size: 11px;
}

/*
**	DJs LIST
*/

.dj_title{
	float: left;
	margin: 5px 0px 0px 5px;
	display: none;
}

#categories{
	position: absolute;
	border: 1px solid #ff0000;
}

#categories a{
	color: #ffffff !important;
}

#categories a:hover{
	color: #DD0028 !important;
  	text-decoration: none;
}

#categories .inactive{
	color: #333333 !important;
}

#roster{
	position: absolute;
	left: 50%;
	height: 100px;
	margin-left: -492px;
	margin-top: 480px;
	width: 800px;
	text-align: left;
	display: none;
	z-index: 5;
}

#roster a{
	display: block;
  	line-height: 14px;
  	position: relative;
  	color: #808080;
  	text-decoration: none;
  	font-size: 10px;
}

#roster a:hover{
  	color: #DD0028;
  	text-decoration: none;
}

/*
**	PAGE & FORM
*/

#page{
	position: absolute;
	left: 50%;
	margin-left: -492px;
	margin-top: 182px;
	width: 965px;
	text-align: left;
	z-index: 5;
	font-size: 11px;
}

#list{
	position: absolute;
	left: 50%;
	margin-left: -492px;
	margin-top: 430px;
	width: 965px;
	text-align: left;
	z-index: 5;
	font-size: 11px;
}

#corporate{
	position: absolute;
	left: 50%;
	margin-left: -388px;
	margin-top: 182px;
	width: 700px;
	text-align: left;
	z-index: 5;
	font-size: 11px;
}

.form_column{
	float: left;
	width: 210px;
	margin-right: 15px;
	background: url('http://www.platinum-agency.nl/img/form_column_bg.gif') top left repeat-y;
	padding: 10px;
}

/*
**	OVERLAY
*/

#overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 100;
	display: block;
	opacity: .8;
	filter: alpha(opacity=80);
}

#overlay_content{
	position: absolute;
	width: 600px;
	height: 600px;
	overflow: hidden;
	z-index: 101;
	display: none;
	left: 50%;
	margin-left: -300px;
	background: #000000;
}

/*
**	PROFILE
*/

	.profile{
		width: 497px;
		height: 556px;
		background: url('http://www.platinum-agency.nl/img/profile_bg.jpg') top left no-repeat #000000;
	}
	
	.profile_close{
		position: absolute;
		margin-top: 15px;
		margin-left: 452px;
		z-index: 102;
	}

	.profile_photo{
		position: absolute;
		margin-top: 73px;
		margin-left: 20px;
		width: 200px;
		height: 230px;
	}

	.profile_content{
		position: absolute;
		margin-top: 73px;
		margin-left: 238px;
		width: 230px;
		height: 460px;
		font-size: 11px;
		overflow: hidden;
	}

	.profile_buttons{
		position: absolute;
		margin-top: 340px;
		margin-left: 20px;
		width: 230px;
		font-size: 4px;
	}
	
	.profile_button{
		display: block;
		width: 192px;
		height: 20px;
		line-height: 20px;
		background: url('http://www.platinum-agency.nl/img/profile_button.gif') 175px center no-repeat #141414;
		padding: 4px;
		color: #ffffff;
		font-size: 10px;
		text-decoration: none;
	}

	.facebook_button{
		display: block;
		width: 192px;
		height: 20px;
		line-height: 20px;
		background: url('http://www.platinum-agency.nl/img/facebook.png') 175px center no-repeat #141414;
		padding: 4px;
		color: #ffffff;
		font-size: 10px;
		text-decoration: none;
	}
	
	.twitter_button{
		display: block;
		width: 192px;
		height: 20px;
		line-height: 20px;
		background: url('http://www.platinum-agency.nl/img/twitter.png') 175px center no-repeat #141414;
		padding: 4px;
		color: #ffffff;
		font-size: 10px;
		text-decoration: none;
	}
	
	.myspace_button{
		display: block;
		width: 192px;
		height: 20px;
		line-height: 20px;
		background: url('http://www.platinum-agency.nl/img/myspace.png') 175px center no-repeat #141414;
		padding: 4px;
		color: #ffffff;
		font-size: 10px;
		text-decoration: none;
	}

	.profile_button:hover, .facebook_button:hover, .twitter_button:hover, .myspace_button:hover{
		color: #DD0028;
  		text-decoration: none;
	}

/*
**	ITEM
*/

	.item{
		width: 497px;
		height: 556px;
		background: url('http://www.platinum-agency.nl/img/item_bg.gif') top left no-repeat #000000;
	}
	
	.item_close{
		position: absolute;
		margin-top: 15px;
		margin-left: 452px;
	}

	.item_title{
		position: absolute;
		margin-top: 23px;
		margin-left: 19px;
	}

	.item_date{
		position: absolute;
		margin-top: 22px;
		margin-left: 342px;
	}

	.item_photo{
		position: absolute;
		margin-top: 73px;
		margin-left: 20px;
		width: 200px;
		height: 230px;
	}
	
	.extralarge .item_photo{
		width: 460px;	
	}

	.item_content{
		position: absolute;
		margin-top: 73px;
		margin-left: 240px;
		width: 230px;
		height: 460px;
		font-size: 11px;
		line-height: 13px;
		overflow: hidden;
	}
	
	.extralarge .item_content{
		margin-top: 325px;	
		height: 210px;
	}

	.item_link{
		position: absolute;
		margin-top: 325px;
		margin-left: 20px;
		width: 200px;
		height: 230px;
	}

	.item_recent_header{
		position: absolute;
		margin-top: 373px;
		margin-left: 20px;
		width: 200px;
		background: #1B1B1B;
		height: 28px;
		line-height: 28px;
		text-indent: 8px;
	}
	
	.item_recent{
		position: absolute;
		margin-top: 402px;
		margin-left: 20px;
		width: 200px;
		height: 134px;
		background: url('http://www.platinum-agency.nl/img/news_bg.gif') top left no-repeat;
		
	}
	
	.item_recent_link{
		display: block;
		font-size: 12px;
		color: #B3B3B3;
		text-decoration: none;
		margin-bottom: 0.75em;
	}
	
	.item_recent_link:hover{
		color: #DD0028;
  		text-decoration: none;
	}
	
	.item_button{
		display: block;
		width: 200px;
		height: 28px;
		line-height: 28px;
		background: #1B1B1B;
		text-indent: 8px;
		color: #ffffff;
		font-size: 10px;
		text-decoration: none;
	}

	.item_button:hover{
		color: #DD0028;
  		text-decoration: none;
	}


/*
*****************************
** FORMS
*****************************
*/

#form{
	margin: 0px;
	padding: 0px;
}

.formset{
	clear: both;
}

.formset .formgroup{
	clear: both;
}

.formset .formtip{
	margin: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.formset .formfieldset{
	border: 2px solid #D8D2BD;
	margin-bottom: 1em;
	margin-top: 0px;
}

.formset .formfieldset legend{
	font-weight: bold;
}

.formset .formlabel{
	font-weight: bold;
	font-size: 11px;
}

.formset .forminput{
	border: 1px solid;
	background-color: #4D4D4D;
	color: #ffffff;
}

.formset .formbutton, .formbutton{
	border: 1px solid #FF00D0;
	background-color: #F0F0F0;
	color: #000000;
	font-size: 12px;
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 16px;
	padding-bottom: 4px;
}

.formset .formtextinput{
	width: 205px;
	font-family: verdana, tahoma, helvetica, sans-serif;
	height: 20px;
	line-height: 20px;
}

.formset .noborder{
	border: 0px solid !important;
	background-color: transparent;
}

.formset .error{
	color: #ff0000 !important;;
}
.formset input .error{
	border: solid 1px #ff0000 !important;
}

.formset .formfield{
	margin-bottom: 0.75em;
}

.error{
	color: #ff0000 !important;;
}
