/************************************************************************
* Company policy styling
*
* All the site's policy styling for all used elements goes here.
*
*/

div#policy {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 20px;
  display: block;
  font-size: 0.6em;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}

div#policy a {
  display: block;
  text-indent: -5000px;
  margin: 0 auto;
  padding: 0 0 4px 0;
  width: 400px;
  color: #ffffff;
  text-decoration: none;
  background: transparent url(../../../images/themes/classic/layout/elements/copyright_notice.png) 0 0 no-repeat;
  width: 315px;
}

div#policy {
  height: 31px;
}

div#policy a:link,
div#policy a:visited {
  border-bottom: 1px solid transparent;
}

div#policy a:hover {
  border-bottom: 1px solid red;
}

div#policy a:active {
  border-bottom: 1px solid white;
}
