
html {
	background: url(../img/bg-topo-int.jpg)  center top repeat-x #293f5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background: url(../img/bg-rodape-geral.jpg) bottom repeat-x;
	/*color: #8eaac0;*/
	color: #647888;
}

p{
	line-height: 16px;
}

a {
	text-decoration: none;
	color: #647888;
}

a:hover{
	text-decoration: none;
}

ul{
	list-style-image: url(../img/bullet.gif);
	list-style-position: outside;
}

li{
	padding-bottom: 5px;
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #4E6779;
	padding-bottom: 3px;
}

h3 span{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

h4{
	font-size: 11px;
	font-weight: bold;
	color:#4E6779;
}

a span, a:hover span, a:link span{
	font-size: 9px;
	text-decoration: none;
}

#site{
	margin: 0 auto;
	width:770px;
}

#corpo{
	background: url(../img/bg-meio.jpg) repeat-y top; 
}

#corpo-sup{
	background: url(../img/bg-sup.jpg) no-repeat top;
}

#corpo-inf{
	background: url(../img/bg-inf.jpg) no-repeat bottom;
}

#menu{
	padding-top: 15px;
	margin: 0;
}


#rodape {
	background: url(../img/bg-rodape-corpo.gif) top no-repeat #314c70;
	height: 75px;
}

#rodape p{
	text-align: center;
	padding:15px 0px 0px;
	color:#4E6779;
}

#esquerda{
	float: left;
	padding: 0px 0px 20px 20px;
	width: 224px;
}

#direita{
	float: right;
	padding: 0px 0px 20px 0px;
	width: 506px;
}

#direita .topo{
	padding-bottom: 30px;
}

#menuinferior{
	background: url(../img/bg-menuinferior.jpg) no-repeat;
}

.esqcombg{
	background: url(../img/bg-menu-esq-meio.gif) repeat-y;
}

.esqcombg td img {
	padding: 0px 10px 0px 0px;
}

.esqcombg, .esqsembg{
	padding: 10px 20px;
}

.dercombg{
	background: url(../img/index-corpo-meio.gif) repeat-y;
}
.dercombg td{
	padding-right: 10px;
}

.formul{
	padding-left: 30px;
}

.minf{
	padding-bottom:15px;
}

input, option, textarea {
	border: 1px solid #FFF;
	background-color: #f3f8f9;
	color: #647888;
}

input{
		padding: 3px;
}

textarea {
	padding: 0px;
}

.limpio input{
	border: none;
	background-color: transparent;
}

.input {
	border: 1px solid #d6e4e8;
	padding: 4px 0;
	*padding: 0;
}

.borda {
	border: 1px solid #d6e4e8;
	padding: 0px 1px 0px 1px;
	float: left;
}

.texto-interna{
	padding: 0px 20px 0px 0px;
}

.texto-interna p{
	line-height: 18px;
}

.formulario-contato p{
	padding-bottom: 3px;
	padding-top: 10px;
}

.tdep{
	padding-right:20px;
	padding-left:20px;
	padding-top:8px;
	padding-bottom:8px;
}
.tdep img{
	float:left;
	padding-bottom:5px;
	padding-right:20px;
}

.mnu-empresa, .mnu-servicos, .mnu-atendimento, .mnu-contato{
	width: 94px;
	height: 24px;
	float:left;
}
.mnu-empresa{
	padding-left:182px;
}
.mnu-servicos{
	padding-left: 12px;
}
.mnu-atendimento{
	padding-left: 13px;
}
.mnu-contato{
	padding-left: 43px;
}

a:link .mnu-empresa ,a:visited .mnu-empresa ,a:active .mnu-empresa {
	background-image: url(../img/mnu-empresa-off.gif);
	background-repeat: no-repeat;
	background-position: top right;
	cursor:hand;
}
a:hover .mnu-empresa {
	background-image: url(../img/mnu-empresa-on.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

a:link .mnu-servicos ,a:visited .mnu-servicos ,a:active .mnu-servicos {
	background-image: url(../img/mnu-servicos-off.gif);
	background-repeat: no-repeat;
	background-position: top right;
	cursor:hand;
}
a:hover .mnu-servicos {
	background-image: url(../img/mnu-servicos-on.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

a:link .mnu-atendimento ,a:visited .mnu-atendimento ,a:active .mnu-atendimento {
	background-image: url(../img/mnu-atendimento-off.gif);
	background-repeat: no-repeat;
	background-position: top right;
	cursor:hand;
}
a:hover .mnu-atendimento {
	background-image: url(../img/mnu-atendimento-on.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

a:link .mnu-contato ,a:visited .mnu-contato ,a:active .mnu-contato {
	background-image: url(../img/mnu-contato-off.gif);
	background-repeat: no-repeat;
	background-position: top right;
	cursor:hand;
}
a:hover .mnu-contato {
	background-image: url(../img/mnu-contato-on.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
