/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

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

body {
	background: #AAE0FE url(imagens/back_all.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A4E4F5;
	margin-top: 10px;
	margin-bottom: 20px;
}

input, textarea {
	background: #FFFFFF;
	border: 2px solid #A4E4F5;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
	}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}



hr {
	display: none;
}

#main
{
width: 904px;
margin: 0 auto;
border: 10px solid #ffffff;
}

/* Header */

#textdiv { 
width: 100%; 
position: absolute; 
bottom: 0px; 
left: 0px; 
} 

#header {
	height: 249px;
	width: 904px;
}

#logo {
position: relative;
width: 904px;
height: 200px;
background: url(imagens/header.jpg) repeat-x;
}
#logotext {
	width: 80%;
	position: absolute;
	bottom: 12px;
	left: 116px;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	
	padding: 165px 0 0 0;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}


#logo a {
	text-decoration: none;
	color: #62D6F5;
}

#menu {
height: 49px;
padding-left: 140px;
background: url(imagens/menu.gif) no-repeat;
}
#linguas {
	height: 30px;
	width: 60px;
	position: absolute;
}
#titulo {
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 35px;
	margin: 0 0 0 2px;
	padding: 14px 0 0 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(imagens/menu_r.gif) repeat-x;
}

/* Page */

#page {
	width: 904px;
	background: #ffffff;
	margin: 0 auto;
}



/* Sidebars */

.sidebar {
	float: left;
	width: 904px;
	margin-top: 10px;
	color: #0D699B
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 6px 0 6px 20px;
}

.sidebar a {
	text-decoration: none;
	color: #0D699B;
	font-size: 11px;
}
.sidebar a:hover {
	color: #0D699B;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 10px;
	color: #FFFFFF;
	background: url(imagens/title.gif) no-repeat;
	height: 34px;
	padding-left: 20px;
}

/* Left Sidebar */

#leftbar {
}


#leftbar .back, 
{
background: url(imagens/box_back.gif) repeat-y;
padding: 10px;
}

#leftbar .bottom, 
{
background: url(imagens/box_bottom.gif) no-repeat;
height: 3px;
width: 904px;
margin-bottom: 10px;
}

/* Footer */

#footer {
	clear: both;
	padding-top: 0px;
	height: 55px;
	background: url(imagens/footer.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
}
#main #header #logo #text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #D41F55;
	width: auto;
	margin-bottom: 0px;
	position: static;
	bottom: 5px;
}
