/* GERAL */

*{margin:0; padding:0; font-size:100%;}

body {
	font-size:62.5%;
	font-family:Lucida, Arial, Helvetica, sans-serif;
	background:#1A1B1F;
	background-image:url(../imagens/woodsp_boy.jpg);
	background-repeat:repeat;
}	

h1, h2, h3, h4, h5, h6 {text-align: left;}
h1{font:207.5% lucida, sans-serif;}
h2{font:177.5% lucida, sans-serif;}
h3{font:157.5% lucida, sans-serif;}
h4{font:bold 137.5% lucida, sans-serif;}
h5{font:italic 137.5% lucida, sans-serif;}
h6{font:small-caps 137.5% lucida, sans-serif;}

/* MENU */


#topo_menu {
	height:44px;
	background-image:url(../imagens/2010_topo_menu.jpg);
	background-repeat:no-repeat;
}


ul {
	position:absolute;
	font-size:1.2em;
	list-style: none;
	padding-top:15px;
	padding-left:70px;
	width: 710px;
}

ul li {
	position:relative;
	overflow:hidden;
	float:left;
	width:124px;
}

ul li ul {
	position:relative;
	font-size:1em;
	float:left;
	width:124px;
	top:-13px;
	left:-71px;	
	display: none;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 5px;
}

ul li ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	background: #DFE2C5;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

a:hover{color:#C00;}

li:hover ul, li.over ul { 
	display: block; 
}

#li_home {
	width:75px;
}

#li_contato {
	width:100px;
}



/* CONTEUDO */



#corpo {
	width:782px;
	margin:0 auto;
}

/* CABEÇALHO */

#topo {
	height:304px;
	background-image:url(../imagens/2010_topo.jpg);
}

#topo_meio {
	height:91px;
}



/* .;.. */
