body{
	background: #b97e3c;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

#container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	background: #fdd8aa;
}

	#header{
		height: 250px;
		position: relative;
		background: url(../images/asianbanner.jpg);
	}
		#header h1{
			font-size: 24px;
			height: 30px;
			position: absolute;
			top: 0px;
			left: 40px;
			color: #000000;
			line-height: 25px;
			background: #fdd8aa;
		}
		
		#header #sub{
			font-size: 18px;
			height: 30px;
			position: absolute;
			top: 50px;
			left: 40px;
			color: #000000;
			line-height: 25px;
			background: #fdd8aa;
		}
		
		#login{
			position: absolute;
			right: 30px;
			top: 120px;
		}
	
	#menublock{
		height: 20px;
		position: relative;
		width: 810px;
		background: #000000;
	}
	
	.main{
		float: left;
		width: 800px;
		padding: 5px;
		font-size: 12px;
	}
	.content{
		float: left;
		position: relative;
		width: 800px;
		padding: 5px;
		font-size: 12px;
	}
		
		.main .trailer_flv{
			width: 450px;
			float: left;
		}
		
		.main .trailer_description{
			float: left;
			width: 300px;
		}
		
	h1{
		background: #000000;
		color: #CCCCCC;
		height: 20px;
		padding-left: 10px;
		padding-bottom: 3px;
		padding-top: 3px;
		font-size: 19px;
		line-height: 16px;
	}
	
	.left{
		width: 391px;
		float: left;
		padding: 4px;
		border-right: 1px dashed #000000;
	}
	
	
	.right{
		width: 400px;
		float: left;
		padding:4px;
	}
	
	.block{
		width: 260px;
		float: left;
	}
	
	.clear{
		clear: both;
		height: 1px;
		font-size: 1px;
		overflow: hidden;
	}
	
#footer{
	width: 100%;
	height: 20px;
	background: #000000;
	color: #FFFFFF;
	padding-left: 3px;
	font-size: 12px;
}	
	#footer a{
		color: #FFFFFF;
	}
	
	
	
.trailerBox{
	width: 395px;
	position: relative;
	height: 250px;
	float: left;
	border-bottom: 1px dashed #000000;
}
	.trailerThumb{
		width: 200px;
		position: absolute;
		top: 25px;
		left: 3px;
		border: 0px;
	}
		.trailerThumb img{
			border: 0px;
		}
	.trailerTitle{
		position: absolute;
		color: #000000;
		font-size: 16px;
		left: 5px;
		top: 0px;
	}
	.trailerInfoContainer{
		position: absolute;
		color: #000000;
		font-size: 11px;
		padding-top: 5px; 
		padding-right: 10px;
		left: 5px;
		top: 180px;
	}
	.trailerLink{
		position: absolute;
		color: #000000;
		right: 15px;
		top: 80px;
	}
		.trailerLink a{
			font-size: 18px;
		}

.gallerie{
	float: left;
	width: 400px;
}
	.gallerie .img{
		width: 220px;
		float: left;
	}
	
	.gallerie .title{
		width: 180px;
		font-size: 14px;
		float:left;
		margin-top: 20px;
	}

/* form styling */
.labelContainer{
	position: relative;
	width: 395px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	padding-left: 5px;
}
.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: 150px;
	float: left;
	text-align: left;
}

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

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

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


