@import url("../Default/styles-head-footer.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%;
	background: transparent;
}
ol, ul 			{list-style: none;}
blockquote, q 	{quotes: none;}
:focus 			{outline: 0;}
ins 			{text-decoration: none;}
del 			{text-decoration: line-through;}
table 			{border-collapse: collapse;	border-spacing: 0;}

/* ------------------
		 Geral 
   ------------------   */
body{font: 11px Arial, Helvetica, sans-serif; color:#555; text-align:center; background:#fff; line-height:1;}

a:link, a:active, a:visited {color:#636c7b;	text-decoration:none;}
a:hover 					{text-decoration:underline;}

/* ------------------
		 Estrutura 
   ------------------   */
#div_site 			{width:970px; overflow:hidden; margin:0 auto; text-align:left;}
#div_content1		{width:480px; margin:10px 10px 10px 0; float:left;}
#div_content1 img	{margin:6px 0 0;}
#div_content2		{width:480px; margin:0 0 5px; float:left;}
	.banner1		{margin:10px 0 6px 0;}
/*	ul					{width:140px; margin:0 0 25px 0; float:left;}
	ul li				{line-height:15px;}
	ul li.cat			{margin-top:5px;}
	ul li.title			{font-weight:bold; margin-top:5px;}
	ul li.btn_comprar	{margin-top:8px;}*/
