@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
	font-family: Verdana, Trebuchet MS, Arial, Sans-serif;
	font-size: 11px;
	text-decoration: none;
}

address{ font-style: normal; }
hr, .none { display: none !important; }
fieldset {border: none; }
html, body, #geral {height: 100%;}
p{ margin-bottom: 16px; }

body > #geral {height: auto; min-height: 100%;}

label input, label textarea{ 
	background: #f6dada;
	border: 1px solid #ab7d7d;
}

#cabecalho, #conteudo { height: 100%; padding-bottom: 68px;}

.inner{
	margin: 0 auto;
	width: 716px;
}

a {
	color:black;
	text-decoration:none;
}

/*  */

#geral{ background: url(../img/geral-background.gif) repeat-x; }

/**/
#cabecalho{
	float: left;
	width: 174px;
	background: url(../img/coluna-background.png) no-repeat 155px 205px;
}
#cabecalho h1{
	background: url(../img/cabecalho-logo.gif) no-repeat;
	height: 176px;
	margin: 0 0 50px;
}

#cabecalho .coluna .h3Telefone, #cabecalho .coluna .h3Email, #cabecalho .coluna .h3Claro, #cabecalho .coluna .h3Curriculo{
	padding: 0 0 0 46px;
	margin: 0 0 40px;
}
#cabecalho .coluna .h3Telefone{
	background: url(../img/cabecalho-h3-telefone.gif) no-repeat;
	height: 50px;
}
#cabecalho .coluna .h3Telefone .h3Telefone{
	background: url(../img/h3-telefone.png) no-repeat;
	height: 23px;
	margin: 0px;
}
#cabecalho .coluna .h3Email{ background: url(../img/cabecalho-h3-email.gif) no-repeat; }
#cabecalho .coluna .h3Email .h3Email{
	background: url(../img/h3-email.png) no-repeat;
	height: 23px;
	margin: 0px;
}
#cabecalho .coluna .h3Curriculo{ background: url(../img/cabecalho-h3-curriculos.gif) no-repeat; }
#cabecalho .coluna .h3Curriculo .h3Curriculo{
	background: url(../img/h3-curriculos.png) no-repeat;
	height: 23px;
	margin: 0px;
}
#cabecalho .coluna .h3Claro{ background: url(../img/cabecalho-h3-claro.gif) no-repeat; }
#cabecalho .coluna .h3Claro .h3Claro{
	background: url(../img/h3-em-foco.png) no-repeat;
	height: 23px;
	margin: 0px;
}
#cabecalho .coluna{ 
	margin-right: 15px;
	min-height: 458px;
	height: 458px;
	*min-height: 525px;
	*height: 525px;
}
#cabecalho address span{ font-size: 12px;}

/**/

#conteudo{ 
	float: left;
	width: 505px;
	padding: 72px 0 0 35px;
	position: relative;
}
#conteudo .breve{
	background: url(../img/breve.png) no-repeat;
	width: 91px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 0px;
	cursor: pointer;
}
#conteudo h2{ 
	padding: 10px 0 22px;
	background-position: 0px 10px !important;
}
#conteudo .h2Quantum{
	background: url(../img/h2-quantum-contact.png) no-repeat;
	height: 27px;
}
#conteudo .h2Contato{
	background: url(../img/h2-entre-em-contato.png) no-repeat;
	height: 27px;
}

#conteudo #form-contato{
	height: 145px; 
	position: relative;
	margin: 0 0 20px;
}
#conteudo #form-contato label{
	display: block;
	width: 235px;	
	padding: 0 15px 12px 0;
}
#conteudo #form-contato label input{
	width: 216px;
	display: block;
	height: 14px;
	padding: 2px;
}
#conteudo #form-contato label textarea{ 
	width: 239px;
	height: 80px;
}
#conteudo #form-contato .direito{
	position: absolute;
	right: 0;
	top: 0;
	*top: 12px;
}
#conteudo #form-contato .btEnviar{
	float: left;
	position: absolute;
	bottom: 20px;
	*bottom: 5px;
	_bottom: 12px;
	left: 255px;
	_left: 248px
}

#conteudo #form-contato #msgFormErro{
	color: #900;
	font-weight: bold;
}

/*  */

#rodape {
	position: relative;
	margin-top: -68px;
	height: 44px;
	padding: 24px 0 0;
	clear: both;
	background: #242526;
	color: #FFF;
}
#rodape p{
	float: left;
}
#rodape a{ color: #FFF;}
#rodape a:hover span{ color: #09C;}
#rodape a:hover { _color: #09C;}
#rodape address{
	float: right;
}
