html, body, div, span, object,
h1, h2, h3, h4, h5, h6, blockquote,
a, code, img, sub, sup, ol, li,
form, label, table, tbody, tfoot,
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	/*vertical-align: baseline;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}

p {
	line-height: 19px;
	text-align: justify;
}

body {
	font-size: 14px;
	color: #333;
	background: #F4F8FA;
}

a, a:visited, a:link {
	color: #2080AF ;/*#1b5b64;*/
	text-decoration: none;
}
a:hover {
	color: #2080AF;
	text-decoration: underline;
}

h2 {
	font-size: 17px;
	font-weight: bold !important;
}

h3 {
	font-size: 14px;
	font-weight: bold !important;
}


#mainNav {
	background:url(images/nav_bg.png) right top no-repeat;
	padding-right:5px;
	float:right;
	width:650px;
	margin-top: 25px;
	margin-right: 20px;
}

#mainNav ul {
	background:url(images/nav_ul_bg.png) no-repeat;
	clear:right;
	float:right;
	padding-left:7px;
	list-style-type: none;
	margin: 0px;
	font-size: 15px !important;
}

#mainNav li {
	background: url(images/nav_right_bg.png) right top no-repeat;
	margin:0;
	padding-right:2px;
	float: left;
	font-size:.8em;
	color:#fff;
	line-height:1.4em;
}

#mainNav li a {
	background:url(images/nav_a_bg.png) -1px 0 no-repeat;
	/*color:#ccc;*/
	color: #c4dbe3;
	display:block;
	float:left;
	font-weight:bold;
	padding:14px 14px;
	text-shadow:1px 1px 0 #5d7c83;/*#6e8d94;*/
	text-decoration: none;
}

#mainNav .last {background:url(images/nav_a_bg.png) -1px 0 no-repeat;}
#mainNav .first a {background:url(images/nav_first_bg.png) no-repeat}

#mainNav li:hover {background:url(images/nav_a_bg.png) -1px -47 no-repeat;}

#mainNav li a:hover {
	background-position:-1px -47px;
	color:#fff;
}

#mainNav li a:active {
	background-position:-1px -94px;
	color:#fff;
}

#mainNav .first a:hover {background-position:-2px -47px}
#mainNav .first.active a, #mainNav .first.active a:hover {background-position:0 -47px}
#mainNav .active a {background-position:-1px -94px; color:#fff}
#mainNav .active a:hover {background-position:-1px -94px}

#mainNav .last.active {background-position: 0px -47px}


#header{
	margin: 0px;
	padding: 0px;
	/*background:url(images/header-bg.png) repeat-x;*/
	height: 100px;
	min-width: 1000px;
	background: #F6F6F6;
}

#header-inside{
	width: 1000px;
	margin: 0px auto;
	position: relative;
	z-index: 9999;
}


#logoIplx{
	background:url(images/logoIplx.png) no-repeat 0px 2px;
	width: 234px;
	height: 85px;
	float: left;
}
.clear{
	clear: both;
}

#main{
	background: #DEE2E5;/*url(images/main-gradient.png) repeat-x;*/
	min-height: 445px;
	min-width: 1000px;
	color: #333;
	z-index: 10;
	position: relative !important;
}

#paddingSlider{
	padding-top: 14px;
	background: url(images/slider_top_bg.png) repeat-x;
	height: 100%;
}

.text{
	line-height: 19px;
	text-align: justify;
}

.text_list{
	line-height: 19px;
	text-align: justify;

}

.content{
	width: 926px;
	background: #FAFAFA;
	min-height: 400px;
	margin: -2px auto;
	padding: 10px 20px;
	border-bottom-right-radius: 10px;
 	-moz-border-radius-bottomright: 10px;
 	-webkit-border-bottom-right-radius: 10px;
 	border-bottom-left-radius: 10px;
 	-moz-border-radius-bottomleft: 10px;
 	-webkit-border-bottom-left-radius: 10px;
	-moz-box-shadow: 1px 2px 2px #CDCEC8;/*#CDCEC8;*/
	box-shadow: 1px 2px 2px #CDCEC8; /* CSS3 Safari 3+ e Firefox 3.1 (Alpha) */
	-webkit-box-shadow: 1px 2px 2px #CDCEC8;
	position: relative;
}

.idpage{
	margin: 0px auto !important;
	width: 967px;
    background: url(images/idpage-bg.png) no-repeat 0 0;
    display: block;
    text-shadow: 0 0 20px #26CECF;
	color:#2080AF;
	font-weight:bold;
	font-size: 22px !important;
	height: 51px;
	line-height: 51px;
}


.idpage div{
	margin: 0px auto;
	/*border-bottom: solid 1px #e6e6e6;*/
	height: 48px !important;
	width: 97%;
	background: url(images/line-dash.gif) repeat-x left bottom;
}

.tableContent{
	line-height: 19px;
	text-align: justify;
}

.tableContent td{
	padding-left: 20px;
}

.cyan{
	color: #199BCF; /*#58878d;*/
	/*text-shadow: 1px 1px 2px #f1f1f1;*/
	text-shadow: 1px 1px 0 #fff;
}

.dark-cyan{
	color: #1580AF; /*#1b5b64;*/
	text-shadow: 1px 1px 0 #fff/*#D9D9D9;*/
}

.light-cyan{
	color: #199BCF;/*#9ebabd;*/
	text-shadow: 1px 1px 0 #fff;/*#D9D9D9;*/
}

.font10{
	font-size: 10px !important;
}

.font12{
	font-size: 12px !important;
}

.font14{
	font-size: 14px !important;
}

.font16{
	font-size: 16px !important;
}

.bold{
	font-weight: bold;
}

.icon-phone{
	background: url('images/icon-phone.png') no-repeat 0px 4px;
	padding-left: 17px;
}

.imgBorder {
	border:1px solid #C0C0C0;
	margin-top: 20px;
	margin-left: 30px;
}

ul.ul-list li{
	padding: 3px;
}

.margin-left{
	margin-left: 30px;
}

.text-center{
	text-align: center;
}

.center{
	margin: 0px auto;
}

.btn-contato{
	background: url('images/btn-contato.png') no-repeat;
	width: 197px;
	height: 41px;
	display: block;
}

.btn-contato:hover{
	background: url('images/btn-contato.png') no-repeat 0 -41px;
}

/*
+-------------+
|	Sliders	  |
+-------------+
*/
h3.slider-content-title{
	color: #1580AF;/* #1B5B64;*/
	font-weight: bold;
	margin-top: 10px;
	font-size: 13px;
}
/*
+-------------------+
|	Slider O QUE É	|
+-------------------+
*/
#triangulo_estrutura{
	float: left;
	margin-right: 50px;
	margin-left: 96px;
	width: 200px;
}

#triangulo_tecnologia{
	float: left;
	margin-right: 50px;
	width: 200px;
}

#triangulo_seguranca{
	float: left;
	width: 200px;
}

#triangulo_estrutura span{
	background: url('images/triangulo_estrutura.png') no-repeat bottom;
	height: 30px;
	margin-bottom: 5px;
}

#triangulo_tecnologia span{
	background: url('images/triangulo_tecnologia.png') no-repeat bottom;
	height: 30px;
	margin-bottom: 5px;
}

#triangulo_seguranca span{
	background: url('images/triangulo_seguranca.png') no-repeat bottom;
	height: 30px;
	margin-bottom: 5px;
}

.triangulo_title{
	display: block;
	text-align: center;
	color: #58878d;
	font-weight: bold;
}

.leftDemoMs{
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
}

/*
+-----------------------+
|	Slider SERVIÇOS		|
+-----------------------+
*/

#slider-img-servicos{
	background: url('images/servicos.png') no-repeat;
	width: 128px;
	height: 128px;
	float: right;
}

#slider-img-vantagens{
	background: url('images/vantagens.png') no-repeat;
	width: 159px;
	height: 146px;
	float: right;
}

/*
+-----------------------+
|	Slider EXEMPLOS		|
+-----------------------+
*/

#exemplos-devices{
	margin: 0px auto;
	/*border: solid 1px #D1E6EF; /*#e6e6e6;*/
	/*background: #EFFAFF; /*#f6f6f6;*/
	/*color: #2080AF;*/
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
}

#exemplos-ms img{
	border: solid 1px #c0c0c0;
	padding: 3px;
	margin-top: 12px;
	margin-left: 18px;
	float: left;
}

#main-exemplos{
	margin: 0px auto;
}

#exemplos-ms{
	position: relative;
	margin-left: 400px;
}

li.exemplo-first{
	font-weight: bold;
	list-style: none;
	color: #2080AF;
}

li.exemplo-last{
	list-style: none;
}

#exemplos-atuacao{
	background: url('images/exemplos-atuacao.png') no-repeat 0px 0px ;
	width: 383px;
	height: 289px;
	padding: 32px 0px 0px 41px;
	margin: -32px 0px 0px 0px;
	*margin: -28px 0px 0px 0px;
	line-height: 19px;
	color: #2080AF;
	float: left;
}

#exemplos-atuacao span{
	color: #333;
}

.leftDemoMs li{
	color: #F5FAFB !important;
	padding: 10px 10px;
	margin-top: 15px;
	margin-left: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('images/btn-bg-off.png') no-repeat;
	text-shadow: 0 -1px 1px #666666;
	float: left;
	width: 148px;
	height: 79px;
	/*line-height: 50px;*/
	text-align: center;
}
/*#7da6ab*/

.leftDemoMs li:hover{
	color: #fff;
	background: url('images/btn-bg-on.png') no-repeat;
	text-shadow: 0 0 4px #536c70;
}
/*#58878d*/
.leftDemoMs a{
	color: #F5FAFB !important;
	display: block;
}

.leftDemoMs a:hover{
	color: #fff !important;
	display: block;
	text-decoration: none;
}

.exemplo-btn-more{
	background: url('images/btn_more.png') no-repeat 0px 0px;
	width: 89px;
	height: 30px;
	display: block;
	margin-left: 88px;
	margin-top: 20px;
}

.exemplo-btn-more:hover{
	background: url('images/btn_more.png') no-repeat 0px -30px;
}

/*
+-------------------+
|	Casos de uso	|
+-------------------+
*/

.casos-table img{
	border: 1px solid #EAEAEA;
	padding: 5px;
}

.casos-table td{
	padding: 5px;
}
.line{
	border-bottom: solid 1px #e6e6e6;
}
.align-center{
	margin: 0px auto;
}

.size-destaque{
	width: 664px;
}

.size-others{
	width: 917px;
	margin-bottom: 20px;
}

.float-left-destaque{
	float: left;
}

#destaque-01{
	margin-right: 20px;
}

.float-left{
	float: left;
	margin-right: 7px;
}

.float-left-last{
	margin-right: 0px !important;
}

.size-300x180{
	width: 300px;
	height: 180px;
}

.desc-destaque{
	text-align:center;
	width:320px;
	height: 50px;
	line-height: 50px;
	background: url('images/bg-overlay-blue.png');
	margin-top: -40px;
	margin-left: -10px;
	*margin-top: 140px;
	*margin-left: -316px;
	color: #04393F;
	font-weight: normal;
	display: none;
	position: absolute;
	cursor: pointer;
}

.desc{
	text-align:center;
	width: 222px;
	height: 35px;
	line-height: 35px;
	background: url('images/bg-overlay-blue.png');
	margin-top: -25px;
	margin-left: -10px;
	*margin-top: 100px;
	*margin-left: -216px;
	color: #04393F;
	font-weight: normal;
	display: none;
	position: absolute;
	font-size: 0.9em;
	cursor: pointer;
}

.casos-divisor{
	margin: 30px auto;
	*margin: 10px auto;
	padding: 5px 0px;
	width: 917px;
	/*border-bottom: dotted #c0c0c0 1px;*/
}

.icon-link-external{
	background: url('images/icon-external.png') no-repeat right center;
	padding-right: 15px;
}

.pos-relative-destaque, .pos-relative{
	padding: 10px;
	border: solid 1px #e6e6e6;
}

.pos-relative-destaque img, .pos-relative img{
	border: solid 1px #e6e6e6;
	cursor: pointer;
}

/*
+---------------+
|	Empresa		|
+---------------+
*/
#descricao_alexandre{
	width:430px;
}

#empresa-vmv{}

#texto_esquerda{
	float:left;
}

#texto_direita{
	float:left;
}

#texto_intro{
	width:430px;
	margin-right:60px;
	text-align:justify;
}

#nome_iplenix{
	width:430px;
	background-image:url(images/fundo_nome.png);
	background-repeat:no-repeat;
	height: 320px;
	padding-top: 30px;
	padding-left:15px;
}

#equipe{
	width:430px;
}

#texto_iplenix{
	width:380px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	padding-right:10px;
	margin-top:10px;
	*margin-top:0px;
}

#vcard{
	position:absolute;
	margin-left:170px;
	margin-top:-25px;
}

.foto{
	float:left;
}

.informacoes{
	float:left;
	width:260px;
	margin-left:10px;
}

#empresa-list{
	list-style: none;
}
#empresa-list li{
	padding: 3px;
}

li.empresa-bold{
	color: #000;
	font-weight: bold;
}
/*
+---------------+
|	SERVIÇOS	|
+---------------+
*/

#servicos-menu{
	position: absolute;
	background: url('images/servicos-menu-bg.png') no-repeat;
	width: 232px;
	height: 372px;
	list-style: none;
	padding-left: 35px;
	padding-top: 30px;
	margin-top: -10px;
	font-size: 12px !important;
	*margin-top: 0px;
	*left: -20px;
	*top: 0px;
}

#servicos-menu li a{
	display: block;
	padding-left: 10px;
}

#servicos-menu li a:hover{
	background: #E8F0F4;
	text-decoration: none;
}

.service-selected{
	background: #E8F0F4;
}

#servicos-menu li{
	height: 35px;
	line-height: 35px;
	width: 210px;
}

#servicos-menu li.border{
	border-bottom: solid 1px #e6e6e6;
}

#servicos-content{
	position: relative;
	margin-left: 271px;
}

/*
+---------------+
|	Clientes	|
+---------------+
*/

#clientes-logo-container div{
	/*border: 1px solid #E6E6E6;*/
	border: 1px solid #eaeaea;
	padding: 8px;
	float: left;
	margin-left: 32px;
	margin-top: 32px;
}

/*
+---------------+
|	Aplicações	|
+---------------+
*/

#aplicacoes-impressora{
	background: url('images/aplicacoes/aplicacoes-impressora.png') no-repeat;
	height: 130px;
	padding-left: 150px;
	line-height: 19px;
}

#aplicacoes-gerador{
	background: url('images/aplicacoes/aplicacoes-gerador.png') no-repeat;
	height: 94px;
	padding-left: 150px;
	line-height: 19px;
}

#aplicacoes-medidor{
	background: url('images/aplicacoes/aplicacoes-medidor.png') no-repeat;
	height: 126px;
	padding-left: 150px;
	line-height: 19px;
}

#aplicacoes-energia{
	background: url('images/aplicacoes/aplicacoes-energia.png') no-repeat;
	height: 126px;
	padding-left: 150px;
	line-height: 19px;
}


/*
+---------------+
|	CONTATO		|
+---------------+
*/
.content2cols1{
	width:430px;
	margin-right:60px;
	text-align:justify;
}

.content2cols2{
	width:430px;
	text-align:justify;
	background: url('images/contact.png') no-repeat right top;
}
/*
#contato-img{
	position: absolute;
	width: 180px;
	height: 189px;
	right: 0px;
}
*/
/*
+-----------+
|	FOOTER	|
+-----------+
*/

#footer{
	background: #F6F6F6 url(images/footer-bg.png) repeat-x;
	height: 100px;
	margin-top: 20px;
}

#footer-inside{
	width: 1000px;
	margin: 0px auto;
	padding-top: 10px;
}

#footer-logo{
	height: 40px;
	width: 134px;
	background: url('images/logo-footer.png') no-repeat;
	float: left;
	margin-top: 24px;
	margin-left: 40px;
}

#footer-menu{
	float: left;
	list-style: none;
	margin: 10px 0px 0px 100px;
	padding: 0px;
	font-size: 13px;
	/*text-shadow:1px 1px 0 #c0c0c0;/*#6e8d94;*/
}

#footer-menu li{
	float: left;
	margin-right: 20px;
}

#footer-menu a{
	float: left;
	margin-right: 20px;
	color: #568FAC;
}

#footer-ms a{
	color: #568FAC;
}

#footer-ms{
	float: left;
	margin-left: 97px;
	margin-top: 10px;
	font-size: 12px !important;
	color: #668B94;
	padding: 3px;
}

#footer-exemplos{
	color: #668b94;
	cursor: pointer;
	position: relative;
}
#footer-rights{
	float: left;
	margin: 10px 0px 0px 100px;
	font-size: 12px !important;
	color: #7597a0;
}

#footer-rights a{
	color: #7597a0;
}

.tipMid{
	font-size: 12px !important;
	text-align: justify !important;
}

.tTip{
	display: block;
}

.principal-img{
	text-align: center;
	height: 100px;
}

#faq-img{
	background: url('images/faq.png') no-repeat right top;
	padding-right: 200px;
}

/*
+-----------------------------------+
|	Acesso rápido aos microsites	|
+-----------------------------------+
*/

#selectMs{
	border: solid 1px #c0c0c0;
}

#changes {
	position: absolute;
	top: 72px;
	left: 234px;
	width: 538px;
	font-size: 12px;
	/* border: 2px solid #487e7d; */
	border: 2px solid #cd0a0a;
	/*background-color: #ccdce6; */
	background-color: #fef1ec;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	font-weight: bold;
}

#dropDownLogged{
	position: absolute;
	border: solid 1px #819F9F;/*#d0d0d0;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1px;
	top: 73px;
	right: 25px;
	list-style-type:none;
	/*list-style-position:outside;*/
	background-color: #F6F6F6;/*#fff;*/
	cursor: pointer;
	text-align: left;
	font-size: 12px;
	z-index: 9999 !important;
	width: 150px;
}

#msList{
	/*display: none;*/
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	z-index: 9999 !important;

}

#msList li{
	height: 25px;
	margin-top: 2px;
	line-height: 25px;
	padding-left: 5px;
	z-index: 9999 !important;
}

#msList li:hover{
	height: 25px;
	margin-top: 2px;
	background-color: #D1DFDF;/*#f1f1f1;*/
	line-height: 25px;
	padding-left: 5px;
	display: block;
}

#selectOption{
	height: 20px;
	line-height: 20px;
	background:  url(images/bg_arrow.png)  no-repeat scroll 124px 0px !important;
	*background:  url(images/bg_arrow.png)  no-repeat scroll 113px 0px !important;
	padding: 0px 1px 0px 5px;
}

#dropMsList{
	display: none;
}
