/*
Theme Name: Neopost Landing Page
Theme URI: http://igraycon.com/
Description: Custom WordPress theme developed for Neopost.
Version: 1.0
Author: Iain Gray
Author URI: http://igraycon.com/
Tags: custom
*/
* {
  margin: 0;
  padding: 0;
}
body.landing p {
  font: normal normal normal 10px/17px Verdana,sans-serif;
  color: #323232;
  margin-bottom: 10px;
}
body.landing a {
  font: normal normal normal 10px/17px Verdana,sans-serif;
  color: #c02026;
}
body.landing h1 {
  font: normal normal bold 10px/16px Verdana,sans-serif;
  color: #c02026;
  text-transform: uppercase;
  margin-bottom: 10px;
}
img { 
  border: 0 none transparent; 
}
div.clear {
  clear: both;
}
#content, #footer {
  /*width: 811px;*/
  width: 100%;
}
#header {
  padding: 6px 6px 23px 6px;
}
#banner {
  background: transparent url(images/banner.gif) repeat scroll 0 0;
  height: 58px;
  padding: 12px 0 0 19px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
}
#banner a.logo {
  display: block;
  background: transparent url(images/logo.png) no-repeat scroll 0 0;
  width: 213px;
  height: 0;
  padding-top: 45px;
  overflow: hidden;
  float: left;
}
#banner p.tagline {
  background: transparent url(images/tagline.png) no-repeat scroll 0 0;
  width: 159px;
  height: 0;
  padding-top: 14px;
  overflow: hidden;
  float: right;
  margin: 13px 30px 0 0;
}
#countrynav, #topnav {
  float: left;
  height: 25px;
}
#countrynav {
  width: 186px;
}
body.landing img {
  margin-bottom: 16px;
}
body.landing #content, body.landing #footer {
  /*width: 828px;*/
  width: 100%;
}
body.landing #content {
  padding-left: 6px;
}
body.landing #content .page {
  width: 251px;
  margin-right: 25px;
  float: left;
}
#footer {
  clear: both;
  padding: 50px 0 16px 0;
  text-align: center;
}
#footer p {
  clear: both;
}
#footer p, #footer a {
  font: normal normal normal 9px/16px Verdana,sans-serif;
  color: #6a6d6d;
}

