.content{
    margin-top: 50px;
}

.logo{
    left: 20px;
}

.header-wrapper{
	margin-left: 135px;
}

#page-title{
    font-family: 'Euphoria Script', cursive;
    font-size: 4em;
    font-weight: bold;
}

.left-bar{
	width: 230px;
    float: right;
	background-color: white;
    clear: right;
    position: relative;
    top: -50px;
}

.left-bar p.title{
    height: 40px;
    background: #13abc2 none;
}

.left-bar p.title span{
    background: transparent url(/images/bullet.gif) no-repeat left center;
    color: #fff;
    font-size: 1.5em;
    line-height: 2.2em;
    padding-left: 20px;
}

.left-bar ul.for-us li{
    border-bottom: 1px dashed #13abc2;
}

.left-bar ul.for-us li:nth-child(odd){
    background-image: url(/images/background1.gif);
    background-repeat: repeat-y;
}

.left-bar .header ,.left-bar ul.for-us li:nth-child(even){
    background-image: url(/images/background2.gif);
    background-repeat: repeat-y;
}

.left-bar p, .left-bar li{
    padding: 5px 15px;
}

.left-bar ul.for-us li span.bullet,
.left-bar .title{
    background-image: url(/images/bullet2.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
}

.left-bar h1{
    padding: 10px 15px;
    font-size: 1.2em;
}

.left-bar .title{
    font-weight: bold;
}

.left-bar .phone{
    font-size: 1.1em;
    color: #a2ca00;
    font-weight: bold;
}

.left-bar .desc{
    font-size: 0.9em;
    color: #909090;
    font-style: italic;
}

.left-bar .contacts{
    border-bottom: 1px dashed #909090;
}

.row{
    overflow: auto;
    width: 810px;
    padding-bottom: 20px;
}

.small-photo,
.big-photo{
    display: block;
    width: 90px;
    height: 160px;
    float: left;
    padding-right: 15px;
}

.big-photo{
    width: 230px;
}

h3{
    color: #6d6c5c;
    font-size: 1.4em;
    font-weight: normal;
}

.content p{
    font-style: italic;
    font-size: 1.2em;
}

.content div.quote-wrapper{
    margin-top: 10px;
}

.content a.ask-quotation{
    font-style: normal;
    font-size: 0.8em;
    text-decoration: none;
    color: #fff;
    background-color: #6d6c5c;
    padding: 5px 10px;
    border-radius: 50%;
}