A.bodytext            { color: #2B557F; text-decoration: underline; }
A.bodytext:link       { color: #2B557F; text-decoration: underline; }
A.bodytext:active     { color: #2B557F; text-decoration: underline; }
A.bodytext:visited    { color: #2B557F; text-decoration: underline; }
A.bodytext:hover      { color: #8B1771; text-decoration: underline; }

A.lefttext            { color: #8B1771; text-decoration: underline; }
A.lefttext:link       { color: #8B1771; text-decoration: underline; }
A.lefttext:active     { color: #8B1771; text-decoration: underline; }
A.lefttext:visited    { color: #8B1771; text-decoration: underline; }
A.lefttext:hover      { color: #8B1771; text-decoration: underline; }

A.footertext          { color: #DAE0E6; text-decoration: underline; }
A.footertext:link     { color: #DAE0E6; text-decoration: underline; }
A.footertext:active   { color: #DAE0E6; text-decoration: underline; }
A.footertext:visited  { color: #DAE0E6; text-decoration: underline; }
A.footertext:hover    { color: #DAE0E6; text-decoration: underline; }

A.navtext             { color: #E8D1E3; text-decoration: none; }
TD.navtext            { background-color: #710A5A; }

img {
  border: 0;
}

.navtext {
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height:normal;
}

.bodytext {
  color: #333333;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height:16px;
}

.lefttext {
  color: #2B557F;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height:16px;
}

.headertext {
  color: #8B1771;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
}

.footertext {
  color: #DAE0E6;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: normal;
}

.smallelement {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
}


table.products {
  border: 0;
  border-collapse: collapse;
}

table.products tr th,
table.products tr td {
  padding: 4px 6px;
  vertical-align: top;
}

table.products tr th {
  background: #710a5a;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

table.products tr th a {
  color: #fff;
  display: block;
  text-decoration: none;
}

table.products tr td.alt {
  background: #eef0f3;
}


/**
 * Navigation
 */

#nav {
  background: #93a7be url(/images/nav/bg.gif) repeat-x;
  border-top: 1px solid #fff;
  height: 27px;
  overflow: hidden;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2px;
}

#nav ul li {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul li a {
  float: left;
  color: #355d86;
  padding: 0 8px;
  text-decoration: none;
}

#nav ul li a:hover {
  background: #b7c4d2;
}

#nav ul li.active {
  background: url(/images/nav/left.gif) left bottom no-repeat;
  line-height: 27px;
}

#nav ul li.active a {
  background: url(/images/nav/right.gif) right bottom no-repeat;
  color: #e8d1e3;
}


/**
 * Subnav
 */

#subnav {
  background: #710a5a;
  border-top: 1px solid #5d064a;
  border-bottom: 1px solid #ab4d96;
  padding: 2px 0;
}

#subnav ul {
  width: 780px;
  list-style: none;
  margin: 0 0 0 -1px;
  padding: 0;
}

#subnav ul li {
  border-left: 1px solid #ab4d96;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  list-style: none;
  margin: 0;
  padding: 0 3px;
}

#subnav ul li a {
  color: #e8d1e3;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}

#subnav ul li a:hover {
  background: #ab4d96;
}

#subnav div {
  clear: left;
}


/**
 * Our Site
 */

div.our-site {
  background: url('/images/backgrounds/leftside-gradient.jpg') center top no-repeat;
  width: 178px;
  margin: 10px auto;
  padding-top: 1px;
}

div.our-site p {
  color: #666;
  font-family: "Verdana";
  font-size: 11px;
  margin: 8px;
}

div.our-site img {
  margin: 4px 0;
}

div.our-site a {
  color: #2b557f;
}

div.our-site strong {
  color: #2b557f;
  font-weight: bold;
}

