@charset "utf-8";

ul#services {
	list-style-type: none;
}

ul#services li {
	height: 90px;
	width: 497px;
	margin-top: 10px;
	margin-bottom:20px;
	font-size: .88em;
}

ul#services a {
	display: block;
	padding: 16px 5px 19px 140px;
}

ul#services a, ul#services a:active, ul#services a:hover {
	text-decoration: none;
	color: #FFF;
}

#copyTitle, #linkTitle, #designTitle, #socialTitle {
	font-weight: bold;
}

#copyTitle {
	color: #4C3734;
}

#linkTitle {
	color: #43442C;
}

#designTitle {
	color: #444B49;
}

#socialTitle {
	color: #78472E;
}

li.copyService {
	background: url(images/copyService.png) no-repeat top left;
}

li.linkService {
	background: url(images/linkService.png) no-repeat top left;
}


ul#services li.designService {
	background: url(images/designService.png) no-repeat top left;
}


ul#services li.socialService {
	background: url(images/socialService.png) no-repeat top left;		}
