@font-face {  
  font-family: "Remograph Font";
  src: url( remograph_font.eot ); /* IE */  
  src: local("Remograph Font"), url( remograph_font.ttf ) format("truetype"); /* non-IE */  
}

@font-face {  
  font-family: "Remograph Bold Font";  
  src: url( remograph_bold_font.eot ); /* IE */  
  src: local("Remograph Bold Font"), url( remograph_bold_font.ttf ) format("truetype"); /* non-IE */  
}

* {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
a {
  color: #637684;
  text-decoration: none;
  font-size: 12px;
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
a:hover {
  color: #9bafbb;
  text-decoration: none;
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

a.small {
  color: #637684;
  text-decoration: none;
  font-size: 11px;
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
a.small:hover {
  color: #9bafbb;
  text-decoration: none;
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}

b.small {
  font-size: 11px;
}

body {
  background: #f0f0f0 url(background.gif);
  color:  #637684;
  font-family: "Remograph Font", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 150%;
  
  -webkit-text-size-adjust: none;
}

strong, em, b {
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

p.center {
  text-align: center;
}
p.small {
  font-size: 10px;
}
p.download {
  padding: 0 0 0 42px;
}
p,cite,code,ul {
  font-size: 12px;
  padding-bottom: 12px;
}
ul.download {
  padding: 0 0 0 42px;
}
ul.releasenotes {
  line-height:100%;
}
h1 {
  font-size: 20px;
  margin-bottom: 4px;
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 150%;
}
h2 {
  font-size: 15px;
  margin-bottom: 4px;
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
code {
  background: #FFE;
  border: 1px solid #637684;
  border-left: 6px solid #637684;
  color: #554;
  display: block;
  font: normal 12px "Remograph Font";
  margin-bottom: 12px;
  padding: 8px 10px;
  white-space: pre;
}

h1,h2,h3 {
  color: #637684;
  padding-top: 6px;
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/* misc */
.clearer {
  clear: both;
}

/* structure */
.toplink {
}

.foreground {
  background: url(foreground.gif) repeat-y;
  margin: 0 auto;
  width: 800px;
}

/* top */
.top {
  background: url(top.gif);
  width: 800px;
  height: 25px;
  margin: 0 auto;
}

/* header */
.header {
  background: url(header.gif) repeat-x;
  height: 103px;
  margin: 0 auto;
  width: 780px;
}
  
/* menu */
.menu {
  background: #637684 url(menu.gif) repeat-x;
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 34px;
  margin: 0 0 0 10px;
  padding: 0 0 0 0;
  width: 780px;
  text-align: center;
}
.menu a {
  color: #516679;
  text-decoration: none;
  padding: 3px 4px;
  margin-right: 0px;
  line-height: 34px;
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.menu a:hover {
  background: #aec0c9;
  color: #5f778e;
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* main */
.main {
  clear: both;
  padding: 0px 30px 12px 10px;
}

.input {
}

/* sub menu */
.submenu {
  float: left;
  width: 161px;
}
.submenu h1 {
  background: #a6b1b9 url(submenu.gif) repeat-x;
  border-bottom: 1px solid #637684;
  border-top: 1px solid #f0f0f0;
  color: #a6b1b9;
  margin: 0;
  font-size: 14px;
  height: 22px;
  padding: 4px 4px 2px 10px;
}
.submenu ul {
  margin: 0;
  padding: 0;
}
.submenu li {
  border-bottom: 1px solid #637684;
  border-top: 1px solid #f0f0f0;
  list-style: none;
  font-size: 11px;
}
.submenu li a {
  background: #99a8b2;
  color: #4b5a64;
  display: block;
  padding: 4px 4px 5px 10px;
  text-decoration: none;
  font-size: 11px;
}
.submenu li a:hover {
  background: #b1bdc5;
  color: #546570;
  font-size: 11px;
}

/* content */
.content {
  padding-top: 12px;
  min-height: 300px;
  float: right;
  width: 76%;
}
.content li {
  margin-left: 18px;
  font-size: 12px;
}

/* footer */
.footer {
  background: url(footer.gif);
  color: #a6b1b9;
  font-family: "Remograph Font", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  width: 800px;
  height: 40px;
}
.footer a {
  color: #a6b1b9;
  text-decoration: none;
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}
.footer a:hover {
  color: #b1bdc5;
  text-decoration: none;
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}

/* courtesy */
p.courtesy {
  color: #637684;
  font-size: 10px;
  text-align: center;
  line-height: 10px;
  margin: 0 30;
  height: 10px;
}

/* images */
img.remologo {
  width: 32px;
  height: 32px;
  border: 0px;
  margin-right: 10px;  
  border-style: solid;
}

img.paynova {
  width: 80px;
  height: 24px;
  border: 0px;
}

img.remograph {
  width: 300px;
  height: 103px;
  border: 0px;
  padding: 0px 10px 0px 10px;
}

img.download {
  border: 0px;
  vertical-align: middle;
}

img.general {
  border: 0px;
  vertical-align: middle;
}

table.customers {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 0px;
  height: 300px;
  width : 500px;
  padding: 0px;
  border-color:#899fac;
  border-style: solid double groove;
}

td.customers {
  text-align: center;
  padding: 10px 10px 10px 10px;
}

table.pricing {
  margin-left: 0px;
  border: 1px;
  width : 520px;
  height: 75px;
  padding: 0px;
  border-color:#899fac;
}

td.pricing {
  border: 1px;
  width: 100px;
  height: 15px;
  color: #f0f0f0;
  background: #637684; 
  font: 12px "Remograph Font";
  font-style: normal; 
  font-weight: normal;
}

td.pricingheading {
  border: 1px;
  width: 220px;
  height: 15px;
  color: #f0f0f0;
  background: #637684; 
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-style: normal; 
}

td.pricingheading2 {
  border: 1px;
  width: 100px;
  height: 15px;
  color: #f0f0f0;
  background: #637684; 
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-style: normal; 
}

table.discount {
  margin-left: 0px;
  border: 1px;
  width : 500px;
  height: 75px;
  padding: 0px;
  border-color:#899fac;
}

table.scripts {
  border: 2px solid #637684;
  border-collapse:collapse;
  width : 580px;
  padding: 0px;
  border-color: #637684;
  frame: below;
  rules: below;
}

td.scriptheading {
  border: 2px solid #637684;
  height: 11px;
  color: #637684;
  padding: 0px 2px 0px 2px;
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  font-style: normal; 
}

td.scriptheading2 {
  border: 2px solid #637684;
  height: 11px;
  color: #f0f0f0;
  background: #637684;
  padding: 0px 2px 0px 2px;
  font-family: "Remograph Bold Font", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  font-style: normal; 
}

td.script {
  border: 2px solid #637684;
  height: 11px;
  color: #637684;
  padding: 0px 2px 0px 2px;
  font: 10px "Remograph Font";
  font-style: normal; 
  font-weight: normal;
  vertical-align: top;
}

.hiddenPic {
  display:none;
}

