
* {
    margin:0;
    padding:0;
    text-decoration:none;
  }


BODY {
    font-family:verdana;
    background:url('back.png') repeat-x #CCCCCC;
  }


#all {
    margin:0 auto;
    width:800px;
  }


#menu {
    height:30px;
    position:relative;
    top:17px;
  }


#menu ul {
  }


#menu ul li {
    float:right;
    list-style:square;
    padding-left:0px;
    margin-left:20px;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
  }


#menu ul li a {
    color:#AA040F;
  }


#menu ul li a:hover {
    color:#D12527;
    border-bottom:2px solid white;
  }


#head {
    background:url('head.png') no-repeat;
    height:160px;
    padding:0px 30px 0px 30px;
  }


#head h1 {
    position:relative;
    top:17px;
    left:140px;
    color:white;
    font-size:18px;
  }


#head h2 {
    position:relative;
    top:17px;
    left:184px;
    color:white;
    font-size:12px;
  }
  
#subhead{
    background:url('bar.png') repeat-y;
    height:35px;
    padding:0px 0px 0px 0px;
}

#subhead img{
	 margin:0px;
	 padding:0px;
	 border:0px;
}


#main {
    font-size:11px;
    background:url('bar.png') repeat-y;
    padding:0px 30px 30px 30px;
    text-align:justify;
    color: #505050;
  }


#main h2, h3 {
    color : #575757;
    padding-left : 15px;
  }


#main h2 {
    background : url('list.png') no-repeat left;
    border-bottom:1px solid;
    font-size:14px;
  }


#main h3 {
    background : url('list2.png') no-repeat left;
    border-bottom:1px dotted;
    font-size:12px;
    margin-top:10px;
    margin-left:20px;
  }


.maiuscula {
    text-transform : uppercase;
     font-weight:bold;
    vertical-align:bottom;
  }

#main h4 {
    color: #AA040F;
  }


#news {
    width:350px;
    float:right;
  }


#new {
    border:1px solid black;
    padding:2px;
    margin:0px 10px 10px 10px;
    background:/*#FFF0EC*/ url('fundo.png') repeat-x top;
  }
  
  #new H4 A{
   margin-left:10px;
    background:white;
  }


#comment {
    margin:4px 6px 0px 6px;
    border-top:1px #D5B8AD solid;
    font-style:italic;
    text-align:right;
    font-size:9px;
		clear:both;
  }


#content {
    width:525px;
  }


#submenu {
    width:200px;
    float:right;
  }


#main ul {
    list-style:square;
    margin-left:20px;
  }


table.products {
 margin:0 auto;
text-align:center;
    padding:2px;
    vertical-align:middle;
  }


table.products tr.head {
    font-weight:bold;
  }



p {
    margin-bottom:5px;
  }


a {
    color:#AA040F;
  }


img {
    margin:5px 5px 5px 5px;
    padding:5px;
    border:1px solid #AA040F;
  }


img#left {
    float:right;
    margin:5px 5px 5px 0px;
  }


img#right {
    float:right;
    margin:5px 0px 5px 5px;
  }


#rodape {
    clear:both;
    height:50px;
    font-size:10px;
    background:url('bottom.png') no-repeat;
    padding:20px 30px 0px 30px;
  }


input, textarea {
    border:1px solid #D5B8AD;
    font-size:10px;
  }
  

