﻿html, body {
    background:#CDCEA2;
    color: #333;
    padding:0;
    margin:0;
}
body {
    font: 120% Garamond, serif;
}

h1 {
    margin:0;
}

h2 {
}

p {
}

address {
    background: #EDEDED url(adr.png) bottom right no-repeat;
    border-bottom: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    font-size: .9em;
    line-height: 1.25;
    padding: 1.5em;
}
address strong {
    font-size:1.2em;
}
address em {
    font-style:normal;
    font-size: .9em;
}

table {
    width: 435px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    border-collapse: collapse;
}
table caption {
    font-size: .85em;
    padding-bottom: .5em;
}
table td, table th {
    border-bottom: 1px dotted #333;
    margin: 0;
    padding: 2px 5px;
}
table th {
    text-align: left;
}
table td {
    text-align: right;
}
.hidden {
    display: none;
}
p.comment {
    font-size: .8em;
}

.inner {
    width:740px;
    margin: 0 auto;
    position:relative;
}

.quick-contact {
    list-style-type: none;
    margin: .6em 0;
    padding: 0 0 0 1em;
    font: bold 18px/2 Arial, sans-serif;
}
.quick-contact img {
    vertical-align: middle;
    margin: -3px 6px 0 0;
}
.quick-contact a {
    color: #000;
    text-decoration: none;
}

#page {
    
    background: url(cbg.png) top right repeat-y;
}

#header-cover {
    background: url(hbg.png) top repeat-x;
    position: absolute;
    width: 100%;
    height: 108px;
    z-index: 2;
    top:0;left:0;
}
#logo {
    background-image: url(logo.png);
    width: 260px;
    height: 80px;
    display:block;
    position: relative;
    top:14px;
}
#motto {
    background: url(motto.png) no-repeat;
    position: absolute;
    width:250px;
    height:108px;
    top:0;
    right:0;
}
#header {
    height: 108px;
    margin-bottom: 1em;
}

#main {
    width:480px;
}

#menu {
    color: #FFF;
    background:#B2B392 url(mnubg.png) top repeat-x;
    font: .95em Arial, sans-serif;
}
#menu ul {
    margin: 0;
    padding: 0;
    height: 32px;
    list-style-type: none;
}
#menu li {
    width:33%;
    float: left;
    text-align:center;
    line-height: 1.7;
}
#menu li a {
    color: #FFF;
    text-decoration: none;
}
#menu li a:hover {
    border-bottom: 1px dashed #FFF;
}

#page.contact .contact,
#page.pricelist .pricelist,
#page.references .references {
    background: #FFF;
    border-top: 2px solid #888;
    border-left: 1px solid #B2B392;
    color: #333;
}
#page.pricelist .pricelist,
#page.references .references {
    border-left: 0;
}
#page.contact .contact a,
#page.pricelist .pricelist a,
#page.references .references a {
    color: #333;
    font-weight: bolder;
}

#content {
    background:#FFF;
    border-right: 1px solid #B2B392;
    border-left: 1px solid #B2B392;
    padding: .2em 1.2em;
}
#footer {
    color:#FFF;
    background:#B2B392 url(ftbg.png) top repeat-x;
    border-right: 1px solid #B2B392;
    border-left: 1px solid #B2B392;
    font: 10px Verdana, sans-serif;
    padding: .5em 3em .5em;
}

#column {
    position:absolute;
    width: 230px;
    height: 400px;
    top:128px;
    right:12px;
    z-index:4;
}
