/* Estrutura */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	background: url(../imagens/fundo-topo.jpg) repeat-x top #fff;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	color: #777;
}

div#global {
	width: 770px;
	margin: 0 auto;
}

div#bloco-central {
	width: 600px;
	margin: 0 auto;
}

div#bloco-central div.conteudo {
	width: 530px;
	margin: 0 auto;
}

body.home div#bloco-central {
	width: 640px;
	margin: 0 auto;
}

body.home div#bloco-central div.conteudo {
	width: 290px;
	margin: -230px 18px 20px 0;
	position: relative;
	float: right;
}


/* Final Estrutura */
/*----------------------------------------------------------------------------------------------*/


/* Adicionais em Geral */

img {border: 0;}
.separador {clear:both;}
.flutuar {float: left;}
p {
	padding: 5px 0;
	line-height: 1.6em;
	text-align: justify;
}
a {color: #00445E;text-decoration: none;}
acronym {
	color: #09f;
	cursor: help;
}
ul li {list-style: none;}

/* Final Adicionais em Geral */
/*----------------------------------------------------------------------------------------------*/


/* Topo */

div#topo {
	padding: 0 40px;
	height: 70px;
	margin-bottom: 3px;
}

h1 {
	background: url(../imagens/logo-ifranquia-internas.jpg) no-repeat;
	width: 128px;
	height: 70px;
	text-indent: -999em;
	float: left;
	margin-right: 40px;
}

h1 a {
	display: block;
	width: 128px;
	height: 70px;
	overflow: hidden;
}

h2 {display:none;}

div#topo ul {
	float: left;
	height: 50px;
	backgr ound: red;
}

div#topo ul li {
	float: left;
	margin: 0 7px;
	height: 50px;
}

div#topo ul li a {
	color: #fff;
	font: 1.2em "Trebuchet MS";
	text-transform: uppercase;
	display: block;
	line-height: 70px;
	padding: 0 7px;
}

div#topo ul li a:hover {
	background: url(../imagens/bt-menu-topo-over.jpg) repeat-x;
	color: #00445E;
}

/* Final Topo */
/*----------------------------------------------------------------------------------------------*/


/* Conteudo */

div.banner {margin-bottom: 25px;}

h3 {
	background: url(../imagens/seta-titulo.png) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 27px;
	color: #00445E;
	font: 1.4em "Trebuchet MS";
	text-transform: uppercase;
	margin-bottom: 10px;
}

h3.clientes {
	margin-bottom: 30px;
}

h4 {
	color: #00445E;
	font-size: 1.2em;
	margin-bottom: 10px;
}

h4 a {
	color: #09f;
	font-size: .8em;
	display: block;
	font-weight: normal;
}

div.cliente {
	margin-bottom: 30px;
	float:left;
}

div.cliente a.logo {
	float:left;
	width: 150px;
	margin-right: 15px;
}

div#bloco-central  div.cliente div.conteudo {
	float:left;
	width: 365px;
}

form {margin-top:20px;}

form label {
	width: 15%;
	display: block;
	float: left;
	padding-left: 90px;
	color: #09f;
	text-align: left;
}

form input, form textarea {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	width: 240px;
	padding: 1px;
	color: #666;
	border: 1px solid #ccc;
}

form input.enviar {
	background: url(../imagens/bt-enviar.jpg) no-repeat;
	border: none;
	width: 70px;
	height: 30px;
	display: block;
	text-indent: -999em;
	line-height: 999em;
	cursor: pointer;
}

ul.servicos li {
	background: url(../imagens/seta-lista.jpg) no-repeat 0 3px;
	padding: 2px 0 2px 20px;
	line-height: 1.4em;
	margin-left: 35px;
}

/* Final Conteudo */
/*----------------------------------------------------------------------------------------------*/


/* Rodape */

div#rodape {
	background: url(../imagens/fundo-rodape.jpg) repeat-x;
	margin-top: 25px;
	height: 213px;
	padding: 13px 40px 10px;
	color:#fff;
	clear: both;
}

div#rodape h3 {
	color:#fff;
	margin-bottom: 15px;
}

div#rodape div.conteudo {
	width: 700px;
	margin: 0 auto;
}

div#rodape div.depoimento {
	width: 500px;
	height: 170px;
	padding-right: 30px;
	float: left;
}

div#rodape div.depoimento p {line-height: 1.4em;}

div#rodape div.depoimento a {color: #fff;}

div#rodape div.depoimento a:hover {
	color: #00445E;
	background: #fff;
}
div#rodape cite {
	font-style: normal;
	margin-top: 5px;
	display: block;
}

div#rodape cite strong {
	color: #09f;
	display: block;
}

div#rodape div.contatos {
	width: 170px;
	float: left;
}

div#rodape div.contatos strong {
	color: #09f;
	display: block;
	margin-top: 13px;
}

div#rodape div.contatos a {color: #fff;}

div#rodape div.contatos a:hover {
	color: #00445E;
	background: #fff;
}

div#rodape address {
	background: url(../imagens/logo-endereco.jpg) no-repeat;
	width: 600px;
	padding: 5px 0 0 50px;
	height: 38px;
	margin: 0 auto;
	font-style: normal;
	line-height: 1.4em;
	clear: both;
}

/* Final Rodape */
/*----------------------------------------------------------------------------------------------*/