/* padrão */

body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#6286A0;
	background-repeat:no-repeat;
	font-family:"Helvetica",Arial,sans-serif;
	font-size:0.7em;
	font-size-adjust:none;
	font-stretch:normal;
	font-variant:normal;
	font-weight:normal;
	color:#666666;
}

a:link, a:visited, a:active 
{
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

/* Conteudo */

.site {
	width:850px;
	margin:auto;
	height:100%;
}


.conteudopag {
	width:850px;
	height:auto;
	background-repeat:no-repeat;
	background-image:url(../imagens/topbg_fundobranco.jpg);
	margin:auto;
	margin-top:20px;
}

.meiobranco {
	width:850px;
	height:auto;
	margin:auto;
	float:left;
	background-color:#FFFFFF;
}

.rodape {
	width:850px;
	height:50px;
	background-image:url(../imagens/rodape_bg.jpg);
	background-repeat:no-repeat;
	margin:auto;
	float:left;
	padding-bottom:20px;
}

.cabecalho {
	width:800px;
	height:175px;
	margin:auto;
	margin-top:30px;
}

.englobamenu {
	width:800px;
	height:61px;
	margin:auto;
}

.frase {
	width:150px;
	height:61px;
	float:left;
	margin-left:20px;
	_margin-left:10px;
}

.botaomenu {
	width:140px;
	height:61px;
	float:left;
	margin-left:10px;
}

.pagamentos {
	width:400px;
	float:left;
	height:auto;
}
.linkmenu {
	width:auto;
	height:auto;
	margin:auto;
	color:#333333;
	font-weight:bold;
	font-size:13px;
	margin-top:20px;
	text-align:center;

}

.conteudo {
	width:800px;
	height:auto;
	margin:auto;
	margin-top:20px;
}

.colunaesq {
	width:138px;
	height:525px;
	float:left;
	margin-left:33px;
	_margin-left:0px;
}

.meio {
	width:452px;
	height:auto;
	float:left;
	margin-left:5px;
}

.colunadir {
	width:140px;
	height:525px;
	float:left;
	margin-left:5px;
}

.boxmeio {
	width:432px;
	height:auto;
	float:left;
	margin-left:10px;
}

.botaopromocao {
	width:130px;
	height:123px;
	float:left;
	margin-left:5px;
}

.novidades {
	width:140px;
	height:263px;
	float:left;
	margin-top:5px;
}

.cadastro {
	width:138px;
	height:90px;
	float:left;
}

.faleconosco {
	width:138px;
	height:75px;
	float:left;
	margin-top:7px;
}

.botaolateral {
	width:138px;
	height:62px;
	float:left;
	margin-top:7px;
}

.menuinferior {
	width:585px;
	height:26px;
	margin-left:120px;
	_margin-left:60px;
	float:left;
	margin-top:15px;
}

#jornal {
	position:absolute;
	left:770px;
	top:525px;
	width:190px;
	height:148px;
	z-index:1;
}

.credito {
	width:300px;
	text-align:center;
	height:auto;
	background-color:#FFFFFF;
	margin-left:280px;
	_margin-left:140px;
	margin-top:15px;
	float:left;
}

.credito2 {
	width:100px;
	text-align:center;
	height:auto;
	background-color:#FFFFFF;
	margin-left:100px;
	margin-top:15px;
	float:left;
}

.lojasfla {
	width:430px;
	height:auto;
	float:left;
	margin-top:10px;
}

.tiralojas {
	width:205px;
	margin-left:10px;
	_margin-left:35px;
	margin-top:30px;
	float:left;
	height:auto;
}
.lojas {
	width:200px;
	height:auto;
	float:left;
	margin-top:20px;
}

.textolojas {
	width:400px;
	text-align:justify;
	height:100px;
	float:left;
	margin-top:40px;
	margin-left:20px;
	_margin-left:5px;
}

/*acordion */

.accordion_toggle {
	display: block;
	height: 30px;
	width: 420px;
	background: #9DC5DE;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid  #FFFFFF;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background: no-repeat top right #C7EAFD;
	color: #666666;
	border-bottom: 1px solid  #FFFFFF;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	width:400px;
	text-align:justify;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:1.0em;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
	
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 430px;
	background: no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background: no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}

.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

/*Formularios*/

.campos {
	width:120px;
	height:18px;
	float:left;
	color:#999999;
	border:solid 1px #E6E6E6;
	font-size:1.2em;
	margin-top:5px;
}

.dados {
	width:auto;
	height:auto;
	float:left;
}

.bt_enviar {
	font-size:1.0sem;
	float:left;
	width:auto;
	height:auto;
	padding:5px;
}

.botoes {
	width:auto;
	height:;
	font-size:1.2em;
	margin-left:70px;
	margin-top:10px;
	float:left;
}

.enviar {
	width:300px;
	height:auto;
	float:left;
	margin-top:20px;
	margin-left:40px;
}

