/* Colours used */
/*----------------

text light blue		#3B6E8F
text dark blue		#012b41
text dark blue		#033854

------------------*/

/*@import	url(other_pages.css);*/
@import	url(forms.css);

/* Main elements
------------------*/
*	{
	margin:0;
	padding:0;
}

body	{
	font-family:Tahoma, Geneva, sans-serif;
	background:url(../images/main-bg.jpg) repeat-x;
	color:#033854;
	font-size:62.5%;
}

/* SBMH to correct font-size difference */
* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size:62.5%; /* for other IE versions */
}
h2,h5	{
	font-weight:normal;
}

h1	{
	font-size:2.8em;
	font-weight:normal;
	padding-bottom:10px;
}

h2	{
	font-size:2.7em;
}

h3	{
	font-size:1.3em;
}

h4	{
	font-size:1.3em;
}
h5	{
	font-size:1em;	
}
p	{
	font-size:1.2em;
}
p a	{
	color:#3B6E8F;
}
a	{
	text-decoration:none;
	color:#FFF;
}
a:hover	{
	text-decoration:underline;
}
a img	{
	border:0;
}
li	{
	list-style:none;
	font-size:1.1em;
}
/*
============================
main divs
============================
*/

#content	{
	width:562px;
	float:left;
	padding:20px 0;
	height:100%;
	background:#FFF url(../images/content-bg2.jpg) repeat-x;
	min-height:300px;
}
#content h1	{
	margin:0 0 15px 25px;
}
#content h2.title	{
	margin:0 0 15px 25px;
	font-size:2em;
}
#content h3	{
	line-height:3.4em;
}
#content #left	{
	float:left;
	width:250px;
	margin-left:25px;
}
#content #right	{
	float:right;
	width:250px;
	margin-right:25px;
}
#content #left-small	{
	float:left;
	width:160px;
	margin-left:25px;
	margin-right:40px;
}
#content #right-small	{
	float:left;
	width:315px;
	background:#8C9B93;
	padding-bottom:10px;
}
#footer	{
	height:27px;
	width:100%;
	float:left;
	background:url(../images/footer-bg.png) no-repeat -1px;
}
#footer p	{
	position:relative;
	left:25px;
	top:5px;
	color:#fff;
	float:left;
	font-size:1.1em;
}
#footer ul	{
	position:relative;
	left:380px;
	top:7px;
	float:left;
}
#footer li	{
	display:inline;
}
#footer a	{
	font-size:11px;
	border-right:1px solid #fff;
	padding:0 4px;
}
#footer a.none	{
	border-right:none;
}
#header	{
	height:27px;
	background:#619FC0;
}
#img	{
	position:relative;
}
#img object,
#img img	{
	float:left;
}
#img.home	{
	background:url(../flash/rotator/homepage/italy.jpg) no-repeat;
}
#img.emea	{
	background:url(../flash/rotator/emea/france.jpg) no-repeat;
}
#img.asia	{
	background:url(../flash/rotator/asia/malasia.jpg) no-repeat;
}
#img.americas	{
	background:url(../flash/rotator/americas/new-york.jpg) no-repeat;
}
#img.contact,
#img.location,
#img.news,
#img.personnel,
#img.publications,
#img.services,
#img.careers	{
	width:828px;
	height:213px;
}
#img.contact	{
	background:url(../images/header-contact.jpg) no-repeat;
}
#img.news	{
	background:url(../images/header-news.jpg) no-repeat;
}
#img.location	{
	background:url(../images/header-location.jpg) no-repeat;
}
#img.personnel	{
	background:url(../images/header-personnel.jpg) no-repeat;
}
#img.publications	{
	background:url(../images/header-publications.jpg) no-repeat;
}
#img.services	{
	background:url(../images/header-services.jpg) no-repeat;
}
#img.careers	{
	background:url(../images/header-careers.jpg) no-repeat;
}

#inner	{
	float:left;
	width:828px;
	height:100%;
	background:url(../images/inner-bg3.jpg) repeat-y;
}
#left230	{
	margin:0 50px 0 25px;
}
#left230 h3,
#left230 p	{
	float:left;
	clear:left;
	width:230px;
	line-height:normal;
}
#left230 img	{
	float:right;
}
#line	{
	border-bottom:1px solid #9DAAA3;
	height:1px;
	width:510px;
	margin:25px 25px 18px 25px;
	clear:both;
	padding-top:20px;
}
#line-small	{
	border-bottom:1px solid #FFF;
	height:1px;
	width:190px;
	margin:0 0 16px 37px;
	clear:both;
	padding-top:5px;
}
#main-shadow-left,
#main-shadow-right	{
	height:15px;
	position:absolute;
	width:100%;
	top:338px;
	background:url(../images/midbar-trans-width2.png) repeat-x;
}
#main-shadow-left	{
	left:11px;
	width:563px;
}
#main-shadow-right	{
	width:265px;
	right:11px;
	background:url(../images/midbar-trans-width3.png) repeat-x;
}
#main-shadow-left.regional,
#main-shadow-right.regional	{
	top:488px;
}
#nav-main	{
	width:562px;
	float:left;
	background:url(../images/header-bg.png) no-repeat 10px;
}
#nav-main li	{
	float:left;
	margin-right:5px;
	height:27px;
}
#nav-main a	{
	color:#FFF;
	font-size:12px;
	display:block;
	margin-top:7px;
	padding:0 13px;
	border-right:1px solid #FFF;
}
#nav-main a.none	{
	border-right:0;
}
#nav-side	{
	width:264px;
	float:right;
	padding-top:20px;
	height:100%;
	line-height:1.4em;
}
#nav-side ul	{
	margin-left:38px;
	margin-bottom:15px;
}
#nav-side .selected	{
	color:#8C9B93;
}
#nav-side li.area	{
	color:#FFF;
	margin-bottom:3px;
	font-size:1.2em;
	font-weight:bold;
}
#nav-side li	{
	font-size:1.1em;
}
#nav-side a	{
	display:block;
}
#nav-sub li	{
	float:left;
}
#nav-sub a	{
	display:block;
	text-indent:-999em;
}
#nav-sub .americas	{
	width:104px;
	height:27px;
	background:url(../images/top_nav-americas.jpg) no-repeat;
	border-left:1px solid #8C9B93;
	border-right:1px solid #FFF;
}
#nav-sub .americas:hover,
#nav-sub .selected .americas	{
	background:url(../images/top_nav-americas-over.jpg) no-repeat;
}
#nav-sub .emea	{
	width:77px;
	height:27px;
	background:url(../images/top_nav-emea.jpg) no-repeat;
	border-right:1px solid #FFF;
}
#nav-sub .emea:hover,
#nav-sub .selected .emea	{
	background:url(../images/top_nav-emea-over.jpg) no-repeat;
}
#nav-sub .asia	{
	width:82px;
	height:27px;
	background:url(../images/top_nav-asia.jpg) no-repeat;
}
#nav-sub .asia:hover,
#nav-sub .selected .asia	{
	background:url(../images/top_nav-asia-over.jpg) no-repeat;
}
#news	{
	border-top:1px solid #FFF;
}
#one #news li	{
	clear:left;
	float:left;
	width:100%;
	margin-top:5px;
	margin-left:0;
	list-style:none;
	padding-bottom:10px;
	border-bottom:1px solid #FFF;
}
#news h2	{
	font-size:1.3em;
	float:left;
	margin-bottom:5px;
	width:350px;
}
#news p	{
	float:left;
	clear:left;
	vertical-align:bottom;
	font-size:1em;
	width:100%;
}
#news a	{
	float:left;
	clear:left;
	margin-top:5px;
}
#news .newsdate	{
	float:right;
	width:150px;
	padding-top:3px;
	text-align:right;
}
#one	{
	padding:0 25px;
}
#one ul,
#one ol	{
	margin:10px 0 15px;
}
#one ul	{
	font-size:1.1em;
}
#one ol li	{
	list-style:decimal;
	margin-bottom:10px;
}
#one ol li ol li	{
	list-style:lower-latin;
	font-size:1.1em;
	margin-bottom:5px;
}
#one li	{
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
}
#one img.news	{
	float:right;
	padding-left:10px;
}
#one p.date	{
	margin-bottom:20px;
	font-style:italic;
}
#one a	{
	color:#3A6F8F;
}
#one a.back	{
	display:block;
	margin-top:20px;
}
#one a.back:focus	{
	outline:none;
}
#one .header	{
	line-height:2.3em;
	font-weight:bold;
}
#outer	{
	width:828px;
	margin:40px auto 0;
}
#right-small h3	{
	background:#3A6F8F;
	color:#FFF;
	font-size:1.6em;
	line-height:normal;
	padding:5px;
	text-indent:10px;
}
#right-small li	{
	color:#FFF;
	font-size:1.2em;
	margin-left:10px;
}
#right-small .fll,
#right-small .flr	{
	float:left;
	margin-left:15px;
	margin-top:5px;
}
#right-small .flr	{
	margin-left:25px;
}
#right-small .top20	{
	margin-top:15px;
}
#right-small li.none,
#right-small li.top15	{
	margin-left:0;
	font-weight:bold;
}
#shadow-bottom	{
	height:10px;
	width:838px;
	background:url(../images/shadow-bottom.png) left;
	clear:both;
	position:relative;
	left:13px;
}

#shadow-side	{
	height:100%;
	width:10px;
	background:url(../images/shadow-side.png) no-repeat;
	position:absolute;
	right:1px;
	top:-10px;
}
#whitebar	{
	height:98px;
	clear:both;
	background:#FFF;
	position:relative;
}
#whitebar #logo	{
	position:relative;
	top:10px;
	left:25px;
}
#whitebar a	{
	font-size:1.1em;
	float:right;
	position:absolute;
	top:65px;
	right:8px;
	padding:3px 10px 5px;
	border:1px solid #CCC;
	background:url(../images/header-nav-bg.png) no-repeat -5px;
}
#wrapper	{
	width:850px;
	margin:0 auto;
	position:relative;
}

/*
============================
classes
============================
*/

	.bold	{
		font-weight:bold;
	}
	.bold_italic	{
		font-style:italic;
		font-weight:bold;
	}
	.clear	{
		clear:both;
	}
	.top15	{
		margin-top:10px;
	}