@charset "utf-8";
/* CSS Document */

#faixa {
	background-color: #383836;
	padding-top: 8px;
	padding-bottom: 8px;
}
body {
	background-color: #55CCFF;
}
#telefone {
	background-image: url(../images/fundo_telefone.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 38px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
#content {
	background-image: url(../images/fundo_pagina.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
#content #content_topo {
	height: 10px;
	background-image: url(../images/topo_content.gif);
}
#content #content_fundo {
	background-image: url(../images/fundo_content.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
}
#menu_top{
	border: 1px solid #8A8A86;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;	
}
#menu_top li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0px;
	background-image: none;
	margin-bottom: 0px;
}
#menu_top li a {
	color: #000000;
	text-decoration: none;
	padding-right: 34px;
	padding-left: 34px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #C50800;
	font-weight: 900;
}
#menu_top li a:hover {
	background-color: #DEDEDC;
}
#caixa_1, #caixa_2, #caixa_3 {
	background-color: #E3E7E8;
	padding: 10px;
	float: left;
	height: 140px;
}
#caixa_1:hover, #caixa_2:hover, #caixa_3:hover {
	background-color: #CAEFFF;
}
#caixa_1 {
	width: 260px;
	margin-right: 20px;
	background-image: url(../images/icone_assistencia.gif);
	background-repeat: no-repeat;
	background-position: 10px 50px;
}
#caixa_2 {
	width: 280px;
	margin-right: 20px;
	background-image: url(../images/icone_ory.gif);
	background-repeat: no-repeat;
	background-position: 10px 50px;
}
#caixa_3 {
	width: 260px;
	background-image: url(../images/icone_chamado.gif);
	background-repeat: no-repeat;
	background-position: 10px 50px;
}
#marcas {
	margin-top: 20px;
	margin-bottom: 20px;
}
#rodape {
	background-image: url(../images/fundo_rodape.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #383836;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #CCCCCC;
	text-align: center;
}
#rodape a {
	color: #CCCCCC;
	font-size: 11px;
}
input, textarea, select {
	padding: 2px;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #006895;
}
.tabela tr td {
	padding: 5px;
}
#content .tabela tr th {
	text-align: right;
	font-weight: normal;
}
.vermelho {
	color: #D40900;
}
ul li {
	background-image: url(../images/listas.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 10px;
}
