/*
Projetado por Vanessa Menezes. Todos os direitos reservados.
Dez 2008
*/

body {
	margin: 0;
	padding: 0;
	background: #989898 url(images/metal_publicidade/fundin.jpg) repeat-x;
	color: #000000;
	font: 11px "Georgia", "Times New Roman";
	}
	
h1{
	clear:both;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	text-align: left;
	color: #000000;
}

/* HEADER*/
#header {
	width: 979px;
	height: 115px;
	margin: 0 auto;
	background: url(images/metal_publicidade/metal_topo.jpg) no-repeat;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

/* MENU PRINCIPAL */

#menu {
	width: 979px;
	height: 47px;
	margin: 0 auto;
	background: url(images/metal_publicidade/metal_menu.jpg) no-repeat;
}
#menu ul {
	margin: 0 0 0 125px;
	padding: 5px 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	color: #FFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .active a {
	color: #00CCCC;
	font-weight: bold;
}

/* CONTEÚDO */

#conteudo {
	clear: both;
	width: 979px;
	height: 290px;
	margin: 0 auto auto;
	padding: 70px 0 0 0;
	background: url(images/metal_publicidade/metal_conteudo.jpg) no-repeat;
}

/* DENTRO*/
.dentro {
	width: 510px;
	height: 230px;
	margin: 0px auto;
	background: url(images/img04.jpg) no-repeat;
}
.dentro a {
	border: 1px solid #fff;
	display:inline;	
	float:left;
	margin: 5px;
}
.dentro a:hover {
	border: 1px solid #993399;
}
.dentro img {
	border: 3px solid #ffffff;
}

.dentro .adicional{
	clear: both;
	margin: 10px;
	color: #000000;
}
.dentro .adicional a{
	float: none;
	border: none;
	margin: 0px;
	color: #009966;
	font-weight: bold;
}
/* FOOTER*/

#footer {
	clear: both;
	width: 510px;
	height: 20px;
	margin: 0px auto;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 100%;
	color: #999999;
}
