/*** Main Document Structure ***/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}

body {
  background:#b4b4b4 url(images/bgBody.png) repeat-x;
}

.container {width:950px;margin:0 auto;}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

.custom {
  display:block;
  text-indent:-9999px;
  border:0;
  margin:0;
  padding:0;
}
#header h1 {
  background:url(images/logoPrescriptnet.png) no-repeat;
  width:130px;
  height:22px;
  float:left;
}
#header h1 a  {
  width:130px;
  height:22px;
}
#header h2 {
  background:url(images/hdgTagline.png) no-repeat;
  width:375px;
  height:34px;
  float:right;
}
#header {
  padding:60px 0;
}
#main {
  height:445px;
  background:url(images/bgMain.jpg) repeat-x;
}
#main .container {
  position:relative;
  text-align:center;
  top:-30px;
}
#main a {
  background:url(images/btnLearnMore.png) no-repeat;
  width:380px;
  height:107px;
  margin:0 auto;
}
#footer {
  background:url(images/bgFooter.png) top center no-repeat;
  padding:1em 0 10em 0;
}
#footer p {
  text-transform:uppercase;
  color:#4a6b85;
  font-size:11px;
  margin-left:25px;
}
#footer a {
  color:#4a6b85;
}
