/* ------------------------------------------------------
Estilos

Autor: Diretotal
website: http://www.diretotal.com.br/

------------------------------------------------------ */


/* Regras Gerais
------------------------------------------------------ */ 

* { margin: 0; padding: 0; }

/* Altera o fundo do site 
body { background: #f2f2f2 url(../media/bg.jpg) repeat-x; }*/
body { background: #fff; }
img { float:left; margin: 0px 10px 2px 5px; }

a { text-decoration: none; color: #1c5a97; }
a:hover { color: #FF9900; }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 0.5em 0; }

/* Tamanho dos ttulos */
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
/*#duasColunas #contentLateral .box h2 { background-color:#1c5a97; color: #FFFFFF; padding: 3px; }
#umaColuna #contentPrincipal .box h2 { background-color:#1c5a97; color: #FFFFFF; padding: 3px; }*/
#duasColunas #contentLateral .box h2 { background-color:#1c5a97; color: #FFFFFF; padding: 3px;}
#umaColuna #contentPrincipal .box h2 { background-color: #FFF; color: #1c5a97; padding: 3px; border-bottom: solid 2px #e66c09; }
#duasColunas #contentPrincipal .box h2.destaque { background-color: #FFF; color: #1c5a97; padding: 3px; border-bottom: solid 2px #e66c09; }

/* Classe para limpar os floats */
.clear { clear: both; }

hr { border-style: groove; }

/* Tipografia
------------------------------------------------------ */

body { font: 72.5%/1.6 Arial, Verdana, "Trebuchet MS", sans-serif; color: #5e5e5e; }

/* Div principal que segura tudo centralizado
------------------------------------------------------ */

#geral {
width: 770px;
margin: 0 auto;
border: 5px solid #c8cccc;
border-top: 0;
background-color: #FFFFFF;
}

#topo{
	margin-bottom: 10px;
}

/* Colunas separadas por ordem de importancia
------------------------------------------------------ */

#contentPrincipal {
float: left;
width:530px;
display:inline;
margin: 0 0 0 0;
}

#contentLateral {
float: left;
width: 235px;
display: inline;
margin: 0 0 20px 0;
}

#umaColuna #contentPrincipal {
width: auto;
float: none;
}

/* Box segura os destaques
------------------------------------------------------ */

.box, .box-2, .boxOuvidoria {
margin: 0;
padding: 5px;
}

.box-2 { margin-top: 52px; }

#contentLateral .box, #destaque .box {
background-image: url(../media/bg2.gif);
}
.boxOuvidoria, #destaque .box {
background-image: url(../media/bg2.gif);
}

/* Box Destaque
------------------------------------------------------ */

#destaque .box, #destaque .box-2 {
float: left;
width: 250px;
}

#destaque {
margin-top: 50px;
height: 500px;
display: block;
}

h2#titulo{
font-size: 1.8em;
font-weight: bold;
color: #e66c09;
line-height: 25px;
}

h2#titulo .maior {
font-size: 1.3em;
}

.box a img {
border: none;
display: block;
float: none;
}
/* Box interno
------------------------------------------------------ */

.boxI {
background-color: #FFFFFF;
padding: 3px;
}

.box2I {
background-color: #FFFFFF;
clear:both;
margin: 3px 0;
}
.box2I img {
	border:0;
	padding: 0;
	display:block;
	margin:0;
}



/* Produtos
------------------------------------------------------ */
#contentPrincipal img {
clear:both;
margin-bottom: 6px;
}

#umaColuna #produtos .box, #umaColuna #produtos .box-2 {
float:left;
/*width: 350px;*/
width: auto;
padding: 3px;
margin-right: 0px;
}

div>#umaColuna #produtos .box, #umaColuna #produtos .box-2 {
margin-right: 0;
}

#umaColuna #produtos {
padding: 1px;
}

#umaColuna #produtos h2 {
background-color: #FFF; color: #1c5a97; padding: 3px; border-bottom: solid 2px #e66c09;
}

#umaColuna #produtos .texto {
padding: 5px;
}

#umaColuna #produtos .teste {
margin: 50px;
}

/* Onde Estamos
------------------------------------------------------ */

#mapa {
margin-right: 10px;
float: left;
}

#cidades {
overflow: hidden; 
width: 350px;
height: 60px;
float: left;
margin-bottom: 5px;
}

#cidades table {
max-width: 250px;
border: 1px solid #CCCCCC;
font-size: 9px;
}

#cidades table td a:hover { background-color:#000066; color: #FFF;} 

#cidades table td {
max-width: 250px;
width: 235px;
border: 1px solid #999999;
padding: 2px;
}

#agentes2 {
margin-bottom: 20px;
width: 340px;
height: 337px;
overflow-y: auto;
display: block;
float:left;
}

#agentes {
margin-bottom: 10px;
width: 350px;
height: 337px;
background-color: #000000;
}

#agentes table {
max-width: 620px;
background-color:#FFFFFF;
border: 1px solid #CCCCCC;
font-size: 10px;
color:#000066;
}

#agentes table td {
text-align: center;
border: 1px solid #999999;
padding: 2px;
color:#000066;
}

#agentes table td.topicos {
background-color: #1c5a97;
color: #FFFFFF;
}

/* Links
------------------------------------------------------ */

.postedUnderline {
display: block;
margin: 0 5px 10px 60px;
padding: 0 0 5px 0;
font-weight: bold;
color: #666;
border-bottom: 1px solid #999;
}

/* links nos boxes
------------------------------------------------------ */

.boxI ul, .box ul {
list-style: none;
}

/* Rodape
------------------------------------------------------ */

#rodape {
width: 764px;
clear: both;
background-color: #1c5a97;
padding: 0 3px;
}

#rodape p {
text-align: center;
color: #FFFFFF;
font-weight: bold;
margin:0;
padding:0;
}
#rodape .footertxt p{
	font-size:10px;
}
#rodape .footertxt a{
	color:#FFF;
	text-decoration:none;
}
#rodape .footertxt a:visited{
	text-decoration:none;
}


.carregando { left: 50%; margin: 0 auto; width: 95px; height: 20px; }

.floatNone { float:none; }

.linkImage img{ border: none;}

.laranja { color: #FF6600; font-size: 15px; line-height: 16px;}

/* form styling - not much though kids */

form {
margin: 0;
padding: 0;
font-size: 85%;
}

fieldset {
width: 510px;
border: thin;
margin: 0 0 10px 0;
padding: 5px;
}

.default fieldset {
width: auto;
border: 0;
margin: 10px 0 10px 50px;
padding: 0;
}

legend {
text-transform: uppercase;
font-size: 110%;
font-weight: bold;
margin: 10px 0 2px 0px;
padding: 2px;
background: #D72E2E;
color: #FFF;
}

.box legend {
display: none;
}

label {
display: none;
}

.box label {
display: block;
font-weight: bold;
}

input {
margin-top:0;
padding: 2px;
margin-bottom: 5px;
border: 0px;
background: #D7E7E9;
color: #333;
width: 500px;
}

textarea {
margin-top:0;
margin-bottom: 5px;
padding: 2px;
border: 0;
background: #D7E7E9;
color: #333;
width: 500px;
}

.box input {
display: block;
}

input.submit {
border: 0;
margin-bottom: -6px;
padding: 2px;
background: transparent;
font-size: 10px;
}

.button {
width: 80px;
float:none;
}

.pequeno {
font-size: 9px;
}

.botao {
	border: 1px outset gray;
	background-color: #f4f4f4;
	font-family: ms sans serif;
	font-size: 12px;
	cursor: hand;
}

/* Estilos do Mapa do Site */

li.nivel1 { margin-left: 15px; }
li.nivel2 a{ margin-left: 30px; }
li.nivel3 { margin-left: 45px; }

/* ESTILOS DOS PRODUTOS */
#umaColuna #produtos .boxProdutos { margin: 30px 10px 15px 10px; clear:both;}
#umaColuna #produtos .boxProdutos .tlt{ color:#e66c09; font-weight:bold; font-size:14px; margin-top:15px;}
#umaColuna #produtos .boxProdutos p a{ background: #efefef url(../media/bulletDestaque.gif) no-repeat 2px center; padding-left:18px; font-weight:bold; font-size:12px;}
#umaColuna #produtos .boxProdutos .destalheProduto { background:#D2DEEA url(../media/boxProdutosMeio.jpg) repeat-y center; clear:both; width:620px; margin:10px auto; }
#umaColuna #produtos .boxProdutos .destalheProduto .top{ background:#D2DEEA url(../media/boxProdutosTopo.jpg) no-repeat center; height:25px; width: auto;}
#umaColuna #produtos .boxProdutos .destalheProduto .midle{ padding: 0 20px; }
#umaColuna #produtos .boxProdutos .destalheProduto .bottom{ background:#D2DEEA url(../media/boxProdutosBottom.jpg) no-repeat center; height:25px; width: auto;}
#umaColuna #produtos .boxProdutos .destalheProduto p { color: #333;} 
#umaColuna #produtos .boxProdutos .destalheProduto ul { margin:0; }
#umaColuna #produtos .boxProdutos .destalheProduto ul li { color:#333; padding-left: 15px; background: transparent url(../media/bullet.gif) no-repeat 2px center;}
#umaColuna #produtos .boxProdutos .destalheProduto p a { color: #e66c09; font-weight: bold; background-color: transparent;}

#contentPrincipal .box #mapaSite li { color:#333; padding-left: 15px; background: transparent url(../media/bullet.gif) no-repeat 2px 7px; }

/************************* Tabelas tarifas *************************/
#tableTarifas td{ border-right: solid 1px #fff; border-bottom: solid 1px #fff; font-size: 11px; padding: 0 5px; }
#tableTarifas tr{ border-left: solid 1px #fff; border-top: solid 1px #fff; }
#tableTarifas .fundoPadraoBEscuro3 { background-color:#1c5a97; color:#fff; }
#tableTarifas .fundoPadraoBClaro3 { background-color:#d2deea; color:#333; }
#tableTarifas .fundoPadraoBClaro1 { background-color:#a4bdd5; color:#333; }

/************************* Tabelas tarifas *************************/
#table td{ font-size: 11px; padding: 0 5px; }




/***** Div Banners Home *****/
.divBanners { padding: 0pt 5px 10px; clear:both;}
.divBanners img { margin:0; padding:0;}
.bannerhome { float:left; margin:0pt 7px 10px; }

.floatLeft {
	float:left;
}
.floatright {
	float:right;
}
input.radioInput {width: 10px !important; float: left;}
.text {float: left; margin-left:5px;}
.formline {float:left; margin:10px;}
.state 
{
	width: 150px;
	float:left;
	font-size:40px;
	text-align: center;
}
.state h1
{
	margin: 0 !important;
}
.address 
{
	width:590px;
	float: right;
	border-left: 1px solid #999;
	padding-left:10px;
}
.agent 
{
	border-bottom: solid 1px #999;
	padding-bottom: 10px;
	padding-top: 10px;
}
.line {
	clear:both;
}
.smallinput {
	width:150px !important;
	float:left;
	margin-left: 5px;
}
.cepinput { width: 100px !important; float:left;}
.inputype {
	width: 170px;
	float:left;
	margin-left:5px;
}
.inputype2 {
	width: 150px;
	float:left;
	margin-left:5px;
}
.groupLine {
	margin-bottom: 10px;
}
.line {
	margin-top:10px;
	margin-bottom:10px;
}
.groupline {clear:both;}