﻿*{
	padding:0;
	margin:0;
	list-style:none;
	text-decoration:none;
	border:0 none;
	outline:none;
}
body {
	background:#fff url(../imgs/bg_top.jpg) repeat-x 0 0;
	font:12px Arial, "Arial Narrow", Helvetica sans-serif;
	line-height:150%;
	color:#747474;
	
	width:100%;
	text-align:center;
}

html {
	overflow: scroll
}

a:hover{
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6,
#languages{
	font-family:"Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-weight:normal;
}
#main{
	width:590px;
	text-align:left;
	margin:0 auto;
	
}
#header{
	position:relative;
	margin-bottom:40px;
}
#header h1{
	text-align:center;
}
#languages{
	position:absolute;
	top:63px;
	right:10px;
	font-weight:bold;
}
#languages a{
	color:#A2CC30;
	font-weight:normal;
}
#navigation{
	overflow:hidden;
}
#navigation li{
	float:left;
	font-size:15px;
	font-weight:bold;
}
#navigation li a{
	color:#fff;
	display:block;
	/*padding:7px 10px;*/
	text-align:center;
	vertical-align:middle;
	width:96px;
	height:34px;
	line-height:34px;
	text-decoration:none;
}
#navigation li#link-home a{
	background:url(../imgs/button_home.gif) no-repeat 0 0;
	width:102px;
	text-indent:7px;
	font-family:"Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	/*padding:10px 25px 10px 32px;*/
}
#navigation li#link-sobre a{
	background:url(../imgs/button_sobre.gif) no-repeat 0 0;
	font-family:"Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
}
#navigation li#link-equipe a{
	background:url(../imgs/button_equipe.gif) no-repeat 0 0;
	font-family:"Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
}
#navigation li#link-projetos a{
	background:url(../imgs/button_projetos.gif) no-repeat 0 0;
	font-family:"Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
}
#navigation li#link-imprensa a{
	background:url(../imgs/button_imprensa.gif) no-repeat 0 0;
	font-family:"Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
}
#navigation li#link-contato a{
	background:url(../imgs/button_contato.gif) no-repeat 0 0;
	width:103px;
	text-indent:-7px;
	font-family:"Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
}
#footer{
    float:left;
    font-size:10px;
    margin:50px 0;
    text-align:center;
    width:100%;
}
#content{
	clear:both;
	margin:0 10px;
	min-height:300px;
}
#content a{
	color:#a2cc30;
	font-weight:bold;
}
#content h1{
	color:#e63c8a;
	font-size:36px;
	margin-top:40px;
	margin-bottom:30px;
}
#content h2{
	color:#2db3f1;
	margin-bottom:10px;
}
#content p{
	margin-bottom:20px;
	text-align:justify;
}
#home .wrap_subheader{
	margin-bottom:20px;
	text-align:justify;
}
#home #content h2{
	font-size:20px;
	display:inline;
	line-height:1;
	text-align:justify;
}
#home #abre_aspas{
	background:url(../imgs/abre_aspas.gif) no-repeat 0 0;	
	padding-left:20px;
}
#home #fecha_aspas{
	margin-left:3px;
	background:url(../imgs/fecha_aspas.gif) no-repeat 0 0;
	padding-left:25px;
}
#contato address{
	font-style:normal;
	margin-bottom:20px;
}
#contato #contact_form label{
	display:block;
	margin-bottom:10px;
}
#contato #contact_form label span{
	display:block;
	float:left;
	width:70px;
	text-align:right;
	text-transform:uppercase;
	margin-right:10px;
}
form input,
form textarea{
	border:1px solid #666;
}
form textarea{
	width:269px;
	height:98px;
}
#contato #contact_form label input{
	width:169px;
}
#contato #contact_form label input.big{
	width:269px;
}
#contato #contact_form button#send_contact_form{
	text-transform:uppercase;
	text-align:center;
	background:url(../imgs/button_enviar.gif) no-repeat 0 0;
	width:61px;
	height:22px;
	line-height:22px;
	vertical-align:middle;
	font-size:10px;
	color:#fff;
	margin-left:80px;
	cursor:pointer;

}
#content .content-div{
    float:right;
    margin-bottom:30px;
    width:380px;
}
#content .content-div p{
	margin-bottom:5px;
}
ul.bullet_list li{
    background: url(../imgs/bullet.gif) no-repeat 0.5px 8px;
    padding-left:10px;
    margin-bottom:8px;
    text-align:justify;
}
.nome{
    float:left;
    width:100%;
}
.foto
{
    float:left;
}
.social-links {
    margin-bottom:30px;
}

/*FORMULARIO PROJETOS*/
#formulario_projetos input, textarea, select {
    border:1px solid #666666;
    height:20px;
    width:250px;
}

#formulario_projetos label{
	display:block;
    font-weight:bold;
    margin-top:15px;
}

#formulario_projetos .enviar_projeto{
	float:left;
	margin-top:10px;
	clear:both;
	width: 65px;
	font-weight:bold;
}
#captcha
{
    float:left;
    margin-top: 20px;
    clear:both;
}
#loading-img
{
    float:left;
    margin-top:10px;
    margin-left:5px;
}
#captcha-status
{
    float:left;
    margin-top: 5px;
    clear:both;
}