body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, blockquote {
	margin: 0; padding: 0; border: 0;
}

html{
	background: #eee url(imgs/squairy_light.png);
}

body{
	font-family: OpenSans, Arial, Helvetica, sans-serif; 
	background: url(imgs/topbar.png) repeat-x;
}

#wraper{
	width: 925px;
	margin: 0 auto;
	padding: 0 75px;
}

#header{
	padding: 70px 0 150px 0;
	border-width: 1px;
	border-bottom-color: #D26E32;
	border-bottom-style: solid;
}

#logo{
	float: left;
}

#vbar{
	float: right;
	padding-right: 5px;
}

#destaques{
	display: block;
	float: right;
	list-style: none;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	color: #E18C28;
}

#content{
	padding: 35px 0;
	overflow: hidden;
	border-width: 1px;
	border-bottom-color: #D26E32;
	border-bottom-style: solid;
}

#about{
	float: left;
	width: 450px;
}

#about p{
	font-size: 11px;
	text-align: left;
	color: #59595B;
	padding-right: 110px;
}

#contact{
	float: right;
	width: 450px;
}

form#contactform{
	width: 300px;
}

form#contactform fieldset{
	border: none;
	margin-bottom: 15px;
}

form#contactform ol li{
	list-style: none;
	float: left;
}

form#contactform input,
form#contactform textarea{
	background: #f0f0f0;
	border: none;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #59595B;	
}

form#contactform input,
form#contactform textarea :focus{
	background: #EEEEEE;
}

form#contactform input{
	width: 300px;
	height: 24px;
	margin-bottom: 10px;
}

form#contactform textarea{
	width: 300px;
	height: 84px;
	margin-bottom: 10px;
	white-space: normal;
}

form#contactform button{
	background: #F0F0F0;
	border:none;
	color: #59595B;
	display: block;
	width: 80px;
	height: 24px;
	text-align: center;
	text-transform: uppercase;
}

form#contactform button:hover{
	background: #D26E32;
	cursor: pointer;
}

#footer{
	overflow: hidden;
	padding-top: 20px;
}

#footer p{
	font-size: 11px;
	text-align: left;
	color: #59595B;
}

#contactFR, #contactPT, #contactMR, #contactGP{
	float: left;
	margin-right: 30px;
}

#contactGP a{
	color: #D26E32;
}

#socialFB{
	float: right;
	background: url(imgs/facebook_icon.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
}


h1{
	font-size: 24px;
	font-weight: bolder;
	line-height: 32px;
	color: #D26E32;
	padding-bottom: 20px;
}

h2{
	font-size: 13px;
	line-height: 20px;
	color: #59595B;
}

.oculta{
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
