/*
	BCA Boaventura & Consultores Associados
	Autor: Frederico Freire Boaventura
	Data : 2008.03.02
	Site : http://bcaconsultores.com.br
*/

/*
	Configurações de Tags Padrão
*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000033;
	margin: 0px;
	padding: 0px 15% 0px 5em;
	background: url(../images/fundo.jpg) repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: navy;
}
/*
	Configurações do Cabeçalho
*/
#header {
	background-color: #000033;
	color: #fff;
	width: 100%;
	height: 9em;
}
#header .title { 
	background-color: #fff;
	color: #000033;
	font-size: 18pt;
	font-family: cursive, sans-serif;
}
#header #logo {
	float: left;
	width: auto;
	margin: 0px 0px 0px 0px;
}
#header #logo span.logo span {
	display: none;
}
#header #logo .logo {
	display: block;
}
#header #logo .slogan {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	font-weight: bolder;
	font-size: 10pt;
	vertical-align: middle;
	padding-left: 1em;
}

/*
	Configurações do Menu
*/
#header #menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-transform: capitalize;
	background-color: #000033;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	height: auto;
	text-align: right;
	z-index: 999;
}
#header #menu img {
	border: 0px;
	padding: 0px;
	margin: 2px;
}
#header #menu a {
	font-size: 9pt;
	border-bottom: dashed 1px #fff;
	text-decoration: none;
	text-transform: capitalize;
	color: #fff;
}
#header #menu a:hover {
	text-decoration: underline;
	text-transform: capitalize;
	color: #000066;
	background-color: #fff;
	font-weight: bolder;
}
/*
	Configurações do título das páginas
 */
#title {
	display: inline;
	text-decoration: none;
	text-align: right;
	margin-right: 2em;
	vertical-align: middle;
	height: 75px;
}
#title .img {
	margin-right: 2em;
}
#title .img img {
	vertical-align: middle;
	margin-right: 5px;
}
#title .fltit {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 45pt;
	vertical-align: middle;
	color: #cecfce;
	background-color: #000033;
}
/*
	Configurações do corpo das páginas
*/
#body {
	font-family: inherit;
	background-color: white;
	border: 1px solid navy;
}
#body p {
	text-align: justify;
	margin: .5em 2em 1em 3em;
}
#body #titbd {
	margin: 1.5em 0px 2em 0px;
}
#body #titbd h1 {
	font-size: 16pt;
	color: #CECFCE;
	text-align: center;
	font-weight: bolder;
}
#body #titbd h2 {
	font-size: 12pt;
	color: #003;
	text-align: center;
	font-weight: bold;
}
#body #titbd hr {
	width: 15em;
	border: 1px solid #003;
}
/*
	Configurações do rodapé das páginas
*/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: capitalize;
	background-color: #000033;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	height: auto;
	text-align: center;
	font-weight: bolder;
	z-index: 999;
}
#footer img {
	border: 0px;
}
#footer #certs {
	position: relative;
	text-align: right;
	margin-top: 10px;
}
/*
    Configurações de Áreas de Atuação
*/
#Descricao {
	position: absolute;
	width: 75%;
	height: 31em;
	margin-left: 5px;
    border: 2px groove #003;
	background-color: #fff;
	z-index: 1999;
}
#Descricao .Desc {
    width: 50em;
    height: 25em;
    background-color: #fff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    float: left;
    margin-left: 1em;
    position: absolute;
    z-index: 2000;
}
#Descricao .Desc ul {
    margin-left: 5em;
}
#Descricao .closeatt {
    font-size: 9pt;
    float: right;
    margin: 2px 2px 2px 2px;
}
#Descricao .titatt {
	margin-left: 2em;
	font-family: inherit;
	font-size: 12pt;
	font-weight: bolder;
	border-bottom: 1px dashed #003;
	margin-bottom: 10px;
}
#Descricao .sbtatt {
	margin-left: 3em;
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}
#AreasAtuacao {
	width: 100%;
	height: 100%;
}
#AreasAtuacao * hr {
	width: 10em;
	border: 1px solid navy;
	margin: 2px 1px 1px 10em;
}
#AreasAtuacao * img {
	margin-left: 10px;
}
#AreasAtuacao div {
	width: 85%;
	margin: 1em 1px 1.5em 2em;
}
#AreasAtuacao * span.sttaat {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	color: #003;
	margin-left: 11em;
}
/*
    Configurações do Formulário de Contato
 */
#frmCtt {
    border: 2px outset #003;
    width: 75%;
    margin: 10px 10px 2em 5em;
    padding: 1em;
}
#frmCtt * {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
#frmCtt table {
    width: 100%;
}
#frmCtt input, #frmCtt textarea, #frmCtt select {
    border: 2px groove #003;
    background-color: #CDD2FF;
    color: #006;
    font-weight: bolder;
	padding-left: .2em;
	margin-right: 0px;
}
#frmCtt * .button {
	background-color: #003;
	color: #fff;
	text-align: center;
	width: 7em;
	margin: 1em;
}
#frmCtt * .frmTip {
    width: 25em;
    vertical-align: middle;
    color: red;
    padding-left: 1em;
}
#frmCtt * .ftmTip ul {
	margin-left: 5em;
}
#frmCtt * .form_error {
	color: red;
	font-size: 9pt;
}
/*
    Configurações da página de Clientes
 */
#clientes {
	padding: 1em 1em 1em 2em;
}
#clientes #cliCategoria {
	font-size: 12pt;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 15px;
}
#clientes #cliClientes {
	font-size: 11pt;
	font-weight: normal;
	margin: 5px 0px 5px 2em;
	
}
/* http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html */

.sexy-button-clear { /* generic container (i.e. div) for floating buttons */
    overflow: auto;
    width: 100%;
    margin-bottom: 26px;
}

a.sexy-button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.sexy-button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.sexy-button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.sexy-button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

