/* =Reset ---------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
/*font-family: inherit;*/
margin: 0;
padding: 0;
vertical-align: baseline;
}


/* =Basics ---------------------*/

body {
background: #F2F6F6 url(/img/bg/bg-body.gif) 0 0 repeat-x;
color: #2F4C55;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: 85%;
line-height: 1.4;
padding: 0 0 2em;
}


/* =Links ---------------------*/

a:link {
color: #0082AD;
}
a:visited {
color: #2B5864;
}
a:hover {
color: #1BA0CF;
}
a:active {
}
a img {
border: none;
}
sup a {
	padding: 0 3px;
}
h3 a {
color: #DA6B00 !important;
text-decoration: none;
}


/* =Headings ---------------------*/

h1,h2,h3,h4,h5,h6 {
color: #333;
font-weight: 400;
}

h1 {
font-size: 2em;
line-height: 1;
margin-bottom: .5em;
}

h2 {
color: #DA6B00;
font-size: 2em;
line-height: 1;
margin-bottom: .75em;
}

h3 {
color: #DA6B00;
font-size: 1.5em;
line-height: 1;
margin: 1.5em 0 .75em;
}

h4 {
font-size: 1.2em;
line-height: 1.25;
margin: 1.5em 0 .75em;
}

h5 {
font-size: 1em;
font-weight: 700;
}

h6 {
font-size: 1em;
font-weight: 700;
}


/* =Paragraphs ---------------------*/

p {
margin: 0 0 1em;
}
p.last {
margin-bottom: 0;
}
blockquote {
border-left: 1px solid #B0D0DA;
float: right;
font-style: normal;
font-size: 1.2em;
margin: 0 0 20px 20px;
padding: 0 0 0 20px;
text-align: center;
width: 200px;
}


/* =Tables ---------------------*/

table {
border-collapse: separate;
border-spacing: 0;
margin-bottom: 1.4em;
}
tr {
vertical-align: top;
}
caption,th,td {
text-align: left;
font-weight: 400;
}


/* =Lists ---------------------*/

ul,ol {
margin: 0 1.7em 1em;
}
li {
margin: 0 0 .5em;
}
dt {
font-weight: bold;
margin: 1em 0 .25em;
}
dd {
margin-left: 1.5em;
}


/* =Forms ---------------------*/

form {
margin: 0 0 1em;
}
fieldset {
	clear: left;
	float: left;
	width: 100%;
}
fieldset.submit {
	float: none;
	padding-left: 18em;
	width: auto;
}
form ol {
	margin: 0;
	list-style: none;
}
form li {
	clear: left;
	float: left;
	line-height: 1.1;
	padding-bottom: .5em;
	width: 100%;
}
label {
	display: block;
	float: left;
	margin: 0 1em 0 0;
	padding: .3em 0 0;
	text-align: right;
	width: 17em;
}


/* =CLASSes ---------------------*/

.left   { float: left; margin: 0 10px 10px 0; }
.right  { float: right; margin: 0 0 10px 10px; }

.hide   { display: none; }

.reset-margin   { margin: 0; } 
.reset-padding  { padding: 0; } 
.reset          { margin: 0; padding: 0; }
.nowrap         { white-space: nowrap; }

.align-justify  { text-align: justify; }
.align-left     { text-align: left; }
.align-center   { text-align: center; }
.align-right    { text-align: right; }

.textblock {
margin: 1em 0;
}
.docsize {
color: #666;
font-size: .85em;
}
.legend {
font-size: .85em;
}
.back {
margin-top: 2em;
}
.more {
font-weight: bold;
}

div.error, p.error, span.error, label.error, .required {
color: #C30;
font-weight: bold;
}
input.error, textarea.error {
border: 3px solid #C30;
}

.clear {
clear: both;
height: 0 !important;
line-height: 0 !important;
margin: 0 !important;
}
.clearnext {
clear: both;
}

.col1 {
	float: left;
	width: 48%;
}
.col2 {
	float: right;
	width: 48%;
}

.footnotes {
	font-size: .85em;
}
.footnotes hr {
	margin: 5em 0 1em;
	width: 8em;
	border-style: solid;
	border-width: 1px 0 0 0;
	}


/* =Layout ---------------------*/

#page {
	background: transparent url(/img/bg/bg-sidebar.gif) 30px 0 repeat-y;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 970px;
}
.rightcol {
	float: right;
	width: 200px;
}
.rightcol h3 {
	margin-top: 0;
}
.leftcol {
	border-right: 1px solid #F2F6F6;
	float: left;
	padding: 0 20px 0 0;
	width: 380px;
}


/* =Header ---------------------*/

#header {
	height: 94px;
}
#header h1 {
	position: absolute;
	text-align: center;
	top: 0px; left: 20px;
	width: 240px; height: 249px;
}
#header h1 em {
	display: block;
	font-size: .75em;
}
#header h1 a {
	background: #F2F6F6 url(/en/img/lsw.gif) 0 0 no-repeat;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.fr #header h1 a {
	background-image: url(/fr/img/lsw.gif);
}
.en #header h1 a {
	background-image: url(/en/img/lsw.gif);
}

#header #ockam {
	position: absolute;
	top: 3px; left: 290px;
	width: 670px;
}
#header #ockam em {
	background: #F2F6F6;
	border-bottom: 1px solid #1F4049;
	display: block;
	font-style: normal;
	line-height: 1.1;
	padding: 4px;
	text-align: center;
}


/* =Menu ---------------------*/

#menu {
	position: absolute;
	top: 61px; left: 280px;
	width: 690px; height: 22px;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 0;
	width: 690px;
}
#menu li {
	float: left;
}
#menu a {
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #2F4C55;
	float: left;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px;
}

#menu a:hover {
	background-position: 0 -22px;
 }
#home #b_home a,
#services #b_services a,
#portfolio #b_portfolio a,
#articles #b_articles a,
#contact #b_contact a {
	background-position: 0 -44px;
}

.fr #b_home a {
	background-image: url(/fr/img/menu/home.gif);
	width: 95px;
}
.fr #b_services a {
	background-image: url(/fr/img/menu/services.gif);
	width: 122px;
}
.fr #b_portfolio a {
	background-image: url(/fr/img/menu/portfolio.gif);
	width: 149px;
}
.fr #b_articles a {
	background-image: url(/fr/img/menu/articles.gif);
	width: 115px;
}
.fr #b_contact a {
	background-image: url(/fr/img/menu/contact.gif);
	width: 114px;
}
.fr #b_lang a {
	background-image: url(/fr/img/menu/lang.gif);
	width: 95px;
}

.en #b_home a {
	background-image: url(/en/img/menu/home.gif);
	width: 85px;
}
.en #b_services a {
	background-image: url(/en/img/menu/services.gif);
	width: 128px;
}
.en #b_portfolio a {
	background-image: url(/en/img/menu/portfolio.gif);
	width: 127px;
}
.en #b_articles a {
	background-image: url(/en/img/menu/articles.gif);
	width: 122px;
}
.en #b_contact a {
	background-image: url(/en/img/menu/contact.gif);
	width: 119px;
}
.en #b_lang a {
	background-image: url(/en/img/menu/lang.gif);
	width: 109px;
}


/* =Sidebar ---------------------*/

#sidebar {
	display: inline;
	float: left;
	margin: 170px 0 0 36px;
	width: 208px;
}
#sidebartext {
	padding: 0 15px;
}
#sidebartext h3 {
	color: #DA6B00;
	font-size: 1.3em;
}

#slideshow {
	background: transparent url(/img/bg/bg-sidebar-content.gif) 0 0 repeat-x;
	padding: 60px 0 0;
	position: relative;
	width: 208px; height: 320px;
}
#slideshow h2 {
	margin: 0;
}
#slideshow h2 a {
	color: #FFF;
	height: 30px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-indent: -9999px;
	top: 30px; left: 0;
	width: 208px;
}
.fr #slideshow h2 a {
	background: transparent url(/fr/img/t_portfolio.gif) 0 0 no-repeat;
}
.en #slideshow h2 a {
	background: transparent url(/en/img/t_portfolio.gif) 0 0 no-repeat;
}

#slide {
	position: relative;
	height: 225px;
}
#slide img {
	position: absolute;
	top: 0; left: -36px;
}

#slidebtn {
	position: absolute;
	top: 260px; left: 171px;
	width: 25px; height: 31px;
	z-index: 10;
}

#slidelabel {
	margin: -14px 40px 0 17px;
	position: relative;
}
#slidelabel h3 {
	color: #FFF;
	font-size: 1.2em;
	line-height: 1;
	margin: 0;
}
#slidelabel p {
	font-size: .85em;
	margin: 0;
}
#slidelabel a {
	color: #2F4C55 !important;
}

#slideshow .more a {
	color: #0082AD;
	display: block;
	margin: 8px 17px 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 174px; height: 24px;
}
.fr #slideshow .more a {
	background: transparent url(/fr/img/view-more.gif) 0 0 no-repeat;
}
.en #slideshow .more a {
	background: transparent url(/en/img/view-more.gif) 0 0 no-repeat;
}


/* =Content ---------------------*/

#content {
	background: transparent url(/img/bg/bg-content.gif) 0 0 no-repeat;
	float: right;
	margin: 36px 0 0;
	padding: 0 0 40px;
	width: 690px;
	min-height:535px; 
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #content {
	height: 535px;
}
/**/
#text {
	margin: 30px 30px 0 30px;
	width: 630px;
}

#contact .vcard {
	font-weight: bold;
}
#contact .vcard .note {
	font-weight: normal;
	line-height: 1.1;
	margin: .5em 0 0;
}
#contact .vcard .tel .type {
	display: none;
}

#action p {
	margin: 0 0 .5em;
}
#action a {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	width: 110px; height: 24px;
}
.fr #action .subscribe a {
	background: transparent url(/fr/img/subscribe.gif) 0 0 no-repeat;
}
.en #action .subscribe a {
	background: transparent url(/en/img/subscribe.gif) 0 0 no-repeat;
}
.fr #action .learnmore a {
	background: transparent url(/fr/img/learnmore.gif) 0 0 no-repeat;
}
.en #action .learnmore a {
	background: transparent url(/en/img/learnmore.gif) 0 0 no-repeat;
}


/* =Footer ---------------------*/

#footer {
	clear: both;
	color: #999;
	font-size: .8em;
	height: 30px;
	line-height: 30px;
	padding: 0 710px 0 30px;
	text-align: center;
}
#footer p {
	margin: 0;
}





