body {
	padding: 0;
	margin: 0;
	font: 1.0em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #535c57;
	background: #f8f7f7;
}

.inner {
    width: 935px;
    margin: 0 auto;
    display: table;
}

a {
	color: #a00005;
	}

a:hover {
	text-decoration: none;
	}


/*---------- CLEARFIX --------------------------------------------------------------------------------------*/
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
}  




/*------------ CONTAINERS --------------------------------------------*/

#headerContainer {
	background: #f3f3f3 url('/Images/Layout/phuso_header_bg.gif') repeat-x;
}

#header {
	height: 107px;
}

#navigation 
{
	height: 28px;
	overflow: hidden;
	background: url('/Images/Layout/phuso_nav_red_bg.gif') repeat-x;
	}
	
#navigation-items ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	
	}
	
#navigation-items ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	}
	
#navigation-items ul li a
{
	margin: 0;
	display: inline-block;
	padding: 1px 30px 5px 30px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #ba0005;
	border-left: 1px solid #e05050;
	line-height: 24px;
	}
	
#navigation-items ul li a.navigationItemActive, #navigation-items ul li a:hover
{
	background: #f8f8f8;
	color: #b70005;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}







#breadcrumbs 
{
	padding: 8px 5px 5px 5px;
	padding-left: 25px;
	font-size: 0.8em;
	width: 635px;
	float: left;
	background: url('/Images/Layout/phuso_crumbtrail_init.gif') no-repeat 5px 12px;
	}

#cultures 
{
	padding: 5px 0;
	font-size: 0.8em;
	width: 75px;
	float: right;
	text-align: right;
	}
	#cultures ul
	{
		list-style-type: none;
		padding: 0;
		margin: 0;
		}
		#cultures ul li
		{
			display: inline;
			margin: 0;
			padding: 0;
			}
			#cultures ul li a
			{
				display: inline-block;
				padding: 5px 10px 5px 35px;
				text-decoration: none;
				border: 1px solid #ccc;
				width: 20px;
				}
			#cultures ul li a.nl-BE
			{
				background: #eee url('/Images/Layout/phuso_culture_button_nl-BE.gif') no-repeat 5px 7px;
				}
			#cultures ul li a.en-GB
			{
				background: #eee url('/Images/Layout/phuso_culture_button_en-GB.gif') no-repeat 5px 7px;
				}
			#cultures ul li a.active
			{
				display: none;
				}
			#cultures ul li a:hover
			{
				color: #000;
				}

#social {
	float: right;
	}
	#social a {
		display: block;
		width: 22px;
		height: 22px;
		background: url('/Images/Icons/twitter_small.png') no-repeat;
		margin: 8px 0 0 5px;
		}



.blocksCtn	{
	float: right;
	width: 100%;
}

.blocksCtnFixed	{
	float: right;
	width: 660px;
}



.pagingCtn 
{
	text-align: right;
	padding: 5px 0;
	}

.pagesDropDownCtn 
{
	}

.pagingCtn ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
.pagingCtn ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	}
	
.pagingCtn ul li a
{
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #ccc;
	margin-left: 3px;
	background: #f8f8f8;
	}
	
.pagingCtn ul li a.disabled
{
	border: 1px solid #d8d8d8;
	background: #f8f8f8;
	color: #ccc;
	}
	
.pagingCtn ul li a.active
{
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #ccc;
	color: #000;
	}
	
.pagingCtn ul li a:hover
{
	background: #eee;
	}
	
.pagingCtn ul li a.disabled:hover
{
	background: #f8f8f8;
	}
	
.pagingCtn ul li a.active:hover
{
	background: #bbb;
	}







.splashContainer {
	background: #fff url('/Images/Layout/phuso_splash_bg.gif') repeat-x bottom;
	border-bottom: 1px solid #ddd;
	font-size: 0.9em;
}

.splashContainer h1
{
	font-size: 1.7em;
	font-weight: normal;
	color: #04592b;
	}

.splashContainer h2
{
	font-size: 1.4em;
	font-weight: normal;
	color: #04592b;
	padding: 3px;
	background: #f8f8f8;
	border-bottom: 1px solid #e8e8e8;
	}

.splashContainer h3
{
	font-weight: normal;
	color: #04592b;
	}

.splashContainer strong
{
	color: #04592b;
	}

.splashContainer ul
{
	margin-top: -10px;
	}

#splash 
{
	margin: 15px 0;
	color: #000;
	}

.home-firms-ctn h1, .home-cand-ctn h1
{
	font-size: 1.7em !important;
	font-weight: normal !important;
	color: #04592b !important;
	margin: 25px 0 0 15px !important;
	padding-left: 130px !important;
	border: 0 !important;
	}

.home-firms-ctn 
{
	width: 453px;
	height: 226px;
	background: url('/Images/Layout/phuso_home_firm_bg.jpg') no-repeat;
	margin: 0;
	padding: 0 0 0 0;
	float: left;
	}

.home-cand-ctn 
{
	width: 456px;
	height: 226px;
	background: url('/Images/Layout/phuso_home_cand_bg.jpg') no-repeat;
	margin: 0;
	padding: 0 0 0 0;
	float: right;
	}

.home-firms-ctn em, .home-cand-ctn em
{
	display: block;
	margin: 15px;
	padding-left: 130px !important;
	}

.home-firms-ctn a.linkblock, .home-cand-ctn a.linkblock
{
	display: block;
	padding: 0px 0 2px 15px;
	background: url('/Images/Layout/home_link_red_bg.gif') repeat-x;
	color: #fff;
	text-decoration: none;
	margin: 0 1px 2px 130px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	font-size: 1.1em;
	}

.home-firms-ctn a.linkblock:hover, .home-cand-ctn a.linkblock:hover
{
	background: url('/Images/Layout/home_link_red_bg.gif') repeat-x 0 -28px;
	color: #3f6340;
	}







.submenuCtn 
{
	width: 250px;
	float: left;
	margin-right: 20px;
	}
	
.panelSubMenuImage 
{
    height: 235px;
	width: 250px;
    }
	
.submenuCtn ul {
	padding: 0;
	margin: 0;
}

.submenuCtn li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.submenuCtn a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #990000;
	background: #fff;
	border-bottom: 1px solid #eee;
	border-right: 3px solid #fff;
}

.submenuCtn a.navigationItemActive, .submenuCtn a:hover	{
	background: #eee;
	color: #333;
	border-right: 3px solid #d60000;
}

.submenuCtn ul li ul li a {
	display: block;
	padding: 0 5px;
	line-height: 28px;
	text-decoration: none;
	color: #990000;
	margin-left: 15px !important;
	background: #fff;
	border-left: 1px solid #eee;
}

.submenuCtn ul li ul li a.navigationItemActive, .submenuCtn ul li ul li a:hover {
	background: #f8f8f8;
}

.submenuCtn ul li ul li ul li a {
	display: block;
	padding: 0 5px;
	line-height: 28px;
	text-decoration: none;
	color: #990000;
	margin-left: 30px !important;
	background: #fff;
	border-left: 1px solid #eee;
}

.submenuCtn ul li ul li ul li a.navigationItemActive, .submenuCtn ul li ul li ul li a:hover {
	background: #f8f8f8;
}








.contentContainer {
	border-top: 5px solid #f8f8f8;
	border-bottom: 1px solid #ddd;
	font-size: 0.9em;
	background: #fff;
}

#content 
{
	margin: 15px 0;
	}

.content-left-ctn 
{
	width: 455px;
	float: left;
	}

.content-right-ctn 
{
	width: 455px;
	float: right;
	}

.content-left-ctn h1, .content-right-ctn h1
{
	font-size: 1.7em;
	font-weight: normal;
	color: #04592b;
	}

.content-left-ctn p, .content-right-ctn p
{
	text-align: justify;
	}
	
.pageListCtn, .pageListCtn
{
    }

.newsItem, .vacancyItem
{
	display: block;
	text-decoration: none;
	color: #535c57;
	cursor: pointer;
	border-top: 1px solid #eee;
	background: #fff;
	padding: 10px;
	}

.newsItem:hover, .vacancyItem:hover
{
	background: #f8f8f8;
	}

.newsItemInner
{
	display: block;
	}

.newsItem .title, .vacancyItem .title
{
	font-size: 1.2em;
	display: block;
	color: #b70005;
	padding: 5px 0 0 0;
	}

.newsItem .dateCtn
{
	display: block;
	width: 50px;
	height: 60px;
	float: left;
	margin-right: 10px;
	border: 4px solid #eee;
	}

.newsItem .dateDay
{
	font-size: 2.0em;
	display: block;
	color: #04592b;
	text-align: center;
	border: 1px solid #ddd;
	border-width: 1px 1px 0 1px;
	}

.newsItem .dateMonth
{
	font-size: 1.2em;
	display: block;
	color: #04592b;
	text-align: center;
	text-transform: uppercase;
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-width: 0 1px 1px 1px;
	}

.newsItem .content
{
	display: block;
	font-size: 0.8em;
	text-align: justify;
	padding: 5px 0;
	}

.vacancyItem .content
{
	display: block;
	font-size: 0.8em;
	text-align: justify;
	height: 57px;
	overflow: hidden;
	}

.vacancyItem .content ul
{
	margin-top: 0px;
	}

.vacancyItem .subtitle 
{
    font-weight: bold;
    }
    
.vacancySubtitle 
{
    font-weight: bold;
    }

a.vacancyTaf 
{
    display: block;
    float: right;
    width: 200px;
    height: 44px;
    padding-top: 6px;
    text-align: center;
    background: url('/Images/Pages/VacancyTaf.gif') no-repeat;
    color: #fff;
    text-decoration: none;
    }

.trainingLabel 
{
    display: inline-block;
    float: left;
    width: 150px;
    background: #eee;
    padding: 3px;
    margin: 0 5px 1px 0;
    }

.trainingValue 
{
    display: inline-block;
    float: left;
    width: 450px;
    padding: 3px;
    margin: 0 0 1px 0;
    }

.employeeItem, .employeeItemAlternative 
{
    border-bottom: 1px solid #eee;
    }

.employeeItem h3, .employeeItem p, .employeeItemAlternative h3, .employeeItemAlternative p
{
    padding: 5px;
    margin: 0;
    }

.employeeItem p, .employeeItemAlternative p 
{
    margin-bottom: 20px;
    }




#footerContainer 
{
	font-size: 0.7em;
	color: #999;
}

#footer {
	padding: 5px 0;
}

#footer a 
{
	color: #666;
}

#sponsors 
{
	color: #e8e8e8;
	margin-bottom: 10px;
	}







.button_green 
{
	display: block;
	width: 134px;
	height: 20px;
	text-align: center;
	background: url('/Images/Layout/phuso_button_green.gif') no-repeat;
	text-decoration: none;
	color: #fff;
	padding-top: 1px;
	}
	
.button_green:hover
{
	background: url('/Images/Layout/phuso_button_green.gif') no-repeat 0 -21px;
	color: #04592b;
	}
	
	
	
	

.googleMapCellContainer {
	width: 655px;
	float: right;
}
	
#googleMap 
{
	width: 645px;
	height: 250px;
	border: 5px solid #ccc;
	}	
	
.contactMainButtonsCtn 
{
    width: 675px;
    float: right;
    }
	
.contactMainButtonsCtn img 
{
    border: 0;
    }
	
.contactMapCtn
{
	padding: 0;
	margin-top: 10px;
	float: right;
	background: #eee;
	width: 575px;
	height: 205px;
	}
	
.contactAddressCtn
{
	padding: 0;
	float: left;
	width: 300px;
	}
	
.contactFormCtn .contactFormTitle
{
	padding: 3px;
	background: #ccc;
	margin-top: 15px;
	text-transform: uppercase;
	}
	
.contactFormCtn .formFieldCtn 
{
	padding: 2px 0;
	width: 670px;
	float: right;
	}
	
.contactFormCtn .label 
{
	display: inline-block;
	width: 140px;
	background: #eee;
	padding: 3px;
	margin-right: 5px;
	float: left;
	}
	
.contactFormCtn .textlarge 
{
	width: 500px;
	}
	
.contactFormCtn .textsmall 
{
	width: 125px;
	}
	
.contactFormCtn .textarea 
{
	width: 500px;
	height: 100px;
	}
	
.contactFormCtn .submitbuttonCtn 
{
	margin-top: 20px;
	}
	
.contactFormCtn .validator
{
	color: #c80000 !important;
	font-weight: bold;
	padding-left: 3px;
	}
	
.contactFormCtn .summary
{
	padding: 10px;
	background: #ffe9e9;
	border: 1px solid #c80000;
	margin-bottom: 15px;
	color: #c80000 !important;
	}
	
.contactFormCtn .summary ul
{
	padding: 0 0 0 20px;;
	margin: 0;
	}
	
.contactFormCtn .summary ul li
{
	list-style-type: square;
	}
	
.contactFormCtn .note 
{
	margin-left: 5px;
	font-size: 0.8em;
	}
	
.contactInfoPanel {
	padding: 10px 10px 10px 70px;
	margin: 0 0 15px 0;
	background:#fffceb url('/Images/Icons/48x48_alert.png') no-repeat 10px 10px;
	border: 1px solid #ffeda3;
	}	
	.contactInfoPanel .flag {
		display: inline-block;
		padding: 0 5px;
		background: #ffeda3;
		color: #c96d00;
		margin-right: 5px;
		font-weight: bold;
	}
	
	

.newsDateCtn
{
    float: left;
    width: 70px;
    height: 115px;
    margin-right: 15px;
    border: 4px solid #eee;
	}

.newsDateCtn .day
{
	font-size: 3.0em;
	display: block;
	color: #04592b;
	text-align: center;
	padding: 0 0 0 5px;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
	}

.newsDateCtn .month
{
	font-size: 1.7em;
	display: block;
	color: #04592b;
	text-align: center;
	text-transform: uppercase;
	background: #f8f8f8;
    border: 1px solid #ccc;
    border-width: 0 1px 0 1px;
	}

.newsDateCtn .year
{
	font-size: 1.3em;
	display: block;
	color: #04592b;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 5px 2px 5px;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 1px;
	}
	
/* ---------- Scrolling sponsors ---------- */
.scroll { 
	width: 935px;
	height: 80px;
}

.scroll .simply-scroll-clip {
	width: 935px;
	height: 80px;
}

.simply-scroll-container { 
	position: relative;
}

.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}
