/* FORMATAÇÃO CSS */

body {
	background-image: url(../imagens/fundo.jpg);
}

p {
	font: 12px Verdana;
	line-height: 17px;
}

#container {
	width: 1000px;
	margin: auto;	
}

#menu01 {
	width: 1000px;
	height: 96px;
}

.logo {
	padding: 5px 0 0 20px;
	float: left;
}

#topo {
	width: 1000px;
	height: 250px;
	background-image: url(../imagens/topo.jpg);
}

/***************************** LOGIN ***************************/

#login {
	width: 1000px;
	height: 40px;
	background-color: #000;
}

.acesso {
	width: 630px;
	float: right;
	margin: 10px 10px 0 0;
}

.acesso label {
width: 40px;
margin:2px 2px 2px 10px;
font: 11px Verdana;
color: #fff;
float:right;
text-align:right;
}

.acesso input {
	border: 1px solid #fff;
	color: #000;
	font: 11px Verdana;
	float: right;
	margin-left: 5px;
}


.acesso span {
	font: 11px Verdana;
	color: #fff;
	float: left;
	margin-top: 2px;
}

.acesso img {
	float: left;
	margin: 0 10px 0 0;
}

.acesso input:focus {
	border: 1px solid #fff;
	background-color: #FFFFCC;
}

.acesso #submit {
	border: none;
	width: 50px;
	height: 13px;
	margin-left: 5px;
}

#menu02 {
	width: 1000px;
	height: 33px;
	background-image: url(../imagens/menu02.jpg);
}

/********************* CONTEUDO *************************/

#conteudo {
	width: 1000px;
	background-image: url(../imagens/topo02.jpg);
}

/* CONT_DENTRO */

#cont_dentro {
	width: 1000px;
	float: left;
}

#cont_dentro h2 {
	font: 35px "arial";
	color: #f8981d;
	margin: 15px 0 0 15px;
}

#cont_dentro h3 {
	font: bold 16px "arial";
	color: #666;
	margin: 15px 0 0 15px;
}

#cont_dentro p {
	margin: 15px;
}

#cont_dentro ul {
	font: 12px Verdana;
	line-height: 17px;
	margin: 15px 0 15px 0;
}

#cont_dentro li {
	margin-left: 30px;
	list-style-type: square;
}

#cont_dentro a {
	color: #c00;
	text-decoration: none;
}

#cont_dentro a:hover {
	color: #c00;
	text-decoration: underline;
}

/****************** CHAMADA *********************/

.chamada {
	width: 285px;
	float: left;
	padding: 30px 0 0 40px;
}

.chamada h1 {
	font: bold 16px arial;
	letter-spacing: -1px;
}

.chamada span{
	width: 51px;
	float: left;
	padding: 12px 5px 0 0;
}

.chamada p {
	font-size: 11px;
	float: right;
	width: 225px;
	line-height: 15px;
}

.link {
	float: right;
	paddint: 20px 0 0 0;
}

.chamada a {
	font-weight: bold;
	color: #c00;
	text-decoration: none;
	float: right;
}

.chamada a:hover {
	font-weight: bold;
	color: #c00;
	text-decoration: underline;
}

.destaque {
	width:1000px;
	height:121px;
	float:left;
	margin: 25px 0 30px 0;
	background-image:url(../imagens/destaque.jpg);
}

.destaque li {
list-style-type:circle;

	}

.destaque ul {
	font: 18px Verdana;
	margin:13px 0 0 40px;
	}


/* RODAPE */

#rodape {
margin:20px 0 0 0;
	width: 1000px;
	height: 57px;
	background-color: #919191;
	clear: both;
}

address {
	float: left;
	margin: 10px 0 0 10px;
	font: 11px Verdana;
	color: #000;
	line-height: 17px;
}

address a {
	color: #000;
	text-decoration: none;
}

address a:hover {
	color: #000;
	text-decoration: underline;
}

/* FORMULÁRIO */

.formulario {
	width: 780px;
}

.cssform p{
clear: left;
margin: 0;
padding: 5px 0 5px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/

}

.cssform input:focus {
	background-color: #ffffcc;
}	

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 400px;
}

.cssform textarea{
width: 400px;
height: 200px;
}

.cssform textarea:focus {
	background-color: #ffffcc;
}	

* html .threepxfix{
margin-left: 3px;
}

/* MENU01 */

#menuhor01 {
font: 10px Arial;
float: right;
padding: 40px 20px 0 0;
}
#menuhor01 li {
list-style: none; 
display: inline;
}
#menuhor01 li a {
padding: 8px 10px; 
text-decoration: none;
}
#menuhor01 li a:link {
color: #000;
}
#menuhor01 li a:visited {
color: #000;
}
#menuhor01 li a:hover {
color: #fff;
background-color: #f8981d;
}

/* MENU02 */

#menuhor02 {
font: 10px Arial;
float: left;
padding: 10px 0 0 45px;
}
#menuhor02 li {
list-style: none; 
display: inline;
}
#menuhor02 li a {
padding: 5px 10px; 
text-decoration: none;
}
#menuhor02 li a:link {
color: #fff;
}
#menuhor02 li a:visited {
color: #fff;
}
#menuhor02 li a:hover {
color: #fff;
text-decoration: underline;
}