﻿.row, .row .left, .row .contact-left, .row .right, .row .img, .row .desc,
.row .contact, .row .portfolio-left, .row .portfolio-right
{
    overflow: hidden;
    height: 100%;
}
.row .left, .row .contact-left
{
    float: left;
    width: 49%;
}
.row .left
{
    text-align: right;
}
.row .right
{
    float: right;
    width: 49%;
}
.row .img, .row .desc
{
    width: 300px;
    float: left;
}
.row .img
{
    width: auto;
    margin-right: 20px;
}
.row .contact
{
    float: right;
    position: relative;
}
#content .row .contact a.enquiry
{
    float: right;
    background-image: none;
    padding-left: 0px;
}
.row .portfolio-left
{
    float: left;
    width: 591px;
}
.row .portfolio-right
{
    float: right;
    width: 359px;
}
