/*
CORES
	amarelo #ffcc00

	BORDER-LEFT 7px
*/

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;
	color: #fff;
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 100%;
	text-decoration: none;
}
html,body {
	width: 100%;
	padding: 0px;
	height: 100%;
	margin: 0px;
	border: 0px;
	font-size: 11px;
	background: #000 url('../images/bg_geral_06.jpg') no-repeat;
	background-attachment:fixed;
}
.body_home {
	background-repeat: no-repeat;
	height: 100%;
}
.body_sobre {
	background: url('../images/bg_geral_01.jpg');
	background-repeat: no-repeat;
}
.body_portifolio {
	background: url('../images/bg_geral_02.jpg');
	background-repeat: no-repeat;
}
.body_o_que_fazemos {
	background: url('../images/bg_geral_03.jpg');
	background-repeat: no-repeat;
}
.body_estudos_caso {
	background: url('../images/bg_geral_04.jpg');
	background-repeat: no-repeat;
}
.body_contato {
	background: url('../images/bg_geral_05.jpg');
	background-repeat: no-repeat;
}
a {
	color: #FFF;
	text-decoration: none;
}
	a:hover {
	color: #ffcc00;
	text-decoration: none;
}
	a:active {
	color: #ffcc00;
	text-decoration: none;
}
input {
	padding: 4px;
	font-weight: normal;
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 18px;
	line-height: 1em;
	color: #fff;
	width: 529px;
}
.input_focus {  
	border: solid 1px #fc0;
	background-color:transparent; 
}  
.input_idle { 
	border: solid 1px #666;
	background-color:transparent;  
} 
textarea {
	border: solid 1px #666;
	background-color:transparent;
	padding: 4px;
	font-weight: normal;
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	width: 529px;
	height: 150px;
}
.textarea_focus {  
	border: solid 1px #fc0;
	background-color:transparent; 
}  
.textarea_idle { 
	border: solid 1px #666;
	background-color: transparent;  
} 
.botao_form {
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 16px;
	line-height: 1em;
	color: #000;
	width: 80px;
	height: 26px;
	background-color: #fc0;
} 
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0px;
	background: url('../images/bg_grid.gif') fixed;
}
#div_100 {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #fc0;
}
#wrapper_auto {
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0px;
	background: url('../images/bg_grid.gif') fixed;
}
#container{
	width: 995px;
	overflow:hidden;
}
#content .foto_home img {
	margin: 0px 0px 20px 28px;
}



#destaques_home {
}
#foto_destaque_home {
	margin: 0 0 42px 30px;
}
#foto_destaque_home div span a{
	color: #000;
	text-decoration: none;
}
#foto_destaque_home div span a:hover{
	color: #000;
	text-decoration: none;
}
#destaques_home #foto_destaque_home p {
}
#destaques_home #foto_destaque_home h2 {
	width: 500px;
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	margin: 6px 0 4px 0;
}





#esquerda {
	float: left;
}
#portfolio{
	display: none;
	width: 850px;	
	padding-top: 27px;
	overflow: hidden;
	float: left;
}
#header{
	float: left;
	overflow: hidden;
	width: 140px;
	height: 602px;
	position: relative;
	padding-top: 25px;
	font-size:95%;
	display: block;
}
#menu h1 {
	background: transparent url('../images/logo_plano-b.png') no-repeat right top;
	width: 130px;
	height: 55px;
}
#menu span {
	display: none;
}

#menu ul.menu {
	margin-left: 21px;
	list-style-type: none;
	text-transform: uppercase;
	margin-top: 20px;
}
#menu ul.menu li a {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-size: 1.4em;
}
#content{
	padding-top: 21px;
	float: left;
	width: 590px;
	display: table;
	margin: 0px;
}
#menu {
	position:fixed !important;
	position: absolute; /*ie6 and above*/
	top: 0px;
	z-index: 9950;
	color:#FFF;
	overflow:hidden;
}
* html #menu {
    top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+25+"px" : body.scrollTop+25+"px");
}

#load {
	position:fixed !important;
	position: absolute; /*ie6 and above*/
	top: 25px;
	z-index: 9955;

}
* html #load {
    top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+25+"px" : body.scrollTop+25+"px");
}


#content h2{
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 20px;
}
#content h2 span{

}
#content a{
	color: #FC0;
	text-decoration: underline;
}
#content a:hover{
	color: #FFF;
}
#naveg{
	float: right;
	width: 150px;
	background: BLACK;
}
#stage{
	float: left;
	width: 557px;
}


#prevnext {
	position: fixed;
	left: 28px;
	top: 300px;	
	width: 130px;
	height: 11px;
	margin-top: 11px;
}
* html #prevnext {
    position: absolute;
    top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+187+"px" : body.scrollTop+187+"px");
}

#prevnext a.seta_vazia{
	display:block;
	float:left;
	width: 28px;
	height: 11px;
	cursor: pointer;
}


#prevnext a.previous{
	display:block;
	float:left;
	width: 28px;
	height: 11px;
	background: transparent url('../images/previous.gif') no-repeat;
	cursor: pointer;
}
#prevnext a:hover.previous{
	background: transparent url('../images/previous.gif') no-repeat bottom left;
}
#prevnext a.next{
	display: block;
	float: left;
	width: 28px;
	height: 11px;
	background: transparent url('../images/next.gif') no-repeat;
	cursor: pointer;
}
#prevnext a:hover.next{
	background: transparent url('../images/next.gif') no-repeat bottom left;
}
#menu a.voltar {
	font-size: 10px;
	float: left;
	font-family: Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	height:20px;
	cursor: pointer;
}
#menu a:hover.voltar {
	text-decoration: none;
	color: #fc0;
}
#menu a:active.voltar {
	text-decoration: none;
	color: #fc0;
}
.projetos_thumbs {
	width: 804px;
	float:left;
	display:inline;
	margin-left: 21px;
}
.projetos_lista {
	position: relative;
	width: 825px;
	display: table;
	float:left;
	padding-left: 0px;
}
#thumbs_itens img {
	float:right;
}
#pecas {
	width: 825px;
	height: 100%;
	display: table;
	float:left;
}
#peca {
	width: 549px;
	float:left;
}
#peca img{
	margin-bottom: 21px;
}
#peca img:last-child{
	margin-bottom: 21px;
}
span.detalhe  {
	cursor: pointer;
	display: block;
	height: 13px;
}
#texto_pecas .detalhe a {
	text-decoration: none;
	line-height: 1.8em;
	color: #000;
}
span.detalhe a {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 20px;

	background-color: #fff;	
	background: url('../images/bg_box.gif') no-repeat top right;
	height: 13px;
}
span.detalhe a:hover {
	background-color: #fc0;	
	background: url('../images/bg_box.gif') no-repeat bottom right;
	height: 13px;
}



#desc_peca {
	width: 247px;
	height: 700px;
	margin-left: 28px;
	display: inline;
	float: left;
}
#desc_peca div {
	left: 28px;
	position: fixed;
}
#desc_peca div h3 {
	width: 220px;
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 19px;
	line-height: 1em;
	color: #fff;
}
#desc_peca div h4 {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7em;
	color: #fff;
}
#desc_peca div p {
	width: 220px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2em;
	color: #fff;
	margin-top: 5px;
	padding: 0px;
}
#desc_peca div {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.9em;
	color: #fff;
	margin: 0px;
}
#sobre {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;

	font-size: 20px;
	width: 529px;
	float:left;
	display:inline;
	margin-left: 28px;
	margin-bottom: 43px;
}
#equipe {
	display: inline;
	width: 545px;
	float:left;
	height: 956px;
	margin-left: 21px;
}
#equipe .pessoa {
	float: left;
	width: 268px;
	height: 107px;
	display: table;
}
.pessoa .imagem {
	position: absolute;
	z-index: 2;
	display: inline;
	float: left;
	margin-top: 7px;
	margin-left: 7px;
}
.pessoa .imagem_hover {
	display: none;
}
.pessoa .nome_cargo {
	position: absolute;
	z-index: 2;
	margin-top: 7px;
	margin-left: 93px;
	float: left;
}
.pessoa h3 {
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 19px;
	line-height: 1em;
	margin-left: 7px;
	color: #fff;
}
.pessoa h4 {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7em;
	margin-left: 7px;
	color: #fff;
}
.pessoa .bg_vertical{
}

.pessoa .pelicula {
	background: transparent url(../images/pelicula.gif);
	position:absolute;
	z-index: 3;
	width: 86px;
	height: 86px;
	margin-top: 7px;
	margin-left: 7px;
}
.pessoa p {
	display: none;
}
#equipe .pessoa_hover {
	float: left;
	width: 268px;
	height: 107px;
	display: table;
	background-color: #666;
}
.pessoa_hover .imagem_hover {
	position: absolute;
	z-index: 7;
	display: inline;
	float: left;
	margin-top: 7px;
	margin-left: 7px;
}
.pessoa_hover .imagem {
	position: absolute;
	z-index: 6;
	display: inline;
	float: left;
	margin-top: 7px;
	margin-left: 7px;
}
.pessoa_hover .nome_cargo {
	position: absolute;
	z-index: 5;
	width: 268px;
	display: inline;
	padding-left: 0px;
}
.pessoa_hover h3 {
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 19px;
	line-height: 1em;
	margin-top: 8px;
	margin-left: 100px;
	color: #000;
}
.pessoa_hover h4 {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 100px;
	color: #000;
}
.pessoa_hover .bg_vertical{
	position: absolute;
	z-index: 4;
	background-color: #fc0;
	height: 140px;
	width: 275px;
}
.pessoa_hover .pelicula {
	display: none;
}
.pessoa_hover p {
	position: absolute;
	z-index: 5;
	width: 268px;
	height: 40px;
	display: inline;
	padding-left: 0px;
	padding-top: 43px;
}
.pessoa_hover p span{
	position: absolute;
	width: 167px;	
	z-index: 4;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
	color: #000;
	display: block;
	margin: 7px 7px 7px 100px;
}
.colaboradores {
	width: 545px;
	display: table;
}
h5 {
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 19px;
	margin-top: 30px;
	line-height: 2.2em;
	color: #fff;
}
span {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
	color: #fff;
}







#o_que_fazemos {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 20px;
	width: 529px;
	float:left;
	display:inline;
	margin-left: 28px;
	margin-bottom: 45px;
}
#servicos {
	display: table;
	width: 590px;
	float:left;
	margin-left: 0px;
}
#servicos .servico {
	float: left;
	width: 590px;
	height: 248px;
	display: inline;
}
.servico .imagem {
	position:absolute;
	z-index: 2;
	display: inline;
	float: left;
	margin-left: 28px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.servico .pelicula {
	display: none;
	background: transparent url(../images/pelicula.gif);
	position:absolute;
	z-index: 3;
	width: 261px;
	height: 198px;
	margin-top: 0px;
	margin-left: 28px;
}
.servico .descricao {
	float: left;
	position:absolute;
	z-index: 2;
	margin-left: 288px;
}
.servico .descricao h3 {
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 19px;
	line-height: 1em;
	margin-left: 21px;
	color: #fff;
}
.servico .descricao h4 {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7em;
	margin-left: 21px;
	color: #fff;
}
.servico .descricao p {	
	display: block;
	padding-left: 0px;
	width: 270px;
	margin-top: 0px;
	margin-left: 21px;
}
.servico .descricao span {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	width: 270px;	
	line-height: 1.3em;
	color: #fff;
	display: inline;
}

span.boxdetalhe  {
	cursor: pointer;
	display: block;
	height: 13px;
}
#servicos .boxdetalhe a {
	text-decoration: none;
	color: #000;
}
#div_texto span.boxdetalhe a {
	text-decoration: none;
	color: #000;
}
span.boxdetalhe a {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.1em;
	padding-left: 4px;
	display: block; 
	width: 65px;
	background-color: #fff;	
	background: url('../images/bg_box.gif') no-repeat top right;
	height: 13px;
}
span.boxdetalhe a:hover {
	background-color: #fc0;	
	background: url('../images/bg_box.gif') no-repeat bottom right;
	height: 13px;
}

#servicos .servico_hover {
	float: left;
	width: 590px;
	height: 248px;
	display: inline;
}
.servico_hover .imagem {
	position:absolute;
	z-index: 2;
	display: inline;
	float: left;
	margin-left: 28px;
}
.servico_hover .pelicula {
	display: none;
}
.servico_hover .descricao {
	float: left;
	position: absolute;
	z-index: 2;
	margin-left: 288px;
}
.servico_hover .descricao h3 {
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 19px;
	line-height: 1em;
	margin-left: 21px;
	color: #fc0;
}
.servico_hover .descricao h4 {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7em;
	margin-left: 21px;
	color: #fc0;
}
.servico_hover .descricao p {	
	display: block;
	padding-left: 0px;
	width: 270px;
	margin-top: 0px;
	margin-left: 21px;
}
.servico_hover .descricao span {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	width: 270px;	
	line-height: 1.3em;
	color: #fff;
	display: inline;
}
#estudos_caso {
	width: 797px;
	float:left;
	display:inline;
	margin-left: 28px;
}
#caso {
	width: 797px;
	display:table;
	margin-bottom: 50px;
}
#caso h3 {
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 19px;
	line-height: 1em;
	color: #fff;
}
#caso h4 {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7em;
	color: #fff;
}#caso img {
	margin-bottom: 21px;
}
#caso p {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
	width: 529px;
	float:left;
	margin-bottom: 21px;
}
#caso .legenda {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.8em;
	display: block;
	width: 248px;
	text-align: right;
	float:right;
}
#caso .legenda a {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.8em;
	text-decoration: none;
	color: #fff;
}
#caso .legenda a:hover {
	color: #fc0;
}
#contato {
	width: 590px;
	float:left;
	display:inline;
	margin-left: 28px;
}
#contato #div_texto {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 20px;
	width: 100%;
	float:left;
	display:inline;
	margin-bottom: 45px;
}
#contato div {
	width: 100%;
}

#contato input.rad {
	width: 16px;
	text-align: left;
}
#contato div span.item_rad {
	padding-left: 5px;
	padding-right: 30px;
}
#div_cv {
	display: table;
	margin-bottom: 13px;
}
#div_cv input {
	padding: 4px;
	float: left;
	font-weight: normal;
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 18px;
	line-height: 1em;
	color: #fff;
	width: 459px;
	margin-right: 10px;
}
#div_cv input.botao_form {
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 16px;
	line-height: 1em;
	text-decoration: none;
	color: #fff;
	width: 60px;
	height: 26px;
	margin-top: 2px;
	background-color: #999;
} 
* html #menu_lateral {
    position: absolute;
    top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+227+"px" : body.scrollTop+227+"px");
}
#facebook {
	width: 14px;
	height: 14px;
	margin: 16px 0 0 21px;
}
#facebook:hover {
	opacity:.90;filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}

#views{
	width: 130px;
	height: 19px;
}
#views a.icon_thumbs {
	display: block;
	float:left;
	width: 28px;
	height: 13px;
	background: transparent url('../images/thumbs.gif') no-repeat;
	cursor: pointer;
}
#views a:hover.icon_thumbs{
	background: transparent url('../images/thumbs.gif') no-repeat;
	background-position: 0px -13px;
}
#views a.icon_thumbs_off {
	display: block;
	float:left;
	width: 28px;
	height: 13px;
	background: transparent url('../images/thumbs.gif') no-repeat;
	background-position: 0px -26px;
	cursor: none;
}
#views a.icon_list{
	display: block;
	float:left;
	width: 23px;
	height: 13px;
	background: transparent url('../images/lista.gif') no-repeat;
	cursor: pointer;
}
#views a:hover.icon_list{
	background: transparent url('../images/lista.gif') no-repeat;
	background-position: 0px -13px;
}
#views a.icon_list_off {
	display: block;
	float:left;
	width: 28px;
	height: 13px;
	background: transparent url('../images/lista.gif') no-repeat;
	background-position: 0px -26px;
	cursor: none;
}
#views a:hover.icon_list_off{
	background: transparent url('../images/lista.gif') no-repeat;
	background-position: 0px -26px;
	cursor: none;	
}
#stage p, h2 {
	border-left: 0px;
	margin-left: 28px;	
}

h3 {
}
p.recuo {
	border-left: 7px #FC0 solid;
	padding-left: 19px;
}
#footer {
	padding-top: 50px;
}
#footer {
	font-family: 'KlavikaLightRegular', Verdana, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}
#footer a {
	font-family: 'KlavikaLightRegular', Verdana, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	font-family: 'KlavikaLightRegular', Verdana, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fc0;
}

/***************************************************/

.projetos_thumbs .itens {
	position: relative;
	width: 268px;
	height: 281px;
	display: table;
	float:left;
	cursor: pointer;
}
.projetos_thumbs .itens h3 {
	height: 20px;
	overflow: hidden;
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 19px;
	line-height: 1em;
	margin-left: 7px;
	color: #fff;
}
.projetos_thumbs .itens h4 {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7em;
	margin-left: 7px;
	color: #fff;
}
.projetos_thumbs .itens .bg_vertical{
}
.projetos_thumbs .itens .pelicula {
	position:absolute;
	width: 261px;
	z-index:3;
	margin-left: 7px;
	height: 189px;
	display: block;
}
.projetos_thumbs .itens .imagem {
	overflow: hidden;
	position: absolute;
	width: 261px;
	height: 189px;
	z-index:1;
	display: inline;
	margin-left: 7px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.projetos_thumbs .itens p {
	display: none;
	padding-left: 0px;
}

.projetos_thumbs .itens_hover {
	position: relative;
	width: 268px;
	height: 281px;
	display: table;
	float:left;
	cursor: pointer;
}
.projetos_thumbs .itens_hover h3 {
	height: 20px;
	overflow: hidden;
	font-family: 'KlavikaLightBold', Verdana, sans-serif;
	font-size: 19px;
	line-height: 1em;
	margin-left: 7px;
	color: #fc0;
}
.projetos_thumbs .itens_hover h4 {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7em;
	margin-left: 7px;
	color: #fc0;
}
.projetos_thumbs .itens_hover .bg_vertical{
	position: absolute;
	width: 268px;
	height: 189px;
	display: table;
	z-index:0;
}
.projetos_thumbs .itens_hover .pelicula {
}
.projetos_thumbs .itens_hover .imagem {
	overflow: hidden;
	position: absolute;
	width: 261px;
	height: 189px;
	z-index:1;
	display: inline;
	margin-left: 7px;
}
.projetos_thumbs .itens_hover p {
	position: absolute;
	width: 268px;
	z-index: 2;
	display: table;
	background-color: #fc0;
	padding-left: 0px;
}
.projetos_thumbs .itens_hover p span{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color: #000;
	display: block;
	margin: 7px;
}

.accordion_menu{
	display: table;
	line-height: 1em;
	position: fixed;
	top: 190px;
	margin-left: 21px;			
	height: 300px;
	padding: 0;
	width: 145px; /*width of menu*/
}

.accordion_menu div.accordion_header a{
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
}

.accordion_menu div.submenu_data{ /*DIV that contains each sub menu*/
height: 72px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.accordion_menu div.submenu_cliente{ /*DIV that contains each sub menu*/
height: 72px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.accordion_menu div.submenu_tipo_projeto{ /*DIV that contains each sub menu*/
height: 72px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.accordion_menu .accordion_header_tipo_projeto a {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.accordion_menu .accordion_header_tipo_projeto a:hover {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
	text-decoration: none;
	cursor: pointer;
}
.accordion_menu .accordion_header_cliente, 
.accordion_menu .accordion_header_tipo_projeto,
.accordion_menu .accordion_header_data {
	margin-top:5px;
}
.accordion_menu .accordion_header_cliente a {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.accordion_menu .accordion_header_cliente a:hover {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
	text-decoration: none;
	cursor: pointer;
}
.accordion_menu .accordion_header_data a {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.accordion_menu .accordion_header_data a:hover {
	font-family: 'KlavikaRegularRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
	text-decoration: none;
	cursor: pointer;
}
#tipo_projeto {
	font-family: Verdana, sans-serif;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	width: 135px;
	height: 62px;
	overflow: auto;
}
#tipo_projeto a{
	font-family: Verdana, sans-serif;
	text-decoration: none;
	color: #737373;
}
#tipo_projeto a:hover{
	text-decoration: none;
	color: #fc0;
}
#cliente{ 
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	width: 135px;
	height: 118px;
	overflow: auto;
}
#cliente a{
	font-family: Verdana, sans-serif;
	text-decoration: none;
	color: #737373;
}
#cliente a:hover{
	text-decoration: none;
	color: #fc0;
}
#data {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	width: 135px;
	height: 62px;
	overflow: auto;
}
#data a{
	font-family: Verdana, sans-serif;
	text-decoration: none;
	color: #737373;
}
#data a:hover{
	text-decoration: none;
	color: #fc0;
}

