/*
Design by Valério Design
http://www.valeriodesign.com.br/
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8E959B;
	background-color: #C9F;
	background-image: url(../img/bg-arabesca-05.jpg);
	background-repeat: repeat;
}
bodyHome {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8E959B;
	background-color: #C9F;
	background-repeat: repeat;
}
h1 {
	font-size: 2em;
	color: #9100D7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 3px;

}
h2 {
	margin: 0;
	padding: 0;
	color: #9D3CFF;
	line-height: normal;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
h3 {
	line-height: normal;
	color: #6000BF;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 2px;
}
h4 {
	line-height: normal;
	color: #9100D7;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 15px;
}
h5 {
	line-height: normal;
	color: #C981BC;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 2px;
}
a {
	color: #C3F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* Header */
#geral {
	text-decoration: none;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#home {
	text-decoration: none;
	width: 90%;
	height: 750px;
	background-color: #C9F;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#topo {
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 40px;
	background-image: url(../img/bg-topo.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#header {
	width: 850px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	height: 135px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#imagens {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #F2F2F2;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
/* Logo */

#logo {
	width: 300px;
	height: 121px;
	padding: 0;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logoHome {
	width: 450px;
	height: 185px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding: 0px;
}
#textoHome {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.1em;
	color: #55007D;
	margin-bottom: 2px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	height: auto;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 120%;
}
#textoHome a{
	color: #5800B0;
}
#links {
	width: 200px;
	height: 185px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
}

#logo h1 {
	padding: 120px 0 0 0;
	text-align: center;
	letter-spacing: -3px;
	font-size: 40px;
	font-weight: normal;
}

#logo h2 {
	margin-top: -10px;
	text-align: center;
	font-size: 13px;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
}

#logo a:hover {
	color: #990000;
}

/* Menu */

#menu {
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 480px;
	float: left;
	background-image: url(../img/bg-menu.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	background-position: center;
	height: 45px;
}

#menu ul {
	list-style: none;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin: 0px;
}

#menu li {
	display: inline;
	text-transform: none;
}

#menu a {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7A1CE;
	font-size: 14px;
	height: 24px;
	float: left;
	margin: 0px;
}

#menu a:hover {
	background-color: #E2C6FF;
	color: #333;
}
/* Content */

#conteudo {
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/bg-conteudo.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-position: center bottom;
}
#fotos{
	float: right;
	width: 440px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
}
#archives{
	padding: 0px;
	margin: 0px;
}
.archives{
	padding: 0px;
	margin: 0px;

}

.fotos {
	margin: 5px;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;

}

.fotosGaleria {
	margin: 5px;
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #CCC;

}
.fotosDir {
	float: right;
	margin: 5px;
	padding: 5px;
	
}
.fotosDirMoldura {
	float: right;
	margin: 5px;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.fotosEsq {
	margin: 5px;
	float: left;
	padding: 5px;
	border: 1px solid #CCC;
}

#depoimento {
	width: auto;
	padding-right: 65px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../img/arabesca-floral-01.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #FFF0FF;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#form {
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 20px;
	background-image: url(../img/bg-form-02.gif);
	background-position: 750px 390px;
	background-repeat: no-repeat;
	background-color: #EAD5FF;
	text-align: justify;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 800px;
	font-size: .9em;
}
/* Galeria */

#galeria {
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 65px;
	background-image: url(../img/img-bg-post.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 840px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#imagens {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #F2F2F2;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

/* Posts */

#posts {
	padding-right: 5px;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 830px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#citacao {
	padding-right: 5px;
	padding-left: 8px;
	padding-top: 15px;
	padding-bottom: 5px;
	width: 510px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: none;
}

#servicos {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 850px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	min-height: 580px;
}
#servicos p{
	color: #720097;
	font-size: 0.95em;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 15px;
	line-height: normal;
	
}

#boxServicos {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 390px;
	border: 1px solid #FFE1FF;
	float: left;
	margin: 5px;
}
#boxServicos p{
	font-size: 0.9em;
	color: #6A009D;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#boxServicos h1{
	font-size: 1.5em;
	color: #9122FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #C6F;
}
#boxServicos h2{
	font-size: 1em;
	color: #9F40FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FCF;
}
#boxGaleria {
	DISPLAY: block;
	FLOAT: left;
	WIDTH: 160px;
	height: 200px;
	border: 1px solid #FCF;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin: 3px;
}

#posts p{
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 0.94em;
	margin-right: 5px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #660097;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 0px;
}
.post {
	padding-bottom: 3px;
	margin-right: 2px;
	text-align: justify;
}
.post p{
	margin-top: 8px;
	margin-bottom: 3px;
	font-size: 0.94em;
	margin-right: 5px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C6F;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	text-align: left;
}
.post ul {
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.post li {
	margin-left: 5px;
	padding-left: 0px;
}
.post .title {
	padding-top: 10px;
	font-size: 2em;
	font-weight: bold;
	color: #900;
	font-style: normal;
	line-height: normal;
}

.post .citacao {
	padding-top: 5px;
	font-size: 1em;
	color: #D7A1CE;
	font-style: italic;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 6px;
	padding-right: 15px;
	padding-left: 30px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 10px;
	background-color: #FFF;
	background-image: url(../img/aspas-01.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.post .autor {
	padding-top: 6px;
	font-size: 1em;
	color: #D7A1CE;
	font-style: italic;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 10px;
	background-color: #FFF;
	text-align: right;
}
.post .form{
	font-size: 0.9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8D8D8D;
}
.post .date {
	height: 20px;
	padding: 2px 0 0 10px;
	background: url(images/img12.gif) no-repeat;
	font-size: 12px;
	font-weight: normal;
}

.post .story {
	line-height: 1.6em;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
}

.post .meta {
	height: 40px;
	margin: 0 20px;
	padding: 0 0 0 10px;
	background: #EEEDED url(images/img13.gif) no-repeat;
}

.post .meta span {
	display: none;
}

.post .meta p {
	margin: 0;
	padding: 10px 0 0 0;
}

.post .meta a {
	float: left;
	height: 20px;
	padding: 4px 20px 0 37px;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: #009;
}

.post .meta a:hover {
	color: #E55D13;
}

.post .category {
	background: url(images/img14.gif) no-repeat left bottom;
}

.post .comments {
	background: url(images/img15.gif) no-repeat left bottom;
}
/* Esq */

#esq {
	float: left;
	width: 220px;
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#esqTop{
	height:40px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 40px;
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	clip: rect(auto,auto,auto,auto);
	width: 220px;
	color: #C00;
	background-image: url(../img/esq-topo.gif);
	background-repeat: no-repeat;
}

#esqMenu
{
	float:left;
	width: 220px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 0px;
	background-color: #FFF;
	margin: 0px;
	height: 360px;
	background-image: url(../img/esq-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#esq ul{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
	height: 180px;
	width: 220px;
	list-style-type: none;
	vertical-align: middle;
	margin: 0px;
}
#esq ul li{
	width:auto;
	position:relative;
	height: 50px;
	text-indent: 10px;
	margin-left: 0px;
}
#esq ul li a{
	width:auto;
	display:block;
	color:#C00;
	font-weight:normal;
	text-decoration:none;
	background-image: url(../img/img-seta-menu.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	height: 49px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: middle;
	line-height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F8EFF6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5EBF3;
}
#esq ul li a:hover{
	color:#09C;
	text-decoration:none;
	background-image: url(../img/img-bkg-menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	height: 50px;
	background-color: #F8EFF6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F1E0ED;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDF;
}
/* Esq estilo 1 */
.displayNone{ display:none; 
}
.bt01 a{
	height:50px;
	float:left;
	background-image: url(../img/menu-home-a.gif);
	background-repeat: no-repeat;
	width: 195px;
	margin: 0px;
	padding: 0px;
}
.bt01 a:hover{
	width:195px;
	height:50px;
	float:left;
	background-image: url(../img/menu-home-ahover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bt02 a{
	height:50px;
	float:left;
	background-image: url(../img/menu-empresa-a.gif);
	background-repeat: no-repeat;
	width: 195px;
}
.bt02 a:hover{
	width:195px;
	height:50px;
	float:left;
	background-image: url(../img/menu-empresa-ahover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bt03 a{
	height:50px;
	float:left;
	background-image: url(../img/menu-produtos-a.gif);
	background-repeat: no-repeat;
	width: 195px;
}
.bt03 a:hover{
	width:195px;
	height:50px;
	float:left;
	background-image: url(../img/menu-produtos-ahover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bt04 a{
	height:50px;
	float:left;
	background-image: url(../img/menu-servicos-a.gif);
	background-repeat: no-repeat;
	width: 195px;
}
.bt04 a:hover{
	width:195px;
	height:50px;
	float:left;
	background-image: url(../img/menu-servicos-ahover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bt05 a{
	height:50px;
	float:left;
	background-image: url(../img/menu-filhotes-a.gif);
	background-repeat: no-repeat;
	width: 195px;
}
.bt05 a:hover{
	width:195px;
	height:50px;
	float:left;
	background-image: url(../img/menu-filhotes-ahover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bt06 a{
	height:50px;
	float:left;
	background-image: url(../img/menu-fotos-a.gif);
	background-repeat: no-repeat;
	width: 195px;
}
.bt06 a:hover{
	width:195px;
	height:50px;
	float:left;
	background-image: url(../img/menu-fotos-ahover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bt07 a{
	height:50px;
	float:left;
	background-image: url(../img/menu-contato-a.gif);
	background-repeat: no-repeat;
	width: 195px;
}
.bt07 a:hover{
	width:195px;
	height:50px;
	float:left;
	background-image: url(../img/menu-contato-ahover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.esqd1 {
	margin-bottom: 20px;
}
.esqd1 h2 {
	height: 43px;
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 26px;
	font-weight: normal;
	color: #FC0;
	background-image: url(../img/img-topo-menu.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 220px;
}
.esqd1 ul {
	margin: 0;
	list-style: none;
	width: 220px;
	height: 350px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.esqd1 li {
	padding: 0px;
	background: url(images/img08.gif) repeat-x;
	font-size: small;
	margin: 0px;
}
.esqd1 a {
	text-decoration: none;
	font-weight: bold;
	color: #900;
}
.esqd1 a:hover {
	color: #545C20;
}

.esqd1 .active, .boxed1 .active a {
	background-color: #ABB63D;
	color: #FFFFFF;
}
.esqdBotom  {
	height: 55px;
	letter-spacing: normal;
	background-image: url(../img/img-botom-menu.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 220px;
}

/* Esq estilo 2 */

.esqd2 {
	margin-bottom: 20px;
}

.esqd2 h2 {
	height: 40px;
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B6C464;
	background-image: url(images/img09.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}

.esqd2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #E4E9C5;
	background-image: url(images/img10.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.esqd2 li {
	padding: 10px;
	background: url(images/img11.gif) repeat-x;
	font-size: small;
}

.esqd2 a {
	text-decoration: none;
	font-weight: bold;
	color: #3F95B8;
}

.esqd2 a:hover {
	color: #204B5C;
}

.esqd2 .active, .boxed2 .active a {
	background-color: #204B5C;
	color: #FFFFFF;
}

/* Esq estilo 3 */

.esq3 {
	text-align: justify;
	font-size: small;
}

.esqd3 h2 {
	height: 40px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #CCCCCC;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 26px;
	font-weight: normal;
}

.esqd3 a {
	text-decoration: none;
	color: #8E959B;
}

.esqd3 a:hover {
	color: #E55D13;
}
/* Rodape */

#rodape {
	width: 880px;
	font-size: small;
	font-weight: normal;
	background-image: url(../img/bg-rodape.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 45px;
	background-position: center top;
	text-align: center;
	color: #000;
	height: 25px;
}
#rodape p {


}
#rodape a {
	color: #FFE6FF;
}

#copy {
	float: left;
	padding: 20px 15px;
}

#feed {
	float: right;
	height: 30px;
	padding: 20px 15px 0 35px;
	background: url(images/img18.gif) no-repeat 0 15px;
}
