/****** RESET CSS ******/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
a, input {
  outline: none;
}

/***********************
*******  GLOBAL  *******
***********************/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
.print {
	display: none;
}
body {
	padding: 0 0 8px 0;
	background: white;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#wrapper {
	width: 962px;
	margin: 0 auto;
	background: transparent url('../images/bg_wrapper.gif') repeat-y;
	text-align: left;
}
#container {
	width: 952px;
	padding: 0 5px;
	float: left;
}

/**************************
*******  TYPOLIGHT  *******
**************************/

/******  mod_article  ******/
.mod_article {
	text-align: justify;
	float: left;
}
.mod_article .block {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 13px;
	overflow: visible;
}
.mod_article h1,
.mod_article h2,
.mod_article h3,
.mod_article h4,
.mod_article h5,
.mod_article h6 {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
}
.mod_article p {
	margin: 0 0 13px 0;
}
.mod_article .image_container {
	text-align: center;
}
.mod_article .image_container.cadre {
	border: 1px solid #069ABD;
}
.mod_article .image_container .caption {
	color: #666;
	font-size: 10px;
	font-style: italic;
	position: relative;
	z-index: 0;
}
.mod_article a {
	color: #2e57a3;
}
.mod_article a:hover {
	color: #ed1c24;
}

/******  ce_text  ******/
.mod_article .block.ce_text {
	margin-bottom: 0;
}
.ce_text {
	text-align: justify;
}
.ce_text sup {
	font-size: 10px;
}
.ce_text ul,
.ce_text ol {
  padding-left: 20px;
  margin: 0 0 13px 0;
  list-style: disc inside;
}
.ce_text ul li,
.ce_text ol li {
  list-style: disc inside;
}
.ce_text ol {
	list-style-type: decimal;
}

/******  ce_table  ******/
.ce_table  {
}
.ce_table table {
	width: 100%;
	border-right: 1px solid #c5d0e3;
	border-bottom: 1px solid #c5d0e3;
}
.ce_table table thead,
.ce_table table tfoot,
.ce_table table thead a,
.ce_table table tfoot a {
	color: #2e57a3;
}

.ce_table table.sortable thead tr th {
  cursor: pointer;
}
.ce_table table thead a:hover,
.ce_table table tfoot a:hover {
	color: #31c7ea;
}
.ce_table table thead tr th,
.ce_table table tbody tr td,
.ce_table table tfoot tr td{
	border-left: 1px solid #c5d0e3;
	border-top: 1px solid #c5d0e3;
	padding: 4px 6px;
}
.ce_table table thead tr th {
	background-color: #ededed;
	font-weight: bold;
}
.ce_table table tfoot tr td {
	background-color: #ededed;
	font-weight: bold;
}
table.sortable th {
	background-image: url(../images/default.gif);
}
table.sortable th.headerSortUp {
	background-image: url(../images/asc.gif);
}
table.sortable th.headerSortDown {
	background-image: url(../images/desc.gif);
}

/****** ce_gallery ******/
.ce_gallery {
}
.ce_gallery table {
	width: 100%;
}
.ce_gallery table td {
	overflow: hidden;
}

/****** ce_download *******/
/****** ce_downloads ******/
/****** .enclosure ******/
.ce_download,
.ce_downloads {
	padding: 2px 0;
}
.ce_download img.mime_icon,
.ce_downloads img.mime_icon,
.enclosure img.mime_icon {
	margin-bottom: -4px; 
}

/****** ce_image *******/
.ce_image .image_container,
.ce_hyperlink .image_container {
	width: 100%;
	text-align: center;
}
.ce_image .image_container img,
.ce_hyperlink .image_container img {
	display: block;
	margin: 0 auto;
}

/****** ce_hyperlink ******/
#main .mod_article .ce_hyperlink {
  background: url('../images/bg_hyperlink.gif') no-repeat right 6px;
	text-align: right;
  font-size: 11px;
  color: #ed1c24;
}
#main .mod_article .ce_hyperlink a {
	padding-right: 20px;
  color: #ed1c24;
}
#main .mod_article .ce_hyperlink a:hover {
	color: #ed1c24;
}

/****** ce_toplink ******/
.ce_toplink {
	text-align: right;
}
.ce_toplink a {
	padding-left: 14px;
	background: url(../images/toplink.gif) no-repeat left top;
}
.ce_toplink a:hover {
	background-position: 0 -12px;
}

/****** ce_flv_jw ******/
.ce_flv_jw {
	text-align: center;
	float: left;
	clear: both;
}
.ce_flv_jw .videoPlayerNoFlash {
}

/******  ce_form  ******/

.ce_form {	
}
.ce_form .col_first {
	padding: 0 8px 0 0;
	text-align: right;
}
.ce_form select, 
.ce_form input.text, 
.ce_form textarea.textarea {
	width: 300px;
	margin: 1px 0;
	font-family: Arial, sans;
}
.ce_form input.radio, 
.ce_form input.checkbox, 
.ce_form input.upload {
	margin: 1px 0;
}
.ce_form select {
	width: 304px;
}
.ce_form input.text,
.ce_form input.captcha {
	height: 14px;
}
.ce_form .col_last label {
	margin: 0 10px 0 0;
}
.ce_form span.mandatory {
	font-weight: bold;
}
.ce_form div.error {
	color: #C00;
	padding: 4px 0;
}
.ce_form .explanation {
	padding: 8px 0 4px 0;
}
.ce_form .submit_container {
	text-align: right;
}


/**********************
*******  HEADER  ******
**********************/

#header {
	width: 952px;
	height: 216px;
	padding: 0 5px;
	overflow: visible;
	background: transparent url('../images/bg_header.jpg') no-repeat 5px top;
	position: relative;
	float: left;
}

/******  LOGO  ******/
#header h3#logo {
	width: 264px;
	height: 92px;
	display: block;
	position: absolute;
	top: 26px;
	left: 30px;
}
#header h3#logo a {
	width: 100%;
	height: 100%;
	font-size: 1px;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
}

/******  MENU  ******/
#menu {
	width: 952px;
	height: 50px;
	overflow: visible;
	position: absolute;
	top: 155px;
	left: 5px;
}

#menu ul.level_1.margin5 {
	padding-left: 79px;
}
#menu ul.level_1.margin4 {
	padding-left: 158px;
}
#menu ul.level_1.margin3 {
	padding-left: 237px;
}
#menu ul.level_1.margin2 {
	padding-left: 316px;
}
#menu ul.level_1.margin1 {
	padding-left: 395px;
}
#menu ul.level_1 li {
	height: 50px;
	padding: 0 1px 0 0;
	position: relative;
	z-index: 50;
	float: left;
	background: transparent url('../images/bg_menu_n1_li.gif') no-repeat right top;
}
#menu ul.level_1 li.last {
	background: none;
	padding-right: 0;
}
#menu ul.level_1 li a,
#menu ul.level_1 li span {
	width: 158px;
	height: 50px;
	background: transparent no-repeat 0 0;
	font-size: 1px;
	text-indent: -5000px;
	overflow: hidden;
	float: left;
	cursor: pointer;
	font-weight: bold;
	display: block;
	position: relative;
	z-index: 50;
}
#menu ul.level_1 li a.last,
#menu ul.level_1 li span.last {
	width: 157px;
}
#menu ul.level_1 li.company a,
#menu ul.level_1 li.company span {
	background-image: url('../images/menu_company.gif');
}
#menu ul.level_1 li.applications a,
#menu ul.level_1 li.applications span {
	background-image: url('../images/menu_applications.gif');
}
#menu ul.level_1 li.products a,
#menu ul.level_1 li.products span {
	background-image: url('../images/menu_products.gif');
}
#menu ul.level_1 li.technologies a,
#menu ul.level_1 li.technologies span {
	background-image: url('../images/menu_technologies.gif');
}
#menu ul.level_1 li.partners a,
#menu ul.level_1 li.partners span {
	background-image: url('../images/menu_partners.gif');
}
#menu ul.level_1 li.news a,
#menu ul.level_1 li.news span {
	background-image: url('../images/menu_news.gif');
}
#menu ul.level_1 li a:hover,
#menu ul.level_1 li a.trail,
#menu ul.level_1 li a.open,
#menu ul.level_1 li span.active {
	background-position: 0 -50px;
	color: #ebfafe;
}
#menu ul.level_1 li ul.level_2 {
	padding: 0;
	min-width: 228px;
	background: #ececec url('../images/bg_menu_n1_ul.gif') repeat-x top;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 100;
	display: none;
	overflow: hidden;
}
#menu ul.level_1 li ul.level_2 li {
	width: 100%;
	height: auto;
	padding: 0;
  background: none;
	clear: both;
	float: left;
	border-top: 1px solid #bebebe;
}
*+ html #menu ul.level_1 li ul.level_2 li {
	margin-bottom: -14px;
	*margin-bottom: 0;
}
#menu ul.level_1 li ul.level_2 li a,
#menu ul.level_1 li ul.level_2 li span {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 4px 18px 5px 20px;
  font-size: 13px;
  line-height: 14px;
  text-indent: 0;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  color: #777;
  font-weight: bold;
}
#menu ul.level_1 li ul.level_2 li a.last,
#menu ul.level_1 li ul.level_2 li span.last {
  padding-bottom: 7px;
}
#menu ul.level_1 li ul.level_2 li.sfhover a,
#menu ul.level_1 li ul.level_2 li a:hover,
#menu ul.level_1 li ul.level_2 li a.trail,
#menu ul.level_1 li ul.level_2 li span.active{
	text-decoration: underline;
	color: #4e70b1;
  background-color: #d4e6f7;
}
#menu ul.level_1 li ul.level_2 li  ul.level_3 li {
	margin: 0;
	padding: 0;
  background: none;
  border: none;
}
#menu ul.level_1 li ul.level_2 li  ul.level_3 li.last {
  padding-bottom: 4px;
}
*+ html #menu ul.level_1 li ul.level_2 li  ul.level_3 li {
	margin-top: -14px;
	*margin-top: 0;
}
#menu ul.level_1 li ul.level_2 li  ul.level_3 li a,
#menu ul.level_1 li ul.level_2 li  ul.level_3 li span {
	margin: 0;
	padding: 1px 12px 1px 26px;
	background: url('../images/bg_menu_n3.gif') no-repeat 20px top;
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
	color: #777;
}
#menu ul.level_1 li ul.level_2 li  ul.level_3 li a:hover,
#menu ul.level_1 li ul.level_2 li  ul.level_3 li a.trail,
#menu ul.level_1 li ul.level_2 li  ul.level_3 li span.active {
	text-decoration: none;
	background-color: #d4e6f7;
	background-position: 20px -100px;
	color: #4e70b1;
}

/********************
*******  MAIN  ******
********************/

#main {
	color: #5a5a5d;
	font-size: 13px;
	line-height: 100%;
	text-align: justify;
	position: static;
	float: left;
	overflow: hidden;
}

/******  ARTICLES  ******/

#main .mod_article a.red_arrow {
	padding-right: 20px;
	background: url('../images/bg_hyperlink.gif') no-repeat right 6px;
	font-size: 11px;
	color: #ed1c24;
}

/******  SEARCH  ******/
.form_search {
	width: 190px;
	height: 52px;
	padding: 0 0 0 38px;
	background: url('../images/bg_search.gif') no-repeat left top;
	float: right;
}
.form_search h4 {
	width: 184px;
	height: 24px;
	font-size: 1px;
	text-indent: -5000px;
	color: #2e57a3;
	overflow: hidden;
}
.form_search form input.text {
	width: 116px;
	height: 15px;
	padding: 0 1px;
	border: 1px solid #cfd0d0;
	font-size: 12px;
	line-height: 12px;
	float: left;
}
/* HACK IE 7+ */
*+ html .form_search form input.text {
	height: 14px;
	padding-top: 1px;
}
/* HACK IE 6+ */
* html .form_search form input.text {
	height: 13px;
	padding-top: 2px;
}
.form_search form .submit_container {
  margin: -13px 0 0 3px;
  float: left;
}

/**********************
*******  FOOTER  ******
**********************/

#footer {
	width: 100%;
	padding: 14px 0 20px 0;
	float: left;
	background: url('../images/bg_footer.gif') no-repeat left bottom;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #bdbdbd;
	text-align: center;
}
#footer .links,
#footer .links ul,
#footer .links ul li {
	display: inline;
}
#footer .links ul li,
#footer .links ul li a,
#footer .links ul li span  {
	margin-left: 3px;
}
#footer .links ul li a,
#footer .links ul li span {
	color: #bdbdbd;
	text-decoration: underline;
}
#footer .links ul li a:hover {
	color: #909090;
}
#footer .links ul li span {
	color: #909090;
	text-decoration: none;
}


