* {margin: 0; padding: 0; outline: 0;}

	@font-face { /* declare fonts */
	font-family: Type;
	src: url("TravelingTypewriter.ttf") format("truetype");
	src: url('TravelingTypewriter.woff') format('woff');
		}
		
			@font-face {
	font-family: Sverige;
	src: url('SverigeScriptClean_Demo.ttf') format('truetype');
	src: url('SverigeScriptClean_Demo.woff') format('woff');
}
		

body {
	font-family: Type;
	color: #999;
	font-size: 12px;
	background:#000000;
}

a, a:visited {
	color: #999;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#texto_pequeno {
	font-size:12px;
	color:#CCC;
}

#texto_pequeno a, a:visited {
	color:#CCC;
	text-decoration:none;
	font-weight:bold;
}

h1, h2 {
	font-family: Sverige;
	font-weight: 300;
	margin:0 0 15px 0;
	color:#FFF;
}


h1 {
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 100%;
}

h1.title {
	font-size: 46px;
	font-weight: 700;
	color: #6a6a6a;


}


h2 {
	font-size: 24px;
}

p {
	margin: 0 0 15px 0;
}

.menuBtn {

	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}

.active {
	background:#2e2e2e;
}

.clear {
	clear: both;
}

.wrap {
		/*background:url(../images/bg.png) top left repeat-x;*/
		width: 100%;
		max-width: 1140px;
		min-width: 960px;
		z-index: 10;
		position: relative;
		margin: 0 auto;
		padding: 0;

}



.section {
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
}


.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding:30px 0;
}

.flags {
	color: #000;
	width: 960px;
	margin: 0 auto;
	padding-right:50px;
	position: relative;
	max-height: 10px;
	text-align:right;
}


/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	top: 600px;
	height: 50px;
	z-index: 1000;
	width: 1354px;
	max-width: 1140px;
	min-width: 960px;
	background: #000000;
}
.subMenu .inner {
	padding:0;
	font-weight: 400;
}

.subNavBtn {
	display: block;
	height: 35px;
	width: 21%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	color: #fff;
}


.end {
	margin: 0;
}


/* SECTIONS */
.sTop {
	background:url(../img/head.jpg);
	min-height: 630px;
	color:#3d3d3d;
	
}

.s1 {
	min-height: 500px;
	background: #2e2e2e;
}


.s2 {
	min-height: 500px;
	background: #2e2e2e;
}


.s3 {
	min-height: 500px;
	background: #2e2e2e;
}


.s4 {
	min-height: 500px;
	background: #2e2e2e;
}

.footer {
	min-height: 250px;
	background: #2e2e2e;
}

.contactos {
	float:left;
	width:300px;	
}

.filiacao {
	float:right;
	width:300px;		
}

.outros {
	margin:0 auto;
	width:300px;		
}

.paypal {
	text-align: center;
}