/*
Theme Name: Techviz Theme
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin:0;
	padding:0;
	border:none;
	background:none;
}

body{
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:100%;
	background:url(./images/background.jpg) no-repeat #1b1b1b top center;
}



/*//////////////////////////
		General
//////////////////////////*/

.clear{
	clear:both;
}

/*//////////////////////////
		END of general
//////////////////////////*/




/*//////////////////////////
		ALL
//////////////////////////*/

div#all{
	margin:0;
	width:100%;
	height:auto;
	min-width:1000px;
	min-height:1100px;
	overflow:hidden;
}

div#wrappp{	
	width:100%;
	background-image:url(./images/footer_bg.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}

/*//////////////////////////
		Top
//////////////////////////*/		

div#top{
	/*background:url(./images/header_bg.jpg) repeat-x;*/
	background-color: black;
}



/*//////////////////////////
		Header
//////////////////////////*/

div#header{
	margin:auto;
	position:relative;
	width:960px;
	height:129px;
}

a#logo{
	/*float:left;
	position:absolute;
	top:17px;
	left:31px;
	width:154px;
	height:83px;*/
    margin: 0px;
    padding: 0px;
    border: none;
	display:block;
}

div#header_flash{
	float:right;
	position:absolute;
	top:0px;
	left:551px;
	height:129px;
}



/*//////////////////////////
		Top-Menu
//////////////////////////*/		

div#top-menu{
	background:url(./images/menu_bg.jpg) repeat-x top left;
}

div#top-menu-bar{
	margin:auto;
	position:relative;
	width:960px;
	height:38px;
}

div#top-menu-links{

}

div#top-menu-links ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-left:-14px;
}

div#top-menu-links ul li{
	display:block;
	float:left;
	height:24px;
	padding:6px 14px 4px 14px;
	text-align:center;
}

div#top-menu-links ul li dt{
	height:24px;
	min-width:60px;
}

div#top-menu-links ul li a{
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}

div#top-menu-links ul li a:hover, div#top-menu-links ul li.active a{
	color:#ff7300;
}

div#top-menu-links ul li.niveau1:hover, div#top-menu-links ul li.niveau1.active{
	background:url(./images/fleche.gif) no-repeat bottom center;
}



/*//////////////////////////
		Sub-menu
//////////////////////////*/

div#top div#sub-menu {
	background:url(./images/sous-menu_bg.png) repeat-x top center;
	width:1228;
	height:20px;
}


div#top-menu-links ul li dd{
	float:left;
	height:21px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	width:70px;
	visibility:hidden;
}

div#top-menu-links dd div.hider {
	position:absolute;
	z-index:100;
	background:transparent url(./images/sous-menu_bg.png) repeat-x scroll center top;
	left:50%;
	margin-left:-700px;
	top:38px;
	width:1400px;
	height:20px;
}

div#top-menu-links dl:hover dd,div#top-menu-links li.active dd {
	visibility:visible;
}

div#top-menu-links li.active dd {
	z-index:10;
}
div#top-menu-links dl:hover dd {
	z-index:12;
}

div#top-menu-links li.nonactive dl:hover  dd div.hider {
	z-index:750;
}

div#top-menu-links dd ul {
	position:absolute;
	width:900px;
	/*background:transparent url(./images/sous-menu_bg.png) repeat-x scroll center top;*/
	height:20px;
	margin-top:8px;
	z-index:700;
	/**/margin-left:-530px;
	padding-left:500px;
}

div#top-menu-links dl:hover dd ul{
	z-index:800;
}



div#top-menu-links ul li ul.sub-menu li{
	display:block;
	float:left;
	padding:2px 7px 0px 7px;
	text-align:center;
	height:20px;

}

div#top-menu-links ul li ul.sub-menu li a{
	font-size:11px;
	color:#F56E00;
	text-decoration:none;
	white-space:nowrap;
	font-family:Arial;
	
	
}

div#top-menu-links ul li ul.sub-menu li a:hover, div#top-menu-links ul li ul.sub-menu li.current_page_item a{
	text-decoration:underline;
}


/*//////////////////////////
		Search-box
//////////////////////////*/

div#search-box{
	float:right;
	position:absolute;
	width:200px;
	z-index:800;
	top:131px;
	left:50%;
	margin-left:350px;
}

input#search-text{
	margin-top:4px;
	background-color:#fff;
	width:173px;
	height:16px;
	border:1px solid #979798;
	font-size:10px;
	color:#666666;
	float:left;
	display:block;
	padding-left:3px;
}

input#search-submit{
	display:block;
	float:right;
	margin-top:3px;
	margin-left:3px;
  background:url(./images/search_submit.png);
  width:18px;
  height:18px;
  border:1px solid #000000;
  cursor:pointer;
}


/*//////////////////////////
		END of Top
//////////////////////////*/



/*//////////////////////////
		Container
//////////////////////////*/

div#container{
	margin:auto;
	/*position:relative;*/
	width:960px;
	margin-top:44px;
}

/*//////////////////////////
		Left Content
//////////////////////////*/
div#left-content{
	float:left;
	width:729px;
}

div#blocs{
	width:727px;
	margin-bottom:32px;
}

div#bloc1, div#bloc2, div#bloc3{
	position:relative;
	float:left;
	width:240px;
}

div#bloc2{
	margin-left:3px;
	margin-right:3px;
}

div#bloc1 h3, div#bloc2 h3, div#bloc3 h3{
	color:#00e9ff;
	font-size:20px;
	margin:20px 0 6px 18px;
}

div#bloc1 p, div#bloc2 p, div#bloc3 p{
	background-color:#000000;
	min-height:48px;
	padding: 11px;
	color:#FFFFFF;
	font-size:12px;
	margin:3px 0 0 0;
}

div#bloc1:hover > p, div#bloc2:hover > p, div#bloc3:hover > p{
	background:url(./images/bloc_bg.gif);
	cursor: pointer;
}

div.savoir_plus_{
	display:none;	
	position:absolute;
	width:96px;
	height:25px;	
	right:0;
}

div.savoir_plus_:hover{
	display:block;
}

div.savoir_plus{
	display:block;
	margin-top:8px;
	width:94px;
	height:17px;
	background-color:#000;
	border:1px solid #00e9ff;
}

div.savoir_plus a{
	display:block;
	margin-top:-6px;
	padding-top:10px;
	background-image:url(./images/fleche_savoir_plus.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:94px;
	height:25px;
	color:#00e9ff;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	line-height:8px;
}

div#bloc1:hover > div.savoir_plus_, div#bloc2:hover > div.savoir_plus_, div#bloc3:hover > div.savoir_plus_{
	display:block;
}


div#intro{
	margin:0;
	padding:0 65px 0 18px;
	width:303px;
}

div#intro p{
	color:#7e7e7e;
	font-size:18px;
	margin-top:32px;
}

div#intro img{
	float:right;
}

/* Industries */

div#bloc-industries, div#bloc-compagny_info, div#bloc-partenaires{
	margin-bottom:151px;
}

div#bloc-industries h3, div#bloc-compagny_info h3, div#bloc-partenaires h3{
	color:#00e9ff;
	font-size:20px;
	margin:20px 0 6px 18px;
}

div#bloc-industries div.text, div#bloc-compagny_info div.text{
	background-color:#000000;
	padding: 11px 38px 12px 19px;
	color:#FFFFFF;
	font-size:12px;
	margin:2px 0 0 0;	
}

div#bloc-industries div.text ul, div#bloc-compagny_info div.text ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-top:11px;
}

div#bloc-industries div.text ul li, div#bloc-compagny_info div.text ul li{
	list-style:none;
	color:#FFFFFF;
}

div#bloc-industries div.text:hover, div#bloc-compagny_info div.text:hover{
	background:url(./images/bloc_bg.gif);
}

div.next_{
	position:absolute;
	width:45px;
	height:25px;
	margin-left:681px;	
}

div.next{
	display:block;
	margin-top:8px;
	width:45px;
	height:17px;
	background-color:#000;
	border:1px solid #00e9ff;
}

div.next a{
	display:block;
	margin-top:-6px;
	padding-top:10px;
	background-image:url(./images/fleche_next.gif);
	background-repeat:no-repeat;
	background-position:top center;
	width:45px;
	height:25px;
	color:#00e9ff;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	line-height:8px;
}
/*		END of Industries		*/


/* Partenaires */

div#bloc-partenaires div.partenaires-logo{
	position:relative;
	background:url(./images/background_partenaires.gif);
	background-repeat:repeat-y;
	background-position:top center;
	width:729px;
	height:174px;
}

div#bloc-partenaires div.partenaires-logo div#ligne1{
	position:absolute;
}

div#bloc-partenaires div.partenaires-logo div#ligne2{
	position:absolute;
	top:70px;
}

div#bloc-partenaires div.partenaires-logo ul{
	list-style:none;
	margin:0;
	padding:20px;
}

div#bloc-partenaires div.partenaires-logo li{
	float:left;
}

div#bloc-partenaires div.partenaires-logo-fin{
	background:url(./images/background_partenaires_fin.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:729px;
	height:10px;
}

div.clickid_{
	position:absolute;
	width:89px;
	height:25px;
	margin-left:637px;	
}

div.clickid{
	display:block;
	margin-top:8px;
	width:89px;
	height:17px;
	background-color:#000;
	border:1px solid #00e9ff;
}

div.clickid a{
	display:block;
	margin-top:-6px;
	padding-top:10px;
	background-image:url(./images/fleche_next.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:89px;
	height:25px;
	color:#00e9ff;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	line-height:8px;
}

/* END of Partenaires */

/*//////////////////////////
		END of Left Content
//////////////////////////*/



/*//////////////////////////
		Right Content
//////////////////////////*/
div#right-content{
	float:right;
	margin-left:-21px;
	width:195px;
}

div#news{

	margin-top:40px;
	
}

div#news h1{
	font-size:20px;
	border-bottom:1px dotted #fff;
	padding-bottom:8px;
	font-weight:normal;
}

div#news .lastest_news, div#news .news{
	border-bottom:1px dotted #fff;
}

div#news .lastest_news h2{
	margin-top:9px;
	margin-left:10px;
	font-size:12px;
	font-weight:bold;
	color:#ff7300;
	padding-left:0px;
}

div#news .lastest_news h2 a{
		text-decoration:none;

color:#F56E00;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;	
	
}

div#news .lastest_news p{
	margin:0;
	padding:12px 0 12px 10px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
}

div#news .news p{
	margin:0;
	padding:9px 12px 9px 10px;
	
color:#666666;
font-family:Arial;
font-size:11px;
font-weight:bold;

}

div#news .news p a{
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}


div#agenda{	

}

div#agenda h1 {
	font-size:20px;
	border-bottom:1px dotted #fff;
	padding-bottom:8px;
	font-weight:normal;
	padding-top:3px;

}

div#agenda .last_agenda, div#agenda .agenda{

	border-bottom:1px dotted #fff;

}

div#agenda .last_agenda h2 {

	margin-top:9px;
	margin-left:10px;
	font-size:12px;
	font-weight:bold;
	color:#ff7300;
	padding-left:0px;

}

div#agenda .last_agenda h2 a{

text-decoration:none;

color:#F56E00;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;

}

div#agenda .last_agenda p{

	margin:0;
	padding:12px 0 12px 10px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;

}

div#agenda .agenda p{

	margin:0;
	padding:9px 12px 9px 10px;
	
color:#666666;
font-family:Arial;
font-size:11px;
font-weight:bold;

}

div#agenda .agenda p a{

	font-weight:bold;
	color:#666666;
	text-decoration:none;
	
}




div#right-content .right-sub-menu{
	margin-top:30px;
}


body.page-template-page-customers-php div#right-content .right-sub-menu, body.page-template-page-customers-success-php  div#right-content .right-sub-menu{
	margin-top:0px;
}

div#right-content .right-sub-menu ul{
	margin:0;
	padding:0;
	float:left;
	border-bottom:1px dotted #7e7e7e;
}

div#right-content .right-sub-menu ul li{
	/*background-image:url(./images/fleche_gauche.png);*/
	/*background-image:url(./images/rightmenu.png);*/
	background-repeat:no-repeat;
	background-position:center left;
	z-index:-1;
	display:block;
	width:193px;
	float:left;
	border-top:1px dotted #7e7e7e;
}

div#right-content .right-sub-menu ul li:hover, div#right-content .right-sub-menu ul li.active{
	/*background-image:url(./images/fleche_gauche_hover.png);*/
	/*background-image:url(./images/rightmenu_hover.png);*/
	background-repeat:no-repeat;
	background-position:center left;
	margin-bottom:0px;
	cursor:pointer;
	float:left;
}



div#right-content .right-sub-menu ul li a{
	color:#7e7e7e;
	font-size:12px;
	text-decoration:none;
	padding-left:14px;
	width:180px;
	height:37px;
	display:block;
	line-height:37px;
	background-image:url(./images/fleche_gauche.gif);
	background-repeat:no-repeat;
	background-position:center left;
}


div#right-content .right-sub-menu ul a:hover, div#right-content .right-sub-menu ul li.active a{
	color:#ff7300;
	background-image:url(./images/fleche_gauche_hover.gif);
}


/*//////////////////////////
	END of Right Content
//////////////////////////*/

/*//////////////////////////
	END of Container
//////////////////////////*/


/*//////////////////////////
		Footer
//////////////////////////*/

div#footer-links p{
	margin:0;
	color:#0c8f9b;
}

div#footer-links a{
	color:#0c8f9b;
	text-decoration:none;
}

div#footer-links a:hover{
	text-decoration:underline;
}

div#copyright p{
	margin:0;
	margin-top:3px;
	padding:2px;
	font-size:11px;
	color:#767676;
}

div#copyright p a{
	color:#767676;
	text-decoration:none;
}
/*//////////////////////////
		END of Footer		
//////////////////////////*/



/*//////////////////////////
		END of ALL
//////////////////////////*/














h2, h3, .contentheading {
color:#00E9FF;
font-size:20px;
padding:0 0 6px 18px;
width:100%;
font-weight:normal;
}

.article-content p {
background-color:#000000;
margin-bottom:2px;
margin-left:3px;
padding:11px 12px 12px 20px;
font-weight:normal;

font-size:13px;
font-family:arial;
}

/*.article-content p.focusitem, */.article-content p:hover{
background:transparent url(./images/bloc_bg.gif) repeat scroll 0 0;
cursor:normal;
}

.article-content p a{
color:#FFF;	
}

#post-75 p:hover,body.parent-pageid-38 .article-content p:hover, body.page-id-38 .article-content p:hover{
background:#000000;
}

#post-212 .event p:hover{
background:#000000;
}


.btop {
background-color:#000000;
border-top:2px solid #00E9FF;
cursor:pointer;
float:left;
line-height:25px;
margin-bottom:2px;
margin-left:3px;
min-height:83px;
padding:11px 12px 12px 20px;
width:207px;
}


div#wm-animations p{
	background:none;
	padding:0;
	margin:0;
	margin-bottom:20px;
}

.col-home {
height:260px;
overflow:hidden;
}

.col-last {
height:100%;
}


#wm-content-col-1{
	float:left;
	width:484px;
}

#wm-content-col-2{
	float:right;
	width:241px;
	margin-top:6px;
	margin-left:2px;
	margin-top:-24px;
}

.moduletable h3 {
color:#00E9FF;
font-size:15px;
padding:0 0 6px 18px;
width:100%;
}

.moduletable p{
	background:none;
	margin:0;
	padding:0;
	
}

#wm-content-col-2 div.text, #wm-content-col-2 div.text:hover {
background:transparent url(./images/bg_col2.png) repeat scroll 0 0;
cursor:pointer;
margin-bottom:2px;
padding:11px 12px 12px 20px;
}

h3 a{
	color:#00e9ff;
	font-size:20px;
	margin:20px 0 6px 18px;
}


h2.contentheading {
	margin-top:5px;
	padding:0;
	font-size:14px;
}

	
.contentpaneopen h2{
	margin-left:18px;
	width:auto;
}

.post h2.contentheading, .prodcol_left h2.contentheading{
	margin-left:21px;
	width:auto;
}

div.home_history{
	width:339px;
	margin-left:18px;
	margin-top:21px;
	
color:#7E7E7E;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;	
	display:none;
	}
/*history*/
.page-id-14 table{
	width:729px;
	border-spacing: 3px 0px;
	border-collapse:collapse;
	}
	
.page-id-14 table td.year_{
	width:68px;
	color:#00e9ff;
	font-weight:bold;
	background-color:#0f0f0f;
	text-align:center;
	height:34px;
}

.page-id-14 table td.month_{
	width:145px;
	color:#878787;
	font-weight:bold;
	background-color:#0f0f0f;
	text-align:left;
	height:34px;
	margin-left:2px;
	padding-left:20px;
	border-left:4px solid #191919;
}

.page-id-14 table td.description_{
	color:#878787;
	background-color:#0f0f0f;
	text-align:left;
	height:34px;
	margin-left:2px;
	padding-left:20px;
	border-left:4px solid #191919;
}

.page-id-14 table td.description_ strong{
		color:#FFF;
	font-weight:bold;
}


/*organisation*/

.btop {
	background-color:#000000;
	border-top:2px solid #00E9FF;
	cursor:pointer;
	float:left;
	line-height:25px;
	margin-bottom:2px;
	margin-left:3px;
	min-height:83px;
	padding:11px 12px 12px 20px;
	width:207px;
}

strong.ptitle, .bcontent strong{
	color:#00E9FF;
	font-weight:bold;
	font-size:12px;
	line-height:25px;
}



.bcontent em{
	color:#8a8a8a;
	font-style:normal;
}

.prodcol_left{
	float:left;
	width:483px;		
}

.prodcol_right{
	float:left;
	width:242px;		
	margin-left:4px;
}

.prodcol_title{
	height:25px;	
	float:left;
	width:100%;
}

.prodcol_right p{
	margin-bottom:29px;
}

.prodcol_right h3{
	font-size:15px;
	padding-top:5px;
	font-weight:normal;
}

.bcontent{
	float:left;		
	background-color:#000000;
	padding:11px 12px 12px 20px;
	margin-bottom:20px;
	}
	
.prodcol_right .bcontent{
	width:210px;		
}
	
	
.bcontent ul{
	list-style-position:inside;
	margin-top:20px;
	margin-bottom:20px;
}	

.bcontent ul{
	color:#8a8a8c;	
}	


.page-id-118 .bcontent ul{
	color:#FFF;	
}	

.page-id-118 .bcontent ul li{
	margin-bottom:5px;	
}

.prodcol_right .bcontent ul{
		color:#FFF;	
}	

div.partners_div{
	background-color:#000000;	
	width:709px;	
	float:left;
	padding:10px;
}

div.partners_div a{
	display:block;
	float:left;
	height:70px;
	cursor:pointer;
}

div.partners_div a img{	
	cursor:pointer;
}

/*resellers*/

#post-182 .article-content{
	float:left;
	background:#000000;
	padding-bottom:10px;
	}


#post-182 .reseller{
		float:left;
		width:330px;
		margin-left:20px;
		margin-top:20px;		
		margin-bottom:20px;		
		color:#c0c0c0;	
	}
	
	
#post-182 .reseller_{
		float:left;
		margin-top:10px;		
		clear:left;
			width:330px;
	}	
	
#post-182 strong{
	color:#00E9FF;
	font-weight:bold;
	font-size:12px;
	line-height:25px;
	}
	
#post-182 a{
		color:#00E9FF;
		text-decoration:none;
	
}

#post-182 h3{
	color:#FFF;
	margin-left:0px;
	padding-left:0px;
}

/*resellers*/


#post-75 #contact_intro{
	float:left;
	background:#000000;
	padding:10px;
	width:709px;	
	}
	
	
#post-75 #contact_main{
	float:left;
	background:#000000;
	padding:20px 10px 10px 10px;
	width:709px;	
	margin-top:3px;
	}
	
	
#post-75 #contact_main p{	
	padding-left:0;
	
}
	
#contact_main_col1{
	float:left;
	width:211px;
	margin-left:10px;
}

#contact_main a{
	color:#FFF;
	text-decoration:none;
}

#post-75 #contact_main h3{
	color:#ff7200;
	font-size:13px;
	font-weight:bold;
	padding-left:0;
}

#contact_main_col2{
	float:left;
	width:294px;
}

#contact_main_col2 li{
	list-style:none;
	background: url('./images/fleche_contact.png') left center no-repeat;
	padding-left:15px;
	font-size:11px;
	margin-bottom:10px;
}

#contact_main_col3{
	float:left;
	width:187px;
}

#post-75 #contact_form, #post-208 #contact_form{
	float:left;
	background:#000000;
	padding:20px 10px 10px 20px;
	width:699px;	
	margin-top:3px;
	}
	
#post-75 #contact_form label, #post-208 #contact_form label{
	width:157px;
	float:left;
	color:#adadad;
	
}
	
#post-75 #contact_form div.formcol2 input,#post-75 #contact_form div.formcol1 input,#post-208 #contact_form div.formcol1 input, #post-75 #contact_form select{
	background:#FFF;
	border-left:1px solid #acacac;
	border-top:1px solid #acacac;
	width:168px;
	height:17px;
}

#post-75 #contact_form select{
	height:auto;
}

#post-75 #contact_form div.inputline, #post-208 #contact_form div.inputline{
	height:39px;
}

div.formcol1{
	float:left;	
	width:337px;
	height:195px;
}

div.formcol2{
	float:left;
	width:337px;
	margin-left:20px;
	height:195px;

}
#post-75 #contact_form div.formcol2 label{
	width:113px;
}

#post-75 #contact_form textarea{
	background:#FFF;
	border-left:1px solid #acacac;
	border-top:1px solid #acacac;
	width:168px;
	height:93px;
}

/************************
	LESC Contact Form
*************************/

#post850 .formcol3{
	float:left;	
	width:337px;
	height:auto;
}

#post-850 #contact_form
{
	float:left;
	background:#000000;
	padding:20px 10px 10px 20px;
	/*height:auto;*/
	width:699px;
	margin-top:3px;
}

#post-850 #contact_form #first_blank
{
	height:85px;
	width:699px;
	/*background-color:white;*/
}

#post-850 #contact_form #second_blank
{
	height:64px;
	width:689px;
	/*background-color:white;*/
	margin-top:20px;
	margin-bottom:20px;
}

#post-850 #contact_form #kit_logo
{
	/*position:absolute;
	
	top:286px;
	left:40px;*/
	float:left;
	width:108px;
	height:53px;
	margin-left:40px;
	margin-top:15px;
}

#post-850 #contact_form #techviz_logo
{
	width:95px;
	height:53px;
	float:left;
	margin-left:33px;
	margin-top:15px;
}

#post-850 #contact_form #lesc_logo
{
	width:164px;
	height:53px;
	float:left;
	margin-left:33px;
	margin-top:15px;
}
#post-850 #contact_form #imi_logo
{
	width:147px;
	height:53px;
	float:left;
	margin-left:33px;
	margin-top:15px;
}

#post-850 #contact_form #viscon_logo
{
	width:166px;
	height:53px;
	float:left;
	margin-top:2px;
	margin-left:68px;
}

#post-850 #contact_form #hp_logo
{
	width:63px;
	height:53px;
	float:left;
	margin-top:2px;
	margin-left:87px;
}

#post-850 #contact_form #cei_logo
{
	width:97px;
	height:53px;
	float:left;
	margin-top:2px;
	margin-left:88px;
}

#post-850 #contact_form label
{	
	width:157px;
	float:left;
	color:#adadad;
}

#post-850 #contact_form #partners
{	
	width:698px;
	float:left;
	text-align:center;
	color:#adadad;
	margin-top:15px;
	margin-bottom:25px;
	font-size:11pt;

}

#post-850 #contact_form #title_lesc
{	
	width:698px;
	float:left;
	text-align:center;
	color:#adadad;
	font-size:11pt;
	margin-bottom:25px;
}

#post-850 #contact_form #subtitle_lesc
{	
	width:698px;
	height:30px;
	float:left;
	color:#ff0000;
	text-align:center;
	font-size:13pt;
	/*margin-top:15px;*/
}

#post-850 #contact_form #registration_lesc
{	
	width:698px;
	height:28px;
	float:left;
	color:#ff0000;
	font-size:13pt;
	/*margin-bottom:9px;*/
}

#post-850 #contact_form div.formcol3 input[type=text]
{
	background:#FFF;
	border-left:1px solid #acacac;
	border-top:1px solid #acacac;
	width:168px;
	height:17px;
}

#post-850 #contact_form div.formcol3 input[type=checkbox]
{
	background:#000000;
	/*border-left:1px solid #acacac;
	border-top:1px solid #acacac;*/
	margin-right:7px;
	/*margin-top:1px;*/
	width:17px;
	height:12px;
	
}

#post-850 #contact_form div.formcol3 input[type=radio]
{
	background:#000000;
	/*border-left:1px solid #acacac;
	border-top:1px solid #acacac;*/
	margin-right:3px;
	width:17px;
	height:12px;
}

#post-850 #contact_form div.formcol3 #expectation
{
	background-color:#FFFFFF;
	/*margin-bottom:15px;*/
	float:left;
	width:689px;
	height:65px;
	scroll:none;
}

#post-850 #contact_form div.formcol3 #expectation_area
{
	/*background-color:#FFFFFF;*/
	margin-bottom:8px;
	float:left;
	width:689px;
	height:65px;
}

#post-850 #contact_form div.formcol3 #submit_button
{
	/*background-color:#FFFFFF;*/
	margin-bottom:15px;
	float:left;
	width:689px;
	height:25px;
}

#post-850 #contact_form div.inputline
{
	height:30px;
}

#post-850 #contact_form #first_name, #last_name
{
	float:left;
	height:30px;
	width:348px;
	margin-top:9px;
}

#post-850 #contact_form #company,#function,#website,#adress
{
	float:left;
	height:30px;
	width:698px;
}

#post-850 #contact_form #fax,#email,#phone,#mobile
{
	float:left;
	height:30px;
	width:348px;
}

#post-850 #contact_form  #morning_one, #morning_two, #radio_together,#checknoon1,#checknoon2,#checknoon3,#checknoon4,#checknoon5,#checknoon6
{
	float:left;
	height:30px;
	width:698px;
}

#post-850 .question
{
	height:30px;
	width:699px;
	float:left;
	color:#adadad;

}
#post-850 .subquestion
{
	height:25px;
	width:699px;
	float:left;
	color:#adadad;
}

#post-850 .radio
{
	height:39px;
	/*float:left;*/
	color:#adadad;
}

#post-850 p {

background:transparent;
height:30px;
margin-bottom: 0px;
margin-left: 0px;
padding: 0px 0px 0px 0px;
}

/***************
	END LESC
****************/


input.submitit{
	float:left;
	width:500px;	
	background: url('./images/to_validate.gif') left center no-repeat;
	height:25px;
	width:81px;
	margin-left:534px;
	cursor:pointer;
}

#post-208 input.submitit{
	clear:left;
	margin-left:0px;
}

#post-212 .event {
background:#000000 none repeat scroll 0 0;
float:left;
padding-bottom:10px;
width:699px;
}

#post-212 .event img{
border:1px solid #424242;
float:left;
margin:19px 10px 0 19px;
display:none;
}

#post-212 .event_ {
width:613px;
margin-left:20px;
float:left;
}

#post-212 .event_ h3{
font-size:14px;
color:#FFF;
margin:19px 0 0 0;
padding:0;
}

#post-212 .event_ p{
float:left;
width:510px;
padding-left:0px;
margin-left:0px;
}


div#right-content .right-sub-menu ul.subsub{
	border:none;
	}


div#right-content .right-sub-menu ul.subsub li{
	border:none;	
}

	
div#right-content .right-sub-menu ul.subsub li a{
	color:#FFF;
	background:none;	
 line-height:21px;
 height:21px;
}

div#right-content .right-sub-menu ul.subsub li.current_page_item a{
	color:#FF7300
}

body.parent-pageid-230 .article-content strong{
color:#00E9FF;
font-size:12px;
font-weight:bold;
line-height:25px;
	}
	
body.parent-pageid-230 .article-content h3{
float:left;
color:#FFF;
font-size:16px;
margin:8px 0 8px 23px;
padding:0;
font-weight:bold;
	}
	
body.search #right-content{
	display:none;
	}
	

body.page-id-220 div#right-content .right-sub-menu ul.subsub li a {
	height:auto;
}


div#right-content .right-sub-menu ul.subsub li.press-release {
	background:#0d0e0e;
}

div#right-content .right-sub-menu ul.pressul li a {
	height:auto;
	color:#525050;
	width:169px;
	padding-top:4px;
	padding-bottom:4px;
}

div#right-content .right-sub-menu ul.pressul li {
	background:#0d0e0e;
}

div#right-content .right-sub-menu ul.pressul li.active {
	background:none;
}

div#right-content .right-sub-menu ul.pressul li.active a{
	color:#FFFFFF;
}






div#footer{
	margin:0;
	margin-top:25px;
	margin-left:330px;
	position:relative;
	width:960px;
	text-align:center;
	margin:19px auto auto;


	width:960px;
	height:23px;


}




div#footer-links{
	float:left;	
	height:23px;
	line-height:23px;
	color:#1b1b1b;
	
}

div#footer-links a, div#footer-links p{
	color:#1b1b1b;
}

#copyright{
	display:none;
}


a.wizzmedia{
	float:right;	
	background-image:url(./images/made_by_wizzmedia.png);
	width:121px;
	height:23px;
}

a.wizzmedia span{
	display:none;
}


.flashb{
	margin-bottom:20px;	
}

#post-268 p{
	padding:0;	
}



.parent-pageid-38 .article-content a, .parent-pageid-38 .partners_div a{
	cursor:normal;
}
/*
#techviz_home_1{
	left:50%;
	margin-left:-472px;
	position:absolute;
	top:750px;
}

#techviz_home_2{
	left:50%;
	margin-left:-225px;
	position:absolute;
	top:750px;
}

#techviz_home_3{
	left:50%;
	margin-left:15px;
	position:absolute;
	top:750px;
}
*/

div.newslisting{
	width:729px;
}

div.newslisting a{
	text-decoration:none;	
}

td.article_column{
	width:250px;
	overflow:hidden;	
}

div.homeimg{
	margin-left:3px;	
	padding:2px 2px 2px 6px;
	background-color:#000000;
}

#techviz_home_1{
	margin-top:3px;
	}

