@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
body {
	margin: 0;
	padding:0;
	background:#49528C;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:18px;
}
img {
	border:0;
}
p {
	text-align:justify
}
hr {
	width:100%;
	height:1px;
	border-width:0;
	margin-top:16px;
	background:transparent url(../images/hr.png);
}
img, div, class {
	behavior: url(js/iepngfix/iepngfix.htc)
}
#corpo {
	background-image:url(../images/fundo.png);
	background-repeat:repeat-y;
	min-height:500px;
	height:auto;
	width:958px;
	padding: 0 10px 10px 19px;
	margin: 0 auto;
}
#topo {
	width:907px;
	height:70px;
	padding: 10px 10px 10px 37px;
	margin:0;
}
#topo .logo {
	float:left;
	margin-right:290px
}
#topo #topoMenu {
	float:right;
	padding: 0px 31px 0px 39px;
	margin: 0 0 0 15px;
    *margin-top:-50px; /* Internet Explorer 6 e 7 */
	background:url(../images/iconCad.jpg) no-repeat left top;
}
.menu {
	margin: 0 0 0 31px;
	padding:0;
	height:33px;
	width:920px;
	display:block;
	background:url(../images/bgRodape.jpg) #fff left bottom no-repeat;
}
.menu li {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}
.menu li a {
	float:left;
	padding-left:23px;
	margin-right:39px;
	_margin-right:31px; /* Internet Explorer 6 */
	_padding-left:26px; /* Internet Explorer 6 */
	display:block;
	color:rgb(0,0,0);
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	cursor:pointer;
	background:url("../images/topMenuImages.png") 0px -30px no-repeat;
	outline:none;
}
.menu li a span {
	line-height:30px;
	float:left;
	display:block;
	padding-right:22px;
	background:url("../images/topMenuImages.png") 100% -30px no-repeat;
}
.menu li a:hover {
	background-position:0px 0px;
	color:rgb(138,138,138);
}
.menu li a:hover span {
	background-position:100% 0px;
}
.menu li a.active, .menu li a.active:hover {
	background:url("../images/topMenuImages.png") 0px -80px no-repeat;
	color:rgb(255,255,255);
}
.menu li a.active span, .menu li a.active:hover span {
	background:url("../images/topMenuImages.png") 100% -80px no-repeat;
}
#banner {
	height:auto;
	color:#FFFFFF;
	margin-top: -1px;
}
.bannerConteudo {
	background:url(../images/bgBanner.jpg) 0 0 no-repeat;
	margin: 3px 0 0 36px;
}
#banner .conteudo {
	float:left;
	width:350px;
	margin:2px 5px 16px 5px;
	padding:5px;
	color:#333333;
}
#banner .conteudo h1 {
	font-size:20px;
	margin-bottom: 10px;
}
#conteudo {
	min-height:200px;
	height:auto;
	width:950px;
}
.conteudoInterno {
	margin: 0 0 10px 28px;
	_margin: 0;
	color:#333333;
}
#conteudo h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin-bottom:7px;
	font-size:20px;
}
#conteudo h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin-bottom:7px;
	font-size:18px;
}
#conteudo h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin-bottom:7px;
	margin-top:7px;
	margin-left:5px;
	font-size:12px;
	text-transform:uppercase
}
#conteudo p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin-bottom:7px;
	margin-top:7px;
	margin-left:5px;
	font-size:13px;
	text-align:justify;
}
a:link, a:visited, a:active {
	color: #999999;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration:underline;
}
/*Accordion */
#myAccordion {
	width: 871px;
	left: 10px;
	top: 10px;
	margin-left:9px;
	color:#000000;
}
#myAccordion dt {
	background:url(../images/setaInter.png) no-repeat 300px 3px;
	line-height: 20px;
	padding: 0 2px;
	color:#000000;
	margin: 8px 0;
}
#myAccordion dd {
	overflow: auto;
	margin:5px 23px 0 23px;
}
#myAccordion dt.myAccordionHover {
	background-color:#FFFFFF;
}
#myAccordion dt.myAccordionActive {
	background:url(../images/setaBaxo.png) no-repeat 300px 3px;
}
div.figura {
	float:left;
	width:auto;
	border-color:#CCC;
	border-style:solid;
	border-width:thin;
	padding:0;
	margin-right:15px;
}
div.figura:hover {
	border-color:#FF9900;
}
div.figura p {
	text-align:center;
	font-size:11px;
	text-indent: 0;
}
#gallery {
	background-color: #444;
	padding: 10px;
	width: 520px;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}
/*Fim Accordion*/

#servicos {
	height:700px;
	width:675px;
	float:left;
	background-color:#FFFFFF;
}
#boxStands {
	height:205px;
	margin: 0px 0px 10px 23px;
}
#boxStands h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F2994B;
	margin-left: 5px;
}
#boxPortfolio {
	height:470px;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 18px;
}
#boxNoticias {
	height:auto;
	width:230px;
	background-position:13% 0%;
	background-repeat:no-repeat;
	background-color:#fff;
	float:right;
	padding: 0 0 0 20px;
	color:#000000;
}
#boxNoticias span {
	margin-left:25px;
}
#boxNoticias ul {
	display: block;
	margin-top:26px;
	margin-bottom:5px;
	padding-left:0px;
	line-height: 19px;
	font-size: 14px;
	color:#000000;
	text-decoration:none;
	list-style:none;
}
#boxNoticias ul li {
	width:200px;
	display: block;
	background:url(../images/setaNoticias.jpg) no-repeat;
	background-position: 0% 50%;
	margin-top:15px;
	padding-left: 15px;
	line-height: 19px;
	font-size: 13px;
	color:#000000;
	text-decoration:none;
	list-style:none;
}
#boxNoticias ul li a {
	color:#000000
}
#boxProdutos {
	float:left;
	width:auto;
	margin-bottom: 15px;
	position: relative;
}
.imgBorder {
	float:left;
	margin:3px;
}
#rodape {
	background:url(../images/fundoRodape.png);
	background-repeat:no-repeat;
	height:215px;
	width:914px;
	padding:10px 0 0 73px;
	margin:0 auto;
	font-size:10px;
	line-height:normal;
}
#rodMenu {
	width:700px;
	height:200px;
}
.mapaSite {
	float:left;
	position:relative;
	width:110px;
	height:100px;
	margin-right:5px;
	text-align:left;
}
#rodape h3 a {
	font-size:11px;
	color:#FF6600;
	font-weight:normal;
	margin-left:0;
	text-transform:uppercase;
}
#rodape h4 a {
	font-size:10px;
	color:#FF6600;
	font-weight:normal;
	margin-left:0;
}
#rodape ul {
	list-style:none;
	font-style:normal;
}
#rodape a {
	font-size:10px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	margin:3px
}
#rodape a:hover {
	text-decoration:underline
}
.stand {
	float:left;
	height:110px;
	width:188px;
	background:url(../images/stands.jpg) no-repeat 0 0;
	color:#333333;
	padding:70px 13px 20px 16px;
	color: #000000;
}
.piramide {
	float:left;
	height:110px;
	width:188px;
	background:url(../images/piramides.jpg) no-repeat 0 0;
	color:#333333;
	padding:70px 13px 20px 16px;
	color: #000000;
}
.equipamentos {
	float:left;
	height:110px;
	width:188px;
	background:url(../images/equipamentos.jpg) no-repeat 0 0;
	color:#333333;
	padding:70px 13px 20px 16px;
	color: #000000;
}
.portifolio {
	float:left;
	height:auto;
	width:200px;
	background-color:#F7F7F7;
	font-size:12px;
	color:#333333;
	padding:5px;
	line-height:normal;
}
.veja {
	display: block;
	height:23px;
	background:url(../images/setaStands.jpg) no-repeat;
	background-position: 95% 0;
	padding-left: 93px;
	line-height: 19px;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}
#voltar {
	float:right;
	line-height:normal;
	color:#000099;
	font-weight:bold;
	margin: 8px 0;
}
#slideShow1 {
	width: 467px;
	height: 287px;
	padding: 10px;
	margin-top:3px;
}
.pagelinks a {
	color: #666;
}
.slideCaption {
	text-align: center;
	font-weight: bold;
	color:#333333;
}
.pagelinks a.activeSlide {
	color: #f90;
}
/* this is for IE so the prev/next links can be hovered*/
.nextSlide, .prevSlide {
	background-image:url(../images/spacer.gif);
	color:#FFFFFF;
}
.nextSlide:hover {
	background-image:url(../images/nextslide.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
.prevSlide:hover {
	background-image: url(..images/prevslide.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
.inputsTooltip {
	border: 1px solid #ccc;
	background-color:#eee;
	padding: 4px;
	color:#333;
	font-size: 11px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#tooltipURL {
	display: none;
}
/* CONTEINER LEFTH E RIGHT */

#contL {
	float:left;
	min-height:400px;
	height:auto;
	color:#000000;
	padding-left:10px;
}
.floatR {
	float:right;
	margin:-160px 110px 0 0;
}
#contL ul li {
	list-style-position:inside;
	margin-left:15px;
	list-style-type:disc;
}
/*FIM CONTEINER LEFT E RIGHT*/

/* CLASS DOS CONTEINER*/

.empresa {
	width:650px;
}
.boxPortfolio {
	width:100px;
}
.produtos {
	width:650px;
}
.contato {
	width:800px;
}
/*FIM CLASS DOS CONTEINER*/

/* COMEÇO CLASS DE CLEANER */

.cleaner_h10 {
	clear: both;
	width:100%;
	height: 10px;
}
.cleaner_h20 {
	clear: both;
	width:100%;
	height: 20px;
}
.cleaner_h30 {
	clear: both;
	width:100%;
	height: 30px;
}
.cleaner_h40 {
	clear: both;
	width:100%;
	height: 40px;
}
.cleaner_h50 {
	clear: both;
	width:100%;
	height: 50px;
}
.cleaner_h60 {
	clear: both;
	width:100%;
	height: 60px;
}
/* FIM CLASS DE CLEANER */



/* FORM DE CONTATO */
input.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px #000000 solid
}
file.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px #000000 solid
}
select.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px #000000 solid;
	width: 130px;
}
textarea.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px #000000 solid;
	width: 80%;
}
.fonteErro {
	color: #FF0000;
	font-weight: bold;
}
.botFormulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding:5px;
	background-color: #003366;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #003366;
	border-bottom-color: #003399;
	border-left-color: #006699;
}
.formContato {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}
#topo #logoTopo {
	float:left;
	display:block;
	width:300px;
	height:60px;
	
}
#topo #msnOnline {
	float:left;
	background-image:url(../images/atendimentoOFF.jpg);
	background-repeat:no-repeat;
	width:109px;
	height:50px;
	display:block;
}
#topo #msnOnline img {
	position:relative;
	top: 35px;
	left: 95px;
}
	
#topo #topoMenu input {
	height:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #656565;
	background: url(../images/input.png) no-repeat #FFFFFF;
	margin:1px 0 0 3px;
	padding:2px;
	border:0;
}
#topo #topoMenu .botao {
	background:url(../images/btVai.jpg) #FFF no-repeat;
	height:22px;
	width:24px;
	cursor:pointer;
}
#topo #topoMenu textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
}
#topo #topoMenu form {
	border: 0;
	margin: 0;
	padding: 0;
}
/* FIM FORMULARIO */
.imgMargin {
	margin-right: 10px;
}
.fonte10 {
	font-size: 10px;
}
/*-------------------------------------links-----------------------------------------------*/

A.link_branco:link {
	color: #FFFFFF;
	text-decoration: none
}
A.link_branco:visited {
	color: #FFFFFF;
	text-decoration: none
}
A.link_branco:hover {
	color: #FFFFFF;
	;
	text-decoration: underline;
}
A.link_laranja:link {
	color: #FF6600;
	text-decoration: none
}
A.link_laranja:visited {
	color: #FF6600;
	text-decoration: none
}
A.link_laranja:hover {
	color: #FF6600;
	;
	text-decoration: underline;
}
A.link_preto:link {
	color: #000000;
	text-decoration: none
}
A.link_preto:visited {
	color: #000000;
	text-decoration: none
}
A.link_preto:hover {
	color: #000000;
	text-decoration: underline
}
A.link_verde:link {
	color: #99CC33;
	text-decoration: none
}
A.link_verde:visited {
	color: #99CC33;
	text-decoration: none
}
A.link_verde:hover {
	color: #99CC33;
	text-decoration: underline
}
A.link_azul:link {
	color: #003399;
	text-decoration: none
}
A.link_azul:visited {
	color: #003399;
	text-decoration: none
}
A.link_azul:hover {
	color: #F8C301;
	text-decoration: underline
}
A.link_vermelho:link {
	color: #ff0000;
	text-decoration: none
}
A.link_vermelho:visited {
	color: #ff0000;
	text-decoration: none
}
A.link_vermelho:hover {
	color: #ff0000;
	text-decoration: underline
}

