/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family: arial;
	background-color: #F5C85C;
	background-image:url("../images/fundo_body.jpg");
	background-position:top center;
	background-repeat:repeat-x;
}
a img{
	border: none;
}
#container{
	position:absolute;
	width:780px;
	left:50%;
	margin-left:-390px;
	background-color: #FFFAEE;
	background-image:url("../images/fundo_barras.jpg");
	background-position:top left;
	background-repeat:repeat-x;
	border-left: 3px solid #F9DA91;
	border-right: 3px solid #F9DA91;
}

#header{
	text-align: center;
	background-color: #fff;
	padding: 0px;
	width:780px;
}
#header a{
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#menu{
	width: 175px;
	float: left;
	border-top: 1px solid #FBD988;
	padding: 0px;
}
#menu ul{
	margin: 20px 0px 0px 25px;
	padding: 0px;
}
#menu ul li a{
	display:block;
	font-size: 12px;
	color: #28551A;
	text-decoration: none;
	margin-bottom: 8px;
	*margin-bottom: -12px;
	font-weight: bold;
}
#center{
	border-top: 1px solid #FBD988;
	width: 400px;
	_width: 424px;
	float: left;
	padding: 10px;
	padding-top:20px;
	background-color: #FFFAEE;
	background-image: url("../images/fundo_content.jpg");
	background-position:top center;
	background-repeat: no-repeat;
	font-size:12px;
	color: #3A4A2F;
	line-height:150%;	
}
#center h1{
	background-color: #FFF;
	background-image: url("../images/fundo_h1.jpg");
	background-position:bottom left;
	background-repeat:repeat-x;
	padding: 10px;
	margin:0px 15px 10px 0px;
	color: #5B9945;
	font-size:22px;
	line-height: 120%;
	border-left: 30px solid #F5C85C;
}
#center a{
	font-size: 11px;
}

#direita{
	width: 175px;
	border-top: 1px solid #FBD988;
	padding: 0px;
	float: left;
	margin-right: 0px;
	text-align: center;
	
}

#direita #imgPortal{
	margin-top:20px;
	margin-bottom:15px;
	
}

#footer{
	width:780px;
	background-color: #5E7A4D;
	float: left;
	text-align: center;
	color: white;
	padding: 10px 0px 10px 0px;
}

.receita{
	border: 1px solid #F9D37B;
	background-color: white;
	text-align: center;
	width: 145px;
	margin: auto;
}
.receita img{
	margin: 4px;
	width: 85%;
}

.receita h4{
	background-color: #FFF;
	background-image: url("../images/fundo_h1.jpg");
	border-left: 10px solid #F5C85C;
	color: #5B9945;
	font-size:12px;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	text-align: left;
}

/*LOGIN EMPRESA*/
/*.login_empresa{
	width:145px;
	height:140px;
	background-image:url("../images/empresa_login.gif");
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:6px;
	margin-top:3px;
}
.login_empresa input{
	width:115px;
	height:18px;
	_width:102px;
	_height:12px;
	*width:115px;
	*height:17px;
	display:block;
	position:relative;
	border:1px solid #fff;
}
.login_empresa #login{
	top:52px;
	left:7px;
	_left:3px;
	*left:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.login_empresa #senha{
	top:70px;
	_top:69px;
	left:7px;
	_left:3px;
	*left:1px;
}
.login_empresa button{
	display:block;
	position:relative;
	top:74px;
	left:78px;
	font-family:tahoma;
	font-size:11px;
}*/

#galeria{
	width: 190px;
	float:right;
	text-align: right;
}
#galeria img{
	border: 2px solid #F9D37B;
	margin-bottom: 8px;
}
