/* FORMATAÇÃO CSS */

body {

}

p {
	font: 11px verdana;
	line-height: 17px;
}

img {
	border: 0;
}

#container {
	width: 1000px;
	margin: auto;
}

#topo01 {
	width: 1000px;
	height: 107px;
	background-image: url(topo01.jpg);
}

/**************************** E-MAIL ***************************/

.e_mail {
	float: right;
	margin: 10px 20px 0 0;
}

.e_mail p {
	color: #fff;
	font-weight: bold;
}

.e_mail input {
	border: 2px solid #fff;
	width: 230px;
	float: left;
}

.e_mail #submit {
	border: none;
	width: 50px;
	height: 20px;
	margin-left: 5px;
}

#topo02 {
	width: 1000px;
	height: 261px;
	background-image: url(topo02.jpg);
}

/******************* MENU ********************/

#menu {
	width: 1000px;
	height: 59px;
	background-image: url(menu.jpg);
}

#menuhor {
	font: bold 14px arial;
	float: left;
	padding: 20px 0 0 10px;
}

#menuhor li {
	list-style: none;
	display: inline;
}

#menuhor li a {
	color: #fff;
	text-decoration: none;
	padding: 3px 22px;
}

#menuhor li a:hover {
	color: #b2e8f4;
	text-decoration: underline;
}

/***************************** LEFT *********************************/

#left {
	width: 660px;
	float: left;
	padding: 30px 0 20px 20px;
}

#left h1 {
	font: 30px arial;
	color: #000;
	margin-bottom: 30px;
}

#cont-dentro h3{
	font: 25px arial;
	color: #000;
	margin-left:20px;	
	}

#left strong {
	color: #0badd8;
}

.chamada {
	width: 183px;
	float: left;
	padding: 20px 30px 20px 0;
}

.chamada p {
	margin-top: 5px;
}

.chamada a {
	color: #0badd8;
	text-decoration: underline;
}

.chamada a:hover {
	color: #666;
	text-decoration: underline;
}

/***************************** RIGHT *********************************/

#right {
	width: 270px;
	float: right;
	padding: 30px 20px 20px 0;
	background-color: #f3f3f3;
}

#right h2 {
	font: 25px arial;
	color: #000;
	margin-left:20px;
}

#right p {
	margin-left: 15px;
}

#right strong {
	color: #0badd8;
}

#right a {
	color: #000;
	text-decoration: none;
}

#right a:hover {
	color: #0badd8;
	text-decoration: underline;
}

#right hr {
	margin: 15px;
	border: 1px dashed #ccc;
}

#lista-right {
width: 250px;
font: 11px Verdana;
margin: 20px 0 20px 10px;
}
#lista-right ul {
list-style: none;
}
#lista-right li {
border-bottom: 1px dashed #ccc;
}
#lista-right li a {
display: block;
padding: 7px;
color: #0badd8;
text-decoration: none;
}
#lista-right li a:hover {
background-color: #0badd8;
color: #fff;
text-decoration: none;
}

/***************************** CONT-DENTRO *********************************/

#cont-dentro {
	width: 1000px;
	float: left;
}

#cont-dentro h1 {
	font: 30px arial;
	color: #000;
	padding: 30px 0 20px 20px;
}

#cont-dentro p {
	padding: 0 20px 20px 20px;
}

#cont-dentro strong {
	color: #0badd8;
}

#cont-dentro ul {
	font: 11px Verdana;
	color: #666;
	line-height: 17px;
	margin-bottom: 20px;
}

#cont-dentro li {
	margin-left: 30px;
	list-style-image: url(li.jpg);
}

/***************************** FORMULARIO *********************************/

.formulario {
	width: 1000px;
	text-align: center;
	margin-bottom: 30px;
}

#todoform {

font:11px verdana, helvetica, sans-serif; 
/* o tamanho e o tipo da fonte no formulário */

color:#666; /* a cor laranja para as letras */
      } 

#todoform th {

padding:3px; 
/* um afastamento de 3px */
} 

#todoform input {
background:#fff; 
/* a cor do fundo dos três campos */

color:#666;
/* a cor da letra dos três campos */

border:1px solid #ccc;
/* uma borda de 1px tracejada e na cor laranja para 
o campo */
}   

#todoform textarea {
 background:#fff; 
 /* a cor do fundo do campo */
 
color:#666;
/* a cor da letra para o textarea */

border:1px solid #ccc; 
/* uma borda de 1px tracejada e na cor 
laranja para o campo */
}

#todoform input.botao {
background:#fff; 
/* a cor do fundo do botão */

color:#666; /* a cor das letras Enviar */
}  

#todoform td {
padding:3px;
}

/***************************** RODAPE *********************************/

#rodape {
	width: 1000px;
	height: 67px;
	background-color: #000;
	clear: both;
	text-align: center;
}

address {
	font: 11px Verdana;
	color: #fff;
	line-height: 17px;
	padding-top: 15px;
}

address a {
	color: #fff;
	text-decoration: none;
}

address a:hover {
	color: #fff;
	text-decoration: underline;
}