#main h2.title {
	padding: 10px 0 10px 75px;
	margin: 0 0 10px -75px;
	font-size: 24px;
	color: #0077cc;
}
#main h2.opened {
	margin: 0 0 10px -30px;
	color: #000;
}
div.services h2 {
	margin-top: 25px;
}
div.services h2.title span {
	border-bottom: 1px dotted;
	cursor: pointer;
}
div.services h2.analysis {
	background: url(../images/analysis.gif) no-repeat 0 50%;
}
div.services h2.design {
	background: url(../images/design.gif) no-repeat 0 50%;
}
div.services h2.dev {
	background: url(../images/dev.gif) no-repeat 0 50%;
}
div.services h2.support {
	background: url(../images/support.gif) no-repeat 0 50%;
}
div.services div.description {
	padding: 5px 50px 50px 75px;
	margin: -15px 0 0 -30px;
}
div.services div.description ol {
	margin: 0 0 25px 0;
}
div.services div.description ol li {
	margin-top: 10px;
}
div.services div.description ul {
	margin: 5px 0 0 0;
}
div.services p, div.services ul {
	font-size: 14px;
}
