/* CSS Geral */
html, body, form{
	margin:0px;
	padding:0px;
	height:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9f9f9f;
}

body{
	background-color:#fff;
}

.escondido{
	display:none;
}

#pagina {
	width:977px;
	height:784px;
	margin-left:auto;
	margin-right:auto;
}

a img{
	border:none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

a img:hover{
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

.imgOff70 {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#inicial{
	background:url(../img/backInicial.png) no-repeat;
	width:977px;
	height:784px;
	display:table;
}

#logoInicial{
	float:left;
	display:inline;
	margin-top:245px;
	margin-left:130px;
}

#saibaComo{
	clear:both;
	float:right;
	display:inline;
	margin-top:135px;
	margin-right:77px;
}

#inicial #orcamento{
	clear:both;
	float:right;
	display:inline;
	margin-top:20px;
	margin-right:77px;
}

/*Produtos*/

#prod1, #prod3, #prod5{
	background:url(../img/prodBack1.jpg);
	width:529px;
	height:261px;
	float:left;
	display:inline;
	margin:0;
}

#prod3{
	background:url(../img/prodBack3.jpg);
}

#prod5{
	background:url(../img/prodBack5.jpg);
}

#prod2, #prod4, #prod6{
	background:url(../img/prodBack2.jpg);
	width:448px;
	height:261px;
	float:left;
	display:inline;
	margin:0;
}

#prod4{
	background:url(../img/prodBack4.jpg);
}

#prod6{
	background:url(../img/prodBack6.jpg);
}

#logoProd{
	float:left;
	display:inline;
	margin-top:87px;
	margin-left:34px;
}

#solOrcamento{
	margin-top:29px;
	margin-right:1px;
	float:right;
	display:inline;
}

/* Orçamento */

#pagOrcamento{
	background:url(../img/backOrcamento.png);
	width:977px;
	height:784px;
	display:table;
} 

#logoOrc{
	float:left;
	display:inline;
	margin-top:290px;
	margin-left:109px;
}


#formOrcamento{
	clear:both;
	width:340px;
	height:330px;
	margin-top:109px;
	margin-right:50px;
	float:right;
	display:inline;
}

.campo, .textarea{
	background:none;
	border:none;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#039;
	margin-bottom:6px;
	width:330px;
	height:25px;
}

.textarea{
	margin-top:8px;
	height:175px;
}

#btEnviar{
	background:url(../img/btEnviar.png);
	width:78px;
	height:26px;
	cursor:pointer;
	border:none;
	float:right;
	display:inline;
	margin-right:20px;
	margin-top:10px;
}

#btEnviar:hover{
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#msgRetorno{
	margin-top:5px;
	color:#F00;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:240px;
	height:38px;
}
