/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#555;
	margin:0 0 10px 0;
	background:url(../images/bg.gif) repeat;
}

/* formatação */

* {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:middle;
}

h1, h2, h3, h4 {font-weight:normal;}

fieldset {border:none;}

img {border:none;}

a {
	color:#309ec0;
	text-decoration:none;
}

a:hover {
	color:#ff8400;
	text-decoration:underline;
}

p {
	margin:0 0 14px 0;
	text-align:justify;
	font-size:1.1em;
}

.titulo {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	margin:0 0 16px 0;
	color:#308fac;
}

.sTitulo {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:600;
	padding:10px 0 16px 0;
	color:#eb7f3c;
}

.sTituloBox {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:600;
	padding:0 0 16px 0;
	color:#eb7f3c;
}

/* div #geral que engloba as demais */

#geral {
	width:780px;
	background:url(../images/bg_fechaRodape.gif) bottom #fff no-repeat;
	margin:0 auto;
}

/* topo */

#topo {
	height:162px;
	margin:0 6px 0 6px;
	background:url(../images/bg_topo.gif) bottom repeat-x;
}

#logo {
	float:left;
	padding:15px 0 0 5px;
	width:205px;
}

#topo h2 {
	float:left;
	font-size:1.5em;
	margin:75px 0 0 30px;
}

#topo h3 {
	float:right;
	font-size:1.0em;
	margin:50px 20px 0 0;
	color:#eb7f3c;
}

#topo h3 strong {font-size:1.7em;}

#topo h3 img {
	margin:0 10px 0 0;
}

/* menu */

#menu {
	height:32px;
	margin:0 6px 0 6px;
	border-bottom:6px solid #fff;
	background:url(../images/bg_menu.gif) repeat-x;	
}

ul#menu li {display:inline;}

ul#menu li.menuLink a {
	float:left;
	padding:9px 17px 9px 18px;
	font-weight:600;
	color:#555;
	text-decoration:none;
}

ul#menu li.menuLink a:hover {
	background:#eb7f3c;
	color:#fff;
}

ul#menu li.selected a {
	float:left;
	padding:9px 17px 9px 18px;
	font-weight:600;
	background:#fff;
	color:#eb7f3c;
	text-decoration:none;
}

/* imagem principal */

#imgConceito {
	height:199px;
	/*background:url(../images/imgConceito.jpg) no-repeat;*/
}

/* coluna lateral */

#colunaLateral {
	float:right;
	width:215px;
	background:url(../images/bg_boxloginTop.gif) top no-repeat;
	margin:6px 6px 6px 0;
	padding:10px 0 0 0;
}

.boxLateral {
	width:198px;
	margin:0 6px 0 0;
	padding:8px 0 0 15px;
	background:url(../images/bg_boxloginBottom.gif) #f4f4f4 bottom no-repeat;
}

/* coluna lateral interna */

#colunaLateralInt {
	float:right;
	width:215px;
	background:url(../images/bg_boxloginTop.gif) top no-repeat;
	margin:70px 6px 6px 0;
	padding:9px 0 0 0;
}

.topoBoxLateralInt {
	height:10px;
	background:url(../images/bg_boxloginTop.gif) top no-repeat;	
}

.boxLateralInt {
	width:183px;
	margin:0 6px 10px 0;
	padding:8px 15px 10px 15px;
	background:url(../images/bg_boxloginBottom.gif) #f4f4f4 bottom no-repeat;
}

/* lista padrao */

ul.lista li {
	background:url(../images/seta.gif) left no-repeat;
	padding:0 0 0 8px;
	font-size:1.1em;
}

/* box login */

.loginBox {
	width:198px;
	margin:0 6px 0 0;
	padding:9px 0 0 15px;
	background:url(../images/bg_boxloginBottom.gif) #f4f4f4 bottom no-repeat;
}

.loginBox h2 {
	font-size:1.0em;
	text-transform:uppercase;
	margin:0 0 10px 0;
	font-weight:600;
}

.loginBox a {
	color:#eb7f3c;
	text-decoration:none;
}

.loginBox a:hover {
	color:#eb7f3c;
	text-decoration:underline;
}

.loginBox p {
	padding:10px 0 0 0;
	clear:both;
}

input.login {
	width:180px;
	font-family:arial;
	font-size:1.2em;	
	padding:2px;
	border:1px solid #c2c2c2;
	color:#555;
	margin:0 0 6px 0;
}

.button {
	background:#eb7f3c;
	padding:1px 5px 1px 5px;
	border:none;
	color:#fff;	
}

.loginBox button {
	float:right;
	margin:0 15px 0 0;
}

.bannerAdvocacia {
	width:215px;
	height:80px;
	float: left;	
	margin:6px 0 0 0;
}

.atendimentoexpresso{
	width:195px;
	height:85px;
	float:left;
	padding:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:10px 0 0 0;
	background-color:#349AB8;
}

.atendimentoexpresso h2 {
	font-size:1.0em;
	margin:0 0 0 30px;
	float:left;
	color:#FFF;
	text-transform:uppercase;
	margin:5px 0 10px 30px;
	font-weight:600;
}

.atendimentoexpresso a {
float:left;
color:#FFF;
padding:0 0 0 50px;
background:left url(../images/check.png) no-repeat;
}

/* conteudo home */

#conteudoHome {
	float:left;
	width:510px;
	padding:30px 10px 20px 15px;
}

#conteudoImovix {
	padding:30px 15px 20px 15px;
}

/* email enviado */

#emailEnviado {
	padding:10px 0 40px 0;
}

#emailEnviado img {
	float:left;
	margin:10px 0 0 20px;	
}

#emailEnviado h4 {
	font-size:1.6em;
	font-weight:600;
	padding:20px 0 8px 0;
}

/* rodape */

#rodape {
	height:52px;
	margin:60px 0 0 6px;
	padding:18px 0 0 20px;
	background:url(../images/bg_rodape.gif) no-repeat;
	color:#fff;
	clear:both;
}

address {
	font-size:1.1em;
	font-weight:600;
	font-style:normal;
}

.assinatura {
	width:760px;
	margin:0 auto;
	text-align:right;
	padding:10px;
}
