@charset "utf-8";
/*
Nome: Grids + Reset
Descrição: Simplesmente o reset de todas as tags necessárias para o projeto + as grids de layout.
Objetivo: Layout em 2 colunas, topo, menu superior e rodapé.
Versão: 0.1
Autor: Flávio Silva
*/


/* Resets */
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, sub, sup, tt, var,
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 !important;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: 'Arial', Helvetica, sans-serif;
	vertical-align: top
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
address{
	font-style: normal
}

/* Grids + Layout*/
body{
	font-size:12px;
}

#container{padding:0;margin:0;/*position:relative*/}
#topo{height:130px;position:relative;margin-bottom:10px}
#logo, #logo a{width:300px;height:108px;display:block}
#logo{position:absolute;left:0;top:14px}
#logo a{text-indent:-3000px}
#meio{float:left;width:100%}
#esquerda{width:190px;float:left;margin-left:-100%;}
#direita{width:190px;margin-left:-190px;float:left}
#centro{padding:0 20px}
#rodape{clear:both;width:100%}
.h_menu li{float:left}
.h_menu_last li{float:none}
.v_menu li a{display:block;width:100%}