<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
**		TYPOGRAPHY
**
**		Author: 		C.L. Dons
**		Date: 			13-10-2009
**		Version: 		1.0
**		Commission:		Oba! Monte Verde - www.obamonteverde.com.br
**		Copyright: 		© 2009 Outsourced ICT &amp; New Media Solutions - www.outsourced.nl|.com.br
*/

/*
**		Common Elements
*/ 

body{
	font: 62.5%/1.3em Century Gothic, "Century Gothic", sans-serif;
	color: #464648;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: 0.2pt;
}

a:link, a:visited, a:hover, a:active{
	color: #464648;
}

input, textarea{
	font-family: Century Gothic, "Century Gothic", sans-serif;
	font-size: 1em;
	font-weight: bold;
}

h1{
	font-size: 2em;
	font-weight: bold;
}

h2{
	font-size: 1.5em;
}

ol{
	margin-left: 20px;
	margin-bottom: 11px;
}
ol li{
	padding-left: 11px;
}
ul{
	margin-left: 15px;
	margin-bottom: 11px;
}
ul li{
	padding-left: 16px;
}

/*
**		Menu
*/

#menu-pane li a{
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	font-size: 1.5em;
}
#menu-pane li.active a{
	color: #21445B;
	font-weight: bold;
}
#menu-pane li a{
	color: #fff;
}

/*
**		Standard Type Model
*/

.standard-type{
	font-size: 1.3em;
	line-height: 1.2em;
}
.standard-type p{
	margin-bottom: 11px;
}

/*
**		Home
*/

#home-contact-pane h2{
	font-size: 1.8em;
	font-weight: bold;
}
#home-contact-pane h2 a{
	text-decoration: none;
	color: #464648;
}

#home-contact-pane p{
	font-size: 0.95em;
}

/*
**		Empresa
*/

#empresa-photo-pane h2{
	color: #fff;
	font-weight: bold;
}

/*
**		Contato
*/

#contato-mapo-pane #contato-pane h1{
	font-size: 1.8em;
	font-weight: bold;
}
#contato-mapo-pane #contato-pane p{
	font-size: 0.95em;
	text-align: right;
}

#contato-form-pane .success{
	color: #00CC00;
}
#contato-form-pane form input.error, #contato-form-pane form textarea.error{
	color: #fff; 
}

#contato-mapo-pane #mapo-title h2{
	font-size: 1.8em;
	font-weight: bold;
}

/*
**		Footer
*/


#footer, #footer a{
	font-size: 1em;
	letter-spacing: 0.1pt;
	color: #fff;
	text-decoration: none;
}
</pre></body></html>