*{
    margin: 0px;
    padding: 0px;
    border: none;
}

html {
height: 100%;
}



BODY { 
	height:100%;
    font: 11px Arial; 
    margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
    text-align: left; 
    background-color: #336600;
	color:#f1f2f2;
	background-image:url(imagens/back.jpg);
	background-repeat:repeat-x;
} 

#corpo{
	width: 100%;
	height: auto;
	min-height:100%;
	text-align: left;
	background-image:url(imagens/background.png);
	background-position:center;
	background-repeat:repeat-y;
	}

#base{
	width: 980px;
	height:100%;
	margin-left: auto;
    margin-right: auto;
}

#topo{ 
    width: 980px;
	height:223px;
}



#conteudo{ 
    width: 880px;
	padding-left:10px;
	padding-right:10px;
	height:100%;
	min-height:540px;
	margin-left: auto;
    margin-right: auto;
	background-image:url(imagens/back_conteudo.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#bottom{  

	width: 820px;
	padding-left:30px;
	padding-right:30px;
	margin-left: auto;
    margin-right: auto;
	height: 30px;
	padding-top:15px;
	text-align:right;
	margin-top:20px;

}

#esquerda {
	float:left;
	width:250px;
	height:auto;
	margin-top:50px;
	text-align:right;
	margin-left:20px;
	text-align:right;
}

#direita {
	float:right;
	width:570px;
	min-height:600px;
	height:100%;
	margin-top:8px;
	margin-right:20px;
}

#destaque {
		width:558px;
		height:auto;
		border:1px solid #fff;
		background-color:#284963;
		padding:5px;
}

/***** forms *******/

.form {
	width:250px;
	padding:5px;
	font-size:11px;
	font-family:Arial;
	background-color:#9EBD80;
	border:1px solid #f1f2f2;
	color:#333;
	scrollbar-face-color:#9EBD80; /* fundo barra */
	scrollbar-highlight-color: #9EBD80; /* fundo */
	scrollbar-3dlight-color: #9EBD80; /* borda */
	scrollbar-darkshadow-color: #9EBD80; /* borda */
	scrollbar-shadow-color: #9EBD80; /* fundo */
	scrollbar-arrow-color: #333; /* seta */
	scrollbar-track-color: #9EBD80; /* fundo */
		margin-bottom:5px;
	}
	
.form_newsletter {
	width:auto;
	padding:5px;
	font-size:11px;
	font-family:Arial;
	background-color:#9EBD80;
	border:1px solid #f1f2f2;
	color:#333;
	margin-bottom:5px;
	}


.botao {
	width:auto;
	height:auto;
	padding:3px;
	background-color:#9EBD80;
	border:1px solid #f1f2f2;
	color:#333;
	font-size:11px;
	font-weight:bold;
	font-family:Arial;
	}


/***** Fim forms *******/


.img_links {
	float:left;
	border:1px solid #f1f2f2;
	margin-right:5px;
	padding:1px;
}

.img{
	float:left;
	border:1px solid #f1f2f2;
	padding:1px;
}

.img_2{
	border:1px solid #f1f2f2;
	padding:1px;
	margin-top:5px;
	margin-bottom:5px;
}

.img_22{
	border:1px solid #f1f2f2;
	padding:1px;
	margin-right:5px;
	margin-bottom:5px;
}

.img_3{
	border:1px solid #f1f2f2;
	padding:1px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
}

.img_galery{
	float:left;
	overflow:hidden;
	border:1px solid #f1f2f2;
	padding:1px;
	width:60px;
	max-width:60px;
	height:60px;
	text-align:center;
	vertical-align:center;
	margin:5px;
}

.video{
	border:1px solid #f1f2f2;
	padding:5px;
	width:229px;
	height:193px;
	margin-bottom:5px;
}

.titulo {
	font-size:13px;
	color:#FFCC33;
	margin-bottom:5px;
	font-weight:bold;
}

.tabela {
	width:250px;
	height:auto;
	float:left;
	margin:5px;
	float:left;
}

.tabela TD {
	padding:5px;
}

/***** links *******/

a:link {
	text-decoration: none;
	font-weight:bold;
	font:13px Arial;
	color: #9EBD80;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	font:13px Arial;
	color:#9EBD80;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	font:13px Arial;
	color: #fff;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	font:13px Arial;
	color: #9EBD80;
}


/***** fim do links *******/


.loja_categorias {
	list-style-type:disc;
	list-style-position:inside;
	margin-left:1px;
	color: #ff9900;
	}


.loja_categorias li{
	margin-bottom: 5px;
	}


ul.loja_categorias li ul{
	list-style-type:none;
	margin-left: 25px;
	_margin-left: 12px;
	*margin-left: 12px;
	}


ul.subcategoria li{
	margin-bottom: 3px;
	}
	
.loja {
	margin:10px;
	width:160px;
	height:160px;
	float:left;
	text-align:center;
}

.parceiros {
	float:left;
	margin:30px;
	width:120px;
	height:120px;
	max-height:120px;
	overflow:hidden;
	border:1px solid #f1f2f2;
	}


