﻿.service1, .service2, .service3
{
    position: relative;
    width: 276px;
    height: 200px;
    padding: 330px 20px 40px 20px;
    /*text-transform: uppercase;*/
    color: #818181;
   
}

.service1>img, .service2>img, .service3>img
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.service1
{
    border: solid 0px #ae9473;
    background: #ae9473 url(images/service1-banner.png) 0px 262px no-repeat;
	color: #ffffff;
	text-align:justify;
}

.service2
{
    border: solid 0px #98aa0a;
    background: #98AA0A url(images/service2-banner.png) 0px 262px no-repeat;
	color: #ffffff;
	text-align:justify;
}

.service3
{
    border: solid 0px #8297a1;
    background: #5D707E url(images/service3-banner.png) 0px 262px no-repeat;
	color: #ffffff;
	text-align:justify;
}

.command-button
{
    display: block;
    width: 131px;
    height: 19px;
    background: transparent url(images/command-button.png) 0 0 no-repeat;
    position: absolute;
    bottom: 20px;
    left: 90px;
}
