body {
	background:#D4D4D4;
}

#box { 
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/site/bg_showroom.png');
}

/* SHOWROOM */
.showroom{
	width: 919px;
	height: 357px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}
.showroom .showroom-itens{
	z-index: -1;
	width: 919px;
}

.showroom .showroom-itens table{
	background-image: url('../img/site/bg_showroom_texto.png');
	background-repeat:no-repeat; 
	width:277px;
	height: 357px;
	margin-left: 630px;
	margin-right: 12px;
	vertical-align: top;
}

.showroom .showroom-itens table h1{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:22px; 
	font-weight:bold; 
	padding:10px 0px 3px 0px; 
	line-height:100%;
	text-transform:uppercase;
	padding: 20px 20px 0px 20px;
}

.showroom .showroom-itens table h2{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:normal;
	border-top:1px solid #999999; 
	line-height:100%;
	text-transform:uppercase;
	padding: 0px 0px 0px 0px; 
	margin: 0px 20px 0px 20px;
}

.showroom .showroom-itens table p{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:100%; 
	height:220px;
	padding: 20px 20px 0px 20px;
}

.showroom .showroom-itens table a img{
	border:none;
}
.prev{
	position:absolute;
	z-index: 900000000;
	margin-top: 120px;
	cursor:pointer;
}

.next{
	position:absolute;
	z-index: 900000000;
	margin-left: 888px;
	margin-top: 120px;
	cursor:pointer;
}

/* RODAPÉ */

#outros{
	background-image:url('../img/site/bg_rodape.png');
	background-repeat: repeat-x;
	line-height: 100%;
	font-size: 11px;
}

#outros table tr td{
	background-repeat: no-repeat;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #A23C26;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	color: #A23C26;
}
.link_noticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A23C26;
}
.texto_noticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.texto_servico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.texto_faleconosco {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top:4px;
	font-size: 11px;
}
