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

/* RESET */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
text-decoration: none;
color: black;
}

a:hover {
	text-decoration: none;
	color: #353535;
	text-align: center;
}

#topo {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:187px;
	z-index:2;
	background-color: #FFFFFF;
	background-image:url(images/bg_topo.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#menu {
	position:absolute;
	left:0px;
	top:187px;
	width:900px;
	height:43px;
	z-index:2;
	background-image:url(images/bg_menu.png);
	background-repeat:repeat-x;
}
#logo_topo {
	position:absolute;
	left:59px;
	top:21px;
	width:314px;
	height:135px;
	z-index:2;
}
#endosso_topo {
	position:absolute;
	left:432px;
	top:55px;
	width:450px;
	height:29px;
	z-index:2;
}

#menubtn li {
	display: inline;
	width: 900px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align: center;
	margin-left: 10px;
	
}
#menu_links {
	position:absolute;
	left:50px;
	top:0px;
	width:900px;
	height:43px;
	z-index:2;
}

