﻿* {
    margin:                 0;
    padding:                0;
}

body {
    background:             #b8c4d1 url('images/bg.gif') repeat-x;
    color:                  #666666;
    font:                   12px/19px Arial, Sans-serif;
}

#wrapper {
    margin:                 0 auto;
    padding-bottom:         20px;
    width:                  800px;
}

#header {
    height:                 114px;
}

h1#logo {
    color:                  #196da3;
    float:                  left;
    font:                   bold 30px/30px Tahoma, Arial, Sans-serif;
    margin:                 72px 0 0 9px; 
}

#sales {
    color:                  #006db0;
    float:                  right;
    margin:                 50px 9px 0 0;
}

#sales strong {
    font-weight:            normal;
    font-size:              20px;
}

#banner {
    background:             url('images/banner.png') no-repeat;
    height:                 200px;
}

#content {
    background:             #FFF;
}

.site {
    border-bottom:          1px solid #e5e5e5;
    padding:                20px 0 10px;
}

.site .logo {
    float:                  left;
    text-align:             center;
    width:                  155px;
}

.site .details {
    float:                  left;
    width:                  630px;
}

h2 {
    font:                   bold 12px Arial, Sans-serif;
    margin-bottom:          10px;
    text-decoration:        underline;
}

p {
    margin-bottom:          10px;
}

a {
    color:                  #186da3;
}

a:hover {
    color:                  #303030;
}

.clear {
    clear:                  both;
}

#footer {
    background:             #FFF url('images/abta.gif') no-repeat;
    padding:                20px 0 0 140px;
}

#footer p {
    font-size:              10px;
    line-height:            normal;
    margin:                 0;
    text-align:             center;
}

#bottom {
    background:             url('images/bottom.png') no-repeat;
    height:                 9px;
    overflow:               hidden;
}