@charset "utf-8";
@import url("links.css");

body{
	margin:0px;
	padding:0px;
	border:none;
	background-color:#000000;
	text-align:center;
	font-family:Arial, Verdana;
}
img{margin:0px; border:none;}
form{margin:0px; padding:0px; border:none;}
table{margin:0px;border:none;padding:0px;}

h1.rank{
	margin:0px;
	font-size:12px;
}

#geral{
	margin:0px auto;
	text-align:left;
	width:1000px;
	height:auto;
}

#geralInterna{
	margin:0px auto;
	text-align:left;
	width:900px;
	height:auto;
	background-color:#fff;
}

/*intro*/
#top{
	background-image:url(../images/cima.png);
	background-repeat:no-repeat;
	width:1000px;
	height:276px;
	margin:0px;
}

#center{
	width:1000px;
	height:117px;
	margin:0px;
	text-align:center;
}

#bottom{
	margin:0px;
	width:1000px;
	height:auto;
}
/*intro*/

/*Topos*/

.topo{
	position:relative;
	width:900px;
	height:157px;
	margin:0px 0px 10px 0px;
}

#topoHome{background-image:url(../images/topohome.jpg); background-repeat:no-repeat;}
#topoHistoria{background-image:url(../images/topoHistoria.jpg); background-repeat:no-repeat;}
#topoContato{background-image:url(../images/topoContato.jpg); background-repeat:no-repeat;}
#topoColecao{background-image:url(../images/topoColecao.jpg); background-repeat:no-repeat;}

/*Menu*/

.menu{
	width:890px;
	height:36px;
	padding:2px 5px;
	background:#000;
	margin:0px 0px 10px 0px;
	color:#fff;
}

.menu dd , .menu dl{
	  display:inline;
	  margin:0px;
	  padding:0px;
}

.menu dd.active{
	font-weight:bold;
	font-size:28px;
}

.menu dd.nav{
		font-size:18px;
}
	
/*Menu*/


/*Conteudo*/

.conteudo{
	background-image:url(../images/bgGeral.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0px;
	height:462px;
	/*font-family:Arial,Helvetica,Verdana;*/
}

/* Contato */

#formularioContato{
	width:480px;
	height:auto;
	margin:0px;
	padding:10px;
	/*background-color:#009999;*/
	text-align:left;
}

#formularioContato p{
	margin:0px;
}

input.inputDefault{
	margin:0px;
	border:1px solid #999;
	width:170px;
}

textarea.textAreaDefault{
	margin:0px;
	border:1px solid #999;
	width:170px;
	height:100px;
	overflow:hidden;
}

input#btnEnviar{
	border:1px solid #999;
	background-color:#fff;
	margin:0px;
}

/*história*/

#conteudoHistoria{
	width:480px;
	height:auto;
	margin:0px;
	padding:10px;
	text-align:left;
}

#conteudoHistoria p{
	margin:0px;
}

/*história*/

#conteudoPrincipal{
	width:480px;
	height:auto;
	margin:0px;
	padding:10px;
	text-align:center;
}

#conteudoPrincipal p{
	margin:0px;
}

/* Coleção */

#flashcontent {
		height: 100%;
	}
	
