/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}
body {
	background-color: #006600;
	background-image:url(../imagens/bg_geral.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-top: 10px;
	margin-bottom: 130px;
}

#geral {
	width:770px;
	margin:0px auto 0px auto;
}

#topo {
	width:760px;
	height:114px;
	border:solid 5px #fff;
	background-color:#82D803;
	background-image:url(../imagens/topo.jpg);
	background-repeat:no-repeat
}

#menu {
	height:25px;
	margin:5px 0px;
	background-color:#003300;
	width:770px;
	text-align:center;
}

#menu img {
	border:0px;
	margin:0px 9px 0px 9px;
}
#menu div {
margin:4px 0px 0px 0px;
padding:0px;
}
#menu ul {
margin:9px 0px 0px 0px;
padding:0px;

list-style-type:none;
}
#menu ul li {
margin:0px 9px 0px 9px;
display:inline;

}
#esquerda {
width:510px;
float:left;
}

#direita {
width:254px;
float:right;
}

#rodape {
	height:35px;
	color:#FFFFFF;
	padding:17px 0px 0px 0px;
	font-weight:350;
	width: 770px;
	margin: 0 auto;
	text-align: center;
}

#rodape a {
text-decoration:none;
color:#FFFFFF;
}
#rodape a:hover {
text-decoration:underline;
color:#FFFFFF;
}

#destaques {
	width:500px;
	height:320px;
	float:left;
	border: solid 5px #fff;
	background-color: #E3FFBB;
	margin: 0px 0px 6px 0px;
}
#busca {
width:244px;
float:right;
height:152px;
background-color:#E3FFBB;
border: solid 5px #fff;
}

#busca form {
margin:0px 0px 0px 6px;
padding:0px;
}
#busca form select{
margin:0px 0px 6px 0px;
padding:0px;
width:229px;
height:20px;
border:1px solid #009900;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#333333;
}
#busca form input {
margin:0px;
padding:0px;
width:70px;
height:25px;
border:0px;
background-image:url(../imagens/bt_buscar.jpg);
background-repeat:no-repeat;
}

#newsletter {
	width:244px;
	float:right;
	height:152px;
	background-color:#E3FFBB;
	border: solid 5px #fff;
	margin: 6px 0px 18px 0px;
}
#newsletter form {
margin:0px 0px 0px 6px;
padding:0px;
}
input#newsletter_nome{
	margin:0px 0px 6px 0px;
	padding:3px 0px 0px 3px;
	width:229px;
	height:20px;
	border:1px solid #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}
input#newsletter_email{
	margin:0px 0px 6px 0px;
	padding:3px 0px 0px 3px;
	width:229px;
	height:20px;
	border:1px solid #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}
.botaonewsletter {
margin:0px;
padding:0px;
width:70px;
height:25px;
border:0px;
background-image:url(../imagens/bt_enviar.jpg);
background-repeat:no-repeat;
}

#lancamentos {
	width:500px;
	height:240px;
	background-color:#E3FFBB;
	border: solid 5px #fff;
	float:left;
	margin: 0px 0px 0px 0px;
}
#conlinks {
	width:500px;
	background-color:#E3FFBB;
	border: solid 5px #fff;
	float:left;
	margin: 0px 0px 0px 0px;
}
#conlinks p {
margin:8px 6px 12px 6px;
padding:0px;
}
div.conlinks_listagem {
	margin:8px 6px 18px 6px;
	padding:0px;
}
#conlinks strong {
font-size:12px;
font-weight:700;
color:#003300;
}
#conlinks p img {
margin:0px 8px 8px 0px;
padding:0px;
border:0px;
}

/* Configuração do Cycle */

pre { display:none ;
white-space:nowrap;

}
code {
display:none;
white-space:nowrap;
}
.slide {
	height: 320px;
	width: 500px;
	padding:0;
	margin:0px 0px 0px 0px;
	overflow: hidden
}
.slide img { height: 320px; width: 500px; padding: 0px; border: 0px; top:0; left:0 }


/* Fim de Configuração do Cycle */

/* Configuração do Step Carrossel*/

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px;
overflow: scroll; /*leave this value alone*/
width: 270px; /*Width of Carousel Viewer itself*/
height: 195px; /*Height should enough to fit largest content's height*/
margin:0 auto;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px; /*margin around each panel*/
width: 220px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.stepcarousel .panel img{
border:solid #ffffff 5px;
}
/* Fim das Configuração do Step Carrossel*/

/* PAGINATION */
div.pagination {
    padding: 3px;
    margin: 3px;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #009900;
    
    text-decoration: none; /* no underline */
    color:#003300
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #009900;
	background-color:#003300;
    color: #fff;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
        border: 1px solid #99FF00;
        
        font-weight: bold;
        background-color: #99FF00;
        color: #009900;
    }
    div.pagination span.disabled {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid  #e3ffbb;
    
        color: #00FF00;
    }
/* PAGINATION */  
