/**
 * $Id$
 * Website Baker template: allcss
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/
*{
	/*border:1px solid black;*/
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #036;
	background-image: url(images/fundo_site.png);
	/*background-repeat: repeat-x;*/
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #369;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #036;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #369;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}
.header {
	width: 750px;
	height: 80px;
	background-color: #FFF;
	vertical-align: top;
}
.menu {
	background-color: #FFF;
	width:200px;
	padding: 0px;
	margin:auto;
	font-size:2em;
	font-weight: bold;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom:1px solid #9c9e9f;
}
.menu ul {
	border-bottom: 0px;
}
.menu ul ul {
	padding-left: 10px;
	font-size: 0.7em;
}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 0px;
	color: #9c9e9f;
	display: block;
	text-decoration: none;
	font-family:"Impact";
	font-size: 0.8em;
}
.menu a:hover {
	text-decoration: none;
	color: #786854;
	font-family:"Impact";
}
.menu_current {
	color: #786854 !important;
	font-family:"Impact";
}
.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #036;
	color: #FFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFF;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFF;
}

.search {
	background-color: #FFF;
	width:200px;
	padding: 0px;
	margin:auto;
	margin-top:30px;
	font-size:2em;
	font-weight: bold;
}

.search_button{
	border:0px;
	background-color:#786854;
	color:#ffffff;
	font-family:"Arial Black";
	width:100px;
	font-size:0.5em;
	margin-left:30px;
	margin-top:5px;
}

.page_title{
	font-family:"Impact";
	font-size:2em;
	font-weight: bold;
	color: #786854;
	border-bottom:1px solid #9c9e9f;
	width:80%;
	padding-bottom:7px;
}

.apoios{
	width:100%;
	padding:100px 0 0 30px;
}

.apoios img{
	margin-right:40px;
}

.apoios a:link, a:visited{
	color:#786855;
	font-family:"Arial";
	font-weight:bold;
	font-size:1em;
}

.apoios a:hover{
	color:#9c9e9f;
	font-family:"Arial";
	font-weight:bold;
	font-size:1em;
}

#wrap {
width:960px;
margin:0 auto;
background-color:#ffffff;
position:relative;
}

#main_t{
	background-image:url('images/header.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#ffffff;
	width:960px;
	height:445px;
	}

#left_column{
	float:left;
	width:270px;
	background-color:#ffffff;
	margin-top:-80px;
}

#content{
	margin-left:270px;
	margin-top:-100px;
	width:590px;
	border-left:1px solid #9c9e9f;
	padding-left:30px;
	padding-top:21px;
	min-height:500px;
}

#footer{
	background-image:url('images/footer.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:960px;
	height:300px;
	margin:auto;
	margin-top:-20px;
}