/* CORPO DO SITE */
*{
margin:0px;
padding:0px;
font-family: Arial, Verdana, sans-serif;
font-size:13px;
color:#333333;
}

body, html{
margin:0px;
padding:0px;
background:#FFFFFF url(imagens/fundo.png) center repeat-y;
}

a{
text-decoration: none;
font-weight:bold;
color: #333333;
}

a:hover{
}

/* CABEÇALHO */

.cabecalho{
height:110px;
background:url(imagens/cabecalho_fundo.png) center no-repeat;
}

/* MENU */

.menu{
width:760px;
height:24px;
margin:-49px auto 25px auto;
clear:both;
display:block;
}
.menu-item{
height:24px;
color:#FFFFFF;
padding:5px 10px 0px 10px;
text-align:center;
float:right;
background:#99CC00;
border-left:solid 5px #FFFFFF;
}
.menu-item:hover{
color:#FFFFFF;
background:#FF9900;
cursor:pointer;
}


/* DESTAQUES */

.conteudo{
width:760px;
margin:auto;
clear:both;
}

.projeto-proprio, .projeto-cliente{
color:#CCCCCC;
width:340px;
height:105px;
float:left;
padding:255px 10px 0px 10px;
background:#FFFFFF;
border:solid 10px #FFFFFF;
cursor:pointer;
font-weight:normal;
}

.projeto-titulo{
color:#FF9900;
font-size:15px;
font-weight:bold;
}

.projeto-clientenome{
color:#FFFFFF;
font-style:italic;
}

.projeto-descricao{
color:#FFFFFF;
font-weight:bold;
}

.projeto-link{
color:#FFFF66;
font-weight:bold;
}
.projeto-link:hover{
color:#FFCC00;
}

.oestudio-capa{
width:740px;
height:380px;
float:left;
padding:10px;

}


.oestudio{
color:#CCCCCC;
width:310px;
height:380px;
padding:10px 420px 10px 10px;
background:url(imagens/oestudio_fundo.png) #CCCC66;
border:solid 10px #FFFFFF;
text-align:justify;
}


/* RODAPE */

.rodape{
font-size:11px;
line-height:20px;
text-align:center;
margin-top:5px;
padding:10px;
clear:both;
background:#FFFFFF;
border-top:solid 5px #CCCCCC;
}
.rodape a{
font-size:11px;
}
.rodape a:hover{
color:#FF6600;
}


