﻿* {
    font-family: "Open Sans", Verdana;
}
body {
    background-image: url('/images/bg.gif');
}
body, input, textarea {
    font-size: 14px;
}
div#wrapper {
    width: 1000px;
    margin: 33px auto;
    background-color: #fff;
    box-shadow: #424242 1px 1px 1px 1px;
    box-shadow: rgba(66, 66, 66, .9) 0 0 3px 3px;
}
a {
    text-decoration: none;
    color: #356;
}
a:hover {
    text-decoration: underline;
}

header {
    position: relative;
}
div#header {
    padding: 39px 42px;
    overflow: hidden;
}
a#logo {
    display: block;
    float: left;
    line-height: 86px;
    font-size: 16px;
    padding: 0 32px;
    font-weight: bold;
    background-color: #222;
    color: #fff;
    text-decoration: none;
}
a#whois {
    display: block;
    float: left;
    line-height: 86px;
    font-size: 16px;
    padding-left: 32px;
    color: #C2C2CA;
    text-decoration: none;
}
a#topcontactme {
    position: absolute;
    top: -24px;
    right: 18px;
    text-decoration: none;
    color: #ccc;
    font-size: 12px;
}
a#topcontactme:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #eee;
}

nav {
    margin: 0 42px 24px;
}
ul#nav {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
li.nav {
    display: block;
    float: left;
}
a.nav {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    line-height: 27px;
    font-size: 15px;
    color: #C3C3C3;
    padding-right: 24px;
    margin-right: 24px;
    border-right: dashed 1px #aaa;
}
a.nav:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #1D1D23;
}
ul#nav > li.nav:last-child a.nav {
    padding-right: 0;
    margin-right: 0;
    border-right-width: 0;
}

section {
    min-height: 400px;
}

div.cc {
    margin: 42px 60px;
}
h2.cc {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    margin: 8px 0;
}
p.kv {
    margin: 8px 0;
    font-size: 14px;
    color: #333;
}
p.kv > span {
    color: #aaaaaa;
}
p.kv > input, p.kv > textarea {
    border: solid 1px #bbb;
    color: #444;
    border-radius: 4px;
    padding: 1px 2px;
}
input.sendMessageToMe {
    background: linear-gradient(to bottom, #334649 0, #223639 100%);
    border: solid 1px #333;
    color: #fff;
    border-radius: 4px;
    padding: 1px 2px;
    font-size: 13px;
    padding: 3px 12px;
}
input.sendMessageToMe:hover {
    cursor: pointer;
    background: linear-gradient(to bottom, #223639 0, #334649 100%);
}

div.cci {
    margin: 12px 0;
    overflow: hidden;
}
h3.cci {
    font-size: 17px;
    color: #334649;
    text-transform: uppercase;
    margin: 0;
}
h4.cci {
    font-size: 17px;
    color: #338899;
    text-transform: uppercase;
    margin: 0;
}
p.cci {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

div.cct {
    width: 100%;
    display: table;
}
div.cct > div {
    display: table-row;
}
div.cct > div > div {
    display: table-cell;
    vertical-align: top;
    padding: 16px 16px 48px;
}
div.cct > div > div > img {
    border: solid 4px #e3e3e3;
    border-radius: 4px;
    width: 120px;
    float: left;
    margin: 0 16px 16px 0;
}

a.servicesToOrder {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    float: left;
    padding: 0 20px;
    font-size: 13px;
    line-height: 36px;
    color: #fff;
    background: linear-gradient(to bottom, #334649 0, #223639 100%);
}
a.servicesToOrder:hover { 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, #223639 0, #334649 100%);
}

table.businessoffer {
    border-spacing: 0; 
    width: 100%; 
    table-layout: fixed;
}
table.businessoffer td {
    padding: 6px 12px;
    text-align: center;
    vertical-align: top;
}