/*****************************************
	GERAL
*****************************************/
*{
	margin:0;
	padding:0;
}
body{
	background:#F8FDFB url(../img/bg_body.jpg) top center repeat-x;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif, Tahoma;
	color:#155477;
}
html, body{ 
	height:100%
}
a{
	color:#01642a;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.escondido, span.idioma a img{
	display:none;
}
span.idioma a{
	width:54px;
	height:12px;
	display:block;
	float:right;
	position:relative;
	left:52px;
	top:24px !important;
	top:20px;
	background:url(../img/bt_idioma.gif) no-repeat;
}
span.idioma a:hover{
	background-position: 0 -12px;
}
/*****************************************
	ELEMENTOS BLOCO ESPECÍFICOS HOME
*****************************************/
body#home{
	background:#F8FDFB url(../home/img/bg_body.jpg) top center repeat-x;
}
#containner-geral{
	width:776px;
	margin:0 auto;
	position:relative; /* this is necessary to make the center column run over the side ones*/
	z-index:1; /* this is necessary to make the center column run over the side ones*/
}
img.chamada{
	width:161px;
	height:67px;
	margin:30px 15px;
	float:left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../home/img/chamada_oquefazemos.png', sizingMethod='scale');
	background: url(../home/img/chamada_oquefazemos.png) no-repeat !important;
	background:url(../img/blank.gif) no-repeat;
}
#destaque{
	width:295px;
	clear:both;
	float:left;
	margin-right:20px;
	height:260px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../home/img/box_destaque.png', sizingMethod='scale');
	background:url(../home/img/box_destaque.png) center center no-repeat !important;
	background:url(../img/blank.gif) no-repeat;
}
#destaque img{
	width:267px;
	height:232px;
	position:relative;
	top:50%;
	margin-top:-116px;
	left:50%;
	margin-left:-133px;
}
/*****************************************
	MENU PRINCIPAL
*****************************************/
ul#menu{
	float:left;
	overflow:hidden;
	display:inline;
	margin-top:35px;
	list-style:none;
	height:34px;
}
ul#menu li{
	float:left;
	display:inline;
}
ul#menu li a{
	overflow:hidden;
	display:block;
	height:34px;
	margin-left:10px;
}
ul#menu li a img.alternativa{
	visibility: hidden;
	display:block;
}
ul#menu li#mn-empresa a{
	width:101px;
	background:url(../home/img/mn_empresa.png) 0 0 no-repeat;
}
ul#menu li#mn-empresa a:hover{
	background:url(../home/img/mn_empresa.png) 0 -34px no-repeat;
}
ul#menu li#mn-servicos a{
	width:89px;
	background:url(../home/img/mn_servico.png) 0 0 no-repeat;
}
ul#menu li#mn-servicos a:hover{
	background:url(../home/img/mn_servico.png) 0 -34px no-repeat;
}
ul#menu li#mn-clientes a{
	width:87px;
	background:url(../home/img/mn_clientes.png) 0 0 no-repeat;
}
ul#menu li#mn-clientes a:hover{
	background:url(../home/img/mn_clientes.png) 0 -34px no-repeat;
}
ul#menu li#mn-contato a{
	width:90px;
	background:url(../home/img/mn_contato.png) 0 0 no-repeat;
}
ul#menu li#mn-contato a:hover{
	background:url(../home/img/mn_contato.png) 0 -34px no-repeat;
}

body#home img#logo-vogbr{
	width:195px;
	height:48px;
	float:left;
	margin:32px 0 20px 94px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../home/img/logo_vogbr.png', sizingMethod='scale');
	background:url(../home/img/logo_vogbr.png) no-repeat !important;
	background:url(../img/blank.gif) no-repeat;
}
img#logo-vogbr, img#foto-cabecalho, img.chamada, #destaque, ul#form-indica li span{
	behavior:url(../img/pngbehavior.htc);
}
#conteudo{
	width:632px;
	margin:0 auto;
	display:table;
}
body#home #conteudo p{
	margin:25px 20px 58px 15px;
	width:400px;
	float:left;
}
body#home #foto-cabecalho{
	width:632px;
	height:204px;
	clear:both;
	margin:0 auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../home/img/bg_fotocabecalho.png', sizingMethod='scale');
	background:url(../home/img/bg_fotocabecalho.png) center center no-repeat !important;
	background:url(../img/blank.gif) no-repeat;
}
body#home #foto-cabecalho img{
	width:604px;
	height:176px;
	position:relative;
	top:50%;
	margin-top:-88px;
	left:50%;
	margin-left:-302px;
}

/*****************************************
	ESTILO PARA O BACKGROUND DUPLO
*****************************************/

.column-direita, .column-esquerda{
	width:50%;
	height:204px;
	position:absolute;
	top:0;
	z-index:0;
}
.column-direita{
	background:url(../home/img/repeticao_linha_direita.jpg) repeat-x;
}
.column-esquerda{
	background:url(../home/img/repeticao_linha_esquerda.jpg) repeat-x;
}
.direita{
	right:0;
}
.esquerda{
	left:0;
}
#direita, #esquerda{
	height:204px;
}
#direita{
	background:url(../home/img/bg_direita.jpg) top left no-repeat;
}
#esquerda{
	background:url(../home/img/bg_esquerda.jpg) top right no-repeat;
}

/*****************************************
	ESTILO PARA O FORMULÁRIO DE INDICAÇÃO
*****************************************/

#formulario{
	float:left;
	width:307px;
}
#formulario fieldset{
	border:0;
}
#formulario h2{
	background:url(../home/img/tit_recomende.jpg) no-repeat;
	width:301px;
	position:relative;
	margin-top:-25px;
	height:59px;
}
ul#form-indica{
	padding-left:11px;
	list-style:none;
}
ul#form-indica li{
	float:left;
	margin-bottom:4px;
}
ul#form-indica li label{
	margin-left:11px;
	font-size:11px;
	margin-bottom:-4px;
	display:block;
}
ul#form-indica li input{
	width:128px;
	border:0;
	padding:.4em 0 1.2em 4px;
	background:url(../home/img/box_input_dir.gif) bottom right no-repeat;
	font:11px arial, sans-serif;
	color:#1e5a7b;
}
ul#form-indica li textarea{
	width:256px;
	height:65px;
	padding:.4em 0 0 4px;
	font:11px arial, sans-serif;
	margin:5px 0 0 6px;
	color:#1e5a7b;
	background:#e9f7fb;
	border:4px solid #FFF;
}
ul#form-indica li textarea:hover, ul#form-indica li textarea .focus{
	color:#01642a;
	background:#d8f4e9;
}
ul#form-indica li input:hover, ul#form-indica li input .focus{
	color:#01642a;
	background:url(../home/img/box_input_dir_over.gif) bottom right no-repeat;
}
ul#form-indica li span{	
	background: url(../home/img/box_input_esq.gif) left top no-repeat;
	display:block;
	width:128px;
	padding:9px 0 0 9px;
}
ul#form-indica li input#botao{	
	width:106px;
	height:49px;
	display:block;
	background:url(../home/img/bt_enviar.gif) 0 0 no-repeat;
	padding:0;
	position:absolute;
	bottom:-43px !important;
	bottom:-44px;
	right:100px;
}
ul#form-indica li input#botao:hover{
	background:url(../home/img/bt_enviar.gif) 0 -49px no-repeat;
}
body#home #rodape{
	clear:both;
	position:relative;
	height:93px;
	top:15px;
	background:url(../img/bg_rodape.jpg) repeat-x;
}
body#home #rodape address{
	font-style:normal;
	width:660px;
	display:block;
	float:left;
	text-align:left;
	position:relative;
	z-index:1000;
	top:15px;
	left:50%;
	font-size:11px;
	color:#207262;
	margin-left:-300px;
}
body#home #rodape span{
	position:relative;
	top:-16px;
	left:0;
	float:right;
}