/*
---------------------------------------------
 
File :       /css/style.css
Title :      HET Corporate General CSS File
Author :     Derek Smith, adamantean ltd.
URL :        http://www.adamantean.com
 
Created :    23/10/2008 DSAD
 
---------------------------------------------
*/
 
 
/* General */

body {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #58595A;
  background: #E0E0EB;
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
}

a:link {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #58595A;
  text-decoration: underline
}

a:active,
a:visited,
a:hover {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #58595A;
}

h1, h2, h3 {
  margin: 0px;
  padding-left: 2px;
}

h1 {
  color: #6C7DAD;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 16px;
}

h2 {
  color: #6C7DAD;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
}

h3 {
  font-size: 12px;
  font-weight: bold;
}

h4 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
}

table {
  width: 100%;
  text-align: left;
  font-size: 11px;
  border-collapse: collapse;
}

th {
  background: #DEDEDE;
}

td, tr.total td.data {
  background: #EFEFEF;
}

th, td, tr.total td.data {
  vertical-align: middle;
  padding: 3px 15px 3px 15px;
  border: 1px solid #ffffff;
}

tr.total td.bold {
  font-weight: bold;
}

tr.total td {
  background: #ffffff;
}

td.number, th.number {
  text-align: right;
}

.paddingleft1 {
  padding-left: 15px;
}

ul {
  padding: 0;
  padding-right: 25px;
  margin: 0;
  margin-left: 20px;
}

li {
  list-style-image: url('/images/bullet-1.gif');
}

div#site {
  width: 917px;
  margin-left: auto;
  margin-right: auto;
  line-height: 130%;
}

div#header {
  height: 136px;
  overflow: hidden;
  color: #E0E0EB;
  background: #242E66;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
}

div#header a {
  color: #E0E0EB;
}

img#logo {
  display:inline;
  float: left;
  margin: 0px;
  margin-left: 38px;
}

div#tagline {
  float: left;
  margin-top: 78px;
  margin-left: 23px;
  font-size: 19px;
  text-transform: uppercase;
}

div#headerright {
  float: right;
  text-align: right;
  margin-top: 43px;
  margin-right: 19px;
  font-size: 17px;
  line-height: 150%;
}

div#headerright a {
  text-decoration: none;
}

img.icon {
  position: relative;
  top: 3px;
  padding-right: 10px;
}

div#menuwrapper {
  height: 36px;
  overflow: hidden;
  color: #ffffff;
  background: #6C7DAD;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}

div#menu {
  float: left;
  padding: 0 0 0 20px;
}

div#menuright {
  background: #755594;
  float: right;
  border-left: 3px solid #ffffff;
}

div#menu ul, div#menuright ul {
  float: left;
  margin: 0;
  padding: 0;
  padding: 10px 0;
}

div#menu a, div#menuright a {
  color: #ffffff;
}

div#menu ul li, div#menuright ul li {
  display: inline;
  list-style-type: none;
}

div#menuright ul li {
  background: #755594;
  background: url("/images/bullet.gif");
  background-repeat: no-repeat;
  background-position: 7px center;
}

div#menu ul li.menuspacer {
  background: url("/images/menuspacer.gif");
  background-repeat: no-repeat;
  background-position: center;
}

div#menu ul li a, div#menuright ul li a {
  font-size: 14px;
  font-weight: bold;
  padding: 23px;
  margin-right: 3px;
}

div#menuright ul li a {
  font-size: 16px;
  text-transform: uppercase;
}

div#menu ul li a span, div#menuright ul li a span {
  padding: 23px 0;
}

div#menu a:hover, div#menu a:active, div#menu a.menuselected {
  background: #A2ABCB;
  text-decoration: none;
}

div#menuright a:hover, div#menuright a:active, div#menuright a.menuselected {
}

div#page {
  background: #ffffff;
  background-repeat: no-repeat;
  padding-top: 262px;
}

div#contentwrapper {
  width: 917px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-image: url("/images/investor-in-people.gif");
  background-repeat: no-repeat;
  background-position: bottom right;
  border-top: 5px solid #6C7DAD;
}

div#content {
  padding: 0;
  margin: 0;
  padding: 30px 230px 24px 40px;
}

div#content p {
  padding-left: 3px;
  padding-right: 3px;
}

div#content2 {
  padding: 0;
  margin: 0;
  padding: 30px;
  padding-top: 35px;
  padding-left: 25px;
}

p.error {
  color: #ff0000;
  font-weight: bold;
  border: 1px solid #ff0000;
  padding: 5px;
}

p.error a {
  color: #ff0000;
}

div.hr {
  clear: both;
  width: 95%;
  height: 1px;
  overflow: hidden;
  background-image: url("/images/hr.gif");
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
  margin-left: 2.5%;
}

a.link1 {
  padding-right: 10px;
  background-image: url("/images/arrow-blue.gif");
  background-repeat: no-repeat;
  background-position: right 3px;
  text-decoration: none;
}

a.link1:hover {
  text-decoration: underline;
}

a.link2 {
  font-weight: bold;
  padding-left: 10px;
  background-image: url("/images/arrow-blue2.gif");
  background-repeat: no-repeat;
  background-position: left 4px;
  text-decoration: none;
}
 
a.link2:hover {
  color: #C9D104;
}

form.quick {
  display: inline;
}

form br {
  clear: left;
}

form input, form select, form textarea {
  color: #58595A;
  margin-left: 10px;
  border: 1px solid #58595A;
}

form input.image {
  border: none;
}

div.formlabel {
  padding-top: 4px;
  float: left;
  width: 200px;
}

div.cleardiv {
  float: none;
  clear: both;
  height: 0px;
  overflow: hidden;
}

div#footer {
  width: 100%;
  font-size: 11px;
  color: #242E66;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 68px;
}

div#footer a {
  font-size: 11px;
  color: #242E66;
  text-decoration: none;
}

div#footer a:hover {
  text-decoration: underline;
}

div#footermenu {
  font-size: 11px;
  color: #E0E0EB;
  background: #242E66;
  padding: 4px;
  margin-bottom: 2px;
}

div#footermenu a {
  font-size: 11px;
  color: #E0E0EB;
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px;
}

div#adamantean {
  display: inline;
}

div#copyright {
  display: inline;
}

div.clear {
  clear: both;
}

div.clear2 {
  width: 563px;
  height: 1px;
  overflow: hidden;
  clear: both;
  margin-left: 1px;
}

div.clearleft {
  clear: left;
}

div.clearright {
  clear: right;
}

div.spacer {
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}

div.spacer1 {
  height: 88px;
}

div.spacer2 {
  height: 34px;
}

div.spacer3 {
  height: 3px;
}

div.spacer4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

a.backbutton {
  padding-left: 11px;
  background-image: url("/images/arrow-purple-back.gif");
  background-repeat: no-repeat;
  background-position: left 1px;
  text-decoration: none;
}

a.nextbutton {
  padding-right: 11px;
  background-image: url("/images/arrow-white.gif");
  background-repeat: no-repeat;
  background-position: right 1px;
  text-decoration: none;
}

a:link.itemmenuitem,
a:visited.itemmenuitem,
a:active.itemmenuitem {
  font-size: 10px;
  font-weight: bold;
  color: #45253D;
  text-decoration: none;
}
 
a:hover.itemmenuitem {
  font-size: 10px;
  font-weight: bold;
  color: #45253D;
  text-decoration: underline;
}

.smalltext,
a:link.smalltext,
a:visited.smalltext,
a:hover.smalltext,
a:active.smalltext {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  line-height: normal;
}

a:link.menuitem,
a:visited.menuitem,
a:active.menuitem {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #7A4E99;
  text-decoration: none;
}

a:hover.menuitem {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #9E7CA9;
  text-decoration: none;
}

.smalltext {
  font-size: 0.8em;
}

fieldset {
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #6C7DAD;
}

label * {
  vertical-align: middle;
}

legend {
  color: #6C7DAD;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

input {
  width: 380px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #8E8E8E;
  background: #ffffff;
  padding: 3px;
}

input.submit {
  width: auto;
  color: #6C7DAD;
  border: 2px solid #6C7DAD;
  font-weight: bold;
}

.checkbox,
.radio {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-width: 0px;
  border-style: none;
  border-color: #8E8E8E;
  padding: 3px;
}
 
select {
  width: 380px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #8E8E8E;
  padding: 3px;
}
 
textarea {
  width: 380px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 3px;
}

input.imagebutton {
  border: none;
}
 
.floatleft {
  display: inline;
  float: left;
}

.floatright {
  display: inline;
  float: right;
}

img.arrow1 {
  vertical-align: middle;
}

.hr {
  height: 14px;
  margin: 0;
  margin-bottom: 2px;
  padding: 0;
  margin-top: 3px;
  border: 0;
  background-image: url("/images/hr.gif");
  background-repeat: no-repeat;
  clear: both;
}

.highlight, a.highlight {
  color: #C1192F;
  font-weight: bold;
}

.dotted {
  clear: both;
  height: 1em;
  background-image: url("/images/dotted-line.gif");
  background-repeat: repeat-x;
  background-position: 0 0.9em;
}

.dotted span {
  background: #2B2627;
  padding: 0 2px;
}
