
section#serviceTop ul {
	margin: 0 -20px 0 0;
}

section#serviceTop li {
	float: left;
	width: 350px;
	margin: 0 20px 20px 0;
}

section#serviceTop li h3 {
    display: block;
    margin-bottom: 20px;
    padding: 17px 10px;
    background-color: #ffe9d2;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

section#serviceTop li h3:after {
    content: "\f138";
    margin: 0 8px 0 0;
    color: #f49d3f;
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 21px;
}

section#serviceTop li a:hover h3{
    color: #FFF;
    background-color: #f49d3f;
}

section#serviceTop li a:hover h3:after {
    color: #FFF;
}

section#service .imgBox {
    overflow: hidden;
    zoom: 1;
}

section#service .imgBox img {
    float: right;
}

section#service .imgBox .text {
    float: left;
    width: 464px;
}
