* {
  margin: 0;
  padding: 0;
}

html {
  height: 101%;
}

body {
  color: #74808D;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  background: url(../img/bg-main.gif) repeat-y center #AC0044;
  text-align: center;
}

h1 {
  display: block;
  float: left;
  width: 197px;
  height: 198px;
  margin-right: 5px;
  background: no-repeat #AC0044;
  text-indent: -9999px;
}

#visual {
  float: left;
  width: 596px;
  height: 198px;
  background: no-repeat;
}

#content.home #visual ul {
  padding-left: 0px;
  width: auto;
}

#content.home #visual li {
  float: left;
  display: block;
  height: 198px;
  width: 195px;
  background: no-repeat;
  margin-right: 5px;
  padding: 0px !important;
}

#content.home #visual li a {
  display: block;
  height: 198px;
  width: 195px;
  text-indent: -9999px;
}

#content.home #visual li.v2 a {
  width: 196px;
}

#content.home #visual li.v1 {
  background-image: url(../img/visual-home_1.jpg);
}

#content.home #visual li.v2 {
  background-image: url(../img/visual-home_2.jpg);
}

#content.home #visual li.v3 {
  background-image: url(../img/visual-home_3.jpg);
  margin-right: 0px;
}

#content.how_pawnbroking_works #visual {
  background-image: url(../img/visual-how_pawnbroking_works.jpg);
}

#content.any_questions #visual {
  background-image: url(../img/visual-any_questions.jpg);
}

#content.rates #visual {
  background-image: url(../img/visual-rates.jpg);
}

#content.jewellery_services #visual {
  background-image: url(../img/visual-jewellery_services.jpg);
}

#content.branches #visual {
  background-image: url(../img/visual-branches.jpg);
}

#content.travel_money #visual {
  background-image: url(../img/visual-travel_money.jpg);
}

h2 {
  color: #AC0044;
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  margin-top: 22px;
  margin-bottom: 12px;
  width:95%;
}

h2.first {
  margin-top: 0px;
}

h2 .grey {
  /* color: #74808D; */
}



h2 a {
  color: #AC0044;
  text-decoration: underline;
}

h2 a:hover {
  text-decoration: underline; color: #74808D;
}

h2 a:focus {
  outline-style: none;
}






a {
  color: #AC0044;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline-style: none;
}

.clear {
  clear: both;
}

.clearh {
  clear: both;
  height: 0px;
  font-size: 0px;
}

#wrap {
  margin: 0 auto;
  width: 826px;
  text-align: left;
}

#navigation {
  font-family: Georgia, serif;
  font-size: 13px;
  color: #e89800;
  padding-top: 36px;
  margin-bottom: 51px;
}

#navigation a.logo {
  float: left;
  display: block;
  width: 204px;
  height: 58px;
  background: url(../img/logo.gif) no-repeat top right;
  text-indent: -9999px;
}

#main-menu {
  float: left;
  /* width: 562px; */
  width: 606px;
  height: 58px;
  /* padding-left: 60px; */
  position: relative;
}

#navigation ul {
  position: absolute;
  bottom: 0px;
  right: 0px;
  list-style: none;
}

#navigation li {
  display: block;
  float: left;
}

#navigation a {
  color: #777777;
  text-decoration: none;
}

#navigation a:hover {
  color: #e89800;
}

#navigation a.selected {
  color: #AC0044;
}

#content {
  margin-left: 13px;
  margin-right: 14px;
}

#content .copy {
  padding-left: 200px;
  padding-top: 40px;
}

#calc {
  float: left;
  width: 197px;
  margin-top: 45px;
}

#calc .input {
  border: 1px solid #AC0044;
}

#calc .input h2 {
  display: block;
  /*
  width: 162px;
  height: 17px;
  */
  width: 173px;
  height: 32px;
  text-indent: -9999px;
  background: url(../img/calc-head.gif) no-repeat 11px 15px;
  /*
  margin-left: 11px;
  margin-top: 15px;
  */
  margin-left: 0px;
  margin-top: 0px;
}

#calc .input p {
  display: block;
  width: 151px;
  height: 31px;
  text-indent: -9999px;
  background: url(../img/calc-copy.gif) no-repeat;
  margin-left: 11px;
}

#calc .input span.pound {
  display: block;
  width: 171px;
  height: 29px;
  background: url(../img/calc-pound.gif) no-repeat 2px 5px;
  padding-left: 12px;
  margin-left: 12px;
}

#calc .input input {
  width: 141px;
  height: 13px;
  border: 1px solid #AC0044;
  color: #AC0044;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 4px;
}

#calc .output {
  font-size: 12px;
  line-height: 20px;
  color: White;
  background-color: #AC0044;
  padding: 4px 0px;
}

#calc .output p {
  width: auto;
  padding-right: 12px;
  margin: 0px;
}

#calc .output span {
  float: right;
  font-weight: bold;
}

#calc .output #mir, #calc .output #apr {
  font-size: 16px;
}

#content.rates .copy {
  float: left;
  padding-left: 0px;
  margin-left: 5px;
}

#content.rates .copy p.intro {
  /* margin-top: 6px; */
}

#content p {
  width: 556px;
  padding-left: 8px;
  margin-bottom: 12px;
}

p.intro {
  color: #AC0044;
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  /* margin-top: 24px; */
  margin-top: 0px;
  margin-bottom: 12px;
}

p.intro em {
  /* color: #74808D; */
  font-style: normal;
}

#content h2 {
  padding-left: 8px;
}

#content ul {
  list-style: none;
  width: 556px;
  padding-left: 8px;
  margin-bottom: 35px;
}

#content li {
  background: url(../img/ul-burgundy.gif) no-repeat 0px 6px;
  padding-left: 15px;
}

#content.home h1 {
  background-image: url(../img/head-home.gif);
}

#content.how_pawnbroking_works h1 {
  background-image: url(../img/head-how_pawnbroking_works.gif);
}

#content.any_questions h1 {
  background-image: url(../img/head-any_questions.gif);
}

#content.rates h1 {
  background-image: url(../img/head-rates.gif);
}

#content.jewellery_services h1 {
  background-image: url(../img/head-jewellery_services.gif);
}

#content.branches h1 {
  background-image: url(../img/head-branches.gif);
}

#content.travel_money h1 {
  background-image: url(../img/head-travel_money.gif);
}

.column {
  float: left;
  width: 202px;
  /* margin-top: 19px; */
}

#content.branches p {
  width: 202px;
}

.column strong {
  color: #AC0044;
}

table {
  border-collapse: collapse;
  width: 597px;
  margin-bottom: 25px;
}

thead tr {
  height: 29px;
}

tbody tr {
  height: 28px;
}

thead th {
  color: White;
  background-color: #9da6af;
}

thead th.from {
  width: 250px;
  padding-left: 13px;
}

thead th.interest {
  width: 191px;
  text-align: right;
}

thead th.apr {
  width: 130px;
  text-align: right;
  padding-right: 13px;
}

tbody td {
  border-bottom: 1px solid #9da6af;
  font-size: 14px;
}

tbody td.from {
  padding-left: 13px;
}

tbody td.interest {
  text-align: right;
}

tbody td.apr {
  padding-right: 10px;
  text-align: right;
}

#wrapup {
  margin: 0 auto;
  width: 868px;
  text-align: left;
  background: url(../img/bg-main-bottom.jpg) no-repeat #AC0044;
  height: 30px;
}

#bottom-line {
  font-size: 22px;
  padding-left: 223px;
  height: 42px;
  margin-top: 45px;
}

#footer {
  font-family: Verdana, Arial, sans-serif;
}

#footer a.logo-npa {
  float: left;
  display: block;
  width: 219px;
  height: 65px;
}

#footer a.logo-npa img {
  border: none;
  float: right;
  margin: 6px 17px;
}

#footer p {
  font-size: 10px;
  line-height: 14px;
  float: left;
  display: block;
  height: 45px;
  width: 587px;
  color: White;
  background-color: #74808D;
  padding: 10px 10px;
}

#footer p a {
  color: White;
}

#content .box {
  margin-left: 5px;
  padding: 24px 18px 24px 18px;
  color: White;
}

#content .box h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 12px;
}

#content .box p {
  padding-left: 0px;
}

#content .box ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

#content .box li {
  background-image: url(../img/ul-white.gif);
  margin-bottom: 2px;
}

#content.rates .box, #content.how_pawnbroking_works .box {
  background: url(../img/box-burgundy.gif) no-repeat top right #AC0044;
}

#content.any_questions .box, #content.jewellery_services .box {
  background: url(../img/box-yellow.gif) no-repeat top right #e89800;
}
