body {
  padding: 0;
  margin: 0;
  background: #b7bfdc url('../images/background.png') top left repeat-x;
  font: 90% "Verdana" sans-serif;
  height: 100%;
}

#page {
  margin: 0 auto;
  width: 1010px;
  text-align: center;
  min-height: 100%;
  position: relative;
}

#header {
  padding: 15px 0;
}

#content {
  padding: 0 15px 120px 15px;;
  text-align: left;
  background-color: white;
}

#menu {
  background: #e3cd97 url('../images/wood.jpg') top left repeat-y;
  background-color: #e3cd97;
  width: 210px;
  float: left;
  padding: 5px 0;
}
/*
#rcv-submenu {
  display: none;
}

#subject-submenu {
  display: none;
}
*/
#menu .menu-free-order a {
  text-align: center;  
  color: white;
  background-color: #e73865;
  display: block;
  padding: 8px;
  font-weight: bold;
}


#menu .menu-free-order a:hover {
  background-color: #fb6c91;
}

#menu a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 8px;
  margin: 4px;
}

#menu div.no-link>a:hover {
  color: Black;
  background: inherit;
}

#menu a:hover {
  color: white;
  background-color: #b8860c;
}


#menu .menu-level-2 a {
  background-image: url(/images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 10px .55em;
  padding: 3px 10px 8px 25px;
}

#menu .menu-level-2 a:hover {
  background-image: url(/images/bullet-white.gif);
}

#container {
  padding: 10px;
  float: right;
  width: 690px;
}

#footer {
  position: absolute;
  width: 690px;
  height: 100px;
  bottom: 0;
  right: 0;
  padding: 20px 25px 5px 25px;
  text-align: center;
  font-size: 70%;
}

.clear {
  clear: both;
}

h1 {
  text-align: center;
  margin-top: 0;
  font-size: 140%;
}

h2 {
  text-align: center;
  font-size: 110%;
}

h3 {
  text-align: center;
  font-size: 100%;
}

h3.faq {
  text-align: left;
}

#video {
  text-align: center;
  padding-bottom: 20px;
}

#left-column, #right-column {
  float: left;
  width: 315px;
  padding: 0 10px;
}

#order-button, #order-text {
  padding-top: 14px;
  padding-bottom: 10px;
  clear: both;
  text-align: center;
}

.attribution {
  padding-top: 10px;
  font-size: 80%;
  text-align: center;
}

#rcv-image-container, #rcv-notes-container {
  float: left;
  padding: 20px 30px 0 0;
}

#rcv-notes-container .odd, #rcv-notes-container .even {
  padding: 0 0 25px 0;
  font-weight: bold;
}

#rcv-notes-container .odd {
  color: #172575;
}

#rcv-notes-container .even {
  color: #b8860c;
}

#sample-page-container {
  padding: 20px 0;
  text-align: center;
}

.link-block {
  text-align: center;
}

table.subjects th {
  width: 10em;
}

table.subjects th, table.subjects td {
  padding: 6px 6px;
  margin: 0px;
}

table.subjects tr.odd th  {
  background-color: #cbd5f7;
} 

table.subjects tr.odd td {
  background-color: #e0e4ee;
}

table.subjects tr.even th  {
  background-color: #c2cdf0;
} 

table.subjects tr.even td {
  background-color: #d5dbeb;
}
 
table#contact-details {
  margin: 0 auto;
}

table#contact-details th, table#contact-details td {
  vertical-align: top;
  padding: 6px;
}

.formSectionHeading {
  font-weight: bold;
  padding: 10px 0px 4px 0px;
}

.orderPage {
  margin: 0 auto;
  position: relative;
  width: 400px;
}

.buttons {
 text-align: center;
}
