/* Code by Lukasz Wojcik -- http://lukaszwojcik.net */

/* 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

b, strong {
    font-weight:bold;
}

i,em {
    font-style:italic;
}

/* Fonts */

@font-face {
    font-family: 'Copse';
    src: url('../fonts/copse/copse-regular.eot');
    src: url('../fonts/copse/copse-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/copse/copse-regular.woff') format('woff'),
         url('../fonts/copse/copse-regular.ttf') format('truetype'),
         url('../fonts/copse/copse-regular.svg#copseregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.copse {
    font-family:'Copse',Georgia,"Times New Roman",Times,serif;
}

a {
    outline:0;
}

/* Let's go */

body {
    background:#eee;
    font-family:Arial,Helvetica,sans-serif;
}

.container {
    width:1000px;
    margin:0 auto;
}

/* Header */

.header {
    background:url("../img/bg_header.jpg");
    height:111px;
}

.header .site_logo {
    display:block;
    padding-top:12px;
    margin-left:40px;
}

/* Top menu */

.top {
    height:535px;
    position:relative;
}

body.index .top {
    background:url("../img/top_img.jpg") no-repeat left top;
}

body.about .top {
    background:url("../img/about_top_img.jpg") no-repeat left top;
}

body.services .top {
    background:url("../img/services_top_img.jpg") no-repeat left top;
}

body.contact .top {
    background:url("../img/contact_top_img.jpg") no-repeat left top;
}

.top .menu li {
    display:inline;
}

.top .menu a span {
    position:absolute;
    top:-99999px;
    left:-99999px;
    overflow:hidden;
}

.top .menu a {
    display:block;
    height:155px;
    float:left;
}

.top .menu a.home {
    background:url("../img/menu/home.jpg") no-repeat left bottom;
    width:198px;
    border-left:0;
    border-right:1px solid #003056;

}

.top .menu a.about {
    background:url("../img/menu/about.jpg") no-repeat left bottom;
    width:198px;
    border-left:1px solid #00162a;
    border-right:1px solid #003056;
}


.top .menu a.services {
    background:url("../img/menu/services.jpg") no-repeat left bottom;
    width:198px;
    border-left:1px solid #00162a;
    border-right:1px solid #003056;
}

.top .menu a.contact {
    background:url("../img/menu/contact.jpg") no-repeat left bottom;
    width:198px;
    border-left:1px solid #00162a;
    border-right:0;
}

.top .menu a:hover,
.top .menu a:focus,
.top .menu a.selected {
    background-position:left top;
}

/* Animation canvas */

.canvas {
    width:780px;
    height:380px;
    position:absolute;
    bottom:0;
    left:0;
    overflow:hidden;
}

/* Intro */

.intro {
    background:url("../img/grey_bar.jpg") no-repeat left top;
    height:148px;
    text-align:justify;
}

body.services .intro {
    background:url("../img/services_grey_bar.jpg") no-repeat left top;
    height:401px;
}

.intro .slogan {
    font:30px "Copse",serif;
    text-shadow:1px 1px 2px #666;
    margin-left: 165px;
    padding-top: 23px;
    color:#182125;
}

.intro .slogan strong {
    font-weight:normal;
    text-shadow:1px 1px 1px #87C5E0;
    color:#006abb;
}

.intro .headline {
    font-size:14px;
    line-height:20px;
    color:#363636;
    margin-left: 165px;
    margin-right:130px;
    padding-top: 13px;
}

.intro .headline p {
    margin-bottom:15px;
}

/* Content */

.subpage_title {
    color:#182125;
    font:30px "Copse",serif;
    margin-bottom:15px;
    text-shadow:1px 1px 3px #999;
}

.subtitle {
    color:#363636;
    font-size:18px;
    font-weight:bold;
}

.main {
    margin:20px 0;
}

.main.faux_bg {
    background:url("../img/faux_bg.png") repeat-y 650px 0;
    overflow:hidden;
}

.main .left_column {
    width:570px;
    padding:10px 40px;
    float:left;
}

.main .right_column {
    width:350px;
    float:left;
    text-align:right;
}

.main .right_column img {
    padding-right:15px;
}

.content,
.contact_cols {
    font-size:14px;
    color:#363636;
    text-align:justify;
}

.content {
    line-height:24px;
}

.content p,
.content ul,
.content ol,
.contact_cols p,
.contact_cols ul,
.contact_cols ol {
    margin-bottom:20px;
}

.content a,
.contact_cols a {
    color:#363636;
    text-decoration:none;
}

.content a:hover,
.content a:focus,
.contact_cols a:hover,
.contact_cols a:focus {
    text-decoration:underline;
}

.content .division {
    padding-bottom:10px;
    margin-bottom:30px;
    background:url("../img/divider.png") repeat-x bottom;
}

.division.last,
.division:last-child {
    background:none;
    margin-bottom:0;
    padding-bottom:0;
}

.content .list {
    list-style:disc;
}

.content .list li {
    margin-left:20px;
}

.paragraph {
    overflow:auto;
}

.paragraph dt {
    float:left;
    display:block;
    width:45px;
}

.paragraph dd {
    float:left;
    width:520px;
    display:block;
}

.intro .paragraph dd {
    width:630px;
}

/* Contact */

.contact_cols {
    line-height:20px;
    background:url("../img/faux_bg.png") repeat-y 430px 0;
    overflow:hidden;
}

.contact_cols .left_col {
    width:350px;
    padding-left:20px;
    padding-top:20px;
    float:left;
}

.contact_cols .right_col {
    width:515px;
    float:right;
    margin:20px 0 0;
    padding-right:20px;
}

.contact_cols .office {
    margin-bottom:20px;
}

/* Footer */

.footer {
    clear:both;
    background:url("../img/bg_footer.jpg");
    height:100px;
    color:#fff;
}

.footer .company_name {
    display:block;
    padding-top:25px;
    height:40px;
    text-align:center;
    font-size:24px;
    font-family:'Copse',Georgia,"Times New Roman",Times,serif;
}

.footer .copyright {
    font-size:14px;
    color:#bfbfbf;
    text-align:center;
    padding-top:10px;
}

/*  ----------  */

.not_ready_img {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin:auto;
    display:block;
    width:268px;
    height:250px;
}

body.services .content .list li {
    margin-bottom:40px;
}

body.services .content p {
    margin-bottom:30px;
}