/* GERAL */
	* {
	margin: 0;
	padding: 0;
}
/* TOPO */
	#topo_global {
	margin: 0 auto;
	text-align: center;
	height: 180px;
	/*antes era 1010px - foi alterado devido a erro no IE 6*/
	width:1016px
}
#topo {
	margin: 0 auto;
	text-align: left;
	height: 130px;
	/*antes era 1010px - foi alterado devido a erro no IE 6*/
	width: 1016px
}
#topo_esquerda {
	background-image:url(../images/logo.jpg);
	float: left;
	/*antes era 480px - foi alterado devido a erro no IE 6*/
	width: 486px;
	height: 130px;
	clear:both;
}
#topo_direita {
	background-image:url(../images/bg_topo.gif);
	background-repeat:repeat-x;
	float: right;
	width: 530px;
	height: 130px;
}
/* MENU */
		
	#menu_principal {
	padding: 0;
	height: 50px;
}
#menu_principal ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type:none;
	text-align: center;
}
#menu_principal li {
	float:left;
	width: 169px;
	display:block;
	position:relative;
}
#menu_principal ul li a {
	background:#333;
	background-image:url(../images/bg_menu.gif);
	background-repeat:repeat-x;
	width: 168px;
	height: 50px;
	color: #CCC;
	text-decoration: none;
	display: block;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 2.5em;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
}
#menu_principal ul li a:hover {
	background:#E1E1E1;
	color:#595959;
}
li ul {
	/* second-level lists */
	display:none;
	position: absolute;
	top: 50px;
	left: 0px;
}
#menu_principal li ul {
	background: #900;
	color: #990000;
	text-decoration: none;
	text-align: center;
	font:normal 1em/1.2em "lucida grande", " lucida sans unicode", verdana;
}
li:hover ul, li.over ul {
	display: block;
}
/* CORPO */
#corpo_global {
	text-align: center;
	height: 830px;
}
#corpo {
	background-color:#ecedf1;
	margin: 0 auto;
	text-align: left;
	height: 830px;
	width: 1010px;
}
#banner_principal {
	width: 950px;
	height: 340px;
	margin: 0 30px;
}
#corpo_esquerda {
	background-color:#E9E9E9;
	float: left;
	width: 250px;
	height: 440px;
	margin: 20px 20px 20px 30px
}
#corpo_esquerda table tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}
.vermelho {
	color:#900;
	font-style: italic;
}
.linha {
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
}
#conteudo_direita {
	width: 680px;
	float: left;
	margin-top: 20px;
}
#corpo_direita_top {
	background-image:url(../images/bg_seguranca.png);
	width: 680px;
	height: 210px
}
#corpo_direita_top_1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #666;
	margin-bottom: 10px;
}
#empresa {
	height: 60px;
	width: 680px;
	margin-left: 10px
}
#conteudo_empresa {
	width: 680px;
	margin-top: 10px
}
#conteudo_empresa p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 25px;
	color: #333;
}
#servicos {
	height: 140px;
	width: 680px;
}
#conteudo_servicos {
	width: 680px;
	margin-top: 10px
}
#conteudo_servicos p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#333
}
#conteudo_servicos a {
	color:#333;
	text-decoration: none;
}
#conteudo_servicos a:hover {
	color: #333;
	text-decoration: underline;
}
#produtos {
	height: 50px;
	width: 1000px;
}
#conteudo_produtos {
	width: 680px;
	margin-top: 10px
}
#copiadoras_1 {
	width:670px;
	height: 293px;
	background-image:url(../images/cc.jpg);
	background-repeat:no-repeat
}
#seguranca_1 {
	width:670px;
	height: 175px;
	background-image:url(../images/30.jpg);
	background-repeat:no-repeat;
	margin-top: 120px
}
#miniCameras {
	width:670px;
	height: 175px;
	background-image:url(../images/30.jpg);
	background-repeat:no-repeat;
	margin-top: 10px;
}

#informatica_1 {
	width:670px;
	height: 175px;
	background-image:url(../images/40.jpg);
	background-repeat:no-repeat;
	margin-top: 200px;
}
#suporte {
	height: 50px;
	width: 680px;
}
#conteudo_suporte {
	width: 680px;
	margin-top: 10px
}
#conteudo_suporte p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 0.9em;
}
.entre_linhas {
	line-height: 27px;
}
.entre_linhas_2 {
	line-height: 18px
}
#conteudo_suporte h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#41af41
}
#conteudo_suporte h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#41af41
}
#onde_estamos {
	background-image:url(../images/bg_contato.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 295px;
	height: 367px;
	margin: 20px 20px 20px 30px;
	padding: 10px
}
#onde_estamos a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF9;
	text-decoration: underline;
}
#onde_estamos a:hover {
	text-decoration: none;
	color: #FF9;
}
#onde_estamos h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#FFF;
	padding: 10px 5px;
	text-align:left
}
.sublinhado {
	text-decoration: underline;
	color: #FFFFA6;
}
#onde_estamos p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#FFF;
	line-height: 22px;
	text-align:left
}
label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em
}#onde_estamos a {}
#onde_estamos a:hover {
	color:#FF9;
	text-decoration: none;
}
.center {
	text-align: center
}
#corpo_direita_top_1 {
	padding-left: 10px;
	padding-top: 10px;
	float:left;
	width: 330px;
	height: 200px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#corpo_direita_top_1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	line-height: 18px;
	text-align: justify;
	font-weight: bold;
}
#corpo_direita_top_2 {
	float:right;
	width: 340px;
	height: 210px
}
#corpo_direita_botton {
	width: 680px;
	height: 210px;
	margin-top: 20px;
}
#titulo_servicos {
	width: 680px;
	height: 35px;
	background-image:url(../images/bg_servicos.png);
}
#image_servicos {
	width: 680px;
	height: 175;
}
/* RODAPE */
	#rodape_global {
	text-align: center;
	height: 100px;
	width: 100%;
}
	#rodape_global_produtos {
	text-align: center;
	height: 100px;
	width: 100%;
	*margin-top:300px;
}
#rodape {
	background-color:#565656;
	margin: 0 auto;
	text-align: left;
	height: 80px;
	width: 1010px;
	text-align: center;
	padding: 20px 0 0 0;
	clear:both
}
#rodape_esquerda { height: 80px; width: 910px; float:left;
}
#rodape_direita {
	height: 80px;
	width: 100px;
	float: left;
}
#rodape_esquerda p {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-left: 70px
}
.strong {
	font-size: 1em;
	font-weight: bold;
}
/*
#rodape_esquerda {
	background-color:#0cf;
	float: left;
	width: 49%;
	height: 100px
}
#rodape_direita {
	background-color:#0cf;
	float: right;
	width: 49%;
	height: 100px
}
*/
#corpo_global #corpo #conteudo_direita #conteudo_suporte .entre_linhas {
	text-align: left;
}
#corpo_global #corpo #conteudo_direita #corpo_direita_top #corpo_direita_top_1 .strong {
	font-family: Calibri;
}
