#search_utility {
	width: 1280px;
	margin-bottom:40px;
	}

/*
#left_picture {
	height:184px;
	width:160px;
	position: fixed;
	top:181px;
	left:831px;
	background: url(../images/help_desk_phone.png) no-repeat;
}
*/
.col {
	width: 1280px;
	color: #335266;
	float: left;
	}
.col a {
	float: left;
    display: inline-block;
    width: 414px;
    height: 180px;
	color: #355166;
	font-weight: 300;
	padding-top: 16px;
	font-size: 1.5em;
	line-height: 30px;
	text-align: center;
    margin: 0 19px 19px 0;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -webkit-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #d9eaf7; 
}
a.truck {
	background-image: url(../images/truck_icons/cauta_cu_icon_truck.png);
}
a.truck:hover {
	background-color: #ffffff;
}
a.st_truck {
	background-image: url(../images/truck_icons/cauta_cu_icon_st_truck.png);
}
a.st_truck:hover {
	background-color: #ffffff;
}
a.trailer {
	background-image: url(../images/truck_icons/cauta_cu_icon_trailer.png);
	margin: 0 0 19px 0;
}
a.trailer:hover {
	background-color: #ffffff;
}
a.semitrailer {
    background-image: url(../images/truck_icons/cauta_cu_icon_semitrailer.png);
}
a.semitrailer:hover {
	background-color: #ffffff;
	}
a.utility {
	background-image: url(../images/truck_icons/cauta_cu_icon_heavy.png);
}
a.utility:hover {
	background-color: #ffffff;
}
a.bus {
    background-image: url(../images/truck_icons/cauta_cu_icon_bus.png);
    margin: 0 0 19px 0;
}
a.bus:hover {
	background-color: #ffffff;
}
	