/* Configuracoes padrao */
* {
	border: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
body{
	color: #666666;
	background: #D1D4CC;
	font-size: 11px;
	margin: 0;
	overflow: auto;
	text-align: center;
}
input, select,textarea{
	border: 1px solid #666;
	background: #EAEDF2;
	color: #2B2B2C;
	font-size: 10px;
}
input.b{
	color: #EAEDF2;
	background: #2B2B2C;
}
input.r{
	color: #EAEDF2;
	background: #BF0003;
}
input.check{
	background: none;
	border: none;
}
input.erro, textarea.erro{
	border: 1px solid #A80000;
	background: #FFB9B9;
}
.dir{
	text-align: right;
	padding-right: 2px;
}
#erros, .erro{
	color: #A80000;
}
a{
	text-decoration: none;
	color: #AF2300;
}
a:hover{
	color: #E72E00;
	text-decoration: underline;
}
h1{
	font-size: 16px;
}
h2{
	font-size: 14px;
}
h3{
	font-size: 13px;
}
h4{
	font-size: 12px;
}
h5{
	font-size: 10px;
}
h6{
	font-size: 9px;
}

/************************************************************************
* Tudo
************************************************************************/
#tudo{
	width: 900px;
	margin: 0px auto 0 auto;
	padding: 0 0;
	text-align: left;
	position: relative;
	background: #fff;
}
#topo{
	display: block;
	width: 900px;
	height: 330px;
	z-index: 4;
}
#conteudo{
	width: 778px;
	margin: 15px 0 10px 0;
}
#conteudo li{
	padding-left: 5px;
}
#conteudo ul{
	list-style: disc outside;
	padding-left: 15px;
}
#conteudo hr{
	border: 1px solid #ccc;
}
#rodape{
	width: 900px;
	height: 23px;
	clear: both;
	color: #fff;
	padding-top: 15px;
	text-align: center;
	background: url('/site/imgs/rodape.png');
	margin-bottom: 15px;
}
#cont{
	position: relative;
	display: block;
	width: 900px;
	background: #fff url('/site/imgs/fundo.png') repeat-x;
	padding-bottom: 15px;
	z-index: 1;
}
#menu{
	display:block;
	width: 260px;
	height: 264px;
	margin-left: 25px;
	float: left;
	margin-bottom: 15px;
}
#conteudo{
	margin-left: 10px;
	display: block;
	float: left;
	overflow: auto;
	width: 600px;
	z-index: 1;
}
#link{
	position: absolute;
	top: 80px;
	left: 30px;
}



/************************************************************************
* Menu topo
************************************************************************/
#topo a{
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
#topo li{
	float: left;
	display: block;
	border-right: 1px solid #fff;
	list-style: none;
}
#topo a:hover{
	color: #ccc;
}
/* Primeiro menu */
#topo ol{
	margin: 0 0;
	display: block;
	position: absolute;
	left: 780px;
	top: 0px;
}
#topo ol li{
	height: 30px;
	border-right: 1px solid #666633;
}
#topo ol li a{
	padding: 8px 10px;
	color: #FFF;
}
#topo ol li a:hover{
	color: #FFE856;
}
/* Segundo menu */
#topo ul{
	margin: 0 0;
	display: block;
	position: absolute;
	left: 350px;
	top: 113px;
}
#topo ul li{
	border: 0;
}
#topo ul li a{
	padding: 8px 20px 5px 20px;
	border-right: 1px solid #fff;
	font-weight: bold;
	height: 15px;
}
/*  */
#topo .u{
	border-right: 0;
}
#topo .u a{
	border-right: 0;
}
/* Submenu solucoes */
#topo ul ul li a{
	border: none;
	border-bottom: 1px solid #003399;
	padding: 2px 15px;
}
#menuTop{
	z-index: 5;
}
#menuTop li{
	position: relative;
}
#menuTop ul{
	display:none;
	width: 200px;
	position: absolute;
	margin: 0 0;
	z-index: 5;
	left: -1px;
	top: 28px;
	background: #275888;
	border: 1px solid #FFF;
	border-top: 0;
}
#menuTop ul li{
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	float: none;
	border: none;
}
#menuTop ul a{
	padding: 5px;
	color: #C2E0DD;
	display: block;
	height: 13px;
	border: none;
	text-transform: none;
}
#menuTop ul ul{
	left: 200px;
	top: -6px;
}



/************************************************************************
* Menu principal
************************************************************************/
#menu ul{
	margin: 45px 0 0 55px;
}
#menu li{
	border-left: 1px solid #FFCC00;
	padding-left: 20px;
	margin-bottom: 5px;
	position: relative;
	list-style: none;
}
#menu a{
	color: #C2E0DD;
	border-bottom: 1px solid #003399;
	padding-bottom: 8px;
	height: 15px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover{
	color: #fff;
}
/* Menu interno */
#menu ul ul{
	display:none;
	width: 200px;
	position: absolute;
	margin: 0 0;
	left: 204px;
	top: -10px;
	background: #275888;
	border: 1px solid #FFCC00;
	border-left: 0;
}
#menu ul ul li{
	border-left: 0;
	margin-top: 5px;
}
#menu ul ul a{
	padding: 5px;
}
#menu ul ul ul{
	left: 200px;
	top: -6px;
}


