/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body{
	padding: 0px; 
	margin: 0px; 
	background: #FDFEFF url(../imagens/bg2.png) repeat-x; 
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

a, a:visited {
	color: #3C95F5;
	text-decoration: none;
}

a:hover {
	color: #3C95F5;
	text-decoration: underline;
}

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#menusTopo {
	position: relative;
	width: 900px;
	height: 30px;
	margin: 0 auto;
	background: #DDE5E7;
}

/** Menus **/
ul.arrowunderline{
	list-style-type:none;
	padding: 7px 0 0 0;
	float: left;
	font: normal 13px Helvetica;
	width: 600px;
}

ul.arrowunderline li{
	display:inline;
	margin-right: 30px; /* spacing between each menu item */
	color: #333;
}

ul.arrowunderline li a{
	position: relative;
	padding: 2px 5px; /*spacing between each menu item and arrow underline beneath it */
	text-decoration: none;
	color: #333;
}

ul.arrowunderline li a:hover{
	background-color: #fff;
	padding: 2px 5px;
}

#cabecalho {
	position: relative;
	width: 900px;
	height: 100px;
	margin: 30px 0;
	float: left;
}

#cabecalho .logo {
	width: 200px;
	height: 80px;
	float: left;
	margin-right: 200px;
}

#cabecalho .logo h1 {
	font-size: 1.2em;
	color: #fff;
}

#cabecalho .logo img {
	border: none;
	margin-bottom: 10px;
}

#cabecalho .frases {
	width: 300px;
	float: right;
	font-size: 1.3em; 
	color: #FFF; 
	text-align: right;
	margin-top: 10px;
}

#cabecalho

#boxCorpo {
	position: relative;
	width: 900px;
	float: left;
	margin: 5px 0 50px 0;
}

#boxCorpo .texto {
	position: relative;
	width: 600px;
	margin: 0 40px 0 0;
	float: left;
}

#boxCorpo .texto h1 {
	font-size: 1.4em;
	color: #3C95F5;
	margin-bottom: 30px;
}
#boxCorpo .texto p {
	font-size: 0.9em;
	color: #666;
	line-height: 135%;
	padding: 0 0 20px 0;
}

#boxCorpo .texto span {
	color: #3C95F5;
}

#boxCorpo .sidebar {
	position: relative;
	width: 255px;
	float: left;
}

#boxCorpo .sidebar .boxTwitter {
	position: relative;
	width: 255px;
	margin: 0 40px 0 0;
	float: left;
}

#boxCorpo .sidebar .boxTwitter ul {
	margin-top: 10px;
}

#boxCorpo .sidebar .boxTwitter ul li {
	color: #666;
	list-style: none;
	font-size: 0.8em;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #E0E0E0;
}

#boxCorpo .sidebar .boxTwitter ul li a {
	text-decoration: underline;
	color: #5383C2;
}

#boxCorpo .sidebar .boxTwitter ul li a:hover {
	text-decoration: none;
	color: #5383C2;
}


#footer {
	position: relative;
	width: 100%;
	float: left;
	margin-top: 40px;
}

#footer .footerBase {
	position: relative;
	margin: 20px auto;
	width: 900px;
	border-top: 3px solid #DDE5E7;
}

#footer .boxTexto {
	width: 300px;
	float: left;
	margin: 5px 105px 20px 0;
}

#footer .boxTexto p {
	color: #666;
	font-size: 0.7em;
}

#footer .boxLogos {
	width: 190px;
	float: right;
	margin-top: 5px;
}

#footer .boxLogos img {
	border: none;
	margin-left: 30px;
}

/* ----------- estilo do formulario de contato ----------- */

#stylized {
	padding: 3px;
}

#stylized label {
	display: block;
	font-weight: normal;
	text-align: left;
	width: 220px;
	float: left;
	font-size: 0.7em;
	margin: 0;
	color: #FFF;
}

#stylized input {
	float: left;
	font-size: 0.8em;
	padding: 2px;
	border: none;
	width: 200px;
	margin: 1px 0 10px 0;
	background-color: #e6e6e6;
}

#stylized textarea {
	float: left;
	width: 220px;
	height: 110px;
	background-color: #e6e6e6;
}

#stylized .button{
	clear:both;
	margin: 5px 0;
	width: 80px;
	height: 20px;
	text-align: right;
	float: right;
	background-color: #003851;
	color: #fff;
	font-size: 0.8em;
}

#footer .logos {
	width: 230px;
	height: 50px;
	float: right;
}
	
