/* @override http://ms:8888/styles/style.css */

/*
Mackenzie Stuart
Cross-browser styles
*/

/* Whitespace Reset */

* {
	margin: 0;
	padding: 0;
}

/* Images */

a img {
	border: none;
	outline: none;
}

a {
	outline: none;
}

/* Global */

body {
	color: #333;
	font: bold 12px/14px "Helvetica Neue", Arial, sans-serif;
	background: #fff;
	-webkit-text-stroke: 1px transparent;
	background: url(../images/backgrounds/generic.jpg) no-repeat;
}

#container {
	width: 940px;
	position: relative;
	overflow: hidden;
	padding-left: 24px;
	padding-right: 16px;
	min-width: 940px;
}

/* @group Heights */

#home #container {
	min-height: 1020px;
	height: auto;
	_height: 1020px;
}

#about #container {
	min-height: 1020px;
	height: auto;
	_height: 1020px;
}

/* @end */

#left {
	float: left;
	width: 460px;
}

#right {
	width: 460px;
	float: right;
	padding-left: 20px;
	overflow: hidden;
	display: inline;
}

/* @group Backgrounds */

body#home {
	background: url(../images/backgrounds/home.jpg) no-repeat;
}

body#about {
	background: url(../images/backgrounds/about.jpg) no-repeat;
}

body#division-fmcg {
	background: url(../images/backgrounds/division-fmcg.jpg) no-repeat;
}

body#division-oilgas {
	background: url(../images/backgrounds/division-oilgas.jpg) no-repeat;
}
body#division-logistics {
	background: url(../images/backgrounds/division-logistics.jpg) no-repeat;
}
body#division-mining {
	background: url(../images/backgrounds/division-mining.jpg) no-repeat;
}
body#division-water {
	background: url(../images/backgrounds/division-water.jpg) no-repeat;
}

body#division-building {
	background: url(../images/backgrounds/division-building.jpg) no-repeat;
}

body#division-industrial {
	background: url(../images/backgrounds/division-industrial.jpg) no-repeat;
}

body#division-finance {
	background: url(../images/backgrounds/division-finance.jpg) no-repeat;
}

body#division-construction {
	background: url(../images/backgrounds/division-construction.jpg) no-repeat;
}

body#division-medical {
	background: url(../images/backgrounds/division-medical.jpg) no-repeat;
}

body#division-healthcare {
	background: url(../images/backgrounds/division-healthcare.jpg) no-repeat;
}

body#division-technology {
	background: url(../images/backgrounds/division-technology.jpg) no-repeat;
}

body#division-consultancy {
	background: url(../images/backgrounds/division-consultancy.jpg) no-repeat;
}

body#work {
	background: url(../images/backgrounds/work.jpg) no-repeat;
}

#slideshow {
	width: 484px;
	z-index: 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
}

/* @end */

/* @group Head */

.head h1 {
	padding-bottom: 10px;
}

.head h1 a {
	width: 149px;
	height: 52px;
	position: relative;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

/* @group Logos */

.blue .head h1 a {
	background: url(../images/head/logo-blue.png) no-repeat;
}

.white .head h1 a {
	background: url(../images/head/logo-white.png) no-repeat;
}

/* @end */

.head {
	position: relative;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 18px;
	border-bottom: 2px solid #dcdcdc;
	margin-bottom: 18px;
}

.white #left .head {
	border-bottom-style: none;
}

.head p {
	padding-right: 62px;
}

#right .head {
	padding-top: 8px;
	color: #666;
	padding-bottom: 7px;
	
}

#home #right .head {
	border-bottom-style: none;
	padding-bottom: 13px;
	margin-bottom: 0;
}

/* @end */

/* @group Nav */

.head ul#nav {
	padding-top: 14px;
	line-height: 24px;
	color: #213355;
	overflow: hidden;
}

.head ul#nav li {
	display: block;
	letter-spacing: -1px;
	background: url(../images/head/nav-l.gif) no-repeat left top;
	float: left;
	margin-right: 8px;
	margin-bottom: 7px;
	position: relative;
	zoom: 1;
}

.head ul#nav li a {
	letter-spacing: 0;
	color: #213355;
	text-decoration: none;
	background: url(../images/head/nav-r.gif) no-repeat right top;
	line-height: 27px;
	font-size: 12px;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	position: relative;
	zoom: 1;
}

.head ul#nav li a:hover {
	text-decoration: underline;
}

.head ul#nav li.active {
	background: url(../images/head/nav-over-l.gif) no-repeat left top;
}

.head ul#nav li.active a {
	color: #fff;
	text-decoration: none;
	background: url(../images/head/nav-over-r.gif) no-repeat right top;
}

/* @end */

/* @group Subnav */

.content ul#subnav {
	font-size: 12px;
	line-height: 16px;
	color: #213355;
	font-weight: bold;
	border-bottom: 2px solid #dcdcdc;
	padding-bottom: 12px;
	margin-bottom: 16px;
	position: relative;
	clear: both;
	display: block;
	overflow: hidden;
	zoom: 1;
}

.content ul#subnav li {
	display: inline;
	position: relative;
}

.content ul#subnav li.header {
	padding-left: 10px;
	color: #999;
	padding-bottom: 6px;
	display: block;
}

.content ul#subnav li a {
	color: #213355;
	text-decoration: underline;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	position: relative;
	width: 160px;
}

.content ul#subnav li a:hover {
	text-decoration: none;
}

.content ul#subnav li a small {
	color: #213355;
	padding-left: 0;
	display: block;
	position: relative;
	width: 160px;
	line-height: 11px;
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
	padding-bottom: 1px;
	text-decoration: none;
}

.content ul#subnav li.active a {
	background-color: #213355;
	color: #fff;
	text-decoration: none;
}

.content ul#subnav li.active a small {
	color: #fff;
}

.content ul.links {
	font-size: 12px;
	line-height: 16px;
	color: #213355;
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 12px;
	margin-bottom: 16px;
	position: relative;
	clear: both;
	display: block;
	overflow: hidden;
	zoom: 1;
}

.content ul.links li {
	display: inline;
	position: relative;
	font-size: 14px;
}

.content ul.links li a {
	color: #666;
	text-decoration: underline;
	padding-left: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	position: relative;
	width: 160px;
	background: url(../images/global/bullet-blue.gif) no-repeat 1px 5px;
}

.content ul.links li.vacancies a {
	font-size: 11px;
	line-height: 19px;
}

.content ul.links li a:hover {
	text-decoration: none;
}

/* @end */

/* @group Content */

.content {
	position: relative;
	overflow: hidden;
	clear: both;
}

.content h2 {
	color: #1a2b4d;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 8px;
}

#left .content h4 {
	color: #213355;
	padding-bottom: 18px;
}

#right .content h2.single {
	padding-bottom: 18px;
}

#right .content h4 {
	font-size: 17px;
	line-height: 18px;
	color: #9494b9;
	padding-bottom: 18px;
}

#right .content .left h3 {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 18px;
}

.content .why .cycle p strong {
	padding-bottom: 17px;
}

.content p strong {
	font-size: 17px;
	line-height: 19px;
	display: block;
	color: #8898b6;
	padding-right: 16px;
}

#home .content p .why strong {
	font-weight: bold;
}

#home .content .why p {
	font-size: 17px;
	line-height: 19px;
	display: block;
	color: #8898b6;
	padding-right: 16px;
	font-weight: bold;
}

.content .right .cycle p strong {

	padding-bottom: 15px;
}

#right .right h3 {
	padding-left: 10px;
	padding-bottom: 8px;
}

#right .content .left {
	font-weight: normal;
	font-style: normal;
	float: left;
	width: 280px;
	_width: 240px;
	padding-right: 10px;
	display: inline;
	position: relative;
	zoom: 1;
}

#testimonials #right .content .left {
	width: 100%;
	padding: 0;
}

#right .content .right {
	font-weight: normal;
	font-style: normal;
	float: right;
	width: 170px;
	position: relative;
	zoom: 1;
}

#right .content .left p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 19px;
}

#right .content .left .cycle p {
	padding-bottom: 14px;
}

.content p a, .content ul li a {
	color: #7f8eac;
	font-weight: bold;
	text-decoration: underline;
}

.content p a:hover, .content ul li a:hover {
	color: #7f8eac;
	font-weight: bold;
	text-decoration: none;
}

.content p a.contact {
	color: #666;
	text-decoration: underline;
	padding-left: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	position: relative;
	width: 160px;
	background: url(../images/global/bullet-blue.gif) no-repeat 1px 5px;
	font-size: 14px;
}

.content p a.contact:hover {
	color: #7f8eac;
	font-weight: bold;
	text-decoration: none;
}

.content .left ul li small {
	text-transform: uppercase;
	font-weight: bold;
}

.content .left ul li {
	padding-bottom: 6px;
}

#right .content .why {
	position: relative;
}

#right .content .why #dot {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 5px;
	padding-bottom: 9px;
	overflow: hidden;
	padding-left: 409px;
	padding-top: 6px;
	position: absolute;
	top: 30px;
	width: 48px;
	z-index: 9;
}

#right .content .why #dot a {
	text-indent: -9999px;
	float: left;
	display: block;
	width: 6px;
	background: url(../images/global/dot-inactive.gif) no-repeat;
	margin-right: 6px;
	height: 7px;
}

#right .content .why #dot a.activeSlide {	
	background: url(../images/global/dot-active.gif) no-repeat;
}

/* @group Lists */

#left .content ul {
	float: left;
	list-style: none;
	padding-bottom: 30px;
}

.content ul.one {
	width: 174px;
}

.content ul.two {
	width: 188px;
}

.content ul.three {
	width: 98px;
}

#left .content ul li {
	background: url(../images/global/bullet-blue.gif) no-repeat 0 2px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#left .content ul li a {
	color: #333;
	text-decoration: none;
}

#left .content ul li a:hover {
	color: #333;
	text-decoration: underline;
}

#right .content .left ul {
	padding-left: 10px;
	margin-bottom: 18px;
	border-left: 1px solid #dcdcdc;
	list-style: none;
}

/* @end */

/* @group Form */

form#search {
	background-color: #213355;
	padding: 12px 10px 16px;
	margin-bottom: 14px;
	overflow: hidden;
}

form#search h3 {
	color: #fff;
	font-size: 14px;
	padding-bottom: 2px;
}

form#search p {
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	padding-bottom: 14px;
}

form#search p a {
	color: #fff;
	background: url(../images/global/bullet-white.gif) no-repeat 0 2px;
	padding-left: 9px;
	position: absolute;
	top: 0;
	right: 24px;
}

form#search p a:hover {
	text-decoration: none;
}

form#search fieldset {
	border-style: none;
	float: left;
	width: 220px;
	position: relative;
}

form#search fieldset#keywords {
	width: 100%;
	padding-bottom: 12px;
	padding-right: 0;
	position: relative;
}

form#search fieldset#keywords input {
	width: 200px;
	height: 20px;
	border-bottom: 1px solid #213355;
	border: 1px solid #15223d;
	padding-left: 3px;
	position: relative;
}

form#search label {
	color: #fff;
	font-size: 11px;
	float: left;
	display: block;
	width: 56px;
	text-align: right;
	padding-right: 6px;
	line-height: 19px;
	position: relative;
}

form#search fieldset#keywords label {
	line-height: 22px;
}

form#search select {
	width: 155px;
	margin-bottom: 9px;
	font-size: 12px;
	border: 1px solid #fff;
}

form#search input.button {
	margin-top: 6px;
	display: block;
	height: 24px;
	clear: both;
}

/* @end */

/* @group Sections */

.section {
	width: 220px;
	float: left;
}

.section.left {
	clear: left;
	margin-right: 20px;
}

.section img {
	display: block;
}

.section h3 {
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 14px;
}

.section h3 a {
	color: #333;
	text-decoration: none;
}

.section h3 a:hover {
	text-decoration: underline;
}

.section p {
	color: #666;
	font-size: 12px;
}

/* @end */

/* @group Terms */

.content#terms {
	font-weight: normal;
	font-style: normal;
}

.content#terms ul {
	padding-left: 10px;
	margin-bottom: 18px;
	border-left: 1px solid #dcdcdc;
	list-style: none;
}

.content#terms ul li {
	padding-bottom: 8px;
}

.content#terms p {
	padding-bottom: 8px;
}

/* @end */

/* @end */

/* @group Profiles */

#right .content .right img {
	display: block;
	margin-bottom: 10px;
}

#right .content #dot {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 5px;
	padding-bottom: 6px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 6px;
}

#right .content #dot a {
	text-indent: -9999px;
	float: left;
	display: block;
	width: 6px;
	background: url(../images/global/dot-inactive.gif) no-repeat;
	margin-right: 6px;
	height: 7px;
}

#right .content #dot a.activeSlide {	
	background: url(../images/global/dot-active.gif) no-repeat;
}

#right .content .right blockquote {
	font-size: 14px;
	line-height: 16px;
	color: #7f8eac;
	padding-left: 11px;
}

#right .content .right .cycle blockquote p {
	padding-bottom: 6px;
	font-size: 13px;
}

/* @end */

/* @group Foot */

.foot {
	padding-top: 32px;
}

.foot ul {
	border-top: 1px solid #edf1f4;
	padding-top: 6px;
	padding-bottom: 20px;
}

.foot ul li {
	display: inline;
	font-size: 10px;
	padding-right: 10px;
	color: #999;
}

.foot ul li.copyright {
	padding-right: 100px;
}

.foot ul li a {
	color: #999;
	text-decoration: underline;
}

.foot ul li a:hover {
	text-decoration: none;
}

/* @end */

