body {
	background: #fff url(../img/bg.jpg) top left repeat-x;
	color: #666;
}


.noMargin { margin:0 !important; }
.noPadding { padding:0 !important; }
.noBorder { border:0 !important; }
.noBgImage { background-image:none !important; }

/* STANDARD FONT HANDLING */	

h1, h2, h3, h4, p, li, input, select, textarea, table, a {
	font-family: arial, sans-serif;
}

h1 {
	background: url(../img/logo.gif) 60px 50px no-repeat;
	padding: 60px 0;
	text-indent:-9999px;
}

p input, p label, ul li ul li, table p, p select {
	font-size: 100%;
}



/* PAGE LAYOUT */

#pageWrap {
	position: relative;
	width: 981px;
	background-color: #fff;
}

.header {
	background: #ea0000 url(../img/headerBG.gif) bottom left no-repeat;
	height: 151px;
	position: relative;
}

.header .country {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 51px;
}

.header .country li {
	list-style-type: none;
	float: left;
	padding-left: 6px;
}


/*
NAV
*/
.nav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 49px;
	right: 54px;
}

.nav li {
	background: url(../img/navDivider.gif) center right no-repeat;
	margin: 0;
	list-style: none;
	padding: 10px 0;
	float: left;
}

.nav a {
	color: #fff;
	font-size: 118%;
	font-weight: bold;
	padding: 2px 7px 4px 7px;
	margin-right: 1px;
	text-decoration: none;
}

.nav a.selected {
	background-color:#f26565;
	margin-right: 1px;
	color: #ffffff;
}

.nav a:hover {
	background-color:#f26565;
	margin-right: 1px;
	color: #ffffff;
}

.subNav {
	position: absolute;
	margin: 4px 0px 0px -1px;
	padding: 0px 0px 0px 0px;
}


.subNav li {
	background: url(../img/bulletWht.gif) left 14px no-repeat;
	padding: 8px 0px 0px 0px;
	list-style: none;
	margin: 0;
	float: left;
}

.subNav li.first {
	background: url(../img/navDivider.gif) center left no-repeat;
}

.subNav a {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 4px 4px 8px;
	text-decoration: none;
}

.subNav a:hover, .subNav a.selected {
	text-decoration: underline;
	background: transparent;
}

/*
	CONTENT LAYOUT
*/

.content {
	background: url(../img/contentBG.gif) top left no-repeat;
	padding: 70px 50px 0 50px;
	position: relative;
}

/* Homepage layout */
#windowDiv {
	overflow: hidden !important;
	height: 327px !important;
	height: 436px !important;
	position: relative;
	width: 400px;
}

#slideShow {
	background-color: #ff0000 !important;
}

.slideShow {
	float: left;
	width: 400px;
	height: 327px;
}

.slideShow .talent {
	width: 372px;
	height: 106px;
	margin-bottom: 4px;
	position: relative;
}

.slideShow .talentHover {
	width: 342px;
	height: 76px;
	background-color: #ede8e5;
	/* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
	padding: 15px;
}

.talentHover p.quote {
	color: #333;
	font-size: 70%;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

.talentHover a.company {
	color: #ea0000;
	font-size: 70%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.talentHover p a.more {
	color: #333;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/arrowRightBG.gif) right no-repeat;
	padding:0 10px 0 0;
	margin: 0;
	position: absolute;
	bottom: 10px;
	right: 18px;
}

.homeContent {
	float: left;
	width: 450px;
	margin-left: 25px;
	position: relative;
	margin-top: -33px;
}

.homeContent h2, .slideShow h2 {
	color: #39c;
	font-size: 150%;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

.homeContent h2 {
	margin-bottom: 10px;
}

.homeContent p {
	font-size: 75%;
}

.homeContent p.news a {
	color: #3399CC;
}


.slideShow {
	overflow: hidden;
	height: 356px;
}

h2.slideShowHeader {
	font-weight: normal;
	margin-bottom: 6px;
	color: #3399cc;
	font-size: 150%;
}

.scrollUp {
	background: url(../img/scrollUpFade.gif) top left no-repeat;
	position: absolute;
	cursor: pointer;
	height: 31px;
	width: 32px;
	left: 362px;
	top: 73px;
}

.scrollDwn {
	background: url(../img/scrollDwn.gif) top left no-repeat;
	position: absolute;
	cursor: pointer;
	height: 31px;
	width: 32px;
	left: 362px;
	top: 429px;
	top: 538px;
}

.homeContent h3 {
	line-height: 1em;
	color: #333;
	font-weight: bold;
	font-size: 90%;
	padding: 20px 0 12px;
	margin: 0;
}

.homeContent h2 {
	line-height: 1.2em;
}

.homeContent p{
	margin: 0;
	padding: 0;
	color: #666;
}

.homeContent p.intro {
	font-size: 115%;
	margin: 0;
	padding: 0 0 30px;
	color: #999;
	border-bottom: 1px solid #d6d6d6;
	line-height: 1.1em;
}

.homeContent p.news {
	font-size: 75%;
	line-height: 1.5em;
}

.homeContent a {
	display: block;
	text-decoration: none;
	color: #666;
}

.homeContent a:hover {
	color: #ea0000;
}

.homeContent a span {
	color: #3399cc;
	font-weight: bold;
	font-size: 100%;
	display: block;
}

.homeContent span {
	color: #3399cc;
	font-weight: bold;
	display: block;
}

.homeContent a:hover span {
	color: #ea0000;
}

.homeContent a.moreNews {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
	margin: 5px 0 0;
	padding: 0 0 0 5px;
	background: url(../img/bulletGrey.gif) left no-repeat;
	display: block;
	font-size: 90%;
}

.homeContent a.moreNews:hover {
	color: #ea0000;
	text-decoration: none;
	background: url(../img/bulletRed.gif) left no-repeat;
}

.newsFeed img {
	display: none;
}

.newsFeed p {
	font-size: 80%;
}

.newsFeed p a {
	font-size: 100%;
	line-height: 120% !important;
	display: inline;
}

.newsFeed p a span {
	display: block;
	padding-bottom: 5px;
}

/* Company styles */

h2.companies {
	border-bottom: 2px dotted #ccc;
	font-weight: normal;
	padding-bottom: 14px;
	color: #3399cc;
	font-weight: normal;
	font-size: 150%;
	
}

h2.companies span {
	color: #999;
	font-size: 90%;
	display: block;
}

h2.noBorder {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3.companies {
	border-bottom: 2px dotted #ccc;
	font-weight: normal;
	padding-bottom: 14px;
	margin-top: 0px;
	font-size: 115%;
	color: #999999;
}

.companyBox {
	border-bottom: 1px solid #ccc;
	padding-left: 100px;
	padding-bottom: 20px;
	color: #666;
	float: left;
}

.companyBox h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #333;
	font-size: 225%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.companyBox h4 {
	color: #333;
	font-size: 70%;
	margin: 0;
	padding: 10px 0 10px;
	clear: both;
}

.companyBox p.cWebLink {
	padding-top: 0px !important;
	margin-top: 0px !important;
	padding-bottom: 19px !important;
}

.companyBox p.cWebLink a {
	font-size: 90%;
}

.companyBox a {
	color: #3399cc;
	font-weight: bold;
	text-decoration: none;
}

.companyBox a:hover {
	color: #e21a22;
	font-weight: bold;
	text-decoration: none;
}

.content .companyProfile {
	float: left;
	width: 600px;
}

.content .withMargin {
	padding-top: 20px;
}

.content .companyProfile p {
	padding: 0px 50px 0 0;
	color: #666;
}

.content .companyProfile p.management {
	padding-bottom: 5px;
	clear: both;
}

.content .companyProfile span.name {
	float: left;
	display: block;
	width: 150px;
}

.content .companyProfile span.pos {
	float: left;
	display: block;
	width: 160px;
}

.content .companyProfile span.email {
	float: left;
	display: block;
	width: 180px;
}

.content .companyProfile ul {
	margin: 0;
	padding: 0;
	color: #666;
}

.content .companyProfile ul li {
	list-style-position:inside;
}

.content .companyDetails {
	float: left;
	width: 180px;
	color: #999;
}

.content .companyDetails .imgHold {
	width: 180px;
	height: 77px;
}

.content .companyDetails a{
	font-size: 80%;
	display: block;
	padding-bottom: 15px;
}

.content ul.pageControls {
	list-style-type: none;
	margin: 0 0 0 100px;
	padding: 0;
	clear: both;
}

.content ul.pageControls li {
	display: inline;
	padding: 0;
	margin: 0;
	width:390px;
}

.back {
	background: url(../img/arrowLeft.gif) left no-repeat;
	color: #999;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	padding: 0 0 0 10px;
	margin:  5px 0 0;
	float: left;
	display: block;
}

.next {
	background: url(../img/arrowRight.gif) right no-repeat;
	color: #999;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	padding: 0 10px 0 0;
	margin: 5px 0 0;
	float: right;
	display: block;
}

.team {
	border-bottom: 1px solid #ccc;
	padding: 0;
	float: left;
	padding: 20px 10px 10px 100px;
	color: #666;
}

.team img {
	border: 8px solid #f0f0f0;
	float: left;
	width: 132px;
}

.team .teamContent {
	float: left;
	margin-left: 40px;
	width: 540px;
	padding: 0;
}

.team h3 {
	color: #333;
	font-size: 225%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.team p.snippet {
	color: #333;
	font-size: 90%;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.team p.position {
	margin: 0;
	padding: 0 0 14px;
	font-size: 85%;
	color: #999;
	font-weight: bold;
}

.team ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

.team li {
	margin: 0px 0px 0px 20px;
}

.team a {
	color: #3399cc;
	font-weight: bold;
	text-decoration: none;
	font-size: 70%;
	display: block;
	padding-bottom: 20px;
}

.team a:hover {
	color: #e21a22;
	font-weight: bold;
	text-decoration: none;
}

.europe {
	margin-left: 100px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 18px;
	width: 780px;
}

.china {
	margin-left: 100px;
	padding-top: 18px;
	width: 780px;
	clear: both;
}

.europe img, .china img {
	float: right;
}

.europe h3, .china h3 {
	color: #333;
	font-size: 130%;
	font-weight: normal;
}

.europe a, .china a {
	color: #3399cc;
	font-weight: bold;
	text-decoration: none;
}

.europe a:hover, .china a:hover {
	color: #e21a22;
	font-weight: bold;
	text-decoration: none;
}

.visionMain {
	padding-left: 100px;
	padding-right: 27px;
	width: 508px;
	float: left;
}

.visionContact {
	background: url(../img/contactFade.gif) top right no-repeat;
	padding: 28px 12px 0px 24px;
	width: 210px;
	float: left;
}

.visionContact h3 {
	margin-bottom: 18px;
	font-weight: normal;
	font-size: 150%;
	color: #333333;
}

.visionContact ul {
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

.visionContact ul li,
.visionContact ul li a {
	color: #3399cc;
}

/*
	FOOTER
*/

.footer {
	background: #f0f0f0 url(../img/footerLogo.gif) 850px center no-repeat;
	font-size: 90%;
	clear: both;
	margin-top:30px;
}

.footer ul {
	padding: 25px 0 15px 50px;
	margin: 0;
}

.footer li{
	float: left;
	list-style-type: none;
	padding-right: 5px;
}

.footer li a {
	background: url(../img/footerDivider.gif) center right no-repeat;
	text-decoration: none;
	color: #999;
	padding: 0 5px 0 0 ;
}

.footer a:hover {
	color: #999;
	text-decoration: underline;
}

.footer p {
	padding: 0 0 15px 50px;
	color: #999;
}


.newsHolder {
	padding-left: 96px;
}

.newsHolder ul.archive {
	padding: 0px;
	margin: 0px;
}

.newsHolder ul.archive li {
	list-style: none;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

.newsHolder ul.archive li span {
	color: #3399cc;
}

.newsHolder ul.archive li ul,
.newsHolder ul.archive li ul li {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}


.newsHolder a {
	color: #3399cc;
}

.newsHolder a:hover {
	color: #ea0000;
}

.talentHover { margin-top:-106px; }
.hidden { display:none; }
.talent p { margin:0; }
	
	
	