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

body{
	background: url(../img/background.gif) center 270px no-repeat #f7faf3;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
.clear{
	clear:both;
}
.txtpreto{
	color:#000000;
}
.contato{
	width:100%;
	background:#c6c6c6;
	height:22px;
	border-bottom:solid 1px #bcbcbc;
	font-size:14px;
	font-style:italic;
	color:#FFFFFF;
	padding-top:7px;
	text-align:center;
}
.container{
	width:930px;
	margin:0 auto;
}
.header{
	text-align:center;
}
.logo{
	margin:30px auto;
}
.quadro_um{
	margin:30px 40px 30px 0;
	width:441px;
	height:298px;
	float:left;
	background:url(../img/quadro_verde.jpg) no-repeat;
}
.quadro_um_txt{
	margin:30px 45px;
	font-size:30px;
	line-height:29pt;
	color:#FFFFFF;
	font-style:italic;
	letter-spacing:-1px;
}
.quadro_um_txt_verde{
	color:#eeffc4;
}
.quadro_dois{
	position:relative;
	width:445px;
	height:301px;
	overflow:hidden;
	margin-top:27px;
}
.mascara{
	position:absolute;
	z-index:10;
}
.destaque{
	position:absolute;
}
.box_servicos{
	width:310px;
	background:url(../img/separador.gif) repeat-y;
	float:left;
	margin:10px 0 30px 0;
}
.box_servicos01{
	padding:0 10px 0 55px;
	color:#9b9b90;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12pt;
}
.cifrao{
	background:url(../img/icon_cifrao.gif) no-repeat;
}
.quebra{
	background:url(../img/icon_quebra.gif) no-repeat;
}
.setas{
	background:url(../img/icon_seta.gif) no-repeat;
}
.boxsite{
	width:185px;
	float:left;
	margin:0 0 20px 1px;
}
.boxsite img{
	border:solid 1px #bbb5ab;
	padding:1px;
}
.boxsite img:hover{
	border:solid 1px #a29e9e;
}
.boxsite h1{
	margin:5px auto;
	font-weight:100;
	padding:0;
	font-size:11px;
	text-transform:uppercase;
	color:#9b9b90;
	font-family:Arial, Helvetica, sans-serif;
}
.rodape{
	width:100%;
	background:#c6c6c6;
	height:22px;
	border-bottom:solid 1px #bcbcbc;
	font-size:14px;
	font-style:italic;
	color:#FFFFFF;
	padding-top:7px;
	text-align:center;
	margin-top:30px;
}
/* -------------------------------------------------------------------------- ACCORDION */
.mypets{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 10px 5px;
	border: 1px solid gray;
	background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	background: yellow;
}

.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	background:#c6c6c6;
	height:22px;
	border-bottom:solid 1px #bcbcbc;
	font-size:14px;
	font-style:italic;
	color:#FFFFFF;
	text-align:center;
	padding: 6px 0 1px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #8f8b8b;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #ffffff;
}
.thelanguage{
	background-color:#b6b4b4;
}
.contato_container{
	width:930px;
	margin:0 auto;
	padding:20px 0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	line-height:16pt;
	text-align:center;
}
.txtbege{
	color:#ebe8e2;
}

/* -------------------------------------------------------------------------- ACCORDION */

div#show3 {
	background-color:#efefef;
	width:140px;
	margin:0 auto;
}
div#show3 table td, div#show4 table td {
	height:24px;
	background-image:url('38.gif');
}
div#show4 table td {
	background-image:url('40.gif');
}
div#show3 table input,  div#show4 table input {
	outline-style:none;
}