*{
	margin: 0px;
}
body {
	background: url(img/fundo_site.jpg) top repeat-x;
	background-color: #5A9308;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* - - - - - c l a s s e s - - - - - */

.img_empresa {
	padding-left: 25px;
	padding-bottom: 25px;
}

/*  - - - - - d i v ' s - - - - - */

#wrapper {
	margin: 0px auto;
	width: 995px;
}
#site {
	position: relative;
	width: 965px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	float: left;
}
#site_e {
	width: 320px;
	float: left;
}
#anime {
	width: 320px;
	height: 680px;
}
#site_d {
	width: 645px;
	float: left;
}
#menu {
	width: 645px;
	height: 170px;
}
#meio {
	width: 645px;
}
#conteudo_linha {
	width: 1px;
	float: left;
}
#conteudo {
	width: 605px;
	padding-left: 19px;
	padding-right: 20px;
	float: left;
}
#index_txt {
	width: 290px;
	float: left;
}
#index_foto {
	width: 290px;
	height: 280px;
	padding-left: 25px;
	float: left;
}
#index_categorias {
	width: 605px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

#preencher_espaco {
	height: 130px;
}
#flutuante {
	width: 720px;
	height: 120px;
	color: #FFFFFF;
	z-index: 10;
	right: 20px;
	bottom: 20px;
	position:absolute;
}
#flutuante a {
	color: #FFFFFF;
	text-decoration: underline;
}
#flutuante a:hover {
	color: #000000;
	text-decoration: none;
}
#f_verde {
	width: 210px;
	height: 100px;
	padding: 10px;
	background: url(img/fundo_verde.jpg);
	float: left;
}
#f_vermelho {
	width: 210px;
	height: 100px;
	padding: 10px;
	margin-left: 15px;
	margin-right: 15px;
	background: url(img/fundo_vermelho.jpg);
	float: left;
}
#f_amarelo {
	width: 210px;
	height: 100px;
	padding: 10px;
	background: url(img/fundo_amarelo.jpg);
	float: left;
}

#rodape {
	width: 995px;
	height: 50px;
	color: #FFFFFF;
	clear: both;
}
#rodape_e {
	width: 765px;
	height: 35px;
	padding-top: 15px;
	padding-left: 30px;
	float: left;
}
#rodape_d {
	width: 170px;
	height: 50px;
	padding-right: 30px;
	text-align: right;
	float: left;
}

/*  - - - - - b o r d a s - - - - - */

#esquerda {
	width: 15px;
	float: left;
}
#e_top {
	width: 15px;
	height: 600px;
	background: url(borda/e_top.jpg) top no-repeat;
}
#e_meio {
	width: 15px;
	background: url(borda/e_meio.jpg) top repeat-y;
}
#direita {
	width: 15px;
	float: left;
}
#d_top {
	width: 15px;
	height: 600px;
	background: url(borda/d_top.jpg) top no-repeat;
}
#d_meio {
	width: 15px;
	background: url(borda/d_meio.jpg) top repeat-y;
}
#baixo {
	width: 995px;
	height: 25px;
	clear: both;
}
#b_esquerda {
	width: 25px;
	height: 25px;
	float: left;
}
#b_meio {
	width: 945px;
	height: 25px;
	background: url(borda/b_meio.jpg) repeat-x;
	float: left;
}
#b_direita {
	width: 25px;
	height: 25px;
	float: left;
}

/*  - - - - - e x t r a s - - - - - */

#produtos {
	width: 125px;
	height: 195px;
	padding-top: 15px;
	padding-left: 12px;
	padding-right: 13px;
	text-align: center;
	float: left;
}
#voltar_pontilhado {
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	clear: both;
}
#voltar {
	padding-bottom: 20px;
	text-align: right;
	clear: both;
}

/*  - - - - - e x t r a s - - - - - */

#clear_both {
	clear: both;
}
#pontilhado_sm {
	border-bottom: 1px dashed #CCCCCC;
}
#pontilhado_bem_vindo {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 5px;
}
#erros {
	color: #FFFFFF;
	background-color: #C90000;
	display: block;
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
}
#acertos {
	color: #FFFFFF;
	background-color: #006600;
	display: block;
	border: 1px solid #00CC00;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
