/* @group reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

body {
  line-height: 1em;
  color: black;
  background: #fff; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

img a {
  border: none; }

/* @end */
/* @group defaults */
body {
  margin-top: 1em;
  font-family: verdana, Arial, sans-serif;
  color: black; }

/* @group links */
a:link {
  color: #0d65c7; }
a:visited {
  color: #0d65c7; }
a:focus, a:hover, a:active {
  color: #003294;
  text-decoration: none; }

/* @end */
/* @group headers */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #0d65c7;
  line-height: 1.2em; }

h3 {
  color: black; }
  h3 a:link {
    text-decoration: none; }
  h3 a:focus, h3 a:hover, h3 a:active {
    text-decoration: underline; }

h1 {
  font-size: 1.9em;
  font-weight: normal;
  line-height: 1.2em;
  font-weight: bold; }

h2 {
  color: black;
  margin-top: 0.5em;
  margin-bottom: 1em; }

/* @end */
/* @group forms */
form *:focus {
  outline: none; }

fieldset {
  margin: 1.8em 0; }

legend {
  font-weight: bold;
  font-variant: small-caps; }

legend + label {
  margin-top: 0; }

textarea, input[type="text"] {
  padding: 3px; }

.field {
  clear: both;
  padding: 10px 0;
  margin: 0 20px; }
  .field label {
    float: left;
    width: 200px;
    font-weight: bold; }

/* @end */
/* @group tables */
/* tables still need 'cellspacing="0"' in the markup */
table {
  width: 100%;
  border: 0.063em solid #666666;
  border-left: none;
  border-right: none;
  padding: 0.438em 0;
  margin: 0.5em 0; }

tbody {
  color: #333333; }

th {
  font-weight: bold; }

/* @end */
/* @group block tags */
p {
  margin: 1em 0;
  line-height: 1.25em;
  padding: 0.2em 0em; }

p.loud {
  color: #cb0000;
  font-weight: bold; }

h3+p {
  margin-top: 0; }

ol {
  list-style: decimal;
  margin: 0 1.5em 1.5em 1.5em; }

ul {
  list-style: disc;
  margin: 0 1.5em 1.5em 1.5em; }

blockquote {
  margin: 1.8em;
  color: #333333; }

hr {
  margin: 20px 0;
  border-width: 0;
  border-bottom: 1px solid #fff;
  border-style: dotted;
  clear: both; }

/* @end */
/* @group inline tags */
cite {
  font-style: italic;
  color: #333333; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

ins {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

q {
  font-style: italic; }
  q em {
    font-style: normal; }

strong {
  color: #0d65c7; }

/* @end */
/* @group replaced tags */
img {
  vertical-align: bottom; }

/* @end */

/* @end */
body {
  text-align: center;
  font-size: 62.5%;
  line-height: 1.8em; }

#container {
  overflow: hidden;
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 1030px;
  max-width: 100%; }
  #container {
    display: block; }
  #container #header {
    clear: both;
    margin-right: 0%;
    margin-left: 0%;
    background-color: #0d65c7;
    height: 60px;
    margin-bottom: 1em;
    color: #fff; }
    #container #header #logo {
      width: 39.417%;
      display: inline;
      float: left;
      margin-right: 0.971%;
      margin-left: 0%;
      margin-top: 1.5em;
      margin-left: 1.5em; }
      #container #header #logo img {
        padding-right: 1em; }
    #container #header #tagline {
      width: 19.223%;
      display: inline;
      float: left;
      margin-right: 0.971%;
      font-size: 1.8em;
      margin-top: 1em; }
    #container #header #contact {
      margin-top: 1em;
      width: 29.32%;
      display: inline;
      float: left;
      margin-right: 0.971%;
      display: inline;
      float: right;
      margin-right: 0%;
      /* ugly hacks for IE6-7 */
      #margin-right: -1%;
      /* end ugly hacks */
      text-align: right;
      padding-right: 1.5em; }
      #container #header #contact .telephone {
        padding: 0.5em 0 0 2em;
        font-size: 1.8em;
        float: left;
        background: url(../images/telephone-icon.png) no-repeat 0 0.5em; }
  #container #main {
    clear: both;
    font-size: 1.6em; }
    #container #main #navigation {
      width: 19.223%;
      display: inline;
      float: left;
      margin-right: 0.971%; }
      #container #main #navigation ul {
        margin: 0 0 2em 0; }
        #container #main #navigation ul li {
          list-style-type: none;
          margin-left: 0px; }
        #container #main #navigation ul li {
          padding: 0;
          border-bottom: 1px solid #287fce; }
        #container #main #navigation ul a {
          text-decoration: none;
          color: black;
          display: block;
          padding: 0.5em 1em 0.5em 1em;
          font-size: 0.8em; }
          #container #main #navigation ul a:hover {
            background-color: #3ca2ac;
            color: #fff; }
      #container #main #navigation #buy-with-confidence {
        text-align: center;
        font-size: 0.75em; }
    #container #main #page {
      width: 59.612%;
      display: inline;
      float: left;
      margin-right: 0.971%; }
      #container #main #page .content {
        font-size: 0.8em;
        padding: 1em; }
        #container #main #page .content a {
          font-weight: bold; }
        #container #main #page .content ul.links {
          color: #0d65c7; }
        #container #main #page .content .column {
          width: 49.515%;
          display: inline;
          float: left;
          margin-right: 0.971%; }
          #container #main #page .content .column img {
            margin-bottom: 1em; }
        #container #main #page .content blockquote {
          border-bottom: 1px solid #287fce;
          margin: 1em 0;
          font-size: 1.2em; }
        #container #main #page .content .last {
          display: inline;
          float: right;
          margin-right: 0%;
          /* ugly hacks for IE6-7 */
          #margin-right: -1%;
          /* end ugly hacks */ }
        #container #main #page .content .first {
          margin-left: 0%; }
        #container #main #page .content #map {
          width: 69.709%;
          display: inline;
          float: left;
          margin-right: 0.971%;
          margin-left: 0%; }
        #container #main #page .content #address {
          width: 29.32%;
          display: inline;
          float: left;
          margin-right: 0.971%;
          display: inline;
          float: right;
          margin-right: 0%;
          /* ugly hacks for IE6-7 */
          #margin-right: -1%;
          /* end ugly hacks */ }
        #container #main #page .content #columnspan {
          width: 79.806%;
          display: inline;
          float: left;
          margin-right: 0.971%;
          padding-left: 5.049%; }
    #container #main #side {
      width: 19.223%;
      display: inline;
      float: left;
      margin-right: 0.971%;
      display: inline;
      float: right;
      margin-right: 0;
      /* ugly hacks for IE6-7 */
      #margin-right: -1%;
      /* end ugly hacks */
      text-align: center; }
      #container #main #side p, #container #main #side h1, #container #main #side h2, #container #main #side h3 {
        color: #fff;
        margin: 0.5em; }
      #container #main #side p {
        font-size: 0.9em; }
      #container #main #side #drop-in, #container #main #side #winter,  #container #main #side #mot, #container #main #side #pickup, #container #main #side #selling {
        margin-bottom: 0.5em; }
      #container #main #side #drop-in {
        padding: 0.5em;
		padding-top: 10px;
        padding-bottom: 200px;
        background: url(../images/dave.png) no-repeat bottom center #3ca2ac; }
        #container #main #side #drop-in h2 {
          color: #fff; }
      #container #main #side #winter{
        background-color: #ffffff;
        color: #fff; }
		#container #main #side #mot {
        background-color: #ffffff;
        color: #fff; }
		#container #main #side #pickup {
        background-color: #ffffff;
        color: #fff; }
      #container #main #side #selling {
        background-color: #0d65c7;
		 padding: 0.5em; }

