@import url(navigation.css);
body, html{
	padding:0px;
	margin:0px;
	color: #fff;
	background-color: #535353;
	font-family: trebuchet MS;
	line-height: 110%;
	font-size: 12px;
	behavior:url("css/csshover.htc");
	
}

#container {
	position: relative;
	width: 778px;
	top: 0px;
	left: 50%;
	margin-left: -372px;
	height: auto;
	background-image: url('../images/container.jpg');
}

#header{
	position: relative;
	width: 778px;
	height: 226px;
	background-image: url('../images/header.jpg');
}

#navigationBar{
	position: relative;
	width: 778px;
	height: 30px;
	background-image: url('../images/navigationBar.jpg');
}

#mainContainer{
	position: relative;
	left: 15px;
	top: 5px;
	width: 745px;
	height: auto;
	margin-bottom: 15px;
	z-index: 10;
}

.withImage{
	background-image: url('../images/secundairyBg.jpg');
	height: 470px;
}

.withImage2{
	background-image: url('../images/secundairyBg2.jpg');
	height: 450px;
}

#footer{
	position: relative;
	width: 778px;
	height: 75px;
	background-image: url('../images/footer.jpg');
	text-align: center;
	padding-top: 15px;
}

.contentBox{
	background-color: #000;
	border: 4px solid #595959;
	height: auto;
	padding: 4px;
	margin-bottom: 4px;
	z-index: 10;
}

.errorBox{
	background-color: #000;
	border: 4px solid #ff0000;
	height: auto;
	padding: 4px;
	margin-bottom: 4px;
}

.mov_title{
	color: #ff0000;
}

.succesBox{
	background-color: #000;
	border: 4px solid #00FF33;
	height: auto;
	padding: 4px;
	margin-bottom: 4px;
}

.txtButton{
	width: 458px;
	padding: 4px;
	background-color: #333;
	color: #fff;
	border: 1px solid #666;
	text-transform:uppercase;
	text-align: center;
	margin-top: 5px;
	color: #FF0000;
	font-weight: bold;
}

.defaultSelect{
	width: 233px;
	font-size: 9px;
	background-color: #999999;
	border: 1px solid #333;
	margin:0px;
	padding: 0px;
}

.defaultTextfield{
	width: 233px;
	font-size: 12px;
	background-color: #999999;
	border: 1px solid #666;
	margin:0px;
	padding: 0px;
}

.defaultSubmitBtn{
	width: 100px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #666;
	margin:0px;
	padding: 0px;
}

.customPaysites img{
	border: 1px solid #666;
}

.perfContainer{
	position: relative;
	width: 140px;
	height: 125px;
	float: left;
	background-color: #333;
	margin-right: 6px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #666;
	border-bottom: 10px solid #666;
	text-align: center;
	border-bottom: 1px solid #666;
}

.perfContainer img{
	border: 1px solid #000;
}

ul{
	list-style: square;
	color: #fff;
}

h1{
	font-size: 14px;
	color: #FF0000;
	padding:0;
	margin:0;
}

h2{
	font-size: 12px;
	color: #FF0000;
	padding:0;
	margin:0;
}

a:link{
	color: #fff;
	text-decoration:none;
}

a:visited{
	color:#990000;
	text-decoration:none;
}

a:active{
	color: #fff;
	text-decoration:none;
}

a:hover{
	color: #ff0000;
	text-decoration:none;
}