@charset "utf-8";
/* CSS Document */

/* BODY */
body	{
	margin: 0px;
	padding: 0px 0px 30px;
	text-align: center;
	background: #666666;
}
/* END BODY */

body  #wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	padding: 0px;
}

/* LANGUAGE */
#language	{
	width: 950px;
	height: 20px;
	margin: 0 auto;
	text-align: right;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/*padding: 10px 0px 5px;*/
}
#language img	{
	margin-left: 5px;
}
/* END LANGUAGE */

/* VISUAL HEADER */
#visheader	{
	height: 140px;
	position: relative;
}
#logo	{
	float: left;
}
#logo a {
	background: url(/images/logo.gif) no-repeat;
	display: block;
	margin: 40px 0px 0px 30px;
	padding: 0px;
	height: 80px;
	width: 240px;
}
#logo span {
	display: none;
}
#strap	{
	float: right;
	font: 24px Arial, Helvetica, sans-serif;
	color: #003399;
	padding-right: 30px;
	margin-top: 90px;
}
#hdrcontact	{
	font: 9px Arial, Helvetica, sans-serif;
	color: #999999;
	width: 280px;
	position: absolute;
	top: 0px;
	right: 30px;
	background: url(/images/hdrcontact_bkg.gif) repeat-y right;
}
#hdrcontact h2	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #00CCFF;
	border-bottom: 1px dashed #999999;
	margin: 0px 20px 0px 0px;
	padding: 15px 0px 0px;
}
#clients	{
	float: right;
	margin: 0px;
	padding: 5px 20px 0px 0px;
	width: 120px;
}
#clients select	{
	width: 120px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
	margin-bottom: 4px;
}
#candidates	{
	float: right;
	margin: 0px;
	padding: 5px 20px 0px 0px;
	width: 120px;
}
#candidates select	{
	width: 120px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
	margin-bottom: 4px;
}
/* END VISUAL HEADER */

/* MENU */
#menu {
	height: 30px;
	width: 950px;
	background: #003399;
	text-align: left;
}
#menu ul {
	padding: 0px;
	list-style-type: none;
	float: left;
	display: block;
	margin: 0px;
}
#menu li {
	position:relative;
	float: left;
	text-align: left;
}
#menu li a {
	text-decoration: none;
	display: block;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	position: relative;
	margin-left: 30px;
	padding: 8px 0px;
}
#menu li a:hover {
	background: url(/images/menubtn_ovr.gif) no-repeat center bottom;
	font: 11px Arial, Helvetica, sans-serif;
	color: #00CCFF;
}
#menu ul ul {
	display: none;
	position: absolute;
	float: left;
	top:30px;
	left:0px;
	border-top: 5px solid #00CCFF;
	border-bottom: 4px solid #00CCFF;
	margin: 0px;
	padding: 0px;
}
#menu li li a {
	color: #00CCFF;
	display: block;
	width: 150px;
	background: #ffffff;
	height: 22px;
	text-align: left;
	border-bottom: 1px solid #00CCFF;
	border-right: 5px solid #00CCFF;
	border-left: 5px solid #00CCFF;
	margin: 0px;
	padding: 8px 0px 0px 10px;
}
#menu ul li:hover ul {
	display: block;
	float: left;
	margin: 0px;
}
#menu li li {
	clear:both;
	float: left;
	margin: 0px;
}
#menu li li a:hover	{
	background: #00CCFF;
	color: #ffffff;
	text-decoration: none;
}
/* END MENU */

/* SECTORS NAV */
#sectors_nav	{
	background: url(images/sectors_nav_bkg.gif) repeat-x top;
	padding: 0px 30px 0px 0px;
	margin: 0px;
	height: 95px;
}
.btn_ctr	{
	height: 60px;
	width: 140px;
	float: right;
	margin: 25px 0px 0px 10px;
	padding: 0px;
}
.btn_ctr a	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 15px 0px 11px 17px;
	background: #FF66CC;
}
.btn_ctr strong	{
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.btn_ctr .commercial_btn	{
	background: url(images/commercial_btn.gif) no-repeat left top;
}
.btn_ctr .commercial_btn:hover	{
	background: url(images/commercial_btn_ovr.gif) no-repeat left top;
}
.btn_ctr .industrial_btn	{
	background: url(images/industrial_btn.gif) no-repeat left top;
}
.btn_ctr .industrial_btn:hover	{
	background: url(images/industrial_btn_ovr.gif) no-repeat left top;
}
.btn_ctr .managerial_btn	{
	background: url(images/managerial_btn.gif) no-repeat left top;
}
.btn_ctr .managerial_btn:hover	{
	background: url(images/managerial_btn_ovr.gif) no-repeat left top;
}
.btn_ctr .engineering_btn	{
	background: url(images/engineering_btn.gif) no-repeat left top;
}
.btn_ctr .engineering_btn:hover	{
	background: url(images/engineering_btn_ovr.gif) no-repeat left top;
}
.btn_ctr .logistics_btn	{
	background: url(images/logistics_btn.gif) no-repeat left top;
}
.btn_ctr .logistics_btn:hover	{
	background: url(images/logistics_btn_ovr.gif) no-repeat left top;
}
.btn_ctr .headsuk_btn	{
	background: url(images/headsuk_btn.gif) no-repeat left top;
}
.btn_ctr .headsuk_btn:hover	{
	background: url(images/headsuk_btn_ovr.gif) no-repeat left top;
}
/* SECTORS NAV END */

/* MAINBODY */
#mainbody	{
	padding: 30px 0px 0px;
	margin: 0px 30px;
}
#lhs	{
	float: left;
	width: 585px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
#lhs a	{
	font: 12px Arial, Helvetica, sans-serif;
	color: #00CCFF;
	text-decoration: none;
}
#lhs a:hover	{
	text-decoration: underline;
}
#lhs h1	{
	font: 18px Arial, Helvetica, sans-serif;
	color: #003399;
}
#lhs h2	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #00CCFF;
}

#admin_lhs	{
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
#admin_lhs a	{
	font: 12px Arial, Helvetica, sans-serif;
	color: #00CCFF;
	text-decoration: none;
}
#admin_lhs a:hover	{
	text-decoration: underline;
}
#admin_lhs h1	{
	font: 18px Arial, Helvetica, sans-serif;
	color: #003399;
}
#admin_lhs h2	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #00CCFF;
}



	/* NEWS */
	.news_listings_ctr	{
		border-bottom: 1px dashed #999999;
	}
	.news_listings_ctr h3	{
		font: bold 12px Arial, Helvetica, sans-serif;
		color: #003399;
	}
	.news_listings_ctr span	{
		font: 12px Arial, Helvetica, sans-serif;
		color: #00CCFF;
	}
	/* END NEWS */
	
	/* DOWNLOADS */
	.downloads_listings_ctr	{
		border-bottom: 1px dashed #999999;
	}
	.downloads_listings_ctr h3	{
		font: bold 12px Arial, Helvetica, sans-serif;
		color: #003399;
	}
	.downloads_listings_ctr span	{
		font: 12px Arial, Helvetica, sans-serif;
		color: #00CCFF;
	}
	/* END DOWNLOADS */

	/* TESTIMONIALS */
	.testimonials_ctr	{
		border-bottom: 1px dashed #666666;
		margin-bottom: 30px;
	}
	.testimonials_lhs_lhs	{
		background: url(/images/testimonials_lhs.gif) no-repeat left top;
		margin: 0px;
		padding: 0px 25px;
	}
	.testimonials_rhs_lhs	{
		background: url(/images/testimonials_rhs.gif) no-repeat right bottom;
	}
	.author_lhs	{
		font: 12px Arial, Helvetica, sans-serif;
		color: #666666;
		padding: 10px 25px 0px;
	}
	.author_lhs img	{
		padding: 10px 0px;
	}
	
	/* END TESTIMONIALS */
	
	/* JOBS LISTINGS TABLES */
	#listings_ctr h3	{
		font: 14px Arial, Helvetica, sans-serif;
		color: #003399;
		border-bottom: 1px dashed #999999;
		margin: 0px 0px 10px;
	}
	#listings_ctr table	{
		font: 12px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		margin-bottom: 10px;
	}
	#listings_ctr table td	{
		border-bottom: 1px solid #FFFFFF;
	}
		
		/* JOBS DETAILS */
		#jobs_listings_ctr h3	{
			font: 14px Arial, Helvetica, sans-serif;
			color: #003399;
			border-bottom: 1px dashed #999999;
			margin: 0px 0px 10px;
		}
		#jobs_listings_ctr table	{
			font: 12px Arial, Helvetica, sans-serif;
			color: #003399;
			margin-bottom: 10px;
		}
		#jobs_listings_ctr table td	{
			border-bottom: 1px solid #FFFFFF;
			padding-left: 10px;
			padding-right: 10px;
			border-right: 1px solid #FFFFFF;
		}
		#job_details_tbl .bkg_color1	{
			background: #cccccc;
		}
		#job_details_tbl .bkg_color2	{
			background: #e5e5e5;
		}		
		/* END JOBS DETAILS */
		
		/* ENQUIRY FORM */
		#enquiry_form_ctr h3	{
			font: 14px Arial, Helvetica, sans-serif;
			color: #003399;
			border-bottom: 1px dashed #999999;
			margin: 0px 0px 10px;
		}
		#enquiry_form_ctr table	{
			font: 12px Arial, Helvetica, sans-serif;
			color: #ffffff;
			margin-bottom: 10px;
		}
		#enquiry_form_ctr table td	{
			border-bottom: 1px solid #FFFFFF;
			padding-left: 10px;
			padding-right: 10px;
			border-right: 1px solid #FFFFFF;
		}
		#enquiry_form_ctr input	{
			width: 75%;
		}
		#enquiry_form_ctr textarea	{
			width: 98%;
		}
		#enquiry_form_ctr .submit	{
			width: 80px;
		}
		#enquiry_form_ctr .browse	{
			width: 80px;
		}
		#enquiry_form_ctr .bkg_color1	{
			background: #003399;
		}
		#enquiry_form_ctr .bkg_color2	{
			background: #7f99cc;
		}		
		/* END ENQUIRY FORM */
		
		/* TABLE SECTOR COLOURS */
		#commercial_tbl .bkg_color	{
			background: #00a6ce;
		}
		#commercial_tbl a	{
			font: 11px Arial, Helvetica, sans-serif;
			color: #00a6ce;
			text-decoration: none;
		}
		#commercial_tbl a:hover	{
			text-decoration: underline;
		}
		#industrial_tbl .bkg_color	{
			background: #00349a;
		}
		#industrial_tbl a	{
			font: 11px Arial, Helvetica, sans-serif;
			color: #00349a;
			text-decoration: none;
		}
		#industrial_tbl a:hover	{
			text-decoration: underline;
		}
		#managerial_tbl .bkg_color	{
			background: #d45522;
		}
		#managerial_tbl a	{
			font: 11px Arial, Helvetica, sans-serif;
			color: #d45522;
			text-decoration: none;
		}
		#managerial_tbl a:hover	{
			text-decoration: underline;
		}
		#engineering_tbl .bkg_color	{
			background: #60bd48;
		}
		#engineering_tbl a	{
			font: 11px Arial, Helvetica, sans-serif;
			color: #60bd48;
			text-decoration: none;
		}
		#engineering_tbl a:hover	{
			text-decoration: underline;
		}
		#headsuk_tbl .bkg_color	{
			background: #826aa8;
		}
		#headsuk_tbl a	{
			font: 11px Arial, Helvetica, sans-serif;
			color: #826aa8;
			text-decoration: none;
		}
		#headsuk_tbl a:hover	{
			text-decoration: underline;
		}
		
		
		#logistics_tbl .bkg_color	{
			background: #276C5F;
		}
		#logistics_tbl a	{
			font: 11px Arial, Helvetica, sans-serif;
			color: #276C5F;
			text-decoration: none;
		}
		#logistics_tbl a:hover	{
			text-decoration: underline;
		}
		/* END TABLE SECTOR COLOURS */
		
	/* END JOBS LISTINGS TABLES */
	
#rhs	{
	float: right;
	width: 280px;
}

	/* NEWSLETTER */
	#rhs_newsletter	{
		font: 11px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		background: url(/images/newsletter_bkg.gif) no-repeat bottom;
		margin: 0px 0px 20px;
		/*padding: 0px 0px 20px;*/
		height: 175px;
	}
	#rhs_newsletter h4	{
		font: bold 14px Arial, Helvetica, sans-serif;
		color: #00CCFF;
		margin: 0px;
		padding: 20px 20px 10px;
		background: url(/images/newsletter_bkg.gif) no-repeat top;
	}
	#rhs_newsletter h4 span	{
		font: 14px Arial, Helvetica, sans-serif;
		color: #00CCFF;
	}	
	#newsletter_lhs	{
		float: left;
		width: 90px;
	}
	#newsletter_lhs img	{
		margin-left: 20px;
	}
	#newsletter_rhs	{
		float: left;
		width: 170px;
	}
	#rhs_newsletter a	{
		font: 11px Arial, Helvetica, sans-serif;
		color: #00CCFF;
		text-decoration: none;
		margin: 10px 0px 0px;
		padding: 5px 0px;
		border-top: 1px dashed #FFFFFF;
		border-bottom: 1px dashed #FFFFFF;
		display: block;
	}
	#rhs_newsletter a:hover	{
		text-decoration: underline;
	}
	/* END NEWSLETTER */
	
	/* BROCHURE DOWNLOAD */
	#rhs_brochuredownload	{
		font: 11px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		background: url(/images/newsletter_bkg.gif) no-repeat bottom;
		margin: 0px 0px 20px;
		/*padding: 0px 0px 20px;*/
		height: 175px;
	}
	#rhs_brochuredownload h4	{
		font: bold 14px Arial, Helvetica, sans-serif;
		color: #00CCFF;
		margin: 0px;
		padding: 20px 20px 10px;
		background: url(/images/newsletter_bkg.gif) no-repeat top;
	}	
	#brochuredownload_lhs	{
		float: left;
		width: 90px;
	}
	#brochuredownload_lhs img	{
		margin-left: 20px;
	}	
	#brochuredownload_rhs	{
		float: left;
		width: 170px;
	}
	#rhs_brochuredownload a	{
		font: 11px Arial, Helvetica, sans-serif;
		color: #00CCFF;
		text-decoration: none;
		margin: 10px 0px 0px;
		padding: 5px 0px;
		border-top: 1px dashed #FFFFFF;
		border-bottom: 1px dashed #FFFFFF;
		display: block;
	}
	#rhs_brochuredownload a:hover	{
		text-decoration: underline;
	}
	#rhs_brochuredownload select	{
		width: 170px;
		font: 12px Arial, Helvetica, sans-serif;
		color: #333333;
		margin-top: 4px;
	}
	/* END BROCHURE DOWNLOAD */
	
	/* RHS CONTACT */
	#rhs_contact	{
		font: 11px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		background: url(/images/rhs_contact_bkg.gif) no-repeat bottom;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#rhs_contact h5	{
		font: bold 14px Arial, Helvetica, sans-serif;
		color: #003399;
		margin: 0px;
		padding: 20px 20px 10px;
		background: url(/images/rhs_contact_bkg.gif) no-repeat top;
	}
	#rhs_contact_ctr	{
		margin: 0px;
		padding: 0px 20px 0px 90px;
	}
	#rhs_contact_ctr select	{
		width: 170px;
		font: 12px Arial, Helvetica, sans-serif;
		color: #333333;
		margin-top: 4px;
	}
	#rhs_contact a	{
		font: 11px Arial, Helvetica, sans-serif;
		color: #003399;
		text-decoration: none;
		margin: 10px 0px 0px;
		padding: 5px 0px;
		border-top: 1px dashed #FFFFFF;
		border-bottom: 1px dashed #FFFFFF;
		display: block;
	}
	#rhs_contact a:hover	{
		text-decoration: underline;
	}
	/* END RHS CONTACT */
	
	/* RHS TESTIMONIALS */
	#rhs_testimonials	{
		font: 11px Arial, Helvetica, sans-serif;
		color: #999999;
		background: url(/images/rhs_testimonials_bkg.gif) no-repeat bottom;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#rhs_testimonials h6	{
		font: bold 14px Arial, Helvetica, sans-serif;
		color: #003399;
		margin: 0px;
		padding: 20px 20px 10px;
		background: url(/images/rhs_testimonials_bkg.gif) no-repeat top;
	}
	.testimonials_lhs	{
		background: url(/images/testimonials_lhs.gif) no-repeat left top;
		margin: 0px;
		padding: 0px 25px;
	}
	.testimonials_rhs	{
		background: url(/images/testimonials_rhs.gif) no-repeat right bottom;
		margin-right: 20px;
		margin-left: 20px;
	}
	.author	{
		font: 11px Arial, Helvetica, sans-serif;
		color: #999999;
		padding-right: 45px;
		padding-left: 45px;
		padding-top: 10px;
	}
	/* END TESTIMONIALS */

/* END MAINBODY */

/* PORTFOLIO */
#portfolio	{
	height: 60px;
	border-top: 5px solid #003399;
	border-bottom: 5px solid #003399;
	margin-right: 30px;
	margin-left: 30px;
}
#portfolio_title	{
	float: left;
	font: 18px Arial, Helvetica, sans-serif;
	color: #003399;
	margin: 0px;
	padding: 20px 0px 0px;
}
#portfolio_logo_ctr	{
	float: right;
	margin: 0px;
	padding: 10px 0px;
}
#portfolio_logo_ctr img	{
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
/* END PORTFOLIO */

/* VISUAL FOOTER */
#visfooter	{
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
	padding-left: 30px;
	padding-right: 30px;
	height: 140px;
	margin-top: 20px;
}
#visfooter_lhs	{
	float: left;
	width: 340px;
	padding-bottom: 20px;
}
#visfooter_rhs	{
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
	float: right;
	width: 550px;
	text-align: right;
}
#visfooter_rhs a	{
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
#visfooter_rhs a:hover	{
	text-decoration: underline;
}
#visfooter_accreditations	{
	margin: 0px;
	padding: 0px;
}
#visfooter_accreditations img	{
	margin-right: 15px;
}
/* END VISUAL FOOTER */

.clearfloat {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 1px;
	overflow: hidden;
}
ul	{
	list-style: square;
	color: #003399;
}
ul li	{
	margin-bottom: 15px;
}
ul span {
	color: #666666;
}


#commercial_tbl .bkg_color:hover {
	background: #40BCDA;
}
#commercial_tbl .bkg_color a {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: capitalize;
}
#commercial_tbl .bkg_color a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: underline;
}


#industrial_tbl .bkg_color:hover {
	background: #4067B3;
}
#industrial_tbl .bkg_color a {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: capitalize;
}
#industrial_tbl .bkg_color a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: underline;
}


#managerial_tbl .bkg_color:hover {
	background: #DF8059;
}
#managerial_tbl .bkg_color a {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: capitalize;
}
#managerial_tbl .bkg_color a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: underline;
}

#engineering_tbl .bkg_color:hover {
	background: #88CE76;
}
#engineering_tbl .bkg_color a {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: capitalize;
}
#engineering_tbl .bkg_color a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: underline;
}

#headsuk_tbl .bkg_color:hover {
	background: #A18FBE;
}
#headsuk_tbl .bkg_color a {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: capitalize;
}
#headsuk_tbl .bkg_color a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: underline;
}



#logistics_tbl .bkg_color:hover {
	background: #77CEBD;
}
#logistics_tbl .bkg_color a {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: capitalize;
}
#logistics_tbl .bkg_color a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: underline;
}
.admin_form {
	border: 10px solid #FF6600;
	display: block;
	margin: 0px;
	padding: 10px;
	width: 650px;
}
.admin_form form {
	background: #FFFFCC;
	border: 1px solid #FFCC33;
}
.client {
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 0px;
	border-bottom: 1px dotted #003399;
}
.clientname {
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}
.clientnumber {
	font-size: 17px;
}
#dstag {
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#dstag a {
	color: #999999;
	text-decoration: none;
}
#dstag a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
