/* GLOBAL ...................................................... */
*{
	padding:0;
	margin:0;
	font-size:1em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	/*background:#000 url(../img/bg_body.jpg) repeat-x left top;*/
	background:#000 url(../img/bg_body2.jpg) repeat left top;
	font-size:12px;
	color:#FFF;
}
h2{
	font-size:2em;
	height:33px;
	text-indent:-20000px;
	padding-bottom:.5em;
}
h3, h4{
	color:#6b6b6b;
	text-transform:uppercase;
	padding-bottom:.5em;
	clear:left;
}
h3{
	font-size:1.8em;
}
h4{
	font-size:1.2em;
}
hr{
	border:1px solid #212121;
	margin:1em 0;
	clear:both;
}
p, address{
	line-height:150%;
	margin-bottom:1em;	
	font-style: normal;
}
ol{
	padding-left:1.5em;
}
ul{
	list-style-type:none;
}
a{
	outline:0 none;
	color:#FFF;
}
/* MAIN ........................................................ */
#main{
	width:770px;
	margin:0 auto;
	background-color:#1B1B1B;
	border-left:4px solid #000;
	border-right:4px solid #000;
}
/* FORM ........................................................ */
fieldset{
	border:0 none;
}
label{
	display:block;
	padding-bottom:.5em;
}
input, textarea, select{
	width:98%;
}
input{
	height:16px;
}
textarea{
	height:110px;
	overflow:auto;
}
.wauto{
	width:auto;
	margin-right:.5em;
}
.size1{
	width:180px;
	float:left;
}
.size2{
	width:70px;
	float:left;
}
.size3{
	width:170px;
	float:left;
}
.size4{
	width:352px;
	float:left;
}
.size5{
	width:110px;
	float:left;
}
.size6{
	width:210px;
	float:left;
}
.text_size2{
	width:300px;
	float:left;
}
.text_size1{
	width:170px;
	float:left;
}
.text_size1 input{
	width:30px;
	margin:0 .5em;
}
.text_size2 select{
	width:80px;
}
.space{
	padding-left:6px;
}
.space_more{
	padding-left:30px;
}
.bt{
	width:100px;
	height:22px;
	float:right;
}
.send_info_mail{
	float:left;
	width:340px;
}
.clear{
	clear:left;
}
/* TOP ......................................................... */
#top{
	background:#000 url(../img/bg_top.png) repeat-x left top;
	height:103px;
	padding:0 0 0 60px;
	border:1px solid #202020;
}
h1{
	float:left;
}
h1 a{
	display:block;
	width:265px;
	height:103px;
	text-indent:-20000px;
}
#anima{
	padding:2px 3px 0;
}
/* MENU TOP ........................................................ */
#menu_top{
	width:190px;
	float:right;
	padding-top:20px;
	height:1%;
}
#menu_top:after{
	content:".";
	display:block;
	clear:both;
	overflow:hidden;
	visibility:hidden;
	height:0;
}
#menu_top li{
	float:left;
}
#menu_top li a{
	display:block;
	height:39px;
	text-indent:-20000px;
}
.m_pedidos{
	background:transparent url(../img/m_pedidos.gif) no-repeat center center;
	width:90px;
}
.m_pedidos:hover{
	background:transparent url(../img/m_over_pedidos.gif) no-repeat center center;
}
.m_cadastros{
	background:transparent url(../img/m_cadastros.gif) no-repeat center center;
	width:90px;
}
.m_cadastros:hover{
	background:transparent url(../img/m_over_cadastros.gif) no-repeat center center;
}
/* MENU ........................................................ */
#menu{
	background-color:#000;
	margin-top:3px;
	height:1%;
}
#menu:after{
	content:".";
	display:block;
	clear:both;
	overflow:hidden;
	visibility:hidden;
	height:0;
}
#menu li{
	float:left;
}
#menu li a{
	display:block;
	height:39px;
	text-indent:-20000px;
}
.m_home{
	background:transparent url(../img/m_home.gif) no-repeat center center;
	width:85px;
}
.m_home:hover{
	background:transparent url(../img/m_over_home.gif) no-repeat center center;
}
.m_empresa{
	background:transparent url(../img/m_empresa.gif) no-repeat center center;
	width:95px;
}
.m_empresa:hover{
	background:transparent url(../img/m_over_empresa.gif) no-repeat center center;
}
.m_produtos{
	background:transparent url(../img/m_produtos.gif) no-repeat center center;
	width:95px;
}
.m_produtos:hover{
	background:transparent url(../img/m_over_produtos.gif) no-repeat center center;
}
.m_construcao_alvenaria{
	background:transparent url(../img/m_construcao_alvenaria.gif) no-repeat center center;
	width:205px;
}
.m_construcao_alvenaria:hover{
	background:transparent url(../img/m_over_construcao_alvenaria.gif) no-repeat center center;
}
.m_orcamentos{
	background:transparent url(../img/m_orcamentos.gif) no-repeat center center;
	width:115px;
}
.m_orcamentos:hover{
	background:transparent url(../img/m_over_orcamentos.gif) no-repeat center center;
}
.m_receitas{
	background:transparent url(../img/m_receitas.gif) no-repeat center center;
	width:90px;
}
.m_receitas:hover{
	background:transparent url(../img/m_over_receitas.gif) no-repeat center center;
}
.m_contato{
	background:transparent url(../img/m_contato.gif) no-repeat center center;
	width:85px;
}
.m_contato:hover{
	background:transparent url(../img/m_over_contato.gif) no-repeat center center;
}

/* CONTENT ..................................................... */
#content{
	height:1%;
	background:#1b1b1b url(../img/bg_content.jpg) repeat-y left top;
}
#content.orcamentos{
	background:#1b1b1b;
}
#content:after{
	content: ".";
	display:block;
	clear:both;
	overflow:hidden;
	visibility:hidden;
	height:0;
}
#content .bullet, #content .products a{
	background:transparent url(../img/bullet.gif) no-repeat left center;
	padding-left:1.5em;
}
.list{
	text-transform:uppercase;
}
#content img{
	border:4px solid #999;
	margin:0 1.5em 1em 0 ;
	float:left;
}
#content img.noborder{
	border:0 none;
}
#content li{
	margin-bottom:.5em;
}
.col_left, .col_right{
	padding:30px;
	float:left;
}
.col_left{
	width:199px;
}
.col_right{
	width:450px;
}
.col_right_empresa{
	padding:30px;
	float:left;
	width:450px;
}
.col_right_prod_in{
	padding:30px;
	float:left;
	width:450px;
}
/* ... HEADING ... */
.h_bem_vindo{
	background:transparent url(../img/h_bem_vindo.gif) no-repeat left center;
}
.h_cadastrese{
	background:transparent url(../img/h_cadastrese.gif) no-repeat left center;
}
.h_categorias{
	background:transparent url(../img/h_categorias.gif) no-repeat left center;
}
.h_conheca_tb_empresa{
	background:transparent url(../img/h_conheca_tb_empresa.gif) no-repeat left center;
}
.h_construcao_alvenaria{
	background:transparent url(../img/h_construcao_alvenaria.gif) no-repeat left center;
}
.h_faca_seu_orcamento{
	background:transparent url(../img/h_faca_seu_orcamento.gif) no-repeat left center;
}
.h_fale_conosco{
	background:transparent url(../img/h_fale_conosco.gif) no-repeat left center;
}
.h_informacoes{
	background:transparent url(../img/h_informacoes.gif) no-repeat left center;
}
.h_lancamentos{
	background:transparent url(../img/h_lancamentos.gif) no-repeat left center;
}
.h_lista_receitas{
	background:transparent url(../img/h_lista_receitas.gif) no-repeat left center;
}
.h_login{
	background:transparent url(../img/h_login.gif) no-repeat left center;
}
.h_nossos_produtos{
	background:transparent url(../img/h_nossos_produtos.gif) no-repeat left center;
}
.h_linha{
	background:transparent url(../img/h_linha.gif) no-repeat left center;
}
.h_receita{
	background:transparent url(../img/h_receita.gif) no-repeat left center;
}
.h_sistemas_pedidos{
	background:transparent url(../img/h_sistemas_pedidos.gif) no-repeat left center;
}
.h_sobre_nossa_empresa{
	background:transparent url(../img/h_sobre_nossa_empresa.gif) no-repeat left center;
}
.h_trabalhe_com_felesa{
	background:transparent url(../img/h_trabalhe_com_felesa.gif) no-repeat left center;
}
.h_visao_futuro{
	background:transparent url(../img/h_visao_futuro.gif) no-repeat left center;
}
.h_missao{
	background:transparent url(../img/h_missao.gif) no-repeat left center;
}
.h_negocio{
	background:transparent url(../img/h_negocio.gif) no-repeat left center;
}
/* ... RECEITAS ... */
#content.receitas img{
	float:right;
	margin: 0 0 0 1em;
}
/* ... ORCAMENTOS ... */
#content.orcamentos{
	padding:30px;
}
/* ... GALLERY ... */
.gallery{
	width:428px;
	margin:0 auto;
	height:1%;
}
.gallery:after{
	content:".";
	display:block;
	clear:both;
	overflow:hidden;
	visibility:hidden;
	height:0;
}
.gallery li{
	float:left;
	width:170px;
	height:180px;
	text-align:center;
	padding:20px 22px 15px;
	margin-top:10px;
	border:0px solid #ffffff;
}
#content .gallery a{
	padding:0;
	background:none;
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#6b6b6b;
}
#content .gallery.inner a{
	color:#fff;
	font-family:Tahoma;
	font-size:1em;
	font-weight:normal;
	text-transform:none;
}
#content .gallery.inner li{
	width:100px;
	height:100px;
	*height:120px;
	margin-left:-30px;
	margin-top:-10px;
	margin-right:10px;
	margin-bottom:20px;
	*margin-left:-16px;
	*margin-top:0px;
	*margin-right:0px;
	*margin-bottom:0px;
}
.gallery img{
	margin-bottom:.5em;
}

/* FOOTER ..................................................... */
#footer{
	font:13px Arial, Helvetica, sans-serif;
	background:#1b1b1b url(../img/bg_footer.jpg) no-repeat left top;
	height:20px;
	padding:19px 0 10px 30px;
}
#footer.no_line{
	background:#1b1b1b url(../img/bg_footer_no_line.jpg) no-repeat left top;
}
#footer address{
	color:#999;
	float:left;
}
#footer a{
	display:block;
	text-indent:-20000px;
	padding-right:15px;
	float:right;
	background:#1b1b1b url(../img/logo_studio.jpg) no-repeat left top;
	width:77px;
	height:18px;
}
.borda{
	border:3px solid #ffffff;
}

a.tooltip{
	position:relative;
	z-index:24;
	text-decoration:none;
}

a.tooltip:hover{
	z-index:25; 
	background:transparent; /* precisa do background para funcionar o Internet Explorer */
}

a.tooltip span{display: none;}

a.tooltip:hover span{
	display:block;
	position:absolute;
	padding: 0px;
	padding-left:10px;
	padding-top:10px;
	margin-top:8px;
	margin-left:-10px;
	top: 10px; 
	left: 10px; 
	border: 1px solid #4278A0;
	background-color:#ffffff;
	color:#ffffff;
	text-align: justify;
	-moz-border-radius: 10px;
	border:2px solid #FFFFFF;
	width:208px;
	}		

