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

form label
{
	font-size: 0.7em;
	color: #E4E4E4;
}

form input.botao
{
	border: none;
	background-color: silver;
	font-weight: bold;
}

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

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

#menu ul
{
	list-style: none;
}

#menu li
{
	line-height: 16px;
	margin-right: 295px;
}

#menu li#menu1
{
	margin-right: 300px;
}

#menu li#menu2
{
	margin-right: 305px;
}

#menu li#menu3
{
	margin-right: 305px;
}

#menu li#menu4
{
	margin-right: 305px;
}

#menu li#menu5
{
	margin-right: 300px;
}

#menu li#menu6
{
	margin-right: 295px;
}

#menu li#menu7
{
	margin-right: 288px;
}

#menu li#menu8
{
	margin-right: 277px;
}

#menu li#menu9
{
	margin-right: 267px;
}

#menu li#menu10
{
	margin-right: 260px;
}
#menu a
{
	letter-spacing: 0.1em;
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#menu a:hover
{
	color: black;
	border-bottom: dotted black 1px;
}

#fimmenu
{
	height: 82px;
	background: url('../img/cabecalho3.jpg') no-repeat top center;
}

#fimmenu h2
{
	padding-top: 30px;
	padding-left: 22px;
}

#conteudo
{
	width: 240px;
	padding-left: 22px;
	float: left;
}

#conteudo1
{
	width: 720px;
	padding-left: 22px;
	float: left;
}

#lateral
{
	width: 430px;
	padding-left: 22px;
	padding-right: 22px;
	float: right;
	border-left: solid #588585 1px;
}

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

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

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

#contencao h2
{
	margin-bottom: 0.6em;
}

#contencao h2.margem
{
	margin-bottom: 0;
}

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

#contencao p
{
	font-size: 0.7em;
	margin-bottom: 1.5em;
	color: #E4E4E4;
}

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

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