/* hello */
body {
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	background-image: url('/images/template/background_none.jpg');
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	background-position: center top;
	margin: 0;
	padding: 0;
}
body.homepage {
	background-image: url('/images/template/background.jpg');
}
html, body {
	margin: 0;
	padding: 0;
}
/* general */
img {
	border: none;
}
a {
	color: #ECECEC;
}
ul {
	margin-top: 2px;
}
h2 {
	font-size: 20px;
	line-height: 34px;
	color: #3a3a3a;
}
.clearfix {
	clear: both;
	display: block;
	margin: 0;
	line-height: 0;
}
hr {
	border-top: 1px dashed #f0f0f0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 5px 0;
}
table table {
	border: none;
}
table td{
	border-color: #e3e3e3;
}
table table td{
	border: 1px solid #e3e3e3;
	padding: 3px;
}
.bowl table p {
	padding: 0;
	margin: 0;
}
/* END general */

#overview {
    border-bottom: 1px solid #DDDDDD;
    text-align: left;
    background-image: linear-gradient(left bottom, rgb(116,116,116) 22%, rgb(93,93,93) 91%);
	background-image: -o-linear-gradient(left bottom, rgb(116,116,116) 22%, rgb(93,93,93) 91%);
	background-image: -moz-linear-gradient(left bottom, rgb(116,116,116) 22%, rgb(93,93,93) 91%);
	background-image: -webkit-linear-gradient(left bottom, rgb(116,116,116) 22%, rgb(93,93,93) 91%);
	background-image: -ms-linear-gradient(left bottom, rgb(116,116,116) 22%, rgb(93,93,93) 91%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		right top,
		color-stop(0.22, rgb(116,116,116)),
		color-stop(0.91, rgb(93,93,93))
	);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    padding: 20px 20px;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
    background-color: #747474;
}
#overview h1 {
	font-size: 32px;
	font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    text-rendering: optimizelegibility;
    color: #FFFFFF;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
    margin: 0;
}
#overview h1 small {
	font-size: 13px;
}
#overview h1 small a{
	color: #dcdcdc;
	text-decoration: none;
}
#container {
	width: 973px;
	background-repeat: no-repeat;
	left: 50%;
	margin: 0 auto -0px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
 .container p {
	 margin-bottom: 10px;
 }
	.bowl {
		padding: 0 20px 20px 20px;
	}
	.bowl h2 {
		border-left: 4px solid #93DB72;
		line-height: 22px;
		margin: 14px 0 12px;
		padding-left: 6px;
	}
	.bowl p {
		padding-bottom: 2px;
		margin-bottom: 2px;
	}
	.well {
		position: relative;
		background-color: #F5F5F5;
	    border: 2px solid #E3E3E3;
	    border-radius: 4px 4px 4px 4px;
	    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	    margin-bottom: 20px;
	    min-height: 20px;
	    padding: 10px 19px;
	    margin-top: 10px;
	}
	.well ul {
		list-style-type: circle;
		padding-left: 12px;
	}
	.well li {
		font-size: 10px;
	}
	.arrow-left:after, .arrow-left:before { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow-left:after { border-color: rgba(245, 245, 245, 0); border-right-color: #F5F5F5; border-width: 8px; top: 30%; margin-top: -8px; } .arrow-left:before { border-color: rgba(227, 227, 227, 0); border-right-color: #E3E3E3; border-width: 11px; top: 30%; margin-top: -11px; }
	.arrow-top:after, .arrow-top:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow-top:after { border-color: rgba(245, 245, 245, 0); border-bottom-color: #F5F5F5; border-width: 8px; left: 50%; margin-left: -8px; } .arrow-top:before { border-color: rgba(227, 227, 227, 0); border-bottom-color: #E3E3E3; border-width: 11px; left: 50%; margin-left: -11px; }
	.arrow-top-left:after, .arrow-top-left:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow-top-left:after { border-color: rgba(245, 245, 245, 0); border-bottom-color: #F5F5F5; border-width: 8px; left: 10%; margin-left: -8px; } .arrow-top-left:before { border-color: rgba(227, 227, 227, 0); border-bottom-color: #E3E3E3; border-width: 11px; left: 10%; margin-left: -11px; }
	
	header {
		padding: 0 25px; 
		height: 125px;
	}		
		header a#logo {
			width: 350px;
			height: 54px;
			display: block;
			margin-top: 40px;
			float: left;
		}
		body.fr header a#logo {
			background-image: url(/images/template/logo-fr.png);
		}
		body.en header a#logo {
			background-image: url(/images/template/logo-en.png);
		}
		body.nl header a#logo {
			background-image: url(/images/template/logo-nl.png);
		}
		header a#logo b {
			position: absolute;
    		text-indent: -9999px;			
		}
		nav {
			float: left;
			padding-left: 60px;
		}
			nav ul {
				list-style-type: none;
				margin: 0;
			}
				nav li {
					float: left;
					text-align: center;
					width: 90px;
					height: 99px;
					margin: 0 6px;
				}
				nav li:hover, nav li.active {
					background: url(/images/template/nav_li_background.png);
					background-repeat: repeat-x;
				}
					nav img {
						padding-top: 72px;
					}
					nav span {
						position:absolute; 
						text-indent:-9999px;
					}
		.change_language a{
			font-size: 10px;
			color: #5c5c5c;
			text-decoration: none;
		}
		.change_language a.active{
			font-weight: bold;
		}
		
	section#highlight {
		height: 335px;
	}	
		section#highlight .slidemenu_web {margin: 0; list-style:none; width:974px; height:334px; display:block; overflow:hidden; position:relative;padding: 0;}
		section#highlight .slidemenu_web li {float:left; display:inline; overflow:hidden; }
		section#highlight .slidemenu_web li img { 
			border:0;
		}
		section#highlight .slidemenu_web li div { 
			position: absolute;
			width: 150px;
			top: 0px;
		}
	
		section#highlight .slidemenu_web li a {
			width:745px;
			height:334px;
			border-top:0; border-bottom: 0; border-right:0; 
			border-left:0;
		}
	section#content {
		padding: 0px 6px 0; 		
	}		
	section#content a {
		color: #8A8A8A;		
	}		
	section#content .hcontain {
		text-align: center;
		background: url("/images/template/content_home_background.jpg") repeat scroll -10px 0 transparent;
	}
	section#content .hcontain hr {
		text-align: center;
		border: 2px solid gray;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
	}
	section#content .hcontain p {
		font-size: 8pt;
	}
	section#content .hcontain a {
		color: #000000;
		text-decoration: none;
	}
	section#content .hcontain p, section#content .hcontain ul {
		text-align: left;
	}
	section#content .hcontain ul {
		margin-top: 10px;
		margin-left: 30px;
	}
	section#content .hcontain ul li {
		list-style: circle;
	}
	section#content .hcontain ul#features {
		margin: 0 0 0 14px;
		font-size: 11px;
		padding: 0px;
	}
	section#content .hcontain ul#features li {
		float: left;
		list-style-type: circle;
		margin: 0 8px;
		padding: 0;
		width: 116px;
	}
	section#content .td {
		float: left;
		padding: 30px;
	}
	footer {
		text-align: center;
		height: 320px;
		width: 960px;
		margin: 0 auto;
		background: #646461 url(/images/template/footer_background.jpg) center 340px;
		display: block;
		padding-top: 20px;
		color: #ffffff;
	}
	#content .contact {
		background-color: #5f625c;
		height: 417px;
	}
	#content .contact p, #content .contact a {
		color: #ffffff;
	}
	footer.empty {
		background: #646461 url(/images/template/footer_background.jpg) center 80px;
		height: 70px;
		padding-top: 5px;
	}
		footer .fcontain{
			padding: 0 24px;
			margin: 0 auto;
			width: 905px;
			background-repeat: no-repeat;
			left: 50%;
			margin: 0 auto -0px;
			text-align: left;
		}
		#content .contact p, footer p {
			margin-bottom: 8px;
		}
		footer p.copyright {
			text-align: center;
			font: 9px/14px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
			color: #CCCCCC;
			padding-top: 42px;
		}
		footer.empty p.copyright {
			padding-top: 30px;
		}
		#content .contact p .green, footer p .green {
			color: #6eb542;
		}
		#content .contact p .gray, footer p .gray {
			color: #DFDFDF;
		}
			#content .contact #footer_map, footer #footer_map {
				width: 486px;
				float: left;
				height: 287px;
				background: url(/images/template/footer_map_background.png) no-repeat center top;
				margin-top: -45px;
			}
	#footer, .push {
    	clear: both;
    }
#language {
	width: 110px;
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;    border-radius: 3px 3px 3px 3px;
    color: #555555;
    display: inline-block;
    font-size: 11px;
    height: 24px;
    line-height: 20px;
    margin-bottom: 9px;
    padding: 4px 6px;
}