/******************************************************************************
* Agar
*******************************************************************************
* Main style sheet
******************************************************************************/

body {
  margin: 0;
  padding: 0;
  background-color: white;
  text-align: center;
}

body, td, p {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #43425A;  
  line-height: 18px;
}

input, select, textarea {
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
}

a {
  color: #0000FF;
  text-decoration: underline;
}

p {
  margin: 10px 0;
}

h1 {
  font-size: 25px;
  margin: 20px 0 20px 0;
  color: #24225A;
  line-height: 27px;
}

h2 {
  font-size: 17px;
  margin: 20px 0 10px 0;
  color: #24225A;
}

.subscript-text {
  vertical-align: sub;
  font-size: 10px;
}

.superscript-text {
  vertical-align: super;
  font-size: 10px;
}

/*******************************************************************************
* Navigation
*******************************************************************************/

.margin-bg {
  background-color: #DBF1FC;
  padding-left: 20px;
}

.nav-bg {
  background-color: #DBF1FC;
  color: #002D77;
  width: 175px;
}

.logo {
  height: 215px;
  border-bottom: 1px solid #FFFFFF;
} 

table.navigation a {
  border-bottom: 1px solid #FFFFFF;
  padding: 3px 0 3px 15px;
  display: block;
  color: #002D77;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

table.navigation a:hover {
  color: white;
  background-color: #002D77;
}

table.navigation td.logo a {
  border-bottom: none;
  padding: 0;
  display: inline;
  color: black;
  font-weight: normal;
}

table.navigation td.logo a:hover {
  background-color: transparent;
}

.address {
  font-family: tahoma, arial, sans serif;
  font-size: 11px;
  line-height: normal;
  margin-top: 80px;
  padding: 10px;
}

.address strong {
  font-size: 12px;
 }

.address a {
  color: #002D77;
}

.footer {
  font-size: 10px;
  margin: 30px 0 10px 0;
  text-align: right;
}

/*******************************************************************************
* Home panels
*******************************************************************************/

.home-panel-header {
  background-color: #1D44A2;
  padding: 3px;
  font-size: 11px;
  color: white;
  font-weight: bold;
}

.home-panel {
  background-color: #F5FBFE;
  font-size: 11px;
  padding: 8px;
  border-bottom: 1px solid #43425A;
}

/*******************************************************************************
* Body styles
*******************************************************************************/

.text-body {
  padding-right: 20px;
  padding-left: 20px;
}

table.countries img {
  margin-top: 3px;
}

.letter {
  font-size: 18px;
  font-weight: bold;
  padding: 30px 5px 5px 5px;
  border-bottom: #F0F0F0 1px solid;
}

.top {
  text-align: right;
}

.letters {
  font-size: 12px;
  border-top: #F0F0F0 1px solid;
  border-bottom: #F0F0F0 1px solid;
  padding: 5px 0;
  margin: 5px 0;
}

.letters a {
  margin-left: 3px;
  margin-right: 3px;
}

.main-table {
  margin: 0 auto;
}

/*******************************************************************************
* form table
*******************************************************************************/

table.form-table {
  border-collapse: collapse;
  width: 100%;
}

table.form-table td {
  padding: 4px;
}

table.form-table td.key {
  background-color: #EEEEEE;
  padding-top: 7px;
  color: #666666;
  text-align: right;
  font-weight: bold;
}

table.form-table td.value {
  padding-left: 10px;
}

table.form-table td.mandatory {
  background-image: url(/images/asterisk.gif);
  background-repeat: no-repeat;
  background-position: 2px 13px;
}

table.form-table td.value select,
table.form-table td.value input,
table.form-table td.value textarea {
  width: 170px;
}

table.form-table td.value div.note {
  margin-top: 2px;
  font-size: 90%;
  color: #999999;
}

table.form-table tr.divider td {
  padding: 0;
  font-size: 0;
  background-color: #CCCCCC;
  height: 1px;
}

table.form-table tr.submit td {
  text-align: right;
  padding-top: 10px;
}

tr.submit td {
  text-align: right;
  padding-top: 10px;
}


/*******************************************************************************
* new products
*******************************************************************************/

table.new-products {
  width: 100%;
  border-collapse: collapse;
}

table.new-products td {
  padding: 10px;
  border-right: #F0F0F0 1px solid;
  width: 50%;
}

table.new-products h2 {
  color: #1D44A2;
  margin: 0 0 10px 0;
}