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


html {
/*background-color:#A39770;*/
background-color:#A7BF50;
background-image: url(/templates/decor/img/flores.png);
}

.logo {
    background-color: white;
    height: 429px;
    margin: 0 auto 10px;
    opacity: 1;
    overflow: hidden;
    padding-left: 44px;
    padding-top: 17px;
    position: static;
    width: 936px;
    z-index: 5;
}
.logo img {
    height: 120px;
    margin-bottom: 9px;
    margin-top: -9px;
    opacity: 1;
    z-index: 5;
    border: none
}
.logo a {
text-decoration: none;
outline: none;
}

#menus {
    background-color: #333333;
    border: 0 solid #333333;
    /*border-radius: 30px 5px 30px 5px;*/
    -moz-border-radius: 30px 5px 30px 5px;
    -webkit-border-radius: 30px 5px 30px 5px;
    border-radius: 30px 5px 30px 5px;
    font-family: Arial,Verdana,Geneva,sans-serif;
    height: 26px;
    margin-left: 295px;
    position: relative;
    margin-top: -22px;
    width: 640px;
    z-index: 5;
    behavior: url(/templates/decor/ie-css3.htc)
}

.pesquisa{
	margin-top: -147px;
    margin-right: 0px;
    margin-left: 575px;
}

.fundoslide {
    background-color: #333333;
    height: 300px;
    margin-top: -36px;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 180px;
}

#slide {
	height: 300px;
	overflow: hidden;
	margin: 0px auto;
	background-image:url(http://www.neatmethod.com/sites/neatmethod/themes/zenmethod/images/loading-dots.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 980px;
}

#main2 {
    background-color: white;
    height: auto;
    margin: 261px auto 10px;
    width: 980px;

}

/* Css do Menu */
/*base do menu*/
#menus a {
    color: white;
    text-decoration: none;
}
#menus > ul {
    margin: 0;
    width: 100%;
    line-height: 3px;
    text-align: center
}
/* 1º Nivel */
#menus ul li {
    display: block;
    float: left;
    position: relative;
}
#menus ul a {
    display: block;
    float: left;
    padding: 11px 20px;
    width: 74px;
}
#menus ul a:hover {
    background: none repeat scroll 0 0 #111111;
}
/* 2º nivel*/
#menus ul li ul {
    background: none repeat scroll 0 0 #333333;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
}
#menus ul li:hover > ul {
    display: block;
}
#menus ul li ul li {
    float: none;
    height: 22px;
    position: relative;
}
/* 3º nivel */
#menus ul ul ul {
    background: none repeat scroll 0 0 #222222;
    left: 100%;
    top: 0;
    margin-top: 3px;
}
#menus ul ul ul li a {
    width: 134px;
    text-align: left;
}
#menus ul ul ul li {
    width: 145px;
    margin-right: 30px;
}