/* common */

* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
body {
	font-size: 62.50%;
	color: #343642;
	background: transparent url('../images/backgrounds/body.png') repeat-x 0 0;
}
img {
	outline: none;
	border: 0;
}
ul {
	list-style-type: none;
}
a {
	outline: none;
	color: #870640;
	font-weight: bold;
}
a:hover {
	color: #000;
}
table {
	border: 0;
	border-collapse: collapse;
}
hr {
	display: none;
}
.image {
	font-size: 0;
	line-height: 0;
}

/* header */

#header {
	overflow: hidden;
	width: 928px;
	height: 263px;
	margin: 0 auto;
	background: transparent url('../images/images/header.png') no-repeat 0 0;
}
#header #topImage {
	overflow: hidden;
	width: 928px;
	height: 263px;
}

.header1 {
	background: transparent url('../images/images/header1.png') no-repeat 307px bottom;
}
.header2 {
	background: transparent url('../images/images/header2.png') no-repeat 307px bottom;
}
.header_bigben {
	background: transparent url('../images/images/header/bigben.jpg') no-repeat 307px bottom;
}
.header_brightcity {
	background: transparent url('../images/images/header/brightcity.jpg') no-repeat 307px bottom;
}
.header_dubai {
	background: transparent url('../images/images/header/dubai.jpg') no-repeat 307px bottom;
}
.header_gherkin {
	background: transparent url('../images/images/header/gherkin.jpg') no-repeat 307px bottom;
}
.header_hp {
	background: transparent url('../images/images/header/hp.jpg') no-repeat 307px bottom;
}
.header_japan {
	background: transparent url('../images/images/header/japan.jpg') no-repeat 307px bottom;
}
.header_liberty {
	background: transparent url('../images/images/header/liberty.jpg') no-repeat 307px bottom;
}
.header_londonbridge {
	background: transparent url('../images/images/header/londonbridge.jpg') no-repeat 307px bottom;
}
.header_londoncity {
	background: transparent url('../images/images/header/londoncity.jpg') no-repeat 307px bottom;
}
.header_nightlife {
	background: transparent url('../images/images/header/nightlife.jpg') no-repeat 307px bottom;
}
.header_operahouse {
	background: transparent url('../images/images/header/operahouse.jpg') no-repeat 307px bottom;
}
.header_taxi {
	background: transparent url('../images/images/header/taxi.jpg') no-repeat 307px bottom;
}
.header_telephone {
	background: transparent url('../images/images/header/telephone.jpg') no-repeat 307px bottom;
}
.header_home {
	background: transparent url('../images/images/header/home.jpg') no-repeat 307px bottom;
}

#header a {
	text-decoration: none;
}
#topNav {
	float: right;
	padding: 4px 28px 0 0;
}
#topNav a {
	font-size: .9em;
	color: #a6a7ab;
}
#topNav a:hover {
	text-decoration: underline;
}
#topNav span.separator {
	padding: 0 8px;
	color: #a6a7ab;
}
#logo {
	text-indent: -5000px;
	display: block;
	width: 250px;
	height: 125px;
	margin: 70px 0 0 50px;
}
#header h1 {
	display: none;
}
#mainNav {
	padding: 43px 0 0 20px;
	overflow: auto;
}
#mainNav li {
	display: inline;
	float: left;
}
#mainNav li a {
	float: left;
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	display: block;
	height: 20px;
	padding: 5px 13px 0 13px;
	margin: 0 2px;
}
#mainNav li a:hover, #mainNav li.active a {
	color: #86023e;
	background-color: #fff;
}

/* site */

#site {
	width: 920px;
	margin: 0 auto;
	overflow: auto;
	padding: 0 4px;
	background: #fefefe url('../images/backgrounds/shadows.png') no-repeat 0 0;
}
/*
#site #shadows {
	float: left;
	width: 4px;
	height: 360px;
	background: #fefefe url('../images/backgrounds/shadows.png') no-repeat 0 0;
}
*/
#site .inner {
	float: left;
	width: 920px;
	background: transparent url('../images/backgrounds/content.png') repeat-y 0 0;
	border-top: 19px solid #fff;
}
#site .inner #main {
	float: left;
	width: 576px;
	padding: 0 20px 20px 20px;
}
#site .inner #sidebar {
	float: right;
	width: 304px;
	padding-bottom: 60px;
}

/* main part */

#main .link {
	text-indent: -5000px;
	display: block;
	width: 576px;
	height: 31px;
}
.active #top_jobs {
	background: transparent url('../images/buttons/top_jobs.png') no-repeat 0 -31px;
}
.notactive #top_jobs {
	background: transparent url('../images/buttons/top_jobs.png') no-repeat 0 0;
}

#site .inner #main h2 {
	width: 558px;
	height: 43px;
	background: transparent url('../images/backgrounds/heading2.png') no-repeat 0 0;
	padding: 12px 0 0 18px;
}
#site .inner #main h2.page {
	padding-bottom: 30px;
}
h2#welcome span {
	text-indent: -5000px;
	display: block;
	width: 504px;
	height: 25px;
	margin-top: 2px;
	background: transparent url('../images/titles/welcome.png') no-repeat 0 0;
}
#site .inner .intro {
	background: transparent url('../images/backgrounds/grey.png') repeat-x 0 0;
	padding: 25px 0 8px 0;
}
#site .inner p.text {
	font-size: 1.2em;
	line-height: 2em;
	margin: 0 20px 24px 20px;
}
#site .inner p.message {
	font-size: 1.2em;
	line-height: 2em;
	margin: 20px 20px 24px 20px;
	font-weight: bold;
}

#site .inner .JobDescription {
	font-size: 1.2em;
	line-height: 2em;
	padding: 0 20px;
	background: #fff;
}
#site .inner .JobDescription * {
	font-size: inherit;
	line-height: inherit;
}
#site .inner .JobDescription p {
	margin: 0 0 24px 0;
}

#site .inner .JobDescription ul {
	margin: 0 20px 20px 65px;
}
#site .inner .JobDescription ul li {
	list-style-type: disc;
}

		/* --table */

table td {
	border-bottom: 1px solid #c6c7ca;
	font-size: 1.4em;
	line-height: 1.2em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
table .job_name {
	color: #343642;
	width: 230px;
	padding-left: 20px;
}
table .job_place {
	color: #a4979a;
	width: 80px;
	padding-left: 20px;
}
table .job_pay {
	color: #86023e;
	width: 70px;
	padding-left: 20px;
}
table .job_link {
	text-indent: -5000px;
	width: 116px;
	padding-left: 20px;
}
table .job_link a {
	display: block;
	width: 106px;
	height: 25px;
	background: transparent url('../images/buttons/view_details.png') no-repeat 0 0;
}
table tr.bottom_row td {
	border-bottom: 0;
}

	/* -job description page */

h2.main_title {
	color: #fdfdfd;
	font-size: 1.6em;
	line-height: 2em;
}
h2.main_title span {
	float: left;
}
a.go_back {
	text-indent: -5000px;
	display: block;
	width: 114px;
	height: 31px;
	margin-right: 10px;
	background: transparent url('../images/buttons/go_back.png') no-repeat 0 0;
}
h2 a.go_back {
	float: right;
}

		/* --job info */

#job_info {
	overflow: auto;
	margin: 9px 20px 7px 20px;
}
#job_info li {
	font-size: 1.4em;
	font-weight: bold;
	margin-right: 35px;
	float: left;
	margin-bottom: 13px;
}
#job_info li span {
	float: left;
	text-indent: -5000px;
	display: block;
	height: 17px;
	margin-right: 12px;
}
#job_info li#ji_job_type span {
	width: 76px;
	background: transparent url('../images/text/job_type.png') no-repeat 0 0;
}
#job_info li#ji_salary span {
	width: 56px;
	background: transparent url('../images/text/salary.png') no-repeat 0 0;
}
#job_info li#ji_location span {
	width: 76px;
	background: transparent url('../images/text/location.png') no-repeat 0 0;
}

		/* --list */

ul.list {
	margin: 0 20px 20px 65px;
}
ul.list li {
	list-style-type: disc;
	font-size: 1.2em;
	line-height: 2em;
}

		/* --how_to_apply box */

#how_to_apply {
	width: 576px;
	height: 74px;
	background: transparent url('../images/backgrounds/how_to_apply.png') no-repeat 0 0;
}
#how_to_apply h4 {
	display: none;
}
#how_to_apply p {
	color: #fff;
	padding: 6px 10px 0 120px;
}
#how_to_apply a {
	color: #fff;
}

	/* -search results page */

.active #search_results {
	text-indent: -5000px;
	display: block;
	width: 576px;
	height: 31px;
	background: transparent url('../images/buttons/search_results.png') no-repeat 0 -31px;
}
.notactive #search_results {
	text-indent: -5000px;
	display: block;
	width: 576px;
	height: 31px;
	background: transparent url('../images/buttons/search_results.png') no-repeat 0 0;
}

.linkbox {
	font-size: 1.4em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	background: transparent url('../images/backgrounds/grey.png') repeat-x 0 0;
	padding: 10px 10px 0 20px;
	margin-top: 19px;
	color: #870640;
	font-weight: bold;
	overflow: auto;
	height: 1%; /* ie6 hack */
}
html>body .linkbox {
	height: auto; /* ie6 hack */
}
.linkbox .previous {
	display: block;
	width: 106px;
	height: 25px;
	float: left;
}
.linkbox .next {
	display: block;
	width: 106px;
	height: 25px;
	float: left;
}
.linkbox .previous a {
	text-indent: -5000px;
	float: left;
	display: block;
	width: 106px;
	height: 25px;
	background: transparent url('../images/buttons/previous.png') no-repeat 0 0;
}
.linkbox .next a {
	text-indent: -5000px;
	float: right;
	display: block;
	width: 106px;
	height: 25px;
	background: transparent url('../images/buttons/next.png') no-repeat 0 0;
}
.linkbox .pages {
	float: left;
	width: 314px;
	padding: 4px 10px 0 10px;
	text-align: center;
}
.linkbox .pages a {
	text-decoration: none;
	padding: 0 1px;
}
.linkbox .pages strong {
	text-decoration: none;
	padding: 0 1px;
	color: #000;
}
.linkbox .pages span {
	padding: 0 3px;
}

/* sidebar */

#sidebar .link {
	text-indent: -5000px;
	display: block;
	width: 304px;
	height: 31px;
	cursor: pointer;
}
#sidebar .title {
	text-indent: -5000px;
	display: block;
	width: 304px;
	height: 31px;
}
#sidebar .notactive .link {
	margin-bottom: 6px;
}
#sidebar .section h4 {
	text-indent: -5000px;
	width: 304px;
	height: 31px;
}

.active #job_search {
	background: transparent url('../images/buttons/job_search.png') no-repeat 0 -31px;
}
.notactive #job_search {
	background: transparent url('../images/buttons/job_search.png') no-repeat 0 0;
}

.active #send_us_your_cv {
	background: transparent url('../images/buttons/send_us_your_cv.png') no-repeat 0 -31px;
}
.notactive #send_us_your_cv {
	background: transparent url('../images/buttons/send_us_your_cv.png') no-repeat 0 0;
}

.active #refer_a_friend {
	background: transparent url('../images/buttons/refer_a_friend.png') no-repeat 0 -31px;
}
.notactive #refer_a_friend {
	background: transparent url('../images/buttons/refer_a_friend.png') no-repeat 0 0;
}

.active #contact_us {
	background: transparent url('../images/buttons/contact_us.png') no-repeat 0 -31px;
}
.notactive #contact_us {
	background: transparent url('../images/buttons/contact_us.png') no-repeat 0 0;
}

.active #locations {
	background: transparent url('../images/buttons/locations.png') no-repeat 0 -31px;
}
.notactive #locations {
	background: transparent url('../images/buttons/locations.png') no-repeat 0 0;
}

.active #clients {
	background: transparent url('../images/buttons/clients.png') no-repeat 0 -31px;
}
.notactive #clients {
	background: transparent url('../images/buttons/clients.png') no-repeat 0 0;
}

.notactive #aboutus {
	background: transparent url('../images/buttons/sideimages_aboutus.png') no-repeat 0 0;
}
.notactive #candidates {
	background: transparent url('../images/buttons/sideimages_candidates.png') no-repeat 0 0;
}
.notactive #clients {
	background: transparent url('../images/buttons/sideimages_clients.png') no-repeat 0 0;
}
.notactive #contactus {
	background: transparent url('../images/buttons/sideimages_contactus.png') no-repeat 0 0;
}
.notactive #news {
	background: transparent url('../images/buttons/sideimages_news.png') no-repeat 0 0;
}
.notactive #ourservices {
	background: transparent url('../images/buttons/sideimages_ourservices.png') no-repeat 0 0;
}

#covering {
	background: transparent url('../images/titles/covering.png') no-repeat 0 0;
}
#clients_from {
	background: transparent url('../images/titles/clients_from.png') no-repeat 0 0;
}
#backtobasics {
	background: transparent url('../images/titles/backtobasics.png') no-repeat 0 0;
}
#getintouch {
	background: transparent url('../images/titles/getintouch.png') no-repeat 0 0;
}
#thelatest {
	background: transparent url('../images/titles/thelatest.png') no-repeat 0 0;
}

/* pages */

.portrait {
	float: left;
	margin: 0 15px 15px 20px;
}
#subs h3 {
	width: 536px;
	height: 17px;
	color: #fff !important;
	font-weight: bold;
	font-size: 1.4em;
	padding: 7px 20px;
	cursor: pointer;
	margin: 0 0 10px 0;
}
#subs h3.subOpener {
	background: transparent url('../images/buttons/subButton.png') no-repeat top left;
}
#subs h3.subOpen {
	background: transparent url('../images/buttons/subButton.png') no-repeat bottom left;
}
div.subContentInner {
	padding: 0 0 10px 0;
}
h5 {
	font-size: 1.4em;
	padding: 0 0 20px 0;
}

h3 {
	width: 536px;
	height: 17px;
	color: #fff !important;
	font-weight: bold;
	font-size: 1.4em;
	padding: 7px 20px;
	cursor: pointer;
	margin: 0 0 10px 0;
	background: transparent url('../images/titles/h3.png') no-repeat bottom left;
}

.jobsin {
    width: 576px;
}

.jobsin .spacer{
    margin-bottom: 20px;
}

.jobsin .spacerside{
    margin-bottom: 20px;
    margin-left: 17px;
}


/* - job search form */

form#job_search_form {
	background-color: #9d9da2;
	font-size: 1.1em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-bottom: 6px;
	padding-top: 12px;
}
form#job_search_form p {
	width: 304px;
}
form#job_search_form p.in_form {
	overflow: auto;
	margin-bottom: 12px;
}
form#job_search_form label.main_label {
	float: left;
	display: block;
	width: 67px;
	padding: 3px 0 0 20px;
	font-weight: bold;
}
form#job_search_form label.radio_label {
	float: left;
	margin-top: 5px;
}
form#job_search_form input.radio_input {
	margin: 5px 17px 0 7px;
	width: 13px;
	height: 13px;
}
form#job_search_form select {
	float: left;
	width: 197px;
	padding: 2px;
}
form#job_search_form option {
	padding-left: 3px;
}
form#job_search_form input {
	float: left;
}
button.submit {
	display: block;
	border: 0;
	text-indent: -5000px;
	width: 304px;
	height: 31px;
	background: transparent url('../images/buttons/submit.png') no-repeat 0 0;
	cursor: pointer;
}

/* normal form */

.maincontent {
	padding: 20px;
}

.form p {
	font-size: 1.2em;
	line-height: 2em;
	padding: 0;
	margin: 10px 0;
}
.form p label {
	display: block;
}
.form p input {
	padding: 5px;
	font-weight: bold;
	width: 350px;
}
.form p.fileupload {
	padding-bottom: 20px;
}
.form p.fileupload input {
	width: auto;
}
.form p.send {
	clear: both;
}
.form p.send button {
	display: block;
	width: 106px;
	height: 25px;
	border: 0;
	text-indent: -5000px;
	background: transparent url("../images/buttons/send.png") no-repeat 0 0;
	cursor: pointer;
}
.form .error
	{ background: #87033F; color: #fff; margin: 20px 0; padding: 10px; font-size: 1.2em; font-weight: bold; }
.form .error li
	{ list-style-type: square; margin-left: 20px; }

.refer fieldset {
	border: 0;
	width: 50%;
	float: left;
	padding: 0;
}

form.refer p input {
	width: 222px;
}
form.refer p textarea {
	padding: 5px;
	font-weight: bold;
	width: 490px;
	height: 100px;
	margin: 0 0 10px 0;
	overflow: auto;
}

/* footer */

#footer {
	width: 100%;
	min-width: 924px;
	height: 31px;
	background: transparent url('../images/backgrounds/footer.png') repeat-x 0 0;
	clear: both;
}
#footer .inner {
	overflow: auto;
	width: 880px;
	margin: 0 auto;
}
#footer .logo {
	float: left;
	text-indent: -5000px;
	display: block;
	width: 23px;
	height: 20px;
	background: transparent url('../images/logo1.png') no-repeat 0 0;
	margin: 5px 20px 0 1px;
}
#footer .inner p {
	float: left;
	margin-top: 8px;
	font-size: 1.1em;
	color: #343642;
}
#footer .inner p a {
	font-weight: normal;
	color: #343642;
}
#footer .inner span.separator {
	padding: 0 8px;
	font-size: 12px;
}
#footer .inner p.website_by {
	float: right;
}
#footer .inner p a:hover {
	color: #000;
}


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('../images/slimbox/loading.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('../images/slimbox/prevlabel.gif') no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('../images/slimbox/nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('../images/slimbox/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
