/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ========================== General Styles ========================== */
body {
	background: rgb(255, 255, 204) url("../images/bg_body.jpg") repeat-x top left;
	text-align: center;
}

#top_bg_top {
width: 100%;
height: 30px;
background-color: #000;
z-index: 999;
display: none;
}

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 1000px;
}

a {
	color: #f56734; 
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
	color: #898989;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
}

h2 {
	color: #f56734;
	font-size: 17px;
}

h3 {
	line-height: 23px;
	color: #f56734;
	font-size: 14px;
	margin-bottom: 10px!important;
}

h4 {
	color: #f56734;
	font-size: 15px;
	margin-bottom: 6px!important;
}

h5 {
	color: #f56734;
	font-size: 14px;
	margin-bottom: 15px!important;
	line-height: 23px;
}

h6 {
	color: #f56734;
	font-size: 12px;
	font-weight: bold;
}

iframe {
	margin-bottom: 15px;
}

img {
	margin-bottom: 15px;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

ol {
	list-style-type: none;
	margin-bottom: 20px
}

ol li {
	border-bottom: 1px dotted #e7e7e7;
	margin: 0;
	padding: 8px 0 8px 30px;
}

.arrow{
	background: #FFFFCC url("../images/bullet.gif") no-repeat 3% 50%;
	
}

ol li.first {
	background: #FFF url("../images/numbers.png") no-repeat 3% -3%;
}

ol li.second {
	background: #FFF url("../images/numbers.png") no-repeat 3% 12%;
}

ol li.third {
	background: #FFF url("../images/numbers.png") no-repeat 3% 27%;
}

ol li.fourth {
	background: #FFF url("../images/numbers.png") no-repeat 3% 42%;
}

ol li.fifth {
	background: #FFF url("../images/numbers.png") no-repeat 3% 57%;
}


ol li:hover {
	background-color: #CCCC99 ;
}

ol li.active {
	background: #CCCC99 url("../images/bullet.gif") no-repeat 6% 50%;
	color: #560147
}

p{
	color: #898989;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}

li {
	color: #898989;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
}

ul {
	list-style-position: inside;
	list-style-type: disc;
}



.clear {
	clear: both;
}

/* ========================== Form Elements Styles ========================== */
select {
	background-color: #f3f7fb;
	border: 1px solid #bbbfc2;
	color: #898c8d;
	font-size: 11px;	
	font-weight: bold;
	padding: 2px;
}

.contact input, .contact textarea {
	background-color: #d8e6f7;
	border: 1px solid #c4cbd4;
	font-size: 11px;
	margin-top: 5px;
	padding: 4px;
	width: 225px;
}

.contact p {
	margin-bottom: 10px;
}

.contact #submit {
	background-color: #555e67;
	border: none;
	color: #e9e9e9;
	font-size: 11px;
	padding: 3px;
	padding-right: 8px;
	text-align: left;
	width: auto;
}

/* ========================== Info Column Styles ========================== */
#infoColumn {
	background: url("../images/bg_infoColumn.jpg") no-repeat top left;
	float: left;
	padding: 0 8px 45px 10px;
	position: relative;
	width: 200px;
}

#infoColumn h1 {
	margin-top: 0px;
	text-indent: -9999px;
}

#infoColumn h1 a {
	background: url("../images/logo.png") no-repeat top left;
	display: block;
	height: 253px;
	width: 209px;
}

#infoColumn #contacts {
	margin: -22px 0 33px 10px;
	overflow: hidden;
	padding-top: 12px;
	width: 200px;
}

#infoColumn #languages {
	height: 28px;
	margin: -22px 0 0px 10px;
	overflow: hidden;
	padding-top: 12px;
	width: 161px;
}


#infoColumn #languages a {
	background: url("../images/button_arrow.jpg") no-repeat top left;
	display: block;
	float: left;
	height: 21px;
	text-indent: -9999px;
	width: 21px;
}

#infoColumn #languages p {
	color: #f56734;
	float: right;
	font-size: 11px;
	padding-right: 28px;
}

#infoColumn ul, .location {
	list-style: none;
	list-style-position: outside;
	margin-bottom: 20px;
}

#infoColumn ul li, .location li {
	color: #898c8d;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 0;
}

/* ========================== DropDown Menu Styles ========================== */
.dropdown {
	background-color: #eef1f0;
	border-top: 1px solid #FFF;
	display: none;
	left: 10px;
	position: absolute;
	top: 293px;
	z-index: 100;
}

.dropdown li {
	background: #eef1f0 url("images/arrow.jpg") no-repeat 24px 50%;
	border-bottom: 1px solid #FFF;
	padding-right: 24px;
	width: 185px;
}

.dropdown li a {
	color: #f56734;
	display: block;
	font-size: 11px;
	height: 39px;
	line-height: 39px;
	padding-right: 28px;
	text-align: right;
} 
	
.dropdown li:hover {
	background-color: #d7dcda;
}

.dropdown li a:hover {
	text-decoration: none;
}

.england {
	background: url("images/flag_england.jpg") no-repeat 100% 50%;
}

.usa {
	background: url("images/flag_usa.jpg") no-repeat 100% 50%;
}

.spain {
	background: url("images/flag_spain.jpg") no-repeat 100% 50%;
}

.france {
	background: url("images/flag_france.jpg") no-repeat 100% 50%;
}

/* ========================== Content Styles ========================== */
#content {
	background: url("../images/bg_content.jpg") no-repeat top left;
	float: left;
	padding-top: 8px;
	width: 781px;
}

#content #slideshow {
	height: 240px;
	margin: 0 -23px;
	overflow: hidden;
}

/*#contentWrapper {
	background: url("images/bg_contentWrapper.png") no-repeat bottom right;
	padding: 0 33px 0 23px;
	z-index: 10;
}*/
#contentWrapper {
    background: url("../images/bg_contentWrapper-.png") no-repeat bottom right;
    padding: 0 33px 0 23px;
    z-index: 10;
    position: relative;
}

/* ========================== Main Navigation Styles ========================== */
#mainNav {
	float: left;
	height: 29px;
	list-style: none;
	list-style-position: outside;
	margin-top: 10px;
}

#mainNav li {
	background: url("../images/bg_mainNav.jpg") no-repeat bottom right;
	float: left;
	height: 29px;
	margin: 0;
	padding: 0 15px 0;
}

#mainNav li:last-child {
	background: none;}

#mainNav li a {
	color: #d1d6de;
	font-size: 11px;
	line-height: 27px;
	text-transform: uppercase;
}

#mainNav li.active {
	background-color: #cccc99;
}

#mainNav li.active a, #mainNav li.active a:hover {
	color: #353434;
}

#mainNav li a:hover {
	color: #cccc99;
	text-decoration: none;
	
}

/* ========================== Search Form Styles ========================== */
.searchForm {
	float: right;
	margin-top: 8px;
}

.searchForm div {
	float: left;
}

.searchForm input {
	background-color: #d8e6f7;
	border: 1px solid #687891;
	color: #46596e;
	font-size: 11px;
	padding: 3px 8px;
}

.searchForm input.submit {
	background: url("submit_search.jpg") no-repeat top left;
	border: none;
	display: block;
	height: 21px;
	margin: 2px 0 0 10px;
	padding: 0;
	width: 41px;
}

/* ========================== Main Content Styles ========================== */
#mainContent {
	clear: left;
	float: left;
	margin-right: 20px;
	padding: 35px 0 20px;
	width: 470px;
}

#mainContentinside {
	clear: left;
	float: left;
	margin-right: 20px;
	padding: 35px 0 20px;
	/*width: 470px;*/
	min-height: 480px;
}

.border {
    background: url("../images/doted-line.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 8px;

    margin: 10px 0 0;
    padding: 0;
}

#mainContent-inside {
	min-height: 460px;
	clear: left;
	float: left;
	margin-right: 20px;
	padding: 35px 0 20px;
	width: 470px;
}

/* ========================== Full Width Content Styles ========================== */
#full_width_content {
	clear: both;
	overflow: hidden;
	padding: 35px 0 25px 0;
	position: relative;
	width: 725px;
}

/* ========================== Sidebar Styles ========================== */
#sidebar {
	float: right;
	padding: 35px 0 20px;
	width: 235px;
}

#sidebar p, #sidebar li, #sidebar a {
	font-size: 11px;
	line-height: 16px;
}

#sidebar h3 {
	margin-bottom: 12px;
}

#sidebar .button {
	line-height: 19px;
}

#sidebar h5 {
	font-size: 11px;
	font-weight: bold;
}

/* ========================== Sort Div Styles ========================== */
#sort {
	overflow: hidden;
	width: 725px;
}

#sort select, #sort p {
	float: right;
}

#sort select {
	margin-left: 8px;
}

#sort p {
	margin-top: 1px;
}

.paginator {
	clear: both;
	float: right;
	margin-bottom: -10px;
}

.paginator p, .paginator ul, .paginator li {
	float: left;
}

.paginator ul {
	list-style: none;
	margin-left: 5px;
}

.paginator li {
	margin-left: 5px;
}

.paginator li a {
	color: #898c8d;
}

.paginator li a:hover, .paginator li a.active {
	color: #415e7e;
	text-decoration: underline;
}

/* ========================== Boxes Styles ========================== */
.boxes {
	list-style: none;
}

.box {
	float: left;
	margin-bottom: 8px;
	margin-right: 10px;
	width: 235px;
}

.box.last {
	margin-right: 0;
}

.box .social {
	float: right;
}

.box .role {
	clear: left;
}

.boxes.team h4 {
	float: left;
	margin-bottom: 2px;
}

/* ========================== Social List Styles ========================== */
.social {
	list-style: none;
	margin-bottom: 0;
}

.social li {
	float: left;
}

.social li a {
	background: url("images/social_icons.jpg") no-repeat top left;
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
}

.social li a[title="Twitter"] {
	background-position: -20px 0;
}

.social li a[title="Facebook"] {
	background-position: -40px 0;
}

.social li a[title="Stumble"] {
	background-position: -60px 0;
}

/* ========================== Folio Details Styles ========================== */
.folioDetails {
	background-color: #c8cfcd;
	height: 255px;
	overflow: hidden;
	width: 725px;
}

.folioDetails img {
	margin-bottom: 0;
}

.folioDetails img.left {
	margin-right: 9px;
}

.folioDetails .container {
	float: right;
	padding: 9px 9px 0 0;
	width: 226px;
}

.folioDetails .container img {
	margin-bottom: 11px;
}

.folioDetails p, .folioDetails h6 {
	clear: left;
	color: #454b53;
	font-size: 11px;
}

.folioDetails p, .folioDetails .button {
	margin-bottom: 11px;
}

.folioDetails h6 {
	font-weight: bold;
}

.folioDetails .button {
	float: left;
}

.folioDetails .social {
	float: right;
}

.folioDetails .social a {
	background-image: url("images/social_icons_folio.jpg");
}

.folioDetails .phone {
	background: url("images/phone.jpg") no-repeat left center;
	padding-left: 20px;
}

.folioDetails .button {
	background-image: url("button_folio.jpg");
}

.back {
	position: absolute;
	right: 0;
	top: 45px;
}

/* ========================== News List Styles ========================== */
.news {
	list-style: none;
	list-style-position: outside;
	padding-left: 6px;
}

.news li {
	padding-bottom: 1px;
}

.date {
	font-size: 11px;
	margin-bottom: 0;
}

.news h5 {
	color: #f56734;
	font-weight: bold;
}

.news .imgContainer {
	background-color: #f56734;
	float: left;
	margin-right: 15px;
}

.news .imgContainer img {
	margin: 0;
}

.news .imgContainer p {
	color: #FFF;
	font-size: 11px;
	margin: -1px 6px 6px 6px;
	text-align: center;
}

/* ========================== Content Footer Styles ========================== */
#contentFooter {
	clear: both;
	height: 34px;
	overflow: hidden;
	padding-top: 18px;
}

#contentFooter p {
	color: #000;
	float: left;
	font-size: 11px;
}

#contentFooter ul {
	float: right;
	list-style: none;
}

#contentFooter ul li {
	float: left;
}

#contentFooter .button {
	background-image: url("images/button_footer.jpg");
	line-height: 21px;
}

#contentFooter .button[title="Follow Us"] {
	background-image: url("../images/twitter.png");
	padding-left: 25px;
}

#contentFooter .rss {
	background: url("../images/facebook.png") no-repeat top left;
	display: block;
	height: 17px;
	text-indent: -9999px;
	width: 48px;
}

/* ========================== Footer Styles ========================== */
#footer {
	background-color: #000;
	clear: both;
	margin-top: -45px;
}

#footer div{
	margin: 0 auto;
	padding: 20px 0 40px 45px;
	text-align: left;
	width: 980px;
}

#footer p {
	color: #6e7582;
	font-size: 11px;
}

/* ========================== additions ========================== */

.margin_top{
margin-top: 10px;
}

#my_posts_type_widget {
margin: 0 0 40px;
}

#my_posts_type_widget {
background: url(../images/extra.gif) repeat-x 0% 0%;
width: 100%;
height: 65px;
margin: 0 0 20px 0;
padding: 2px 0 30px 0;
overflow: hidden;
border-bottom: 1px dotted #CECECE;
}

#my_posts_type_widget ul {
width: 100%;
height: 120px;
overflow: hidden;
}

.primary_content_wrap ul {
margin: 0;
padding: 0 0 18px 0;
list-style: none;
}

#my_posts_type_widget ul li:first-child {
background: none;
width: 200px;
}

#my_posts_type_widget ul li {
background: url(../images/line-ver.gif) repeat-y 0% 0%;
position: relative;
float: left;
width: 200px;
height: 100px;
margin: 0;
padding: 0px 20px 0px 20px;
overflow: hidden;
line-height: 18px;
font-size: 13px;
color: #828387;
}

.primary_content_wrap ul li {
background: url(../images/marker.png) no-repeat 0% 4px;
padding: 0 0 0 29px;
line-height: 27px;
font-size: 13px;
color: #828387;
}

#my_posts_type_widget ul li a.main-link {
display: block;
width: 240px;
height: 120px;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}

.primary_content_wrap ul li a {
text-decoration: none;
color: #828387;
}

#my_posts_type_widget ul li a.extra-pic {
float: left;
width: 56px;
height: 56px;
margin: 3px 19px 10px 0;
overflow: hidden;
}

#my_posts_type_widget ul li h3 {
padding: 0 0 11px 0;
}

.post_content {
padding: 0 0 13px 0;
line-height: 18px;
font-size: 13px;
color: #828387;
}

#my_posts_type_widget ul li a.link {
background: url(../images/link.gif) no-repeat 0% 0%;
float: left;
width: 63px;
height: 27px;
line-height: 26px;
font-size: 13px;
font-style: italic;
text-align: center;
text-decoration: none;
color: #F8F8FA !important;
}

.clearfix {
display: block;
}

#my_posts_type_widget ul li:hover {
	background-color: #dedaca !important;
}

.post-title{
font-weight: bold;

font-size:19px;
}

#date{
font-size: 11px;
margin-left: 27px;
margin-top: 4px;
width: 160px;
}

#team_holder{
float: left;
width: 100%;
}

#team{
float: left;
width: 100%;
margin-bottom: 15px;
border-bottom: 1px dotted #CECECE;
margin-left: 6px;
}

#slider .nivo-controlNav a{background:url(../images/nav-slide.png) no-repeat;}
.nivo-caption {color:#e7e7e7;}
.nivo-caption h1{color:#f5862d;}
.nivo-caption span.slider-desc{color:#fff;}
.nivo-caption a, .nivo-caption a:hover{color:#666666; border:solid 1px #e5e5e5;}
.nivo-caption a{
	background:#f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #ffffff,  #f3f3f3);
	background: -o-linear-gradient(top,  #ffffff,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3');
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.nivo-caption a:hover{
	background:#ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff));
	background: -moz-linear-gradient(top,  #f3f3f3,  #ffffff);
	background: -o-linear-gradient(top,  #f3f3f3,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff');
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

#contactform {
margin: 0 auto;
position: relative;
padding-left: 20px;
}

#contactform label {
display: block;
font-size: 11px;
line-height: 20px;
color: #5E6066;
}

#contactform input.text-input {
margin-bottom: 8px;
vertical-align: middle;
width: 70%;
}

#contactform textarea {
width: 90%;
}

#contactform .button {
cursor: pointer;
margin-top: 15px;
/*padding: 3px 15px;*/
line-height: 20px;
height: 20px;
width: 95px;
}

input[type="text"], textarea {
background: white;
border: 1px solid #DBDBDB;
color: #919191;
}

input[type="text"], textarea {
padding: 5px;
}
fieldset {
border: 0px;
}

.social {
margin: 0px;
padding: 0px;
float: left;
}

.social li {
list-style-type: none;
float: left;
margin-right: 0px;
}

.social li#social1 a {
border: none;
background: url(../images/twitter.png) no-repeat 0px 0px;
display: block;
height: 24px;
margin-right: 6px;
text-indent: -9999px;
}

.social li#social3 a {
border: none;
background: url(../images/facebook.png) no-repeat 0px 0px;
display: block;
height: 24px;
margin-right: 6px;
text-indent: -9999px;
}

.social li#social1 a:hover{background-position: 0px -23px;}
.social li#social3 a:hover{background-position: 0px -24px;}

#find{
float: right;
/*width: 130px;*/
}

.serv_list{
display: block;
float: left;
border-bottom: 1px dotted#CECECE;
margin-bottom: 10px;
width: 93%;
}
.policy{
background: url(../images/policy.png) no-repeat 0px 0px;
float: left;
margin: 0 10px;
height: 65px;
width: 60px;
}
.organisation{
background: url(../images/organisation.png) no-repeat 0px 0px;
float: left;
margin: 0 10px;
height: 65px;
width: 60px;
}
.recruitment{
background: url(../images/recruitment.png) no-repeat 0px 0px;
float: left;
margin: 0 10px;
height: 65px;
width: 60px;
}
.reward{
background: url(../images/reward.png) no-repeat 0px 0px;
float: left;
margin: 0 10px;
height: 65px;
width: 60px;
}
.performance{
background: url(../images/performance.png) no-repeat 0px 0px;
float: left;
margin: 0 10px;
height: 65px;
width: 60px;
}
.emp_relations{
background: url(../images/emp_relations.png) no-repeat 0px 0px;
float: left;
margin: 0 10px;
height: 65px;
width: 60px;
}
.learning{
background: url(../images/learning.png) no-repeat 0px 0px;
float: left;
margin: 0 10px;
height: 65px;
width: 60px;
}
.hr_operations{
background: url(../images/hr_operations.png) no-repeat 0px 0px;
float: left;
margin: 0 10px;
height: 65px;
width: 60px;
}

.executive_coaching{
background: url(../images/executive_coaching.png) no-repeat 0px 0px;
float: left;
margin: 0 10px;
height: 65px;
width: 60px;
}



.lists{
margin-left: 0px;
}

.lists p{
font-size: 13px!important;
line-height: 20px!important;
}

.lists ul li {
margin-bottom: 8px;
line-height: 15px;
}

.Tinfra {background:#ccc url(../images/pdf.png) no-repeat 20px center;margin: 20px 0 20px 10px;padding: 18px 30px 10px 60px;}


.TXNewsletters_form_labelGauche {
display:block;
padding-top:2px;
float:left;
width:180px;
height:18px;
color: #333333;
position:relative;
top:0px;
text-align:left;
margin-right:2px;
}

.TXNewsletters_form {
margin:-18px 10px 10px;

}

.TXNewsletters_form_right {
/*padding-left:185px;*/
}

.TXNewsletters_form_item {
padding:1px;
margin:2px;
}

.TXNewsletters_form_item TEXTAREA {
vertical-align:middle;
border:1px solid #bbbbbb;
font-size:11px;
color: #333333;
}

.TXNewsletters_form_item INPUT {
height:20px;
vertical-align:middle;
border:1px solid #bbbbbb;
font-size:11px;
color: #333333;
}

INPUT.TXNewsletters_form_noborder {
border:0;
}

.TXNewsletters_form_noborder {
border:0;
}

.TXNewsletters_form_inputErr {
border:1px solid #ff0000;
}

.TXNewsletters_form_labelErr {
color:#ff0000;
}

/* FORM

--------------------------------------------------------- */

form {

	margin: 0;

	padding: 0;

}




input,.inputbox {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 100%;

	border: 1px solid #BEBEBE;
	color:#FFF;
	margin:-13px;
	background-image:url(../images/bott.png);
	/*width:150px;

	padding: 5px 3px;
*/	/*cursor:pointer;
	width:147px;*/

}

select, textarea, .button {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 80%;

	border: 1px solid #BEBEBE;
	
	margin:-13px;

	/*width:150px;

	padding: 5px 3px;
*/	/*cursor:pointer;
	width:147px;*/

}
textarea{

	width:77%;

}

.inputbox {

	margin: 0 0 5px 0;

	padding: 5px 8px;

	color: #6E6E6E;

	border: 1px solid #BEBEBE;

	width:150px;

}

#zt-right .inputbox {

	width: 87%;

}

.button {

	padding:6px 6px;

	text-align: center;

	font-weight: bold;

	background:url(../images/bg_readmore.png) top left repeat-x;

	border:1px solid #e0e0e0;

	color:#7c7c7c;

	cursor:pointer;
	height:32px;
	width:144px;

}

.button:hover {

	background:#5DA006;

	color:#fdfdfd;

}
