/*** Reset ***/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*** HTML 5 elements as block ***/  
header, section, footer, aside, nav, article, figure {
    display: block;
}

/*** Common ***/
label {
    cursor: pointer;
}

div, img {
    vertical-align: top;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

a,a:visited {
    color: #00f;
    text-decoration: none;
}

a:focus,a:hover {
    text-decoration: underline;
}

body {
    background: #fff;
    color: #000;
    font-family: Georgia,Arial,sans-serif;
    text-align: center;
    padding: 0 50px;
}

img {
    max-width: 100%;
}

#wrapper {
    margin: 0 auto;
    text-align: left;
    max-width: 981px;
}

#header {
    padding-top: 100px;
    margin-bottom: 8%;
}

#nav li {
    float: left;
}

#nav li.item-1 {
    margin-right: 4%;
    max-width: 18%;
}

#nav li.item-2 {
    margin-right: 5%;
    width: 25%;
}

#nav li.item-3 {
    margin-right: 4%;
    width: 30%;
}

#nav li.item-4 {
    width: 14%;
}