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

/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#divclear{clear:both;}
/*FINAL DO CSS RESET*/

body{
	background-image:url(fundo.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	}
	
h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
}
	
h6{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
h5{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#F00;
	}
	
#index_conteudo{
	margin:0px auto;
	width:800px;
	}

#index_menu{
	width:231px;
	height:500px;
	margin-top:5px;
	margin-right:5px;
	float:left;
	text-align:left;
	}
	
#index_menu a{
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	}

#index_menu a:visited{
	line-height:18px;
	text-decoration:none;
	}
#index_menu a:hover{
	line-height:18px;
	color:#00F;
	}
	
#index_corpo{
	width:560px;
	margin-top:5px;
	float:left;
	}
	
#index_corpo_noticia{
	width:560px;
	margin-top:5px;
	float:left;
	text-align:left
	}	

#corpo_conteudo{
	
	}
	
#corpo_conteudo a{
	text-decoration:none;
	}

#corpo_conteudo a:visited{
	text-decoration:none;
	}

#corpo_conteudo a:hover{
	text-decoration:underline;
	}

#produtos_td{
	width:280px;
	}
	
#index_rodape{
	width:800px;
	margin-top:30px;
	}