﻿html, body
{
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    }
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #999;
    min-width: 960px;
    background: url(../img/bg-body.gif) center 0 repeat #ECEDEE;
    padding: 0;
    }

div#pagina
{
    width: 960px;
    height: 100%;
    min-height: 500px !important;
    margin: 0 auto;
    padding: 10px;
    margin-top: -300px;
    z-index: 2;
    position: relative;
    background-image: url(../img/bg-pagina-top.png);
    background-position: center top;
    background-repeat: no-repeat;
    
    }

div#conteudo700
{
    width: 700px;
    height: auto;
    display: table;
    min-height: 500px;
    margin-left: 30px;
    float: left;
    }

div#topo
{
    height: 465px;
    width: 100%;
    position: relative;
    z-index: 2;
    background: none;
    padding: 0px 0 0 0;
    }

div#topoSub1
{
    width: 100%;
    /*height: 75px;
    background: url(../img/bg-row-1.gif) center 0 repeat-x;*/
    background-image: url(../img/bg-row-1.gif);
    position: relative;
    z-index: 2;
    padding: 10px 0;
    }

div#topoSub2
{
    height: 300px;
    position: relative;
    background: url(../img/bg-row-2.gif) center 0 repeat-x;
    z-index: 1;
    padding: 60px 0px 0 0px;
    }

div#rodape
{
    width: 100%;
padding: 42px 0px 53px 0px;
background: url(../img/bg-content.png) center 0 repeat-x;
position: relative;
    }

.descDestaque
{
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
    }
.projDestaque
{
    width: 100%;
    height: 400px;
    }

.listaForm
{
    width: 460px;
    margin: 30px 0;
    
    }
.listaForm li
{
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    color: #333;
    }

.listaForm input
{
    margin-bottom: 10px;
    width: 100%;
    }

.listaForm textarea
{
    margin-bottom: 10px;
    width: 100%;
    height: 200px;
    }    

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bfbfbf;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bfbfbf;
	box-shadow:inset 0px 1px 0px 0px #bfbfbf;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4f4f4f), color-stop(1, #9e9e9e) );
	background:-moz-linear-gradient( center top, #4f4f4f 5%, #9e9e9e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#9e9e9e');
	background-color:#4f4f4f;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #878587;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #383838;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e9e9e), color-stop(1, #4f4f4f) );
	background:-moz-linear-gradient( center top, #9e9e9e 5%, #4f4f4f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#4f4f4f');
	background-color:#9e9e9e;
	cursor: pointer;
}.myButton:active {
	position:relative;
	top:1px;
}


/* pagina de serviços */

.blocoServ
{
    width: 940px;
    height: 200px;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    margin: 0 auto;
    }

.imgServ
{
    width: 300px;
    float: left;
    height: 200px;
    margin-right: 20px;
    }    

.descServ
{
    width: 620px;
    height: 200px;
    float: left;
    }    
.slider-wrapper
{
    width: 920px;
    height: 496px;
    }
    
.slider-wrapper div
{
    float: left;
    }



/* pagina de projetos  */

.blocoProjeto
{
    width: 100%;
    height: 100px;
    
    }

.imgProjeto
{
    width:133px;
    height: 100px;
    margin-right: 10px;
    float: left;
    }

.imgProjeto img
{
    width:133px;
    height: 100px;
    }

.descProjeto
{
    width: 310px;
    float: left;
    height: auto;
    }

.tableProjetos
{
    width: 940px;
    margin: 0 auto;
    padding: 20px 0;
    }

.tableProjetos tr
{
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
    }

.tableProjetos td
{
    padding: 20px 10px 20px 0;
    width: 290px;
    height: auto;
    float: left;
    margin: 5px;
    
    }

.gridCliente
{
    width: 940px;
    height: auto;
    margin: 0 auto;
    font-size: 12px;
    line-height: 18px;
    background-color: transparent;
    border: 1px solid #666;
    border-top: none;
    }

.gridCliente th
{
    height: 30px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    }

.gridCliente td
{
    height: 20px;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
    }

.imgBaixar
{
    width: 30px;
    margin-left: 30%;
    padding: 5px;
    }    



/* menu do cliente*/ 
ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
	background:transparent url("../img/bg-row-2.gif") repeat-x top left;
	font-family:"Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	pading:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;

}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	background:transparent url("../img/over-cliente.jpg") no-repeat top right;	
}


.pjDesc
{
    width: 460px;
    height: auto;
    min-height: 400px;
    float: left;
    }

.imgPrincipal    
{
    width: 450px;
    margin: 0 auto;
    height: auto;
    min-height: 300px;
    margin-bottom: 30px;
    }

/* pagina de clientes*/    

.blocoCliente
{
    width: 100%;
    height: auto;
    }
.blocoCliente h3
{
    margin-bottom: 20px;
    text-align: center;
    }

.blocoCliente p
{
    text-align: center;
    clear: both;
    }

.blocoCliente a
{
    text-decoration: none;
    font-size: 12px;
    color: #333;
    }
.blocoCliente a:hover
{
    text-decoration: underline;
    }

.blocoCliente div
{
    width: 140px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    display: table;
    }
.blocoCliente div img
{
    width: 100%;
    
    }
.tabelaCliente
{
    width: 940px;
    height: auto;
    margin: 0 auto;
    }

.tabelaCliente tr
{
    border-bottom: 1px solid #ccc;
}
    

.tabelaCliente td
{
    width: 300px;
    margin: 10px 5px;
    float: left;
    display: table;
    }

.descricaoEmpresa,
.descricaoEmpresa p
{
    text-align: justify;
    line-height: 20px;
    font-size: 12px;
    color: #333;
    }

.descricaoEmpresa strong
{
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    }

    