/* Services */
body.services #Panel {
	display: none;
}
body.services #Body {
   padding: 30px 0;
}
body.services #Content {
	width: auto;
	color: #744000;
}
div.Services {
	text-align: center;
	margin: 20px 0 0;
}
#Content .Services h1 {
	border: none;
	font-size: 25px;
}
#Content .Service h2 {
	padding: 0 4px;
	border: none;
}
div.Service {
	padding: 20px 0;
	width: 304px;
	display: inline-block;
	vertical-align: top;
}
div.Support {
	margin: 0 24px;
}
div.Service p.Buttons {
	padding-top: 10px;
}
div.Popup div.Plan {
	padding: 10px;
	background: #fdf9ed;
}
div.Popup div.Plan strong {
	font-weight: bold;
}
div.Popup div.Plan div.Cost {
	float: right;
	color: #0a730d;
	font-weight: bold;
}
div.Popup div.Plan p {
	padding: 0 6px 6px;
}
div.Popup div.Plan ul {
	margin: 0 30px;
}
div.Popup div.Plan ul li {
	list-style: disc;
}
div.Popup div.Contact {
	font-weight: bold;
	padding: 10px;
	background: #fff;
}
