body{
	background: #000000 url(../images/bg.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

.divider{
	position: relative;
	width: 580px;
	float:left;
	height: 1px;
	border-bottom: 1px dotted #ffffff;
	margin-bottom: 10px;
}

#container{
	position: relative;
	border: 1px solid #CCCCCC;
	width: 800px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	background: #666666;
}

	#header{
		position: relative;
		height: 120px;
		padding: 10px;
		font-size: 18px;
	}
		h1{
			position: absolute;
			top: 20px;
			left: 30px;
			font-size: 28px;
			
		}
		#sub{
			font-size: 14px;
			position: absolute;
			top: 80px;
			left: 35px;
		}
		#slider{
			position: absolute;
			top: 0px;
			right: 0px;
		}
	
	#top{
		position: relative;
		height: 130px;
	}
	
	#navigationBar{
		position: relative;
		width: 800px;
		height: auto;
		background-color: #000;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		margin-bottom: 5px;
		z-index: 4;
		left: 0px;
	}
	
	#left{
		float: left;
		width: 180px;
		margin-left: 10px;
		margin-right: 10px;
		min-height: 400px;
		background: #000000;
		padding: 0px;
		text-align: center;
		position: relative;
	}
		ul{
			width: 180px;
		}
		
		ul li{
			display: block;
			width: 100px;
			height: 20px;
		}
		
		ul li a{}
		
		#left a{
			text-decoration: none;
			color:#FFFFFF;
		}
	
	#logon{
		float: left;
		width: 570px;
		padding-left:10px;
		margin-left: 10px;
		margin-right: 10px;
		min-height: 39px;
		background: #000000;
	}
		#logon a{
			color: #FFFFFF;
			font-size: 10px;
		}
		.Logincontainer{
			position: relative;
			padding-top: 3px;
			width: auto;
			height: 20px;
			float: left;
			margin-right: 4px;
		}
			.Logincontainer input{
				border: 1px solid #666666;
			}
	
	#main{
		float: left;
		width: 580px;
		margin-left: 10px;
		margin-right: 10px;
		min-height: 400px;
		background: #000000;
	}
	#mainNoBg{
		float: left;
		width: 580px;
		margin-left: 10px;
		margin-right: 10px;
		min-height: 400px;
	}
		
		.block{
			width: 260px;
			float: left;
			min-height: 200px;
		}
		.block h2{
			font-size: 14px;'
		}
	
		.filmBox{
			float: left;
			position:relative;
			width: 580px;
			height: 210px;
			margin-bottom: 10px;
		}
			.filmBox .titleBox{
				width: 560px; 
				float: left;
				font-size: 14px;
				height: 20px;
				padding: 3px;
			}
			.filmBox .thumbBox{
				width: 215px;
				padding-left: 5px;
				float: left;
				font-size: 14px;
				height: 150px;
			}
				.filmBox .thumbBox img{
					border: 2px dashed #CCCCCC;
				}
			.filmBox .textBox{
				width: 360px;
				float: left;
				font-size: 12px;
				height: 150px;
			}
			.filmBox .callBox{
				width: 560px;
				text-align: right;
				margin-right: 20px;
				float: left;
				height: 30px;
			}
				.filmBox .callBox a{
					color: #FFFFFF;
					text-decoration: none;
					font-size: 14px;
					font-weight: bold;
				}
	
	
#footer{
	height: 15px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#links{
	margin-top: 20px;
	background: #666666;
	position: relative;
	border: 1px solid #FFFFFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
	#links a{
		color: #000000;
		font-size: 12px;
		text-decoration: none;
	}
	#links h2{
		font-size: 16px;
		color: #FFFFFF;
	}








/* form styling */
.labelContainer{
	position: relative;
	width: 580px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	padding-left: 5px;
}

.websiteLink{
	padding-top: 30px;
}

.labelContainerError{
	position: relative;
	width: 445px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	background-color: #ff6a71;
	padding-left: 5px;
}

.labelContainerMax{
	position: relative;
	width: 690px;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	background-color: #fff;

}

.formError{
	position: relative;
	top: -5px;
	width: auto;
	font-size: 10px;
	color: #FF0000;
	margin-left: 3px;
}

.default_textfield{
	position: relative;
	width: 150px;
	border: 1px solid #333;
	font-size: 11px;
}

.default_textfieldError{
	position: relative;
	width: 150px;
	border: 1px solid #ff0000;
	font-size: 11px;
}

.default_select{
	width: 236px;
	padding: 0px;
}

.auto_select{
	width: auto;
	padding: 0px;
	float: left;
	font-size: 10px;
}

.default_textarea{
	width: 233px;
	height: 75px;
	font-size: 11px;
	padding: 0px;
}

.half_textarea{
	width: 438px;
	height: 75px;
	font-size: 11px;
	padding: 0px;
	border: 1px solid #ccc;
}

.half_textareaError{
	width: 438px;
	height: 75px;
	font-size: 11px;
	padding: 0px;
	border: 1px solid #ff0000;
}

.default_textareaError{
	width: 233px;
	height: 75px;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px solid #ff0000;
}

.large_textarea{
	width: 640px;
	height: 75px;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px solid #666;
}

.default_button{
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	height: 20px;
	border: 1px solid #000;
}

label{
	width: 250px;
	float: left;
	text-align: left;
}

.formField{
	margin: 0px;
	background-color: #fff;
	border: 1px solid #7f9db9;	
	margin-bottom: 3px;	
}

.succesbox{
	position: relative;
	width: 560px;
	padding: 5px;
	background-color: #ebffe5;
	border: 2px solid #32eb00;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}

.errorbox{
	position: relative;
	width: 560px;
	padding: 5px;
	background-color: #ffe5e5;
	border: 2px solid #e30000;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}
