/* tags */

body {
  font-family: Tahoma, Arial, sans-serif;
  background: url(/images/body_bg.gif) repeat-y #191919;
  color: #ffffff;
  margin: 25px 50px 15px 50px;
  padding: 0;
  font-size: 75%;
}

h1, h2, h3, h4, h5, h6, p, blockquote, font, caption, th, td, li, dt, dd, div {
  font-family: Tahoma, Arial, sans-serif;
  color: #000000;
}

font {
  font-size: 100%;
  color: inherit;
}

table {
  border-collapse: collapse;
}

th, td {
  color: #000000;
  text-align: left;
  vertical-align: top;
}

p {
  color: #000000;
  margin: 0 0 20px 0;
}

p, blockquote, ul, ol, li {
  line-height: 150%;
}

p.synopsis {
  font-weight: bold;
  color: #000000;
}

li {
  color: #000000;
}

pre {
  font-size: 100%;
}

h1 {
  font-size: 175%;
  line-height: 180%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 10px 0;
}

h2 {
  font-size: 150%;
  line-height: 150%;
  color: #000000;
}

h3 {
  font-size: 135%;
  line-height: 130%;
  color: #000000;
  margin: 0 0 10px 0;
}

h4 {
  font-size: 120%;
  line-height: 115%;
  color: #000000;
}

h5 {
  font-size: 110%;
  line-height: 100%;
  color: #000000;
}

h6 {
  font-size: 90%;
  line-height: 90%;
  color: #000000;
}

h2 a:link, h2 a:visited, h2 a:focus, h2 a:hover, h2 a:active, h4 a:link, h4 a:visited, h4 a:focus, h4 a:hover, h4 a:active {
  color: #000000;
}

h3 a:link, h3 a:visited, h3 a:focus, h3 a:hover, h3 a:active, h5 a:link, h5 a:visited, h5 a:focus, h5 a:hover, h5 a:active, h6 a:link, h6 a:visited, h6 a:focus, h6 a:hover, h6 a:active {
  color: #000000;
}

hr {
  height: 1px;
  width: 100%;
  color: #000000;
  border: 0;
}

ol, ul, dl {
  margin: 0 0 20px 0;
  padding: 0;
}

ol li, ul li, dl dd {
  margin: 0 0 0 35px;
}

ul {
  list-style-type: square;
  list-style-image: none; /* url(/images/bullet_000000.gif); */
}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

a:focus, a:hover, a:active {
  color: #fdcc09;
  text-decoration: underline;  
}

address {
  margin: 0 0 20px 0;
}

dl.small {
  font-size: 80%;
  color: #666666;
}

dl.flat dt, dl.flat dd {
  float: left;
  margin: 0 5px 0 0;
}

dt {
  font-weight: bold;
}

dl.small dt {
  font-weight: bold;
}

blockquote {
  font-style: normal;
  margin: 0 auto 20px auto;
  background-image: url(/images/quote-open.gif);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

blockquote div {
  padding: 15px 30px;
  background-image: url(/images/quote-close.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

blockquote cite {
  font-size: 90%;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  text-align: right;
}

acronym, abbr, .abbr {
  cursor: help;
}

.more {
  display: block;
  text-align: right;
  font-size: 95%;
}

.topLink {
  display: block;
  width: 860px;
  font-size: 80%;
  line-height: 120%;
  text-align: right;
  margin: 10px 0 0 0;
}

.topLink a {
  display: block;
  width: 860px;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}

.topLink a:focus, .topLink a:hover, .topLink a:active {
  border-bottom: 1px solid #fdcc09;
}

body#page-contact .topLink, body#page-clients .topLink, body#page-solutions .topLink, body#page-account .topLink {
  width: 580px;
  margin-left: 280px;
}

body#page-contact .topLink a, body#page-clients .topLink a, body#page-solutions .topLink a, body#page-account .topLink a {
  width: 580px;
}

.print {
  display: none;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

.clearBoth {
  clear: both;
}
