/* CSS Document */

body{
	background-color:#121212;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding:0px 0px 0px 0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.3em;
}

input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#575757;
	border: solid 1px #CACACA;
}

p{

	margin-bottom:10px;
	margin-top:0px;
}

ul#menu{
	background-color:#F7F7F7;
	width:170px;
	height:125px;
	border:2px solid #FFFFFF;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul#menu li {
/*	border-bottom:2px solid #FFFFFF; */
	height:25px;
	background-color:#F7F7F7;
}

ul#menu li a{
	padding-top:0.45em;
	padding-bottom:5px;
	
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	display:block;
	height:45%;
	
	border-bottom:2px solid #FFFFFF;
}

ul#menu li a:hover{
	color:white;
	display:block;
	position:relative;
	border-bottom:2px solid #121212;
	background-color:#A80000;
	background-repeat:repeat-x;
	height:45%;/* evita o deslocamento do texto no menu no IE*/
}

#principal{
	width:668px;
/*	height:600px;*/
	background-color:#FFFFFF;
	padding:0px 5px 0px 5px;
	margin:0px auto 0px auto;
	text-align:left;
}

#topo{
	width:668px;	
	height:235px;
	clear:both;
	
}

#logo{
	width:167px;
	height:93px;
	float:left;
}

#iso{
	width:491px;
	height:93px;
	float:right;
	overflow: hidden;
	text-align: right;
}

#linha, #linha_baixo{
	padding:0px;
	margin:0px;
	width:668px;
	height:5px;

	background-image:url(../img/linha.jpg);
	background-repeat:repeat-x;
	clear:both;
}

#linha_rodape{
	padding-top:4px;
	margin-top:0px;
	padding-bottom:5px;
	margin-bottom:0px;
	padding-left:0px;
	width:668px;
	height:5px;
	background-image:url(../img/linha.jpg);
	background-repeat:repeat-x;
	clear:both;
}

#linha_vert{
	border-left: solid 1px #DCDCDC;
}

#menu_foto{
	width:668px;
	height:128px;
	clear:both;
}

#menu_div{
	width:177px;
	height:128px;
	float:left;
	height:130px;
}

#foto{
	width:491px;
	height:128px;
	float:right;
}

#conteudo{
	width:668px;
	clear:both;
	padding-top:7px;
}

#conteudo_esq{
	width:451px;
	float:left;
}

#conteudo_dir{
	width:217px;
	float:right;
}

#conteudo_dir_interno{
	width:215px;
	float:right;
}

#sobre{
	width:445px;
	height:138px;
}

#foto_sobre{
	width:130px;
	height:105px;
	float:left;
}

#chamada_sobre{
	width:310px;
	padding-top:15px;
	float:right;
}

#servicos_clientes{
	width:443px;
	height:100px;
	background-color:#F5F5F5;
	clear:both;
	padding-top:5px;
	margin-top:0px;
}

#contato_chegar{
	width:443px;
	height:100px;
	clear:both;
	padding-top:5px;
	margin-top:0px;
	padding-top:13px;
}

#servicos{
	width:220px;
	height:100px;
	float:left;
}

#contatos{
	width:220px;
	height:100px;
	float:left;
}

#chamada_servicos, #chamada_contatos{
	float:left;
	border-right: 1px solid #DCDCDC;
	padding-left:5px;
	padding-right:3px;
	width:218px;
	height:65px;
}

#clientes, #como_chegar{
	float:right;
	width:215px;
	height:100px;
}

#chamada_clientes{
	padding-left:8px;
	padding-right:8px;
	height:65px
}

#chamada_como_chegar{
	padding-right:0px;
	padding-top:3px;
	height:65px;
	width:150px;
	float:right;
	text-align:left;
}

#interrogacao{
	float:left;
}

#btn{
	float:right;
	width:31px;

}

.login_senha{

/*	padding-bottom:12px;*/
	height:30px;
	float:left;
	width:50px;
	
}

.text_login_senha{
	width:63px;
	float:left;
	text-align:right;
	margin-right:3px;
/*	padding-left:9px;*/
}

.texto_geral{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#575757;
}

.texto_geral a:hover{
	text-decoration:underline;
}

.texto_conteudo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#575757;
}

.noticias{
	width:205px;
	padding-left:10px;
}

.titulo_noticia{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#575757;
	height:15px;
}

.previa_noticia{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#575757;
	height:60px;
}

.previa_noticia:hover{
	text-decoration:underline;
}

.sub_chamadas{
	width:205px;
	padding-left:10px;
	margin-bottom:30px;
}

.conteudo_int{
	width:307px;
	padding:15px 8px 0px 5px;
	margin-bottom:15px;
	border-right: solid 1px #DCDCDC;
	float:left;
}


