@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------*/
/* desenvolvidor: WeeDo                                  */
/* programador CSS e XHTML: Estevão Dias                 */
/* ------------------------------------------------------*/
/* hacker para transparencia IEka 6 */
/*img, div, a, input { behavior: url(Scripts/iepngfix.htc) }*/
/* fim de hacker */

/* ---> body <--- */
*{
	padding:0;
	margin:0;
}
body{
	background: url(../images/site/fundo_recriando.jpg) repeat-x top #fac5e2;
	font-family:Tahoma, Geneva, sans-serif;
}
#corpo {
	width: 942px;	
}

#header {
	background: url(../images/site/bg-topo.jpg) no-repeat;
	background-position: center 44px;
	height: 208px;
	
}
#conteudo {
	background: url(../images/site/bg-miolo.jpg) repeat-y;
	width: 802px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	font-size: 12px;
	color: #000000;
}
#rodape {
	background: url(../images/site/bg-rodape.jpg) repeat-y;
	height: 45px;	
	width: 862px;
}

#header .logo {
	float: left;
}
/* DIV menu */
.menu {
	display:block;
	float:left;
	width: 500px;
	height:35px;
	margin-top: 70px;
	margin-left: -95px	
}
.menu ul {
	display:block;
	float:left;
	height: 35px;
	width: 500px;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.menu ul li{
	display:inline;
}
.menu ul li a {
    margin-left: 20px;
	float:left;
	height:35px;
	text-indent:-999999px;
	padding-left: 5px;
	background: transparent url(../images/site/bg-menu.gif) no-repeat scroll 0 bottom;
}
.menu ul li a.btn_empresa {
	background-position: 0 bottom;
	width:95px;

}
.menu ul li a.btn_produtos {
	background-position: -107px bottom;
	width:103px;
}
.menu ul li a.btn_fotos {
	background-position: -223px bottom;
	width:66px;	
}
.menu ul li a.btn_eventos {
	background-position: -300px bottom;
	width:93px;
}
.menu ul li a.btn_contato {
	background-position: -402px bottom;
	width:96px;	
}
#home-link {
	position: absolute; height: 150px; width: 325px; top: 30px; left: 0;
	text-decoration: none;
	outline: 0;
}
.slogan {
	float:left;
	background:url(../images/site/slogan_recriando.png) no-repeat 0 bottom;
	width: 493px;
	height: 34px;
	margin-left: -95px;
	margin-top: 20px;
}
#conteudo .img_index {
	margin-top:-15px;
	float:left;
	width: 840px;
	height: 340px;
}
#conteudo .conteudo_esquerda {
	display:block;
	float:left;
	width:393px;
}
#conteudo .conteudo_direita{
	display:block;
	float:right;
	width:393px;
}
#conteudo h1 {
	color: #E30A7F;
	font-size: 18px;
	padding-left: 20px;
	margin-top: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #E30A7F;
}
#conteudo p {
	margin-bottom: 4px;
	font-size:13px;
}
.back a {
	text-decoration: none;
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
}
#formulario {
	font-size: 16px;
}
#formulario input {
	border: 2px solid #FF6600;	
	background: #f9f9f9;
	padding: 5px;
	width: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#formulario textarea {
	border: 2px solid #FF6600;	
	background: #f9f9f9;
	padding: 5px;
	width: 250px;
	height: 125px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#formulario input:focus,#formulario textarea:focus {
	border: 2px solid #E2027A;	
	background: #ffffff;
}
/**
 Geral
 */
.erro {
	padding: 15px;
	color: #cc2000;
	font-size: 18px;
	text-align: center;
}
.clear {
	clear: both;
}
.pointer {
	cursor: pointer;
}
.content-block {
	width: 802px;
}
.content-block p {
	margin-bottom: 4px;
}
.big-left-block {
	width: 470px;
	margin-right: 10px;
	float: left;
}
.small-right-block {
	width: 322px;
	float: left;
}
/* DIV assinatura */
.assinatura {
	display:block;
	height: 26px;
	margin-top: 5px;
	width:862px;
}
.assinatura p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #666666;
}
	
.assinatura .copyright {
	float:left;
	width: 371px;
}
.assinatura .fone {
	float:left;
	width: 150px;
}
.assinatura .logo {
	float:right;
	margin-top:-3px;
	width:80px;
}

/**
 * Fotos
 */
#galerias {
	list-style: none;	
	margin-bottom: 5px;
    display: table;
}
#galerias li {
	width: 178px;
	margin:10px 10px 25px;
	text-align: center;
	float: left;
}
#galerias img {
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #cccccc;
}
#galerias img.hover {
	background-color: #FF6600;
	padding: 3px;
	border: 1px solid #FF6600;
}
#galerias a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
    width: 176px;
    height: 96px;
    display: block;
	color: #FF6600 !important;
}
/**
 * Eventos
 */
.calendarios {
	list-style: none;
}
.calendarios li {
	float: left;
	margin: 10px;
}
.calendarios td {
	width: 25px;
	height: 20px;
}
.calendario th {
	text-align: center;
	padding: 5px;
}
.calendario td {
	width: 120px;
	padding: 3px;
	height: 100px;
	border: 1px solid #eeeeee;
	vertical-align: top;
}
.calendario a, .calendarios a {
	color: #FF6600;
	text-decoration: none;
}
.calendario .cur_day {
	background: #FFDAAF;
}
.calendario th.cur_month {
	font-size: 16px;
	font-weight: bold;
	color: #E31082 !important;
}
.calendario .event {
	font-size: 11px;
}
.calendario th a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600 !important;
}
#produtos {
	list-style: none;
}
#produtos li {
	float: left;
	margin: 10px;
}
#produtos img {
	float: left;
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #cccccc;
}
#produtos h2 {
	color: #E30A7F;
	border-bottom: 1px solid #e30a7f;
	padding-left: 3px;
	padding-bottom: 3px;
}
#produtos p {
	padding: 4px;
}
#produtos div.desc {
	cursor: pointer;
	width: 220px;
	float: left;
}
#produtos div.hidden {
	position: absolute;
	display: none;
}
.loader {
    padding-left: 58px !important;
    padding-right: 58px !important;
    padding-top: 12px !important;
    padding-bottom: 13px !important;
}
ul#galerias{
	font-size: 14px;
	color: #FF6600 !important;
	font-weight: bold;
}
