/* ################# ATENDIMENTO #################### */

div#teste_carrossel  div.pieces {
	width: 818px;
	margin: 0px auto;
	display: block;
	height: 180px;
}

div#teste_carrossel {
	padding-bottom: 10px;
	float: left;
	background: url("../imgs/atendimento.jpg") ;
	height: 240px;
	width: 869px;
	text-align: center;
}

.piece {
	float: left;
	margin:  auto;
	width: 766px;
	text-align: left;

}

a.current {
	float: right;
	position: absolute;
	z-index: 100;
	font-size: 3em;
	margin-left: 766px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #c5c5c5;
}

a.next{
	width: 22px;
	height: 180px;
	float: left;
	cursor: pointer;
}

a.prev {
	width: 30px;
	height: 180px;
	float: left;
	cursor: pointer;
}

#inside {
	width: 766px;
	overflow: hidden;
	text-align: center;
}

#box_carrossel {
	float: left;
	display: block;
}

.wrapper {
width: 3000px;
}

/* ******************* SERVIÇOS ********************* */

div#servidores, div#redes, div#hospedagem {
	padding-bottom: 10px;
	float: left;
	background: url("../imgs/servidores.jpg") no-repeat;
	height: 200px;
	width: 869px;
	margin-bottom: 15px;
}

div#redes {background: url("../imgs/redes.jpg") no-repeat;}
div#hospedagem {background: url("../imgs/hospedagem.jpg") no-repeat;}

#conteudo_servidores, #conteudo_redes, #conteudo_hospedagem {
	float: right;
	width: 588px;
	text-align: center;
}
#menu_servidores, #menu_redes, #menu_hospedagem, #menu_atendimento {
	height: 30px;
	margin-right: 12px;
}

#menu_atendimento {
	margin-right: 42px;
}

#menu_servidores ul, #menu_redes ul, #menu_hospedagem ul, #menu_atendimento ul {
	float: right;
    margin: 0px;
    padding: 0px;
}
#menu_servidores ul li, #menu_redes ul li, #menu_hospedagem ul li, #menu_atendimento ul  li{
    float: left;
	display: block;
	list-style-type: none;
    padding: 0px 20px;
    padding-top:10px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #2e2e2e;
	height: 30px;
   
}


#menu_servidores ul li, #menu_redes ul li, #menu_hospedagem ul li, #menu_atendimento ul li{
    float: left;
}

ul a { text-decoration: none;}
ul a:link, ul a:visited { color: #2e2e2e; text-decoration: none;}
ul a:hover { text-decoration: underline;}

div#servidores  div.pieces, div#redes div.pieces, div#hospedagem div.pieces{
	margin: 0px auto;
	display: inline;
}

div#servidores .piece, div#redes div.piece, div#hospedagem div.piece  {
	float: left;
	margin:  auto;
	width: 535px;
}

div#servidores a.next, div#redes a.next, div#hospedagem a.next {
	width: 20px;
	height: 30px;
	float: left;
	cursor: pointer;
	background-image: none;
	margin-top: 57px;
}

div#servidores a.prev, div#redes a.prev, div#hospedagem a.prev {
	width: 20px;
	height: 30px;
	float: left;
	cursor: pointer;
	background-image: none;
	margin-top: 57px;
}

div#servidores #inside, div#redes #inside, div#hospedagem #inside   {
	height: 140px;
	width: 535px;
	overflow: hidden;
	text-align: center;
}

#box_carrossel2 {
	float: left;
	display: inline;
}

div#servidores a.current, div#redes a.current, div#hospedagem a.current {
	margin-left: 535px;
}