/* STYLES */
html
{
  font-size: 100%;
}
body
{
  font-family: Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 0.8em;
  text-align: center;
}
html, body, div
{
  background: #ffffff;
}
a, a:link, a:visited
{
  text-decoration: none;
  color: #E56200;
}
body, #container_header, #header, .header
{
  background: #ffffff url(/img/header_background.png) repeat-x;
}
#header .header
{
  height: 66px;
  margin: 0;
  padding: 0;
  width: 960px;
}
#header .header .logo
{
  float: left;
  height: 120px;
  width: 220px;
}
#header .logo img
{
  height: 120px;
  margin: 0;
  padding: 0;
  width: 220px;
}
#header .slogan
{
  height: 60px;
  margin: 0;
  padding: 24px 0 0 0;
}
#header .slogan p
{
  color: #808080;
  margin: 0 0 0 14px !important;
  margin: 0 0 0 10px;
  padding: 0;
  text-align: justify;
}
#header .menu
{
  background: transparent;
  height: 30px;
  float: right;
  text-align: left;
  width: 730px;
}
#header .menu ul
{
  background: #ffffff;
  height: 30px;
  margin: 22px 0 0 0;
  padding: 0;
  width: 730px;
}
#header .menu ul li:first-child
{
  margin: 0;
}
#header .menu ul li
{
  color: #000000;
  display: inline;
  float: left;
  font-size: 12px;
  margin-left: 20px;
}
#header .menu ul li a
{
  color: #000000;
  font-weight: bold;
}
#header .menu ul li a:hover, #header .menu ul li a.active
{
  color: #ff6600;
  font-weight: bold;
}
