/*
////////////////////////////////////////////////////////////////////////////////

	FOCO-IS - PORTAL
	AUTOR: FELIPE COELHO - felipecrleandro@gmail.com
	CRIADO: 09/01/2009
	MODIFICADO: 12/01/2009
	
////////////////////////////////////////////////////////////////////////////////

////////// ELEMENTOS GENERICOS //////////*/

a, a:hover  {
	color: #645798;
	text-decoration: none;
	overflow: hidden;
	}
	
a:hover { text-decoration: underline; }	

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.nospace { margin: 0; padding: 0; }


/*////////// ESTRUTURA //////////*/
html { 
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto; 
}
body {
	background: #fff url(../imgs/fundo_pagina.gif) repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
}
#container {
	display: block;
	width: 723px;
	margin: 0 auto;
	text-align: left;
}
#cabecalho {
	background: url(../imgs/fundo_cabecalho.jpg) top left no-repeat;
	width: 723px;
	height: 290px;
	position: relative;
}
#content {
	display: block;
	background: url(../imgs/fundo_conteudo.jpg) top left no-repeat;
	padding-top: 10px;
}
.logo a {
	display: block;
	background: url(../imgs/logo.gif) bottom right no-repeat;
	width: 178px;
	height: 44px;
	text-indent: -99999px;
	position: absolute;
	top: 39px;
	left: 18px;
}
.txt_empresa {
	display: block;
	background: url(../imgs/txt_empresa.gif) top left no-repeat;
	width: 393px;
	height: 43px;
	text-indent: -99999px;
	position: absolute;
	top: 22px;
	left: 254px;
}
ul#idiomas {
	display: block;
	width: 17px;
	position: absolute;
	top: 55px;
	right: 15px;
}
ul#idiomas li a {
	display: block;
	width: 17px;
	height: 17px;
	text-indent: -99999px;
	margin-bottom: 7px;
} 
ul#idiomas li.portugues a {
	background: url(../imgs/ico_brasil.gif) top left no-repeat;
} 
ul#idiomas li.espanhol a {
	background: url(../imgs/ico_espanha.gif) top left no-repeat;
} 
ul#idiomas li.ingles a {
	background: url(../imgs/ico_usa.gif) top left no-repeat;
}

ul#menu {
	display: block;
	background: url(../imgs/separador_conteudo.gif) top right no-repeat;
	width: 195px;
	padding: 35px 0 60px 1px;
	float: left;
}
ul#menu li, ul#menu li a {
	display: block;
	text-indent: -99999px;
}
ul#menu li.mn_separador {
	background: url(../imgs/separador_menu.gif) top left no-repeat;
	width: 194px;
	height: 8px;
	margin: 0 0 5px 0;
	*margin: 0;
}
ul#menu li.mn_institucional a {	
	background: url(../imgs/menu_institucional_off.gif) top left no-repeat;
	width: 89px;
	height: 20px;
}
ul#menu li.mn_institucional a:hover {
	background: url(../imgs/menu_institucional_on.gif) top left no-repeat;
}
ul#menu li.mn_missao a {
	background: url(../imgs/menu_missao_off.gif) top left no-repeat;
	width: 55px;
	height: 20px;
}
ul#menu li.mn_missao a:hover {
	background: url(../imgs/menu_missao_on.gif) top left no-repeat;
}
ul#menu li.mn_visao a {
	background: url(../imgs/menu_visao_off.gif) top left no-repeat;
	width: 45px;
	height: 20px;
}
ul#menu li.mn_visao a:hover {
	background: url(../imgs/menu_visao_on.gif) top left no-repeat;
}
ul#menu li.mn_comercio a {
	background: url(../imgs/menu_comercio_off.gif) top left no-repeat;
	width: 129px;
	height: 20px;
}
ul#menu li.mn_comercio a:hover {
	background: url(../imgs/menu_comercio_on.gif) top left no-repeat;
}
ul#menu li.mn_servicos a {
	background: url(../imgs/menu_servicos_off.gif) top left no-repeat;
	width: 63px;
	height: 20px;
}
ul#menu li.mn_servicos a:hover {
	background: url(../imgs/menu_servicos_on.gif) top left no-repeat;
}
ul#menu li.mn_links a {
	background: url(../imgs/menu_link_off.gif) top left no-repeat;
	width: 44px;
	height: 20px;
}
ul#menu li.mn_links a:hover {
	background: url(../imgs/menu_link_on.gif) top left no-repeat;
}
ul#menu li.mn_contato a {
	background: url(../imgs/menu_contato_off.gif) top left no-repeat;
	width: 62px;
	height: 20px;
}
ul#menu li.mn_contato a:hover {
	background: url(../imgs/menu_contato_on.gif) top left no-repeat;
}
#middle {
	display: block;
	width: 484px;
	float: right;
	padding: 34px 0 0 0;
}
#rodape {
	display: block;
	background: url(../imgs/fundo_rodape.gif) repeat-x;
	height: 50px;
	margin-top: 50px;
	position: relative;
}
#rodape_content {
	display: block;
	width: 723px;
	margin: 0 auto;
	text-align: left;
}
.rodape {
	display: block;
	background: url(../imgs/rodape.gif) top left no-repeat;
	width: 577px;
	height: 50px;
	text-indent: -99999px;
}
.copyright {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	position: absolute;
	top: 30px;
	left: 67%;
}
ul#links {
	display: block;
	width: 400px;
}
ul#links li {
	background: url(../imgs/bullet_link.gif) no-repeat;
	background-position: 0 55%;
	padding: 0 0 0 10px;
}
ul#servicos a {
	display: block;
	width: 460px;
	color: #000;
}
ul#servicos li {
	background: url(../imgs/bullet_servicos.gif) no-repeat;
	background-position: 0 55%;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	*margin-bottom: 0;
}
ul#servicos li.vazio {
	background: none !important;
	padding: 0 0 0 20px !important;
}
ul#servicos span {
	display: block;
	background: url(../imgs/bullet_link.gif) no-repeat;
	background-position: 0 55%;
	padding: 0 0 0 10px;
	margin-bottom: 3px;
}
ul#contato {
	display: block;
	width: 337px;
}
ul#contato li {
	margin-bottom: 10px;
}
ul#contato label {
	display: block;
	margin-bottom: 5px;
}

/*////////// FORMULARIOS //////////*/
form {
	margin: 0;
	padding: 0;
}
.form_contato {
	background: #dddae8;
	border: 1px solid #dddae8;
	color: #000;
	height: 19px;
}
.btn_limpar a {
	display: block;
	background: url(../imgs/btn_limpar.gif) top left no-repeat;
	width: 64px;
	height: 17px;
	text-indent: -99999px;
	float: right;
}
.btn_enviar a {
	display: block;
	background: url(../imgs/btn_enviar.gif) top left no-repeat;
	width: 64px;
	height: 17px;
	text-indent: -99999px;
	float: right;
	margin-left: 20px;
}

/*////////// TEXTOS //////////*/
.tt_bemvindo {
	display: block;
	background: url(../imgs/tt_bem_vindo.gif) top left no-repeat;
	width: 484px;
	height: 49px;
	text-indent: -99999px;
	margin-bottom: 30px;
}
.tt_institucional {
	display: block;
	background: url(../imgs/tt_institucional.gif) top left no-repeat;
	width: 484px;
	height: 49px;
	text-indent: -99999px;
	margin-bottom: 30px;
}
.tt_missao {
	display: block;
	background: url(../imgs/tt_missao.gif) top left no-repeat;
	width: 484px;
	height: 49px;
	text-indent: -99999px;
	margin-bottom: 30px;
}
.tt_visao {
	display: block;
	background: url(../imgs/tt_visao.gif) top left no-repeat;
	width: 484px;
	height: 49px;
	text-indent: -99999px;
	margin-bottom: 30px;
}
.tt_comercio {
	display: block;
	background: url(../imgs/tt_comercio.gif) top left no-repeat;
	width: 484px;
	height: 49px;
	text-indent: -99999px;
	margin-bottom: 30px;
}
.tt_links {
	display: block;
	background: url(../imgs/tt_links.gif) top left no-repeat;
	width: 484px;
	height: 49px;
	text-indent: -99999px;
	margin-bottom: 30px;
}
.tt_contato {
	display: block;
	background: url(../imgs/tt_contato.gif) top left no-repeat;
	width: 484px;
	height: 49px;
	text-indent: -99999px;
	margin-bottom: 30px;
}
.tt_servicos {
	display: block;
	background: url(../imgs/tt_servicos.gif) top left no-repeat;
	width: 484px;
	height: 49px;
	text-indent: -99999px;
	margin-bottom: 30px;
}
.tt_espaco {
	padding: 0 20px 0 0;
}
