@font-face {
    font-family: 'UniversLTStd-UltraCn';
    src: url('UniversLTStd-UltraCn.eot');
}

@font-face {
    font-family: 'UniversLTStd-UltraCn';
    src: url('UniversLTStd-UltraCn.woff') format('woff'),
    url('UniversLTStd-UltraCn.svg#UniversLTStd-UltraCn') format('svg');
}

body{
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: url('../images/bg_body.jpg') top repeat-x;
}

#mainWrapper{
    width: 940px;
    margin: 0 auto;
}

#headerBlueBlock{
    width: 940px;
    height: 7px;
    background: #1C354F;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#headerLogo{
    width: 220px;
    height: 131px;
    background: url('../images/ko-carpentry-logo.png') no-repeat;
    margin: 20px auto 0 auto;
    text-indent: -9999px;
}

#introBlock{
    width: 940px;
    padding: 0 0 25px 0;
    float: left;
}

#introCopy{
    width: 640px;
    float: left;
    display: inline;
    font-size: 21px;
    color: #112144;
    line-height: 28px;
}

#introButtons{
    float: left;
    width: 280px;
    margin: 0 0 0 20px;
}

.introButton{
    width: 280px;
    height: 40px;
    background: #751928;
    border-radius: 5px;
    font-family: 'UniversLTStd-UltraCn', Arial, Helvetica, sans-serif;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
	zoom: 1;
    color: #FFF;
    line-height: 46px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
}

.introButton a{
    display: block;
    color: #FFF;
    height: 40px;
    width: 230px;
    padding-left: 50px;
    text-decoration: none;
    background: url('../images/but_email.gif') 18px 14px no-repeat;
}

.introButton a:hover{
    color: #D6BABF;
}

.introButton.callUs{
    width: 230px;
    padding-left: 50px;
    margin-top: 5px;
    background: #751928 url('../images/but_telephone.gif') 18px 12px no-repeat;
}

.dash{
    height: 1px;
    width: 940px;
    padding: 0 0 10px 0;
    background: url('../images/bg_dash.gif') repeat-x;
    clear: both;
}

.serviceBlock{
    width: 220px;
    float: left;
    display: inline;
    margin: 0 0 0 20px;
    padding: 15px 0 25px 0;
}

.serviceBlock.first{
    margin: 0;
}

.serviceBlock h2{
    font-family: 'UniversLTStd-UltraCn', Arial, Helvetica, sans-serif;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
	zoom: 1;
    font-size: 22px;
    margin: 0;
    color: #112044;
    text-transform: uppercase;
    padding: 0 0 7px 0;
    font-weight: normal;
}

.serviceBlock p{
    margin: 0;
    color: #58647B;
    font-size: 14px;
    line-height: 18px;
}

#footer{
    width: 940px;
    font-size: 11px;
    line-height: 11px;
    color: #112044;
    padding: 0 0 60px 0;
}