/* --------------------*/
/* zerar todos estilos */
/* --------------------*/
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,
caption, tbody, tfoot, thead, th {
	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;
}

/* 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;
}
/* ------------------------*/
/* zerar todos estilos fim */
/* ------------------------*/


body {
	background: url("../img/background.jpg") repeat 0 0;
	height: 100%;
}

#tudo {
	position: relative;
	width:769px;
	height: 100%;
	margin:0 auto 0 auto;
}

#topo {
	position: relative;
	width: 100%;
	height: 166px;
	background: url("../img/topo.jpg") no-repeat 0 0;
}

#logo {
	position: relative;
	width: 227px;
	height: 100%;
	float: left;
	padding: 20px 0 0 22px;
}

#topo_dir {
	position: relative;
	width: 500px;
	height: 100px;
	float: right;
}

#propaganda_kinghost {
	position: relative;
	padding: 10px;
	height: 50%;
	width: 100%;
}

#menu {
	position: relative;
	float: right;
	height: 50%;
	width: 90%;
	margin-top: 20px;
	font: 700 100% Arial,Verdana;
}

#menu ul { 
	list-style: none;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
} 

#menu ul li { 
	display: inline;	
	width: 120px;
	padding: 15px 10px 0 0; 	
} 


#menu ul li a {
	background: url("../img/menu.gif") no-repeat 0 50%;
	color: #000000; 
	padding: 0 15px 0 15px;
	text-decoration: none;
}

#menu ul li a:hover { 
	background: url("../img/menu_hover.gif") no-repeat 0 50%; 
	color: #5891de; 
	text-decoration: underline; 
}

#centro_topo {
	position: relative;
	margin-top:20px;
	_margin-top: 0;
	width: 769px;
	height: 23px;
	background: url("../img/centro_topo.gif") no-repeat 0 0;
}

#centro {
	position: relative;
	width: 769px;
	min-height: 400px;
	_height: 400px;
	background: #FFFFFF;
}

#conteudo {
	position: relative;
	width: 100%;
	top: 10px;
	background: #FFFFFF;
}

#pagto {
	position: relative;
	width: 100%;
	padding-top: 40px;
	text-align: center;
}

#google_banner {
	position: relative;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

#centro_baixo {
	position: relative;
	width: 769px;
	height: 23px;
	background: url("../img/centro_baixo.gif") no-repeat 0 0;
}

p.titulos {
	text-align: left;
	padding: 0 0 40px 40px;
}

#clear {
	clear: both;
}


#erro {
	width: 100%;
	background: #CCCCCC;
	margin: 20px 0 5px 0;
	padding: 5px 0 5px 0;
	text-align: center;
	font: normal 75% Verdana;
}

#erro404 {
	position: relative;
	width: 100%;
	height: 400px;
	text-align: center;
}

p.topo404 {
	color: #CC0000;
	font: bold 200% Verdana;
	padding: 50px;
}

p.texto404 {
	color: #000000;
	line-height: 20px;
	font: bold 80% Verdana;
}