.corpo {
	width: 790px;
	border: 1px solid #CCCCCC;
}
.barra_top {
	background-image: url(/img/pagina/barra_fundo.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.spacer_fundo {
	background-image: url(/img/pagina/fundo_1.png);
	background-repeat: repeat;
	height: 5px;
}
.conteudo {
	background-color: #FFFFFF;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #94AD97;
	border-right-color: #94AD97;
	border-bottom-color: #94AD97;
	border-left-color: #94AD97;
}
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.menu {
	background-image: url(/img/menu/fundo_menu.png);
	background-repeat: repeat;
	padding-left: 3px;
	clear: both;
	float: inherit;
}

.menu .home
{
	background-image: url(/img/menu/home_off.png);
	height: 31px;
	width: 107px;
}
.menu  .home_on {
	background-image: url(/img/menu/home_on.png);
	height: 31px;
	width: 107px;
}
.menu .empresa {
	background-image: url(/img/menu/empresa_off.png);
	height: 31px;
	width: 135px;
}

.menu .empresa_on {
	background-image: url(/img/menu/empresa_on.png);
	height: 31px;
	width: 135px;
}
.menu  .portifolio {
	background-image: url(/img/menu/portifolio_off.png);
	height: 31px;
	width: 149px;
}
.menu  .portifolio_on {
	background-image: url(/img/menu/portifolio_on.png);
	height: 31px;
	width: 149px;
}
.menu .orcamento {
	background-image: url(/img/menu/orcamento_off.png);
	height: 31px;
	width: 153px;
}
.menu .orcamento_on {
	background-image: url(/img/menu/orcamento_on.png);
	height: 31px;
	width: 153px;
}
.menu .contato {
	background-image: url(/img/menu/contato_off.png);
	height: 31px;
	width: 134px;
}
.menu .contato_on {
	background-image: url(/img/menu/contato_on.png);
	height: 31px;
	width: 134px;
}
.menu .email {
	background-image: url(/img/menu/email_off.png);
	height: 31px;
	width: 105px;
}
.menu .email_on {
	background-image: url(/img/menu/email_on.png);
	height: 31px;
	width: 105px;
}



.menu div {
	float: left;
	cursor: pointer;

}


.spacer {
	clear: both;
}
.titulo {
	font-weight: bold;
	color: #4B634F;
}

ul {
	margin:10px;
	padding:0px;
}
.clear_p10 {
	clear:both;
	padding:0px 0px 10px 0px;
}


 label
{
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
input
{
	color: #333333;
	border: 1px solid #4B634F;
	background-color: #E9EDEA;
}
fieldset
{
	border: 1px solid #4B634F;
	width: 500px
}

legend
{
	color: #4B634F;
	padding: 2px 6px;
	font-weight: bold;
	font-size: 14px;
}
textarea {
	color: #333333;
	border: 1px solid #4B634F;
	background-color: #E9EDEA;
}
