* {
  padding: 0;
  margin: 0;
}

body {
  margin-top: 20px;
  background-color: #dbdbdb;
  font-family: arial;
}


#content {
  border: 1px solid #acacac;
  position: relative;
  background-color: #fff;
  width: 694px;
  margin-left: auto;
  margin-right: auto;
}

ul#flags {
  list-style: none;
  position: absolute;
  top: 5px;
  right: 5px;
}

ul#flags li {
  display: inline;
}

ul#flags img {
  border: 0;
}

#headerImage {
  border-bottom: 1px solid #d9d9d9;
}

#indexBanner {
  position: relative;
  background: url('/images/rd/book.jpg') no-repeat;
  background-position: 10px 60px;
  height: 260px;
}

#indexBannerUK {
  background: url('/images/rd/book.jpg') no-repeat;
  background-position: 40px 150px;
  height: 400px;
}

#headerTitle {
  margin: 0px;
  position: absolute;
  top: 90px;
  right: 0px;
  width: 500px;
  text-align: center;
}

h1 {
  margin-left: 20px;
  font-size: 48px;
  color: #8a8797;
}

h2 {
  font-size: 23px;
  padding-right: 10px;
  color: #2c2c2c;
}

.red {
  color: #e50000;
}

.inlineRadioList {
  list-style: none;
  text-align: center;
  margin-top: 20px;
}

.inlineRadioList li {
  padding-right: 30px;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  color: #2c2c2c;
}

.inlineRadioList label {
  vertical-align: top;
}

/* for the uk header */
#titleUkHeader {
  text-align: center;
  font-size: 34px;
  color: red;
  padding: 10px;
}

#headerTitleUK {
  margin-top: 50px;
  margin-left: 240px;
}

#headerTitleUK h2 {
  font-weight: 100;
  font-size: 23px;
}

#indexBannerUK h3 {
  text-align: center;
  font-size: 14px;
}

#headerTitleUK ul {
  list-style: none;
  font-size: 12px;
  margin-top: 40px;
  margin-left: 30px;
}

.headerListUK {
  padding-left: 20px;
  margin-bottom: 80px;
  font-weight: bold;
}

.headerListUK li {
  background: url('/images/rd/bullet.jpg') no-repeat;
  background-position: left 0.3em;
  _background-position: left 0.8em;
  padding-left: 20px;
  margin-top: 10px;
}
#emailBox {
  width: 100%;
  height: 90px;
  background-color: #2c2c2c;
  position: relative;
  padding-bottom: 10px;
  padding-top: 5px;
}

#emailBox #emailBoxTitle {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;

}

#emailBox #startHere {
  margin-left: 30px;
  padding-top: 15px;
  float: left;
}

#emailBox #emailField {
  margin-top: 15px;
  float: left;
  width: 300px;
}

#continueButton {
  margin-top: 5px;
  margin-left: 10px;
  float: left;
  cursor: pointer;
}

#emailBox #terms {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 11px;

  clear: both;
}

#emailBox a:link { text-decoration: underline; color: #fff; }
#emailBox a:hover { text-decoration: underline; color: #fff; }
#emailBox a:active { text-decoration: underline; color: #fff; }
#emailBox a:visited { text-decoration: underline; color: #fff; }

#linkMenu {
  padding: 10px;
  text-align: center;
  list-style: none;
  font-size: 9px;
  width: 674px;
  margin-left: auto;
  margin-right: auto;
}


#linkMenu ul {
  float: left;
}

#linkMenu li {
  display: inline;
}

#linkMenu #copyright {
  float: right;
}

.clear { clear: both; }

#privacy {
  font-size: 9px;
}

#footerBanners {
  text-align: center;
  margin-top: 10px;
  width: 694px;
  margin-left: auto;
  margin-right: auto;
}

#footerBanners img {
  clear: both;
}

.underlined {
  text-decoration: underline;
}

#newbanner {
  width: 657px;
  height: 139px;
  background: url('/images/rd/newbanner_es.jpg') no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#newbanner h1 {
  font-size: 16px;
  font-weight: 100;
  color: #000;
  margin-left: 220px;
  margin-right: 20px;
  padding-top: 20px;
}

#newbanner b {
  font-weight: bold;
}

#newbanner h2 {
  color: red;
  font-size: 16px;
  margin-left: 220px;
  padding-top: 10px;
}


#submit {
  width: 140px;
  height: 38px;
  border: 0;
  cursor: pointer;
  background: url('/images/rd/continueButton_fr.gif') no-repeat;
  margin: 5px;
}

/********************************************************************/
/* Disclaimer                                                       */

#disclaimer {
  margin-top: 0px;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 50px;
}

#disclaimer p {
  font-size: 9px;
  color: #000000;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

#disclaimer a {
  color: #004396;
}


/*********************************************************************/