/*

Versão 1.0 - [04/10/2009]

Autor: David Carreira
Url: http://davidcarreira.com

*/

/* Faz um "reset" ao estilos predefinidos */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
ol,ul { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content: ''; }
abbr,acronym { border: 0; }

/* Restaura alguns valores */

a {outline: none;}
em {font-style: italic;}
strong {font-weight: bold;}

ul li {display: inline;}

@font-face {
	font-family: BebasNeue;
	src: url('../fonts/BebasNeue.otf');
}

/* Tamanhos e posicionamentos */

body {
	background: #222222;
	color: #FFF;
	font-size: 62.5%;
}

#pagina {
	margin: 0px auto;
	width: 950px;
}

#header {

}


h1 {
	background: url(../images/logotipo.png) no-repeat;
	height: 115px;
	margin: 0 0 -80px 75px;
	position: relative;
	text-indent: -9999px;
	width: 800px;
	z-index: 10;
}

#animacao {
	height: 50px;
	margin: 0 0 0 75px;
	position: absolute;
	
	overflow: hidden;
	width: 800px;
	z-index: 9;
}

#fundo {
	background: url(../images/fundo4.png) no-repeat;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;

	width: 4000px;
}

#soon {
	color: #CCC;
	font-family: BebasNeue, Arial;
	font-size: 5em;
	margin: 300px 0 100px 0;
	text-align: center;
}

#pr, #sg, #tr {
	display: none;
}