@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-style: normal;
}

.flash {
	float: right;
	width: 545px;
	padding-top: 70px;
}
#next {
  position: absolute;
  padding: 10px;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
	background: url(images/seta_dir.png) no-repeat;
  margin-top: 180px;  
  margin-left: 899px;
  overflow: hidden;
  z-index: 9999; 
}

#prev {
  position: absolute;
  padding: 10px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -9999px;
	background: url(images/seta_esq.png) no-repeat;
  margin-left: -29px;
  margin-top: 180px;
  z-index: 9999;   
}


body {
	text-align: center;
	background: url(images/body.bg.jpg) center top no-repeat;
	
}

html {
	background: url(images/body.bg2.jpg) center bottom no-repeat;
	background-color: #DAFBFF;
}

#wrap {
	display: table;
	clear: both;
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

#topo {
	display: table;
	clear: both;
	width: 900px;
	height: 240px;
}

#topo h1 a {
	display: block;
	float: left;
	width: 305px;
	height: 187px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9000em;
	overflow: hidden;
	margin-top: 25px;
}

#topo address {
	display: table;
	width: 525px;
	float: left;
	font-family: Tahoma, Arial;
	font-size: 32px;
	color: #627B4E;
	font-weight: 700;
	margin-left: 60px;
	margin-top: 80px;
}

#menu-up {
	display: table;
	clear: both;
	width: 900px;
	height: 33px;
	background: url(images/bg-menu-up.png) no-repeat;
}

#menu-up ul {
	margin-top: 6px;
}

#menu-up ul li {
	display: inline;
	float: left;
}

#menu-up ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #FFF;
	height: 27px;
	text-indent: 9px;
	padding-left: 9px;
	background: url(images/menu-up-div.png) no-repeat;
	margin-right: 9px;
}

.exposicao-detail-top {
	display: table;
	clear: both;
	width: 900px;
	height: 8px;
	background: url(images/exposicao-detail-top.png) no-repeat;
	margin-top: 15px;
}

.exposicao-detail-bottom {
	display: table;
	clear: both;
	width: 900px;
	height: 8px;
	background: url(images/exposicao-detail-bottom.png) no-repeat;
}

#exposicao {
	clear: both;
	width: 898px;
	height: 380px;
	background: #FFF;
	border-left: 1px solid #C9C8C8;
	border-right: 1px solid #C9C8C8;
	overflow: hidden;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #000;
	color: #FFF;
	padding: 5px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	width: 300px;
	font-size: 12px;
	font-family: arial;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip ul {
  margin-left: 10px;
  padding-left: 10px;
}
#tooltip li {
  text-align: left;
  margin-bottom: 5px;
}

#exposicao ul {
  width:3900px;
}

.exp-item {
	width: 286px;
	height: 360px;
	float: left;
	border-right: 1px dashed #B8402F;
	padding-left: 10px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2D5011;
	font-size: 12px;
	list-style: none;
}

.exp-item img {
	margin-bottom: 10px;
}

.va_foto {
  height: 188px;
  overflow: hidden;
}

.exp-item .qnt-fam {
	display: block;
	clear: both;
	width: 263px;
	height: 26px;
	background: url(images/qnt-fam.png) no-repeat;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding-top: 4px;
	margin-top: 10px;
}

.desc {
	display: block;
	clear: both;
	width: 263px;
	height: 25px;
	background: url(images/bg-desc.png) no-repeat;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding-top: 4px;
	margin-top: 10px;
}

.exp-item h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2D5011;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 10px;
}

#conteudo {
	clear: both;
	width: 900px;
}

#conteudo-esq {
	display: table;
	width: 556px;
	overflow: hidden;
	float: left;
	margin-right: 36px;
}
#conteudo-total {
	display: table;
	width: 100%;
	float: left;
	margin-right: 36px;
}

.cont-item {
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border-bottom: 1px dashed #B8402F;
}

.saiba-mais {
	display: block;
	clear: both;
	width: 88px;
	height: 20px;
	background: url(images/bg-saiba-mais.png) no-repeat;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding-top: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-contato {
	display: block;
	float: left;
	width: 221px;
	height: 22px;
	background: url(images/bg-form-contato.png) no-repeat;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding-top: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.como-chegar {
	display: block;
	float: left;
	width: 325px;
	height: 22px;
	background: url(images/bg-como-chegar.png) no-repeat;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding-top: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#conteudo-dir h2, #conteudo-esq h2, #conteudo-total h2 {
	font-family: Tahoma, Arial;
	font-size: 23px;
	color: #B8402F;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}

.tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: 700;
}

#conteudo-dir {
  margin-top: 10px;
  padding-left: 10px;
	width: 290px;
	height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	color: #333;

}

#conteudo-esq, #conteudo-total {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.noticia {
  border-bottom: 1px dashed #B8402F;
  width: 270px;
}

.noticia a {
    color: #000;
}

.not-item {
	padding-bottom: 12px;
	
}

.continue-lendo {
    font-size: 12px;
    color: #B8402F;
    font-weight: bold;
    float: right;
    margin-right: 16px;
    border: none;
}

.not-item a {
  color: #000;
}
p label {
  display: block;
  margin-top: 10px;
}

p textarea {
  width: 300px;
  height: 200px;
  font-family: arial;
}

button {
  margin-top: 5px;
}

form {
  padding-bottom: 10px;
}

.not-data {
	display: table;
	clear: both;
	font-weight: 700;
	margin-top: 12px;
}

.va_descricao {
  height: 95px;
  overflow: hidden;
  text-align: justify;
  width: 98%;
}

#rodape {
	display: table;
	clear: both;
	width: 900px;
	text-align: center;
	height: 49px;
	background: url(images/bg-rodape.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
    margin-top: 15px;
}

#rodape ul {
	display: block;
	margin-top: 12px;
}

#rodape ul li {
	display: inline;
}

#rodape ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	border-right: 1px solid #666;
	padding-right: 5px;
	padding-left: 5px;
}
 
#rodape address {
	display: block;
	clear: both;
	margin-top: 3px;
}

#creator {
	display: table;
	float: right;
	margin-bottom: 400px;
	margin-top: 20px;
}

#creator a {
	display: block;
	float: right;
	clear: both;
	text-indent: -9000em;
	overflow: hidden;
	width: 100px;
	height: 26px;
	background: url(images/creator.png) no-repeat;
}

#vacas {
  clear: both;
}

#vacas-fundadoras {
  margin-top: 20px;
}

#vacas-fundadoras li {
  list-style: none;
  float: left;
  width: 280px;
  margin-right: 5px;
  height: 350px;
  overflow: hidden;
}

#vacas-fundadoras li li {
  margin: 0px;
  display: block;
  padding: 0px;
  height: auto;
}

a img {
  border: 0px;
}

#thumb-vaca {
  float: left;
  width: 260px;
  margin-bottom: 10px;
}

#descricao-vaca {
  float: left;
  width: 600px;
  margin-bottom: 10px;
}

#comentarios .input-text, #comentarios .input-textarea {
    width: 350px;
    padding: 3px;
    font-family: Arial;
    font-size: 12px;
    border: none;
    color: #333;
}

#comentarios .input-textarea {
    height: 140px;
}

#comentarios .input-submit {
    border: none;
    margin-top: 4px;
    margin-bottom: 4px;
    background: #fff;
    font-weight: bold;
    padding: 3px;
    float: right;
}

#comentarios .label {
    font-weight: bold;
    margin-top: 3px;
}

#comentarios h3 {
    margin-top: 10px;
}
