a {
  color: orange;
  font-weight: bold;
}
a:hover {
  color: #e00;
  text-decoration: none;
}
body {
  background: black url("/images/bits.png") repeat-x scroll top left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding: 0;
  margin: 0;
  text-align: left;
}
h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
}
h3 {
  color: #999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  margin-top:30px;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  text-align: left;
}
#header {
  background:  white; 
  color: black;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  width: 100%;
  height: 10em;
  text-align: left;
  border-top-width: 5px;
  border-top-color: #808080;
  border-left-width: 5px;
  border-left-color: #808080;
  border-rigth-width: 5px;
  border-right-color: #808080;
  border-style: solid;
  border-bottom-style: none;
}
#header #header_left {
  float: left;
  
}
#header_left p {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
#header_left a{
  color: black;
  text-decoration: none;
}
#header_left img{
  border: 0;
  margin-left: 20px;
}
#header .fones {
  float: right;
  color: #808080;
}
#header .fones .numero_fone {
  font-weight: bold;
  font-size: larger;
}
#header ul {
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 0px;
  margin-right: 30px;
  text-align: right;
}
#header li {
  list-style: none;
  padding-bottom: 2px;
}
#header li a {
  color: red;
  text-decoration: none;
  font-weight: bold;
}
#site-title {
  color: white;
  font-size: 325%;
}
#site-title a, #site-title a:visited {
  color: black;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
  float: left;
}
#menu_principal {
  float: left;
  width: 780px;
  border-left-width: 5px;
  border-left-color: #808080;
  border-rigth-width: 5px;
  border-right-color: #808080;
  border-style: solid;
  border-top-style: none;
  border-bottom-style: none;
  background: red;
  margin-bottom: 0;
}
#menu_principal ul {
  padding: 0px;
  margin: 5px;
  margin-left: 20px;
}
#menu_principal ul li {
  list-style: none; 
  margin: 0px;
  display: inline;
  color: white;
  font-weight: bold;
  border-right: 2px solid #fff;
  padding: 5px;
  padding-left: 7px;
}
#menu_principal li a {
  height:1px; /* IE5.0 bug */
  text-decoration: none;
  color: white;
  font-weight: normal;
}
#menu_principal li a:hover {
  text-decoration: underline;
  color: red;
  background-color: white;
}
#main {
  clear: both;
  background-color: white;
  float: left;
  width: 780px;
  border-left-width: 5px;
  border-left-color: #808080;
  border-rigth-width: 5px;
  border-right-color: #808080;
  border-bottom-width: 5px;
  border-bottom-color: #808080;
  border-style: solid;
  border-top-style: none;
}
#content-wrapper {
  float: left;
  width: 500px;
}
#content {
  padding: 25px;
  border-right: 1px dotted #a3a39c;
}
#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 160%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  background-color: #f7f3e8;
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.0em;
}
#sidebar-wrapper {
  float: right;
  width: 255px;
  padding-top: 0px;
  margin-top: 0px;
}
#sidebar {
  font-size: 90%;
  padding: 5px;
  padding-top: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  color: #808080;
  float: left;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}
#footer .fones li {
  list-style: none; 
  display: inline;
  padding-left: 5px;
}
dl {
  width: 90%;
  overflow: auto; 
  margin: 0 0 0.1em;
  margin-left: 10px;
  background: url("/images/dot.gif") repeat-x 0 1.2em;
}
dt, dd.valor {
  font-size: 130%;
  font-weight: bold;
}
dt {
  float: left;
  padding-right: 3px;
  color: #F70000;
}
dd {margin:0}
dd.valor {
  float: right;
  padding-left: 3px;
  color: #AAA;
}
dd.observacoes {
  float: left;
  width: 100%;
  padding: 3px 0;
  font: italic 90% Georgia,Times,sans-serif;
  color: #808080;
}
#top_bar {
  color:#000000;
  background: gray;
  width: 100%;
  padding-left: 10px;
  margin-top: 0px;
}

#footer .servicos li {
  list-style: none; 
  display: inline;
  padding-left: 5px;
}
