/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#f3f3f3 url(../images/body_bg.png) no-repeat left top;
}
h1, h2, h3, h4, h5, h6, p, form, input, ul, li {
	padding:0px;
	margin:0px;
	font-weight:normal;
}
p {
	line-height:16px
}
ul, ol, li {
	list-style:none;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
	outline:none;
}
a img {
	border:0px;
	outline:none;
}
.clear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	display:block;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
/* ======================================== Master Styles ============================================ */
.Master_div {
	width:100%;
	margin:0px auto;
}
/* ======================================== Header Styles ============================================ */
.header_N {
	width:100%;
	float:left;
	background:url(../images/header_bg.jpg) repeat-x left top;
}
.header {
	width:100%;
	float:left;
	background:url(../images/main_head.png) no-repeat center top;
	min-height:329px;
}
.header .container {
	width:1000px;
	margin:0px auto;
	box-shadow:none;
	background:none;
	position: relative;
}
.header_L {
	float:left;
	width:715px;
	padding-bottom:13px;
	padding:32px 0 0;
}
.header_L img.logo {
	margin:0px 0 0 20px;
	float:left;
}
.R_right {
	float:right;
	width:220px;
	margin:0px 0 0 0;
}
.R_right img {
	float:left;
}
.R_right h2 {
	font:bold 14px "Century Gothic";
	color:#fff;
	margin:17px 0 0 0px;
	float:right;
	text-shadow:#002046 0 0 3px;
	line-height:16px;
}
.R_right h2 span {
	color:#a9cf38;
}
.navigation {
	float:left;
	width:510px;
	padding:11px 0 0 0px;
}
.navigation li {
	background:url(../images/navi_br.png) no-repeat right center;
	float:left;
	position:relative;
}
.navigation li a {
	color:#fff;
	font:bold 14px Century Gothic;
	padding:11px 16px 13px;
	float:left;
	line-height:16px;
}
.navigation li a:hover, .navigation li:hover {
	background:url(../images/green_ar.png) no-repeat center bottom;
}
.navigation li.no_bg {
	background:none;
}
.logo_text {
	float:left;
	/*padding:25px 0 69px 60px;*/
	padding-left: 46px;
	padding-top: 13px;
	width:347px;
}
.green_text {
	float:left;
	width:90%;
	padding:17px 0 14px 25px;
}
.green_text h2 {
	font:bold 16px "Century Gothic";
	color:#fff;
	background:url(../images/green_br.png) no-repeat right center;
	padding:0 20px 0 0;
	text-transform:uppercase;
	float:left;
	line-height:16px;
}
.green_text h3 {
	font:normal 13px "Century Gothic";
	color:#fff;
	float:left;
	padding:0 0 0 20px;
	line-height:16px;
}
.slider {
	float:left;
	background:url(../images/slider_shbg.png) no-repeat left top;
	border:1px solid #000;
}
.navigation li .sub_menu {
	float:left;
	background:#a9cf38;
	position:absolute;
	padding:6px 10px;
	width:105px;
	z-index:111;
	top:-1099px;
	left:0px;
}
.navigation li:hover .sub_menu {
	top:40px;
}
.navigation li .sub_menu li {
	background:url(../images/blue_dot.png) no-repeat left 9px;
	padding:3px 0 3px 12px;
}
.navigation li .sub_menu li a {
	font:bold 13px "Century Gothic";
	color:#fff;
	float:left;
	padding:0 0 0 0px;
	line-height:16px;
}
/* ======================================== Container Styles ============================================ */
.container {
	width:1000px;
	margin:0px auto;
	box-shadow: 0 0 8px #e5e5e5;
	background:#fafafa;
}
.container .U_cont {
	width:960px;
	float:left;
	background:url(../images/cont_sidebg.png) no-repeat right bottom;
	padding:25px 10px 15px 30px;
}
.UL_before {
	float:left;
	position:relative;
	z-index:1;
	margin-right: 25px;
	padding-right: 17px;
	width:175px;
}
.UL_cont {
	float:left;
	padding:30px 0px 25px 0px;
	margin:0px 15px 15px 25px;
	border:1px solid #a9cf38;
	border-radius:8px;
	position:relative;
	z-index:1;
	width:175px;
}
.UL_cont ul {
	float:left;
	width:175px;
}
.UL_cont ul li {
	float:left;
	padding:0 0 0px 0px;
	margin:0 0 0 0px;
	width:100%;
}
.UL_cont ul li.green span {
	float:left;
	width:100%;
	background:url(../images/greenli_bg.png) no-repeat left 6px;
	margin:0 0 0 -9px;
}
.UL_cont ul li.blue span {
	float:left;
	width:100%;
	background:url(../images/blueli_bg.png) no-repeat left 6px;
	margin:0 0 0 -9px;
}
.UL_cont ul li span a {
	font:bold italic 14px "Century Gothic";
	color:#58585a;
	float:left;
	text-transform:uppercase;
	line-height:29px;
	background:url(../images/navi_greyborder.png) no-repeat center bottom;
	width:100%;
	padding:0 0 0 25px;
}
.UL_cont ul li span a.first {font-size: 11px;}
.UL_cont ul li.lastnav span a {
	background:none;
}
.UL_cont ul li:hover, .UL_cont ul li.active_li {
	background:url(../images/hover_bg.png) repeat-y left top;
}
.UL_cont.p1 ul li.p1,
.UL_cont.p2 ul li.p2, 
.UL_cont.p3 ul li.p3, 
.UL_cont.p4 ul li.p4, 
.UL_cont.p5 ul li.p5, 
.UL_cont.p6 ul li.p6,
.UL_cont.p7 ul li.p7,
.UL_cont.p8 ul li.p8,
.UL_cont.p9 ul li.p9,
.UL_cont.p10 ul li.p10,
.UL_cont.p11 ul li.p11
{
	background:url(../images/hover_bg.png) repeat-y left top;
}
.UR_cont, .UR_solution {
	float:left;
	width:590px;
	margin:0px 0 0 18px;
}
.UR_cont h1, .UR_solution h1 {
	font:bold 17px "Century Gothic";
	color:#0053a0;
	text-transform:uppercase;
	padding-bottom:5px;
}
.UR_cont h1 span, .UR_solution h1 span {
	font:bold 17px "Century Gothic";
	color:#a9cf38;
}
.UR_cont p {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#363636;
	line-height:20px;
}
.UR_cont h2 {
	font:bold 14px "Century Gothic";
	color:#0053a0;
	padding:10px 0 10px 0;
	line-height:17px;
}
.UR_cont ul {
	float:left;
	padding:0 0 0 15px;
}
.UR_cont li {
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#363636;
	background:url(../images/plus.png) no-repeat left 5px;
	padding:0px 0 3px 20px;
	line-height:17px;
}
.shadow {
	float:left;
	margin:4px 0 0 30px;
	background:url(../images/cont_btm.png) repeat-x left top;
	width:955px;
	height:11px;
}
.C_cont {
	width:960px;
	float:left;
	margin:0 0 0 30px;
}
.C_box {
	padding:20px 12px 20px 0;
	background:url(../images/grey_br.png) no-repeat center right;
	float:left;
	width:216px;
	margin:0 12px 0 0;
}
.C_box img {
	float:left;
}
.forblue {
	padding:20px 12px 20px 0;
	float:left;
	width:226px;
	margin:0 12px 0 0;
}
.C_box a {
	font:bold 17px "Century Gothic";
	color:#a9cf38;
	background:url(../images/green_plus.png) no-repeat right 4px;
	padding:0px 21px 0 0px;
	float:left;
	text-transform:uppercase;
	margin:20px 0 0 40px;
}
.C_box em {
	float:left;
	text-align:center;
	width:100%;
	margin:7px 0 0 0;
}
.forblue a {
	font:bold 17px "Century Gothic";
	color:#0053a0;
	background:url(../images/blue_plus.png) no-repeat right 4px;
	padding:0px 21px 0 0px;
	text-transform:uppercase;
	margin:20px 0 0 35px;
	float:left;
}
.last {
	background:none;
	margin:0px;
	padding:20px 0 20px 0;
}
.com_logos {
	width:960px;
	float:left;
	margin:0 0 0 30px;
}
.com_logos ul {
	float:left;
	padding:15px 0 15px 105px;
}
.com_logos ul li {
	float:left;
	padding:0px 22px;
}
/* ======================================== Footer Styles ============================================ */
.footer_n {
	width:100%;
	background:url(../images/footer_bg.png) repeat-x left top;
	min-height:171px;
}
.footer {
	width:940px;
	margin:0px auto;
	padding:35px 20px 20px 40px;
}
.footer_box {
	float:left;
	background:url(../images/foot_br.png) no-repeat right center;
	padding:0 15px 0 0;
	margin:0 20px 0 0;
	min-height:90px;
}
.footer_box h2 {
	font:bold 15px "Century Gothic";
	color:#fff;
	line-height:18px;
	padding-bottom:7px;
}
.footer_box h2 a{color:#fff;}
.footer_box ul {
	float:left;
	width:92px;
}
.footer_box ul li {
	float:left;
	background:url(../images/white_dot.png) no-repeat left 5px;
	padding:0 0 4px 10px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
}
.footer_box ul li a {
	color:#fff;
}
.fb1 ul {
	width:75px;
}
.fb2 {
	background:none;
	margin:0px;
	padding:0px;
}
.fb2 ul {
	width:300px;
}
.fb2 ul li span a {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#fff;
	padding-right:8px;
}
.fb2 ul li a {
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#fff;
}
.footer a img {
	float:right;
	margin:0 33px 0 0;
}
.foot_btm {
	float:left;
	padding:8px 0 0px 0;
	width:100%;
}
.foot_btm h2 {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
}
.foot_btm h2 span {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#0053a0;
}
.foot_btm h2 span a {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#0053a0;
	text-decoration:underline;
}
#example2 {
	width:403px;
	height:386px;
	position:absolute;
	left:50%;
	margin:0 0 0 160px;
	top:0;
}
#example2 .effectContainer {
	width:403px;
	float:left;
	position:relative;
	background:url(../images/slider_bg.png) no-repeat center top;
	height:386px;
}
.slide {
	float:left;
	padding:34px 0 0 48px;
}
.fadenav {
	position:absolute;
	left:-11%;
	bottom:85px;
	z-index:111;
}
.fadenav a {
	background:url(../images/unsel_bullet.png) no-repeat left top;
	width:12px;
	height:12px;
	margin:0 3px;
	float:left;
}
.fadenav a:hover, .fadenav a.current {
	background-image:url(../images/sel_bullet.png);
}
/* ======================================== Inner pages Styles ============================================ */
/* ======================================== Enterprise Styles ============================================ */



.cont_h {
	float: left;
	margin: 30px 0 0 30px;
	width: 960px;
}
.cont_h h1 {
	font:bold 17px "Century Gothic";
	color:#0053a0;
	text-transform:uppercase;
	padding:0px 0 0 35px;
}
.cont_h h1 span {
	font:bold 17px "Century Gothic";
	color:#a9cf38;
}
.inner_cont {
	float:left;
	width:960px;
	padding:10px 10px 20px 30px;
}
.inner_cont2 {
	padding:10px 10px 0px 30px;
}
.inner_L {
	float:left;
	width:230px;
	background:url(../images/grey_br.png) no-repeat center right;
	margin-right:15px;
}
.inner_R {
	float:left;
	width:690px;
	padding-top:10px;
}
.inner_R h1, .gallery_text h1 {
	font:bold 17px "Century Gothic";
	color:#0053a0;
	text-transform:uppercase;
	line-height:50px;
}
.inner_R h1 span, .gallery_text h1 span {
	font:bold 17px "Century Gothic";
	color:#a9cf38;
	line-height:50px;
}
.inner_R p {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#363636;
	line-height:20px;
}
.inner_R span {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#02529b;
	line-height:20px;
}
.inner_R h2, .gallery_text h2 {
	font:bold 14px "Century Gothic";
	color:#0053a0;
	padding:10px 0 5px 0;
	line-height:20px;
}
.inner_R ul {
	float:left;
	padding:8px 0 5px 15px;
	background:url(../images/ul_bg.png) repeat-y left top;
}
.inner_R li, .gallery_text li {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#363636;
	background:url(../images/green_dot.png) no-repeat left 7px;
	padding:0px 0 0px 15px;
	line-height:20px;
}
.inner_L h1 {
	font:bold 17px "Century Gothic";
	color:#0053a0;
	text-transform:uppercase;
	margin-top:10px;
	padding:0px 0 5px 20px;
	background:url(../images/contact_ic.png) no-repeat left 5px;
}
.inner_L h5, .contact_box h2 {
	font:bold 17px "Century Gothic";
	color:#a9cf38;
	margin-top:10px;
	text-transform:uppercase;
	padding:0px 0 5px 20px;
	background:url(../images/contact_green.png) no-repeat left 5px;
}
.inner_L h2 {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#02529b;
	padding:0 0 8px 20px;
	line-height:15px;
}
.inner_L p {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#363636;
	padding:0 0 0px 20px;
	line-height:15px;
}
.inner_L p strong {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#363636;
}
.inner_L p span {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#363636;
}
.inner_L a {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#363636;
	background:url(../images/contact_msg.png) no-repeat left 5px;
	padding:0px 0 5px 20px;
}
.mapicon {
	float:left;
	width:960px;
	margin:-15px 0 3px 30px;
}
.mapicon h1 {
	float:left;
	font:bold 17px "Century Gothic";
	color:#0053a0;
	text-transform:uppercase;
	margin:0px 0 0 15px;
	padding:0px 0 0px 20px;
	background:url(../images/contact_ic.png) no-repeat left 3px;
}
.contact_map {
	float:left;
	width:960px;
	padding:10px 10px 20px 30px;
}
.contact_map iframe {
	float:left;
	width:960px;
	border:1px solid #c3c3c3;
}
.contact_box {
	float:left;
	width:465px;
}
.contact_box h2 {
	background:none;
	padding:0px 0 8px 0;
}
.input_box, .textarea_box {
	float:left;
	width:220px;
	padding:0px;
	background:#fff;
	border:1px solid #c3c3c3;
	margin:0 15px 15px 0px;
	min-height:18px;
}
.input_box input {
	font:normal 12px Tahoma, Geneva, sans-serif;
	color:#737272;
	line-height:18px;
	background:none;
	border:none;
	width:212px;
	padding:7px 0px 7px 8px;
}
.textarea_box textarea {
	font:normal 12px Tahoma, Geneva, sans-serif;
	color:#737272;
	line-height:18px;
	background:none;
	border:none;
	overflow:auto;
	height:80px;
	width:452px;
}
.textarea_box {
	width:452px;
	margin:0px;
	padding:5px 7px;
}
.contact_box h4 {
	float:left;
	font:bold 11px Tahoma, Geneva, sans-serif;
	color:#737272;
	line-height:18px;
	margin:5px 0 0 0px;
}
.contact_box a.button {
	width:106px;
	margin:10px 2px 0 0;
	padding:7px 0;
	text-align:center;
	color:#fff;
	float:right;
	font:normal 13px "Century Gothic";
	line-height:18px;
	position:relative;
}
.in_box {
	width:62px;
	margin:0 3px 15px 0;
}
.in_box input {
	margin: 0;
	padding-left: 5px;
	width: 57px;
}
.in_box2 {
	width:62px;
	margin:0 5px 15px 0;
}
.in_box2 input {
	width:57px;
	padding-left:5px;
}
.in_box3 {
	width:82px;
	margin:0 0px 15px 3px;
}
.in_box3 input {
	margin: 0;
	padding-left: 5px;
	width: 77px;
}
.nomargin {
	margin:0 0 15px 0;
	width:226px;
}
.nomargin input {
	width:218px;
}
.gallery_text {
	width:930px;
	padding:10px 10px 20px 60px;
}
.gallery_text h2 {
	padding:0px 0 3px 0;
	float:left;
}
.gallery_text h2 span {
	color:#363636;
	float:left;
}
.gallery_text ul {
	padding:0px 0 15px 0;
	float:left;
	width:100%;
}
.no_icon a {
	background:none;
	padding:0px;
	margin:0px 0 0 0px;
	float:none;
}
.container .sol_cont, .container .without_bg {
	background:none;
}

.UR_solution h1 {
	padding:0 0 0 10px;
}
.shadow_short {
	width:100%;
	margin:0px 0 0 0;
}
.Upper_sol {
	float:left;
	width:740px;
	padding:5px 0 8px;
	background:url(../images/grey_br.png) no-repeat left 5px;
}
.Left_sol {
	background:url(../images/grey_br.png) no-repeat right center;
	width:220px;
	float:left;
	margin:0 15px 0 0;
}
.Left_sol img {
	float:left;
	padding: 0px 0 30px 10px;
}
.Right_sol {
	width:480px;
	float: left;
}
.Right_sol h1,.inner_infra h1 {
	font:bold 17px "Century Gothic";
	color:#0053a0;
	padding:10px 0 5px 0;
	text-transform:none;
}
.Right_sol p,.inner_infra p {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#363636;
	line-height:20px;
	width: 350px;
}
.Right_sol h2, .telephone h2 {
	float:left;
	font:bold 14px "Century Gothic";
	color:#0053a0;
	padding:10px 0 10px 20px;
	line-height:17px;
}
.Right_sol ul, .telephone ul {
	width:425px;
	float:left;
	margin:0 0 0 10px;
	padding:8px 0 8px 20px;
	background:url(../images/shortul_bg.png) repeat-y left top;
}
.Right_sol li, .telephone li {
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#363636;
	background:url(../images/plus.png) no-repeat left 5px;
	padding:0px 0 3px 20px;
	line-height:17px;
}
h1.no_space {
	padding:0px;
}
.inner_tel, .toshiba_box {
	float:left;
	width:960px;
	padding:0px 10px 0px 30px;
}
.telephone {
	width:450px;
	float:left;
	margin-right:10px;
}
.toshiba_box h1 {
	font:bold 14px "Century Gothic";
	color:#02529b;
	padding:0 0 0 80px;
}
.toshiba_box h2 {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#363636;
	padding:0 0 10px 80px;
}
.toshiba_box {
	padding:20px 0 20px 60px;
}
.for_infra{ float:left; background:url(../images/infrastruce_bg.png) no-repeat left 10px; min-height:320px; margin:0px 0 0 10px; width:100%;}
.inner_infra{ float:right; width:385px;}



a.langue {position: absolute; float: right; width: 100px; text-align: center; color: #fff; right: 0; margin: 5px 0 0 0;z-index: 1000;}

div.UL_cont a.two_lines {line-height:17px; padding:5px 0 5px 25px;}

