/****************************************
*  Site specific css definitions
****************************************/

html, body {
  background-color: #000000;
  background-image:url(/images/background.gif);
  background-repeat:repeat-x;
  background-position: top left;
  text-align: center;
}

td {
  text-align: left;
  vertical-align: top;
}

div.book {
  text-align: center;
}

table.page {
  width: 760px;
  text-align: center;
  vertical-align: top;
  margin-left:auto;
  margin-right:auto;
}

td.head {

}

td.body {
  background-color:#FFFFFF;
}

td.body_right {
  width:350px;
  text-align:right;
}

td.foot {

}

td.orange {
  background-image:url(/images/header_orange.gif);
  background-repeat:repeat-x;
  background-position:top;
  height:34px;
}

td.red {
  background-image:url(/images/header_red.gif);
  background-repeat:repeat-x;
  background-position:top;

}

td.box {
  background-image:url(/images/background_box.gif);
  background-color:#dfd6c2;
  background-repeat:repeat-x;
  background-position:bottom;
  padding:15px;
}

/******************************
  Text Options
*******************************/

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #48453d;
  margin: 0px 0px 10px 0px;
}

p.small {
  font-size: 11px;
  line-height: 14px;
  color: #000000;
  margin: 0px 0px 6px 0px;
}

p.foot {
  font-size: 11px;
  line-height: 14px;
  color: #FFFFFF;
  margin: 0px 0px 6px 0px;
}

strong.price {
  font-size: 16px;
  line-height: 18px;
  color: #971b1e;
  font-weight: bold;
}

blockquote {
  margin: 5px 26px 12px 26px;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: normal;
  color: #d05b28;
  margin: 12px 0px 5px 0px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight:bold;
  color: #FFFFFF;
  margin: 10px 15px 5px 15px;
}

/******************************
  Form Options
*******************************/

input, option, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: black;
}

input.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: white;
  background-color: #781f47;
}

/******************************
  Link Styles
*******************************/

a:link {
  text-decoration: underline;
  color: #971b1e;
}

a:visited,
a:hover {
  text-decoration: underline;
  color: #d05b27;
}

a.plain:link,
a.plain:visited,
a.plain:hover {
  text-decoration: none;
  color: #FFFFFF;
}
