/* CSS AR Audio Visual */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center;
}

/* Topo */

.topo {
	background: #990000;

	margin: 0 auto;
	text-align: right;
	
	width: 704px;
	height: 25px;
	
	padding-top: 5px;
}

/* Corpo */

.corpo {
	margin: 0 auto;
	text-align: center;
	
	width: 704px;
}

/* Lateral */

.lateral {
	background: #E8E8E8;
	float: left;
	
	width: 200px;
	height: 760px;
}

.menu {
	text-align: left;
	margin-left: 20px;

	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	
	margin-bottom: 40px;
}

.menu a {
	color: #990000;
	line-height: 16px;
	text-decoration: none;
}

.fornecedores {
	text-align: left;
	padding: 20px;

	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.fornecedores h1 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.fornecedores img {
	margin-top: 10px;
}

/* Meio */

.meio {
	float: right;
	text-align: left;

	width: 504px;
}

.meio h1 {
	padding: 5px 10px 0 10px;

	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

.meio div {
	text-align: justify;

	padding: 10px 5px 0 10px;

	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.meio ul {
	text-align: justify;

	margin: 10px 5px 0 25px;

	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
	line-height: 20px;
}

.meio h2 {
	padding: 15px 10px 0 0;

	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.imagem {
	float: right;
	
	margin: 0 0 0 5px;
}

.imagem_2 {
	float: left;
	
	margin: 0 5px 0 0;
}

.clientes img {
	margin: 8px 15px 0 35px;
}

.chamada_1 {
	text-align: left;
	
	width: 500px;
}

.chamada_1 img {
	float: left;
	
	margin: 0 10px 5px 0;
}

.chamada_1 p {
	text-align: left;

	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.chamada_1 span {
	font-weight: bold;
}

.chamada_1 strong {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.chamada_1 a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;

	text-decoration: none;
}

.chamada_1 a:hover {
	text-decoration: underline;
}

.chamada_2 {
	text-align: left;
	
	padding: 20px 0 0 0;
	
	width: 500px;
}

.chamada_2 img {
	float: right;
	
	margin: 0 0 10px 10px;
}

.chamada_2 p {
	text-align: right;

	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.chamada_2 span {
	font-weight: bold;
}

.chamada_2 strong {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.chamada_2 a {
	float: right;

	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;

	text-decoration: none;
}

.chamada_2 a:hover {
	text-decoration: underline;
}

/* Formulários */

.formulario input {
	border: 1px solid #000000;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
	width: 260px;
}

.formulario select {
	border: 1px solid #000000;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
	width: 260px;
}

.formulario textarea {
	border: 1px solid #000000;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
	width: 260px;
}

/* Rodapé */

.rodape {
	clear: both;

	background: #990000;

	margin: 0 auto;
	text-align: left;
	
	width: 704px;
	height: 22px;
}

.rodape address {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	
	padding: 5px 0 0 10px;
}

.rodape img {
	float: right;
	
	margin: 6px 10px 0 0;
}

