/* Why these properties have a default? I dont like it */

* { margin: 0px; padding: 0px; border: 0px solid; list-style: none;}

/* And Why the body is not tiled? */

html, body {
    height: 100%;
    width: 100%;
}

/* Everything Ok, lets go style it */

body {
    background: #636563 url(images/bg.jpg) repeat-x;
    margin: 0 auto;
    width: 624px;
    font: 12px Verdana; color: #555555;
}

h1 {
    background: #EBEBEB url(images/logo.jpg) no-repeat;
    position: absolute;
    height: 88px;
    width: 171px;
    text-indent: -9898px;
    top: 52px;
}

h2 {
    padding: 0 30px;
    text-align: center;
}

#navigation {
    background: #B59789 url(images/nav_bg.jpg) no-repeat;
    height: 42px;
    padding: 10px 0 0 222px;
}

#navigation li{
    display: inline;
}

#navigation li a{
    padding: 10px;
    color: #EEE;
    text-decoration: none;
    font: small-caps bold 1.2em Helvetica;
}

#navigation li a:hover {
    background: #d4ab99;
    color: #653527;
}

#content {
    background: #A37D6B url(images/bg_2.jpg) repeat-y;
    height: 150%;
    width: 624px;
}

#content_aux {
    width: 171px;
    float: left;
    padding-top: 88px;
}

#content_aux li, #content_aux li a {
    display: block;
    width: 171px;
    height: 81px;
    text-indent: -9898px;
    text-decoration: none;
}

#m1 {    background: #858B8C url(images/m1b.jpg) no-repeat;}
#m2 {    background: #858B8C url(images/m2b.jpg) no-repeat;}
#m3 {    background: #858B8C url(images/m3b.jpg) no-repeat;}
#m4 {    background: #858B8C url(images/m4b.jpg) no-repeat;}
#m1 a {    background: #858B8C url(images/m1.jpg) no-repeat;}
#m2 a {    background: #858B8C url(images/m2.jpg) no-repeat;}
#m3 a {    background: #858B8C url(images/m3.jpg) no-repeat;}
#m4 a {    background: #858B8C url(images/m4.jpg) no-repeat;}
#m1 a:hover, #m2 a:hover, #m3 a:hover, #m4 a:hover {
    background: none;
}

#content_text {
    background: #E0D2CC url(images/cont_bg.jpg) repeat-y;
    float: right;
}
#content_text2 {
    background: url(images/cont_bgtop.jpg) no-repeat;
    height: 172px;
    width: 453px;
}

#content_text2 p, #content_text2 ul {
    line-height: 1.7em;
    padding: 10px 20px;
    text-align: justify;
    color: #444;
    list-style: disc inside;
}


#footer {
    background: #E0D2CC url(images/foot.jpg) no-repeat;
    height: 49px;
    width: 453px;
    float: right;
}

a {
color: #644;
}

#p1 {    background: 0px 40px url(images/pro_fios_de_cobre.jpg) no-repeat;}
#p2 {    background: 0px 40px url(images/pro_pregos_de_cobre.jpg) no-repeat;}
#p3 {    background: 0px 40px url(images/pro_pregos_de_latao.jpg) no-repeat;}
#p4 {    background: 0px 40px url(images/pro_pregos_de_aluminio.jpg) no-repeat;}
#p1 a {    background: 0px 40px url(images/pro_fios_de_cobre2.jpg) no-repeat;}
#p2 a {    background: 0px 40px url(images/pro_pregos_de_cobre2.jpg) no-repeat;}
#p3 a {    background: 0px 40px url(images/pro_pregos_de_latao2.jpg) no-repeat;}
#p4 a {    background: 0px 40px url(images/pro_pregos_de_aluminio2.jpg) no-repeat;}
#p1 a:hover, #p2 a:hover, #p3 a:hover, #p4 a:hover {
    background: none;
}

.clear {clear: both;}

#products li, #products li a {
    float: left;
    display: block;
    width: 70px;
    height: 110px;
    text-decoration: none;
    text-align: center;
}

#products li {
    margin: 12px;
}

table, td {
border: 1px solid #555;
padding: 3px;
margin: 0 auto;
}
th {
border: 1px solid #655;
background: #655;
color: #FEE;
}

.vcard {
padding: 10px 30px;
}



#formct {
    font: normal 11px Verdana;
    color: #343434;
    width: 400px;
    margin: 0 auto;
}

/* form by Alexandre Gomes Gaigalas */
fieldset {
    position: relative;
    border: 1px solid #AAAAAA;
    margin: 0px;
    text-align: left;
    padding: 0px;
}
fieldset input, fieldset select, fieldset textarea {
    position: relative;
    left: 50%;
}
fieldset fieldset {
    border: 1px dashed #DDDDDD;    
}
fieldset legend {
    background: #EFEFEF;
    border: 1px solid #AAAAAA;
    padding: 2px;
    margin: 3px;
}
fieldset fieldset legend {
    background: #FFEFEF;
    border: 1px dashed #DDDDDD;    
}
label {
    position: absolute;
    left: 0px;
    width: 46%;
    margin-left: 4%;
    text-align: right;
    padding: 2px;
    border: 1px solid #DDDDDD;
    border-top: 0px;
    border-left: 0px;
}
input, select, textarea {
    font: 12px Verdana;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    margin: 0px 0px 18px 5px;
}
textarea, select {
    width: 46%;
}
input, select {
    height: 18px;
}
input:focus, select:focus, textarea:focus, optgroup:hover {
    border: 1px solid #FF0000;
}    
optgroup {
    border: 1px solid #FFFFFF;
    background: #DDDDDD;
}
option {
    background: #EEEEEE;
}
.centered {
text-align: center;
}



div#qTip {
  padding: 2px 3px;
  border: 1px solid #B59789;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #A37D6B;
  color: #FFF;
  font: bold 1em Verdana, sans-serif;
  text-align: center;
  position: absolute;
  z-index: 1000;
}
