/* styles.css */

body {
  background: #ffffff;
  margin: 0px;
  padding: 0px;
}

p, td, font, body, pre {
  color: #000000;
  font-size: 11px;
  font-family: verdana,sans-serif;
}

center {
  text-align: left;
}

p {
  margin: 15px 0px 15px 0px;
}

a:link, a:visited {
  color: #440d62;
}

a:hover, a:active {
  color: #000000;
}

tr, td {
  vertical-align: top;
  text-align: left;
}

th {
  background-color: #cccccc;
  color: #000000;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
}

b, strong {
  font-weight: bold;
}

hr {
  color: #cccccc;
  height: 1px;
}

strike {
  color: #bbbbbb;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 2px 0px;
}

h1 {
  color: #440d62;
  font-size: 24px;
}

h2 {
  color: #673e7d;
  font-size: 21px;
}

h3 {
  color: #666666;
  font-size: 18px;
  margin: 0px 0px 0px 0px;
}

h4 {
  color: #440d62;
  font-size: 15px;
  margin: 0px 0px 0px 0px;
  padding-left: 10px;
  border-left: 4px solid #440d62;
}

h5 {
  font-size: 12px;
  color: #673e7d;
  margin: 10px 0px 10px 0px;
}

h6 {
  font-size: 10px;
  color: #666666;
  padding-left: 6px;
  border-left: 8px solid #666666;
}


a:link {
  color: #440d62;
}

a:visited {
  color: #673e7d;
}

a:hover, a:active {
  color: #b5b5b5;
}

form {
  margin: 0px;
}

fieldset {
  padding: 3px;
}

legend {
  font-size: 15px;
  font-weight: bold;
  
}

input.inputText {
  background: #ffffff;
  color: #000000;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
}

input.inputCheckbox {
  background: #ffffff;
  color: #000000;
}

input.inputSubmit {
  background: #440d62;
  border-style: 1px;
  border-color: #b5b5b5;
  color: #ffffff;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
}

input.disabledSubmit {
  background-color: #cccccc;
  color: #808080;
  width: 210px;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  cursor: default;
}

input.disabledText, select.disabledSelect {
  background-color: #cccccc;
  color: #808080;
  width: 210px;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
}

.formLabelRequired {
  font-weight: bold;
  vertical-align: top;
  text-align: right;
}

.formLabelOptional {
  vertical-align: top;
  text-align: right;
}

.inputText, .inputSelect {
  width: 210px;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
}

select, input {
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
}

ul, ol {
  margin: 5px 0px 25px 30px;
}

ul.relatedProduct {
  list-style-type: square;
  margin: 5px 0px 5px 30px;
}

ul.relatedProduct ul {
  list-style-type: square;
  margin: 5px 0px 5px 15px;
}

.container {
  width: 100%;
  padding: 0px 0px 0px 24px;
}

.navigation {
  background-color: #a3122a;
  color: #ffffff;
  vertical-align: top;
}

.navigation a {
  color: #ffffff;
  display: block;
  height: 24px;
  width: 149px;
  font-family: verdana, arial;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 4px 10px 4px 10px;
}

.navigation a:link, .navigation a:visited {
  background-color: #a3122a;
  text-decoration: none;
}

.navigation a:hover, .navigation a:active, .navigation a.selected:link, .navigation a.selected:visited, .navigation a.selected:hover, .navigation a.selected:active {
  background-color: #ffffff;
  text-decoration: none;
  color: #a3122a;
}

.subscribe {
  background-color: #a3122a;
  color: #ffffff;
  vertical-align: top;
  padding-top: 50px;
}

.subscribe p {
  color: #ffffff;
}

.subscribe input {
  background-color: #ffffff;
  color: #000000;
  font-family: arial;
  font-size: 11px;
  height: 18px;
  width: 120px;
  border: 1px solid #000000;
}

.subscribe input.submit {
  background-color: #969696;
  color: #ffffff;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  width: 120px;
 border: 1px solid #000000;
}

.filler {
  vertical-align: top;
  text-align: center;
  padding: 50px 0px 50px 0px;
}

.couple {
  vertical-align: bottom;
  text-align: right;
}

.homeWelcome h3 {
  color: #ff9f18;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
}

.homeWelcome p {
  color: #ffffff;
}

table.tableAlignLeft {
  background-color: #673e7d;
  margin: 0px 10px 0px 0px;
  padding: 10px 10px 10px 10px;
}

table.tableAlignCenter {
  background-color: #673e7d;
  margin: 0px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
  display: block;
}

table.tableAlignRight {
  background-color: #673e7d;
  margin: 0px 0px 0px 10px;
  padding: 10px 10px 10px 10px;
}

table.tableAlignLeft td, table.tableAlignCenter td, table.tableAlignRight td {
  color: #b5b5b5;
}

table.tableAlignLeft hr, table.tableAlignCenter hr, table.tableAlignRight hr {
  color: #244512;
  height: 1px;
}

table.tableAlignLeft a:link, table.tableAlignLeft a:visited, table.tableAlignCenter a:link, table.tableAlignCenter a:visited, table.tableAlignRight a:link, table.tableAlignRight a:visited {
  color: #b5b5b5;
  text-decoration: underline;
}

table.tableAlignLeft a:hover, table.tableAlignLeft a:active, table.tableAlignCenter a:hover, table.tableAlignCenter a:active, table.tableAlignRight a:hover, table.tableAlignRight a:active {
  color: #ffffff;
  text-decoration: underline;
}

.tableAlignLeft input.inputCheckbox, .tableAlignLeft input.inputRadio, .tableAlignCenter input.inputCheckbox, .tableAlignCenter input.inputRadio, .tableAlignRight input.inputCheckbox, .tableAlignRight input.inputRadio {
  background-color: #586e7b;
}

.tableAlignLeft input.inputSubmit, .tableAlignCenter input.inputSubmit, .tableAlignRight input.inputSubmit {
  background-color: #666666;
  color: #b5b5b5;
  border: 1px solid outset;
}

.attention {
  color: #ff0000;
  padding: 1px 2px 1px 2px;
  border: 0px;
}

h5.attention {
  margin: 0px;
  border: 0px;
}

table.attention, .tableAlignLeft .attention, .tableAlignCenter .attention, .tableAlignRight .attention {
  border: 1px solid #000000;
}

.attention td {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  line-height: 100%;
}

.attention td a:link, .attention td a:visited, .attention td a:hover, .attention td a:active {
  color: #ffffff;
  text-decoration: underline;
  border-bottom: 0px;
}

.subnav, a.subnav:link, a.subnav:visited {
  color: #440d62;
  text-decoration: none;
}

a.subnav:hover, a.subnav:active {
  color: #000000;
  text-decoration: none;
}

div.divAlignLeft, div.divAlignCenter, div.divAlignRight {
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  text-align: center;
  margin: 0;
  padding: 5px;
}

div.divAlignLeft.contentAlignLeft, div.divAlignCenter.contentAlignLeft, div.divAlignRight.contentAlignLeft {
  text-align: left;
}

div.divAlignLeft.contentAlignRight, div.divAlignCenter.contentAlignRight, div.divAlignRight.contentAlignRight {
  text-align: right;
}

div.divAlignCenter {
  width: auto;
  border-width: 1px 0;
  margin: 0 auto 20px auto;
}

div.divAlignLeft {
  float: left;
  width: 200px;
  margin: 0 10px 10px 0;
}

div.divAlignRight {
  float: right;
  width: 200px;
  margin: 0 0 10px 10px;
}

div.divAlignCenter h4 {
  margin: 0 0 5px 0;
}

div.divAlignCenter p.caption {
  text-align: center;
  margin: 5px 0 0 0;
}

