/*
 * autor: Ciro Feitosa - http://cirofeitosa.com.br
 * julho/2005
 */


body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address
{
	margin: 0;
	padding: 0;
}


/* 
 * BODY
 */
body
{
	font-family: Tahoma, Verdana, Sans-Serif;
	background: #CCC url('../img/fundo-body.jpg') bottom center repeat-x;
	margin-top: 10px;
}

h2, h3, #menu a
{
	font-family: 'Lucida Sans', Tahoma, Sans-Serif;
}

.oculto
{
	display: none;
}

#contencao .img-esq
{
	float: left;
}

#contencao .img-esq-semborda
{
	float: left;
	border: none;
	background: none;
}

#contencao .semborda
{
	background: none;
	border: none;
}

acronym
{
	cursor: help;
	border-bottom: dotted #ccc 1px;
}

form fieldset
{
	border: none;
	padding: 0;
}

form label.preenche
{
	font-weight: bold;
	color: red;
}

form input, form select, form textarea
{
	background-color: white;
	font-size: 0.7em;
	padding: 3px;
	font-family: Tahoma, Verdana, 'Lucida Sans', Sans-Serif;
	border: solid silver 1px;
}

form optgroup
{
	font-size: 0.8em;
	font-style: normal;
}

form optgroup option
{
	padding-left: 10px;
}


/* 
 * CAMADAS
 */
#geral
{
	width: 100%;
	min-width: 700px;
}

#cabecalho, #menu, #fimmenu, #contencao, #rodape, #endereco, #padroes
{
	margin: 0 auto;
	width: 760px;
	_width: 780px; /* hack para IE */
}

#cabecalho h1 span
{
	display: none;
}

#cabecalho h1 a
{
	text-decoration:none;
	width: 250px;
	float: left;
	height: 97px;
	display: block;
	cursor: pointer;
}


/*#contencao a:hover
{
	 text-decoration: underline; 
}*/

#contencao span
{
	font-weight: bold;
}

#contencao img.margem
{
	margin-left: 7px;
	margin-right: 0;
}

#contencao hr
{
	height: 0;
	border: none;
	border-bottom: solid #588585 1px;
	margin-bottom: 1em;
}

#lateral p
{
	font-size: 0.7em;
}

#box1, #box2
{
	width: 198px;
}

#box1
{
	float: left;
	padding-right: 15px;
}

#box2
{
	float: right;
	padding-left: 15px;
	border-left: solid #588585 1px;
}

#rodape hr, #endereco hr
{
	display: none;
}

#endereco ul
{
	padding-top: 1em;
	padding-left: 1em;
	_padding-left: 2em;
	display: block;
	list-style: none;
	float: left;
}

#endereco li a#link-acesso
{
	background: url('../img/selo_acessobr.gif') no-repeat center center;
	width: 63px;
	height: 30px;
	_height: 60px;
	float: left;
}

#endereco li a#link-frutab
{
	background: url('../img/selo-frutab.gif') no-repeat center center;
	width: 30px;
	height: 30px;
	float: left;
}

#endereco li a span
{
	display: none;
}

#endereco li.endereco
{
	float: left;
	padding: 0 0.5em 2em 0.5em;
	font-size: 0.7em;
	color: #333;
	text-align: center;
}

#padroes
{
	clear: both;
}

#padroes p
{
	padding: 1em;
	padding-top: 0;
	text-align: center;
	color: black;
	display: block;
	font-size: 0.65em;
}

#padroes a
{
	text-decoration: none;
	color: black
}

#padroes a:hover
{
	text-decoration: underline;
}