    body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p {
     margin:0px;
     padding:0px;
    }

    body{
    background:url('img/fundo.jpg');
    margin:0;
    }

    .base{
     width:790px;
     position:absolute;
     left:50%;
     margin-left:-393px;
     background-image:url('img/fundo11.jpg');
    }

    .cabecalho{
     width:100%;
     height:150px;
     background-image:url('img/topo.jpg');
    }
    
    .box{
	    background:#CDD6D1;
	    border:solid 1px;
	    margin:20px 0px 20px 0px;	    
    }
    
    .box_texto{
	    text-align:left;
	    margin-left:5px;
	    margin-right:5px;
	    font-size:15px;
    }
    .box_titulo{
	    text-align: center;	    
    }
    
    .box_titulo label{
	font-size:17px; 
	text-decoration:underline;    
    }

    #navbar{
	background:#FFEBB7;
	width:790px;
	height:19px;
	font-size:15px;
	font-family:"verdana";
	font-weight:bold;
	text-align:center;
	}

	#navbar li{
	display:inline;
	margin-left:10px;
	margin-right:10px;
	}

	#navbar a{
	text-decoration:none;
	}

    #navbar a:link{
        color:#3E4662;
    }

	#navbar a:hover{
	color:#F0F0F0;
	background:#3E4662;
    }

    .destaque{
     font-size:15px;
     font-family:"Verdana","Tahoma","Trebuchet MS","Trebuchet";
     color:#582C2C;
     text-align:center;
     width:510px;
     margin-left:150px;
    }

   .titulo_menu{
    font-size:13px;
    font-weight:bold;
    font-family:"tahoma", "verdana";
   }

   
    #rodape{
      width:100%;
      height:20px;
      background-color:#FFEBB7;
      clear:both;
      font-family:"Tahoma", "Verdana", "Arial";
      text-align:center;
      font-size:10px;
      color:red;
    }

    #rodape a{
    color: red;
    }
    
   .campo_contato{
      width:430px;
      background:#F5F5F3;
      border-style:solid;
      border-color:#BBBBAA;
      border-width:1px;
      color:#665E45;
      font-size:10px;
   }

    .contato{
      text-align:left;
      margin-left:35px;
    }
    
    .botao{
      background:#BBBBAA;
      color:#000;
      width:100px;
    }
    
    .show{
      border:5px outset #FFEBB7;
    }
    
    .catalogo_box{
	float:left;
	width:126px; 
	height:140px;
	margin:5px 0px 0px 4px;
    }

