/***
* HTML
*/

body{
    margin:0px;
    background:white;
    background: url("../img/margem.png") repeat-x;
    font:12px verdana;
}
a{
    text-decoration:none;
    color:black;
}
a:hover{
    text-decoration:underline;
    color:red;
}
img{
    border:none;
}

/***
* ID's
*/

#geral{
    position:absolute;
    width:900px;
    left:50%;
    margin-left:-450px;
}
#topo{
    background: url("../img/topo.png") no-repeat;
    height:130px;
    font:bold 14px arial;
    padding-left:200px;
    padding-top:40px;
    letter-spacing:2px;
    text-align:center;
}
#menu{
    background: url("../img/menu.png") no-repeat;
    height:50px;
    font:bold 15px verdana;
    padding-left:80px;
}
#menu a{
    color:white;
}
#menu a:hover{
    text-decoration:none;
}
#conteudo{
    background: url("../img/fundo.png") repeat-y;
    float:left;
    padding-top:20px;
    padding-left:90px;
    padding-right:90px;
    width:720px;
}
#esq, #dir{
    float:left;
    width:340px;
}
#esq{
    padding-right:20px;
}
#dir{
    padding-left:20px;
}
#rodape{
    background: url("../img/rodape.png") no-repeat;
    height:38px;
    padding-top:27px;
    text-align:center;
    clear:both;
}
#produtos a:hover{
    color:black;
    text-decoration:none;
}
#produtos{
    float:left;
    width:225px;
    padding-bottom:15px;
    margin:0px 8px 0px 7px;
}
#dentroProdutos{
    padding:10px;
    border:1px solid #E2E2E2;
    background:whitesmoke;
}
#botao{
	padding:11px;
	float:left;
	cursor:hand;
}
#areas{
    padding:10px;
    width:160px;
    border: 1px solid #E2E2E2;
    cursor:hand;
    font:bold 12px arial;
    background:whitesmoke;
    letter-spacing:1px;
    margin-bottom:10px;
}
#imagem{
    text-align:center;
    margin-top:10px;
}
#icone{
    margin-left:10px;
}
#pesquisar{
    margin-bottom:25px;
}
#numeroPaginacao{
    padding:5px;
    background:whitesmoke;
    margin-right:5px;
    float:left;
    cursor:hand;
    border:1px solid #E2E2E2;
}
#banner{
    height:200px;
    margin-bottom:15px;
}
#foto{
    background: url("../img/malibu/2.jpg") no-repeat center;
    height:338px;
    margin-bottom:20px;
}
/***
 *class
 */

.produtos{
    font:bold 12px arial;
    letter-spacing:1px;
}
.bold{
    font-weight:bold;
}
.destaque{
    color:red;
    font:bold 17px verdana;
}
.info{
    font:10px verdana;
    color:grey;
}
.cod{
    font:10px verdana;
}