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;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* Regular clearing
   apply to column that should drop below previous ones. */

.clear          { clear:both; }
.clear-right    { clear:right; }
.clear-left     { clear:left; }

.first          { margin-left:0; padding-left:0; }
.last           { margin-right:0; padding-right:0; }
.top            { margin-top:0; padding-top:0; }
.bottom         { margin-bottom:0; padding-bottom:0; }

.left           { text-align:left; }
.right          { text-align:right; }
.center         { text-align:center; }

.fleft           { float:left; }
.fright          { float:right; }


/* --------------------------------------------------------------
   TYPOGRAPHY
-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */

body {
  font-size: 12px;
  color: #222;
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}

* html body {height: 100%;}

a:focus,
a:visited,
a:active,
a           { color: #972b29; text-decoration: underline; cursor:pointer; }

a:hover     { text-shadow: 0px 0px 1px #972b29;}

h2 { font-size: 18px; font-weight: bold; margin-bottom: 12px;}


#main	
{
    margin-top: 0px;
    margin-right:auto;
    margin-left:auto;
    width: 980px;
    padding: 0px;
    color: #000;
}

#logo
{
    text-align:left;
}

#contact
{
    xpadding-left: 32px;
    padding-top: 30px;
    text-align: left;
    color: #666666;
    font-size: 13px;
    float: right;
}

#offer
{
    xpadding-left: 32px;
    padding-top: 30px;
    text-align: left;
    color: #666666;
    font-size: 13px;
    float: left;
}

table#hours th
{
    font-weight: bold;
    padding-right: 16px;
}

table#contacts th
{
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
}

#facebook
{
    clear: both;
    padding-top: 40px;
}