@charset "utf-8";

/*-----------------------------------*/
/* Fonts */
/*-----------------------------------*/
@font-face {
  font-family: 'Mrs Saint Delafield';
  font-style: normal;
  font-weight: 400;
  src: local('Mrs Saint Delafield'), local('MrsSaintDelafield-Regular'), url(../fonts/MrsSaintDelafield-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 400;
  src: local('Quattrocento'), url(../fonts/Quattrocento.woff) format('woff');
}

@font-face {
  font-family: 'Sintony';
  font-style: normal;
  font-weight: 400;
  src: local('Sintony'), url(../fonts/Sintony.woff) format('woff');
}

/*-----------------------------------*/
/* General Styles */
/*-----------------------------------*/

article, footer, nav {display: block}

.header, nav, .middle, .title, .footer, .keyboard {
    position:relative;
    width:980px;
    margin:0 auto}
    
body {
    margin:0;
    padding:0;
    font-family: 'Sintony', sans-serif;
    color:#000;
    font-size:12px;
    background: url(../images/bg_page.jpg) center top no-repeat #000}
    
h1, h2 {
    font-family: 'Quattrocento', serif}
    
form {
    font-size:11px}
    
form span {
    padding-left:2px}

input, textarea {
    margin-bottom:5px;
    padding:2px;
    border:1px dashed #aaa;
    border-radius:3px;
    -webkit-border-radius:3px;
    color:#666;
    background-color:#f9f9f9}
    
input {
    width:200px}
    
textarea {
    width:300px;
    height:100px;}

#btn {
    width:90px;
    text-align:center;
    cursor:pointer}

.false, .true {
    width:300px;
    margin:auto 0 5px;
    padding:5px 10px;
    color:#fff;
    border-radius: 2px;
    -webkit-border-radius:2px;}

.false {
    background-color:#c33}
    
.true {
    background-color:#060;}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*-----------------------------------*/
/* Header */
/*-----------------------------------*/
.header {
    height:115px;
    background:url(../images/logo.jpg) 20px 18px no-repeat}

.sitename {
    position:absolute;
    top:25px;
    margin-left:110px;
    color:#ffa84a;
    font-size:58px;
    font-weight:normal;
    font-family: 'Mrs Saint Delafield', cursive}
    
.domain {
    position:absolute;
    top:87px;
    margin-left:110px;
    color:#7a7a7a;
    font-size:12px
}

.top-phone {
    position: absolute;
    right: 0;
    top: 45px;
    font-size: 18px;
    color:#7a7a7a;
}

.top-phone a{ 
    text-decoration: none;
    color: #999;
    font-size: 22px;
}
/*-----------------------------------*/
/* Menu */
/*-----------------------------------*/
nav {
    margin-top:20px;
    margin-bottom:25px;
    height:54px;
    background:url(../images/nav_bg.png) center top no-repeat}
    
nav a {
    display:block;
    float:left;
    width:20%;
    margin-top:20px;
    color:#999;
    text-align:center;
    text-decoration:none;
    font-size:16px;
    font-family: Verdana, sans-serif}
    
nav a:hover {
    color:#feb15f}

/*-----------------------------------*/
/* Middle */
/*-----------------------------------*/
.middle {
    border-radius: 5px;
    -webkit-border-radius:5px;
    padding-top:8px;
    padding-bottom:20px;
    background:url(../images/slidebox_bg.png) center 100px no-repeat #eae9e9}

.slidebox {
    position:relative;
    overflow:hidden;
    width:960px;
    height:400px;
    border:3px solid #000;
    border-radius: 4px;
    -webkit-border-radius:4px;
    margin:auto auto 18px;
    -webkit-box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.6); /* WebKit */
    -moz-box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.6); /* Firefox */
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.6); /* Standard */}
    
.slidebox img {
    position:absolute;
    left:0;
    top:0}

.content {
    position:relative;
    min-height:200px;
    background:url(../images/delimiter_of_columns.png) 215px top repeat-y}
    
.wrap_content {
    position:relative;
    min-height:200px;
    padding-bottom:100px;
    background: url(../images/header_bg.png) left 10px no-repeat}

/* Column left */
.column_left {
    float:left;
    width:184px;
    margin-top:12px;
    margin-left:16px;
    padding-bottom:100px;
    font-size:11px}

.phone {
    margin-left:10px;
    font-size:20px;
    font-family: 'Quattrocento', serif}

.column_left .phone a {
    color: #000;
    text-decoration: none;
}
.mail {
    display:block;
    margin-left:10px;
    font-size:12px;
    margin-bottom:30px;
    font-family: 'Quattrocento', serif}

/* Column right */
.column_right {
    float:right;
    width:730px;
    margin-top:6px;
    margin-right:10px}

.column_right h1 {
    font-weight:normal;
    font-size:24px;
    margin-bottom:50px}
    
.column_right h2 {
    color:#cc923e;
    font-weight:normal;
    font-size:20px}

.keyboard {
    height:129px;
    margin-top:-129px;
    background: url(../images/keyboard.png) right top no-repeat}

a.phone_number {
   color: #000;   
}
 
/*-----------------------------------*/
/* Footer */
/*-----------------------------------*/
.footer {
    margin-top:50px;
    margin-bottom:50px;
    color:#757575;
    font-size:12px;
    text-align:center}