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

form label
{
	display: block;
	cursor: pointer;
	font-size: 0.7em;
	color: black;
}

form label.preenche
{
	color: red;
}

form fieldset
{
	border: none;
}

form input.botao
{
	background-color: #FFCC33;
	border: solid black 1px;
	font-weight: bold;
}

#cabecalho
{
	height: 122px;
	background: url('../img/cabecalho1_2.jpg') no-repeat top center;
}

#menu
{
	_padding-left: 20px;
	height: 52px;
	background: url('../img/cabecalho2_2.jpg') no-repeat top center;
}

#menu ul
{
	padding-top: 5px;
	margin-left: 15px;
	list-style: none;
}

#menu li
{
	margin-right: 7px;
	display: inline;
}

#menu a
{
	letter-spacing: 0;
	font-size: 0.7em;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#menu a:hover, #menu a.atual
{
	color: yellow;
}

#conteudo
{
	width: 370px;
	padding-left: 22px;
	padding-right: 12px;
	float: left;
	border-right: solid #f2f2f2 1px;
}

#lateral
{
	width: 315px;
	padding-right: 22px;
	float: right;
}

#corpo
{
	width: 100%;
	float: left;
	background: url('../img/fundo-conteudo2.gif') repeat-y center center;
}

#contencao img
{
	border: solid #999 1px;
	padding: 2px;
	margin-right: 7px;
}

#contencao img.semborda
{
	border: none;
}

#contencao h2, #fimmenu h2
{
	font-size: 1.2em;
	color: white;
}

#contencao h2, #contencao h3
{
	margin-bottom: 1em;
}

#contencao p strong
{
	text-transform: uppercase;
}

#contencao p strong.noupper
{
	text-transform: none;
}

#contencao p
{
	font-size: 0.8em;
	margin-bottom: 1.5em;
	color: black;
}

#contencao p.menor
{
	font-size: 0.7em;
}

#contencao p.centro
{
	text-align: center;
}

#contencao a
{
	text-decoration: none;
	color: blue;
}

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

#contencao a.preto
{
	color: black;
	text-decoration: none;
}

#contencao p.menor a
{
	color: black;
}

#contencao ul
{
	list-style: none;
	margin-left: 22px;
	margin-bottom: 1.5em;
}

#contencao ul li
{
	list-style-image: url('../img/topico-texto.gif');
	list-style-position: outside;
	font-size: 0.8em;
	margin-bottom: 0.4em;
}

#contencao ul.menor li
{
	font-size: 0.7em;
	margin-bottom: 0.2em;
}

#f_dados
{
	float: left;
}

.filiais
{
	float: right;
	width: 200px;
}

.mark
{
	float: left;
	margin-top: 45px;
	border: none;
}

.impressora
{
	margin-left: 5px;
	margin-top: 10px;
	padding: 20px;
	background: url('../img/topico-impressora.gif') left no-repeat;
	padding-left: 30px;
}

#lateral .depto
{
	display: block;
	margin-bottom: 2em;
}

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

#lateral p.centro
{
	text-align: center;
}

#lateral .depto p strong
{
	font-size: 1.1em;
}

#lateral .depto p.centro strong
{
	text-transform: none;
	font-size: 1em;
}

#lateral .depto p.espaco
{
	padding-top: 33px;
	margin-bottom: 50px;
}

#lateral .depto img
{
	float: left;
}

#lateral .depto img.mkt
{
	border: none;
	float: none;
}

#secao
{
	background: url('../img/fundo-conteudo3.gif') repeat-y center center;
}

#secao h2
{
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 2em;
	color: #669999;
	background: url('../img/fundo-conteudo4.gif') no-repeat bottom center;
}

#infonutricionais table
{
	border: solid #ccc 1px;
	width: 85%;
}

#infonutricionais table td, #infonutricionais table caption
{
	font-size: 0.7em;
	padding: 0.5em;
}

#infonutricionais td
{
	border-bottom: solid #e8e8e8 1px;
}

#infonutricionais table caption
{
	border: solid #ccc 1px;
	background-color: #ffffcc;
	font-weight: bold;
}

#rodape
{
	clear: both;
	height: 18px;
	background: url('../img/fundo-rodape2.gif') no-repeat center center;
}

