*{
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}
a img{
	border: none;
}

/* Base da estrutura */

.faixa-top{
	height: 24px;
	background: #F8C300;
}

.container{
	position: relative;
	margin: 0 auto;
	width: 999px;
	text-align: left;
	background: #fff url(../img/bg-container.jpg) no-repeat right top;
	padding-top: 1px;
	overflow: hidden;
}
h1#logo{
	position: absolute;
	top: 18px;
	left: 17px;
	display: block;
	width: 197px;
	height: 111px;
	background: transparent url(../img/logo.jpg) no-repeat 0 0;
}
h1#logo a{
	display: block;
	height: 110px;
	text-indent: -1000em;
}
p.slogan{
	display: none;
}

.logo-xerox{
	width: 107px;
	height: 62px;
	position:absolute;
	top: 50px;
	left: 500px;
}

.top-search{
	position: absolute;
	top: 70px;
	right: 40px;
	color: #999;
	z-index: 1000;
	font-size: .9em;
}
.top-search label{
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 5px;
}
.top-search input{
	border: none;
	padding: 5px;
	width: 143px;
	background: #fff url(../img/bg-busca.jpg) no-repeat 0 0;
	margin-right: 5px;
}
.top-search input.submit{
	vertical-align: top;
	width: auto;
	padding: 0;
}

/* Menu principal do site */
.menu-principal{
	width: 400px;
	position: absolute;
	top: 60px;
	left: 230px;
	z-index: 99;
}
.menu-principal ul li{
	position: relative;
	float: left;
	display: block;
	width: 93px;
	height: 46px;
	margin: 1px;
}
.menu-principal ul li a{
	display: block;
	text-indent: -1000em;
	height: 46px;
}

/* Home */
.menu-principal ul li.home{
	width: 196px;
	height: 49px;
	margin-right:180px;
}
.menu-principal ul li.home a{
	background: url(../img/bt-home.jpg) no-repeat left top;
}

/* Empresa */
.menu-principal ul li.empresa{
	width: 98px;
	margin-left: 25px;
	_margin-left: 17px;
}
.menu-principal ul li.empresa a{
	height: 49px;
	background: url(../img/bt-empresa.jpg) no-repeat left top;
}

/* Clientes */
.menu-principal ul li.clientes{
	width: 98px;
	height: 49px;
	margin-right: 140px;
}
.menu-principal ul li.clientes a{
	height: 49px;
	background: url(../img/bt-clientes.jpg) no-repeat left top;
}

/* Serviços */
.menu-principal ul li.servicos{
	width: 98px;
	height: 49px;
	margin-left: 145px;
	_margin-left: 78px;
}
.menu-principal ul li.servicos a{
	height: 49px;
	background: url(../img/bt-servicos.jpg) no-repeat left top;
}

/* Garantias */
.menu-principal ul li.garantias{
	width: 97px;
	height: 49px;
	margin-left:190px;
	_margin-left: 95px;
}
.menu-principal ul li.garantias a{
	height: 49px;
	background: url(../img/bt-garantias.jpg) no-repeat left top;
}


/* Produtos */
.menu-principal ul li.produtos{
	width: 98px;
	height: 49px;
}
.menu-principal ul li.produtos a{
	height: 49px;
	background: url(../img/bt-produtos.jpg) no-repeat left top;
}

/* Sustentabilidade */
.menu-principal ul li.sustentabilidade{
	width: 195px;
	height: 49px;
	margin-left: 230px;
	_margin-left: 115px;
}
.menu-principal ul li.sustentabilidade a{
	height: 49px;
	background: url(../img/bt-sustentabilidade.jpg) no-repeat left top;
}

/* Abrangência */
.menu-principal ul li.abrangencia{
	width: 98px;
	height: 50px;
	margin-left: 130px;
	_margin-left: 65px;
}
.menu-principal ul li.abrangencia a{
	height: 50px;
	background: url(../img/bt-abrangencia.jpg) no-repeat left top;
}

/* Contato */
.menu-principal ul li.contato{
	width: 98px;
	height: 49px;
}
.menu-principal ul li.contato a{
	height: 49px;
	background: url(../img/bt-contato.jpg) no-repeat left top;
}

/* Ajustes do menu */
.menu-principal ul li.abrangencia a { height: 50px; }
.menu-principal ul li.home a{ height: 49px; }

/* Hovers do menu */
.menu-principal ul li a:hover{
	background-position: left bottom;
}

/* Imagens de produtos */
.img-produto{
	position: relative;
	margin: 190px 0 0 10px;
	width: 550px;
}
.img-produto .bt-impressoras{
	position: absolute;
	top: 260px;
	left: 220px;
}
.img-produto .bt-suprimentos{
	position: absolute;
	top: 220px;
	left: 422px;
}


/* Detalhes e botões */
.banners{
	margin-top: 70px;
	overflow: hidden;
	width: 100%;
}
.page-contato .banners{
	margin-top: 20px;
}
.banners .col-1{
	float: left;
	width: 318px;
}
.banners .col-2{
	float: left;
	width: 346px;
}
.banners .col-3{
	float: left;
}


/* Colunas de texto */
.col-right{
	float: right;
	width: 300px;
	_width: 320px;
	margin: 140px 15px 0 0;
	_margin: 140px 5px 0 0;
}
.page-servicos .col-right .text{
	padding-right: 10px;
	height: 300px;
	overflow: auto;
}
.col-right h2{
	font-weight: normal;
	font-size: 3.5em;
	margin-bottom: 10px;
}
ul li{
	marging: 0 0 0 20px;
}
h3 a{
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
h2.reciclando-conceitos{
	display: block;
	height: 95px;
	background: transparent url(../img/titulo-reciclando-conceitos.gif) no-repeat 0 0;
	text-indent: -1000em;
	margin-bottom: 10px;
	margin-left: -60px;
	_margin-left: -45px;
	position: relative;
}
h2.sustentabilidade{
	display: block;
	width: 322px;
	height: 95px;
	background: transparent url(../img/titulo-sustentabilidade.gif) no-repeat 0 0;
	text-indent: -1000em;
	margin-bottom: 10px;
	margin-left: -10px;
	_margin-left: 0;
	position: relative;
}
h2.outsourcing{
	display: block;
	height: 48px;
	background: transparent url(../img/titulo-outsourcing.gif) no-repeat 0 0;
	text-indent: -1000em;
	margin: 35px 0 10px 0;
}
h2.empresa{
	display: block;
	height: 48px;
	background: transparent url(../img/titulo-empresa.gif) no-repeat 0 0;
	text-indent: -1000em;
	margin: 35px 0 10px -18px;
	_margin: 35px 0 10px 0;
}
h2.contato{
	display: block;
	height: 35px;
	background: transparent url(../img/titulo-contato.gif) no-repeat 0 0;
	text-indent: -1000em;
	margin: 0 0 10px -10px;
	_margin: 0 0 10px 0;
}
h2.clientes{
	display: block;
	height: 48px;
	background: transparent url(../img/titulo-clientes.gif) no-repeat 0 0;
	text-indent: -1000em;
	margin: 35px 0 10px -18px;
	_margin: 35px 0 10px 0;
}
h2.servicos{
	display: block;
	height: 48px;
	background: transparent url(../img/titulo-servicos.gif) no-repeat 0 0;
	text-indent: -1000em;
	margin: 0 0 10px 0;
}
h2.garantias{
	display: block;
	height: 40px;
	background: transparent url(../img/titulo-garantias.gif) no-repeat 0 0;
	text-indent: -1000em;
	margin: 0 0 10px 0;
}
.text{
	line-height: 140%;
	color: #555;
	text-align: justify;
	overflow: auto;
	height: 250px;
	padding-right: 5px;
}
.text-clientes{
	line-height: 140%;
	color: #555;
	text-align: justify;
	padding-right: 5px;
}
.page-index .text{
	line-height: 160%;
}
.text p, .text-clientes p{
	margin: 0 0 10px 0;
}
.text h3, .text-clientes h3{
	color: #6E537C;
	margin: 10px 0 10px 0;
}
.text ul, .text-clientes ul{
	margin: 10px 10px 10px 20px;
}

.text p span, .text-clientes p span{
	color: #6E537C;
}

/* Clientes */
.page-clientes .col-right{
	margin-top: 90px;
	height: 500px;
}
.lista-clientes{
	width: 275px;
	padding-left: 20px;
	overflow: auto;
	height: 190px;
}
.lista-clientes .item{
	float: left;
	width: 180px;
	height: 80px;
	margin: 7px;
	border: 1px solid #f0f0f0;
}

/* Serviços */
.lista-servicos li{
	list-style: none;
	margin: 20px 0 10px 0;
}

/* Contato */
.form-contato .linha{
	padding: 4px 0 4px 0;
}
.form-contato .linha-final{
	text-align: right;
	padding: 4px 0 4px 0;
}
.form-contato label{
	display: block;
	margin-bottom: 5px;
}
.form-contato input{
	width: 280px;
	padding: 4px;
	border: 1px solid #ccc;
}
.form-contato textarea{
	width: 280px;
	height: 100px;
	padding: 4px;
	border: 1px solid #ccc;
}
.form-contato input.submit{
	width: auto;
	margin-right: 10px;
}

/* Localização */
.localizacao{
	overflow: hidden;
	margin: 50px 0 0 0;
}
.localizacao .col-1, .localizacao .col-2{
	float: left;
}
.localizacao .col-1 .gmaps{
	width: 630px;
}
.localizacao .col-1 address{
	margin: 20px 0 0 0;
	font-weight: bold;
	font-style: normal;
}
.localizacao .col-1 address p.localidade{
	font-size: 14px;
}

/* Rodape */
.container-rodape{
	margin-top: 30px;
	text-align: center;
	background: #f0f0f0 url(../img/bg-rodape.jpg) repeat-x;
	height: 158px;
	padding-top: 1px;
}
.rodape{
	text-align: left;
	padding: 40px 20px 20px 20px;
	margin: 0 auto;
	overflow: hidden;
	width: 959px;
	background: transparent url(../img/bg-top-rodape.jpg) no-repeat center top;
}
.rodape .fone{
	float: left;
	padding: 10px 30px 10px 10px;
	background: transparent url(../img/bg-borda-rodape.gif) no-repeat right center;
}
.fone span{
	font-weight: bold;
	font-size: 12px;
}
.rodape span.ddd{
	font-size: 14px;
	margin: 0 0 0 5px;
}
.rodape span.phone-number{
	font-size: 24px;
	margin: 0 5px 0 5px;
}

.rodape .endereco{
	float: left;
	padding: 10px 40px 10px 10px;
	font-size: .8em;
	margin: 0 0 0 30px;
	background: transparent url(../img/bg-borda-rodape.gif) no-repeat right center;
}
.endereco address{
	font-style: normal;
	font-weight: bold;
}
.endereco address p.localidade{
	font-size: 12px;
}


.rodape .certificacoes{
	float: right;
	padding: 5px 10px 10px 10px;
}
.certificacoes span{
	display: block;
	float: left;
	padding: 20px 20px 15px 0;
	margin-right: 20px;
	font-size: .9em;
}
.certificacoes img{
	margin: 0 15px 0 15px;
	_margin: 0 10px 0 10px;
}


/* Empresa */
.col-left{
	margin: 170px 650px 0 30px;
}
.col-left h2{
	color: #6E537C;
	margin-bottom: 10px;
	font-size: 2em;
}
.col-left .text{
	color: #777;
}


.foto-institucional{
	width: 385px;
	float: right;
	margin: 145px 10px 0 0;
}
.foto-institucional .bottom{
	padding: 10px 10px 17px 10px;
	background: #f0f0f0 url(../img/bg-bottom-foto.jpg) no-repeat;
	overflow: hidden;
	width: 365px;
	_margin-top: -4px;
}
.foto-institucional .bottom span{
	float: left;
	display: block;
	width: 45%;
	font-size: .8em;
	color: #999;
}
.foto-institucional .bottom .mais-fotos{
	text-align: right;
}
.foto-institucional .bottom .mais-fotos img{
	margin: 0 5px 0 5px;
}


/* Abrangencia */
.page-abrangencia .col-right{
	float: right;
	width: 380px;
	margin: 110px 0 0 0;
}



/* Impressoras */
.lista-impressoras{
	margin: 70px 0 40px 0;
}
.lista-impressoras table td{
	text-align: center;
	padding: 10px 0 10px 0;
}
.lista-impressoras table td p{
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 0 0;
}
.paginacao{
	text-align: right;
	padding: 20px;
}
.paginacao a{
	display: inline-block;
	padding: 3px 7px 3px 7px;
	background: #f0f0f0;
	zoom: 1;
	height: 1%;
	text-decoration: none;
	color: #333;
}
.paginacao a.ativo{
	font-weight: bold;
	text-decoration: underline;
}
