body {
    background: #fdefa2;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
}
h4 {
    margin: 3px;
}
img {
    border-width: 0px;
}

#main {
    width: 700px;
    min-height: 300px;
    margin: 20px auto 50px auto;
    padding: 0px;
    text-align: left;
    background: #fff;  
    background: url(images/main-bg.gif) bottom left repeat-x #fff;
}

.shadow {
    box-shadow: 0px 10px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.2);
}
.clear {
    clear: both;
}

#header {
    background: url(images/header-bg.gif) top left repeat-x #fff;
    border-bottom: 1px solid #d69b1e;
    height: 64px;    
}
#header h1 {
    width: 68px;
    height: 53px;
    float: left;
    background:red;
    margin: 6px;
}
#header h1 a {
    display: block;
    background: url(images/logo.gif) top left #fff;
    text-indent: -9999px;
    height: 53px;
}
#header h2 {
    float: left;
    background: url(images/heading.gif) top left no-repeat;
    text-indent: -9999px;
    margin: 6px 0px 6px 0px;
    width: 400px;
    height: 34px;
}
#header h3 {
    float: left;
    font-size: 8.5pt;
    font-weight: normal;
}

.content, #footer {
    margin-top: 20px;
}
.content {
    line-height: 20px;
    color: #666;
}
.content ol li p {
    border-left: 1px dotted #ccc;
    padding-left: 10px;
    margin-right: 20px;
}
.content h1, #footer h1 {
    border-bottom: 1px dotted #eead31;
    text-indent: -9999px;
    margin: 10px 10px 4px 10px;
    height: 14px;
}
.content p, #footer ul {
    margin: 0px 10px 0px 10px;
}

#products h1 {
    background: url(images/heading-products.gif) top left no-repeat;
}
#mission h1 {
    background: url(images/heading-mission.gif) top left no-repeat;
}
#branches h1 {
    background: url(images/heading-branches.gif) top left no-repeat;
}
#footer h1 {
    background: url(images/heading-contact.gif) top left no-repeat;
}
#footer ul {
    margin-left: 20px;
}
#footer ul li {
    float: left;
    /*width: 174px;*/
    margin-right: 10px;
    color: #a13031;
}
#footer ul li h2 {
    font-weight: bold;
    font-size: 9pt;
}
