/*  
Nome do Cliente: Santana.Carnavalle
Desenvolvedores: Jayme Ayres (Front-end) Lucas Peres (Back-end)
Description: Escritório de Arquitetura
*/

/*************************************
 +Tags universais
 *************************************/
body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: url(../images/bg.jpg) repeat-x #18191a;
	margin:0px;
	padding:0px;
	/*me desculpem mas tenho que fazer isso*/
	scrollbar-arrow-color:#A9A9A9;
	scrollbar-3dlight-color: #5A5B5E;
	scrollbar-highlight-color:#5A5B5E;
	scrollbar-face-color:#5A5B5E;
	scrollbar-shadow-color:#5A5B5E;
	scrollbar-darkshadow-color:#2E2E31;
	scrollbar-track-color:#2E2E31;
}
 
h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address {
	margin:0px;
	padding:0px;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #ff9600;
}

img {
	border: 0;
}


/*************************************
 +layout
 *************************************/
 
#alinha {
	margin: 0px auto;
	width: 780px;
}


/*************************************
 +Logo
 *************************************/


#logo {
	width: 275px;
	height: 85px;
}

#logo h1 a {
	width: 275px;
	height: 85px;
	display: block;
	background: url(../images/logo.jpg);
}

#logo h1 span {display: none;}

/*************************************
 +Conteúdo
 *************************************/
 
#conteudo {
	width: 780px;
	background: transparent;
	/*border: 1px solid #5F5F5F;*/
}

/*************************************
 + Menu
 + Os Menus estão separados por sessóes do site
 + cada sessão tem uma cor diferente
 + Home: #fb9502
 + Projetos:
 + Equipe: 
 + Contatos:
 *************************************/


 
/*************************************
 + Menu - HOME
 *************************************/

#menu_topo {	
	text-align: right;
	height: 30px;
	margin: 0px 0 15px 0;
	width: 60%;
	float: right;
	background: url(img/menu.gif) no-repeat;
	font-size: 18px;
	font-family: "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #fb9502;
}

#menu_topo ul, #menu_topo li {
	margin: 5px 0 0 0;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#menu_topo a:link, #menu_topo a:visited{
	line-height: 14px;
	margin: 15px 5px 0px 15px;
	text-decoration: none;
	color: #fff;
}

#menu_topo a:link#atual_home, #menu_topo a:visited#atual_home {
	color: #fb9502;
	padding-bottom: 0px;
	background: transparent;
}

#menu_laranja a:hover { color: #fb9502; }
#menu_verde a:hover { color: #86b62f; }
#menu_vermelho a:hover { color: #b00d00; }
#menu_amarelo a:hover { color: #F9DB06; }

/*************************************
 + Menu - PROJETOS
 *************************************/

#menu_topo_projetos {	
	text-align: right;
	height: 30px;
	margin: 0px 0 15px 0;
	width: 60%;
	float: right;
	background: url(img/menu.gif) no-repeat;
	font-size: 18px;
	font-family: "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #86b62f;
}

#menu_topo_projetos ul, #menu_topo_projetos li {
	margin: 5px 0 0 0;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#menu_topo_projetos a:link, #menu_topo_projetos a:visited {
	line-height: 14px;
	margin: 15px 5px 0px 15px;
	text-decoration: none;
	color: #fff;
}

#menu_topo_projetos a:link#atual_projetos, #menu_topo_projetos a:visited#atual_projetos {
	padding-bottom: 0px;
	background: transparent;
	color: #86b62f;
}

#menu_laranja a:hover { color: #fb9502; }
#menu_verde a:hover { color: #86b62f; }
#menu_vermelho a:hover { color: #b00d00; }
#menu_amarelo a:hover { color: #F9DB06; }

/*************************************
 + Menu - EQUIPE
 *************************************/

#menu_topo_equipe {	
	text-align: right;
	height: 30px;
	margin: 0px 0 15px 0;
	width: 60%;
	float: right;
	background: url(img/menu.gif) no-repeat;
	font-size: 18px;
	font-family: "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #FF1B09;
}

#menu_topo_equipe ul, #menu_topo_equipe li {
	margin: 5px 0 0 0;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#menu_topo_equipe a:link, #menu_topo_equipe a:visited {
	line-height: 14px;
	margin: 15px 5px 0px 15px;
	text-decoration: none;
	color: #fff;
}

#menu_topo_equipe a:link#atual_projetos, #menu_topo_equipe a:visited#atual_equipe {
	padding-bottom: 0px;
	background: transparent;
	color: #FF1B09;
}

#menu_laranja a:hover { color: #fb9502; }
#menu_verde a:hover { color: #86b62f; }
#menu_vermelho a:hover { color: #b00d00; }
#menu_amarelo a:hover { color: #F9DB06; }

/*************************************
 + Menu - CONTATO
 *************************************/

#menu_topo_contato {	
	text-align: right;
	height: 30px;
	margin: 0px 0 15px 0;
	width: 60%;
	float: right;
	background: url(img/menu.gif) no-repeat;
	font-size: 18px;
	font-family: "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #F9DB06;
}

#menu_topo_contato ul, #menu_topo_contato li {
	margin: 5px 0 0 0;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#menu_topo_contato a:link, #menu_topo_contato a:visited {
	line-height: 14px;
	margin: 15px 5px 0px 15px;
	text-decoration: none;
	color: #fff;
}

#menu_topo_contato a:link#atual_contato, #menu_topo_contato a:visited#atual_contato {
	padding-bottom: 0px;
	background: transparent;
	color: #F9DB06;
}

#menu_laranja a:hover { color: #fb9502; }
#menu_verde a:hover { color: #86b62f; }
#menu_vermelho a:hover { color: #b00d00; }
#menu_amarelo a:hover { color: #F9DB06; }
 

/*************************************
 +Metal
 *************************************/

 #metal {
 	background: url(../images/metal.gif) repeat-x;
	float: left;
	margin: 0;
	width: 100%;
	height: 70px;
 }
 
 /*************************************
 +Conteúdo da Home
 *************************************/
 
#slide-show {
	float: left;
	margin: 15px 0 15px 0px;
	_margin: 15px 0 15px 0px;
	width: 430px;
	height: 323px;
	_height: 0px;
	background: #3D3E42;
}

#destaque {
	float: right;
	margin: 15px 0px 0 0px;
	_margin: 15px 0px 0 0px;
	width: 330px;
	height: 321px;
	background: url(../images/logo_marca_dagua.gif) no-repeat bottom #2E2E31;
	border-bottom: 1px solid #ff9600;
}

#destaque h1 {
	margin: 10px 0 15px 5px;
	font-size: 19px;
	font-family: "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.02em;
	color: #fff;
}

#destaque h2 {
	padding: 0px 10px;
	font-size: 14px;
	font-family: "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.02em;
	color: #FB9502;
}

#destaque a, ul{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

#destaque a:hover{
	color: #fb9202;
}

#destaque p {
	padding: 2px 10px;
	color: #fff;
	font-size: 12px;
}

#destaque ul{
	color: #fff;
	font-size: 12px;
	list-style: none;
	padding: 0 5px 0 5px;
	line-height: 140%;
}

#destaque li{
	background: url(../images/marcador_internas.gif) no-repeat;
	background-position: 10px 5px;
	padding: 0 0 0 20px;
}

#destaque img {
	margin: 0 0 0 0;
}

/*************************************
 + Menu Tipo de Projetos - Textura de 
 + Aço Escovado
 *************************************/

#escolha_projetos {
	width: 780px;
	height: 300px;
	background: url(../images/metal_escovado.jpg) no-repeat;
	float: left;
}

 
/*************************************
 +Páginas Internas
 *************************************/

#menu_interna {	
	height: 30px;
	margin: 43px 0 0 0;
	float: left;
	font-size: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

#menu_interna ul, #menu_interna li {
	margin: 5px 0 0 0;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#menu_interna a:link, #menu_interna a:visited
{
	line-height: 14px;
	margin: 15px 5px 0px 15px;
	text-decoration: none;
	color: #fff;
}

#menu_interna a:link#atual, #menu_interna a:visited#atual, #menu_interna a:hover{
	padding-bottom: 0px;
	background: transparent;
	color: #B3D96E;
}

#menu_interna a:active {
	color: #B3D96E;
}

#menu_interna li#active a {
	color: #B3D96E;
}

#menu_interna a:hover { color: #B3D96E; }


/*************************************
 +Menu dos Projetos
 *************************************/
#navcontainer { 
	float: left;
	background: #48494d;
	margin: 15px 0 15px 0;
	width: 200px;
	/*height: 325px;*/
	border-bottom: 1px solid #5a5b5e;

}

#lista_projetos ul {
	margin-left: 0;
	padding-left: 0;

}

#lista_projetos li {
	list-style-type: none;
}

#lista_projetos a {
	display: block;
	padding: 5px 3px 3px 15px;
	width: 182px;
	background-color: #48494d;
	border-top: 1px solid #393a3e;
	border-bottom: 1px solid #5a5b5e;
	font-size: 12px;
}

#lista_projetos a:link { /*, #navlist a:visited*/
	color: #fff;
	text-decoration: none;
}

#lista_projetos a:hover {
	background: url(../images/marcador_internas.gif) no-repeat;
	background-position: 8px 8px;
	background-color: #19191b;
	color: #86b62f;
}

/*#lista_projetos {
	display: block;
	float: left;
	background: #48494d;
	margin: 15px 0 15px 0;
	width: 200px;
	height: 315px;
	font-size: 12px;
	border-bottom: 1px solid #5a5b5e;
}

#lista_projetos li {
	display: block;
	border-bottom: 1px solid #393a3e;
	border-top: 1px solid #5a5b5e;
	list-style: none;
	background: url(../images/marcador_internas.gif) no-repeat;
	background-position: 8px 8px;
	padding: 3px 0 0 17px;
}

#lista_projetos li a:hover {
	color: #86b62f;
	background: Black;
}
*/

/*************************************
+Box Descrição dos projetos
**************************************/

#descricao {
	float: left;
	margin: 15px 0 15px 10px;
	_margin: 15px 0 15px 7px;
	padding: 0 0 10px 0;
	width: 200px;
	_width: 205px;
	height: 315px;
	background: #2e2e31;
	border-bottom: 1px solid #86b62f;
}

#descricao h1 {
	padding: 5px 10px;
	font-size: 17px;
	font-family: "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.02em;
	color: #86b62f;
}

#descricao h2 {
	padding: 2px 10px;
	font-size: 14px;
	font-family: "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.02em;
	color: #86b62f;
}

#descricao p {
	padding: 2px 10px;
	color: #fff;
	font-size: 12px;
}

/*************************************
+Galeria de Projetos & Thumbs
**************************************/

.box_thumb {
	width: 160px;
	height: 140px;
	float: left;
	margin: 5px 0 0 5px;
	_margin: 6px 6px 0px 0px;
	background: #2E2E31;
	border: 1px solid #393A3E;
}

#conteudo_galeria {
	margin: 15px 0 0 0;
	float: right;
	width: 365px;
	height: 325px;
	_width: 360px;
	overflow: auto;
}


#conteudo_galeria a img {
	margin: 5px 0 0 4px;
	border: 1px solid #18191a;
}

#conteudo_galeria a:hover img {
	margin: 5px 0 0 5px;
	border: 1px solid #86b62f;
}


/*************************************
 +Equipe
 *************************************/

#conteudo_equipe {
	float: left;
	width: 780px;
	padding: 0px 0;
	margin: 10px 0px;
}

#conteudo_equipe h1 {
	font-size: 20px;
	font-family: "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.02em;
	color: #fff;
}

#conteudo_equipe p {
	font-size: 12px;
	color: #B4B4B4;
}

hr.vermelho {
	padding: 0;
   margin: 5px 0 10px 0;
	_margin: 0;
   border: none;
   height: 1px;
	background: url(../images/vr.gif) #FF1B09;
	color: #FF1B09;
}
 
#fotos_equipe {
}

.box_equipe {
	float: left;
	width: 250px;
	height: 500px;
	margin: 0 5px 15px 5px;
	_margin: 0 4px 15px 4px;
	background: #2E2E31;
	border-bottom: 1px solid #b00d00;
}

.box_equipe p {
	padding: 10px;
	font-size: 12px;
	color: #B4B4B4;
}

#fotos_equipe img {
	margin: 15px 0 0 28px;
	border: 1px solid #18191a;
}

#fotos_equipe a:hover img {
	margin: 15px 0 0 28px;
	border: 1px solid #FF6659;
}

/*************************************
 +Contato
 *************************************/

#formulario {
	width: 100%;
	margin: 0px auto;
	float: left;
}

#formulario h1{
	margin: 10px 0;
	color: #F9DB06;
	font-size: 1.8em;
	font-weight: normal;
	background: #2E2E31;
	padding: 5px 0 5px 5px;
	border: 1px solid #393A3E;
	
}

#formulario label {
	display: block;
	float: left;
	width: 100px;
	margin: 10px 0;
}

#formulario input, textarea, select {
	display: block;
	float: left;
	margin: 10px 0;
	background: #48494D;
	border: 1px solid #5A5B5E;
	color: #B4B4B4;
}

#formulario div {
	clear: both;
}

#formulario submit{
	float: left;
	margin: 0 0 0 25px
}

#formulario input.btn_contato {
	float: left;
	margin: 0 0 0 100px;
}

#formulario_centralizado {
	margin: 0 auto;
	width: 500px;
}
 
 
/*************************************
 +Rodapés
 *************************************/


#rodape_conteudo {
	clear: both;
}

#rodape {
	clear: both;
	margin: 5px 0 10px 0;
	width: 100%;
	height: 40px;
	float: left;
	/*background: #3d3e42;
	border-left: 1px solid #3d3e42;
	border-right: 1px solid #3d3e42;
	border-top: 1px solid #3d3e42;*/	
	border-bottom: 1px solid #ff9600;
}

#rodape_tel {
	margin: -15px 5px 0 0;
	width: 200px;
	height: 20px;
	float: right;
	text-align: right;
}

#rodape p {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 0 0 0 5px;
}

.laranja {
	color: #ff9600;
}