@import url('css_reset.css');

body {
    overflow-x: hidden;
    font-family: Calibri, "Open Sans", sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 100%;
    height: 100vh;
    background: #fff;
}
.clearfix {clear: both;}
a,
a:link,
a:hover,
a:visited {
    color: inherit;
    text-decoration: none;
}
strong {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}
span {margin: 0;}
span.bullet {
    margin: 0 5px;
    letter-spacing: .01em;
}
#content {
    padding: 50px 0;
    background: #fff;
}
#wrapper {
    margin: 0 auto;
    width: 960px;
}
#header #img-wrapper {float: left;}
#header #buttons {
    float: right;
    font-weight: bold;
    font-size: 15px;
    color: #000;
    text-align: right;
}
#header #buttons .on {font-size: 17px;}
#header #buttons .off {cursor: pointer;}
#footer {
    border-top: 1px solid #d7d7d7;
    background-color: #eaeaea;
}
area {
    outline: none;
}
#address-wrapper a {float: right; padding-top: 20px;}
#main img {max-width: 100%;}















