#content .image {
	width: 800px;
	height: 394px;
	background: url('../../images/home/switch2.jpg') no-repeat;
	margin-bottom: 10px;
}

#content .blurb {
	margin-bottom: 10px;
}

#content .blurb .top {
	width: 800px;
	height: 21px;
	background: url('../../images/home/blurb_top.png') no-repeat;
}

#content .blurb .bg {
	padding: 0 20px 0 20px;
	width: 760px;
	background: #ededed;
	font-family: Lucida Grande, Arial;
	font-size: 14px;
	color: #a7a7a7;
	text-align: justify;
}

#content .blurb .bg span {
	color: #62a8f6;
}

#content .blurb .bottom {
	width: 800px;
	height: 21px;
	background: url('../../images/home/blurb_bottom.png') no-repeat;
}

#content ol li {
	font-size: 15px;
	color: #62a8f6;
	font-weight: bold;
	padding-bottom: 10px;
}

#content ol li span {
	color: #a7a7a7;
	font-size: 13px;
	font-weight: normal;
}

#content ol li span b {
	font-weight: bold;
	display: block;
	font-size: 15px;
} 

/* -- info boxes -- */

#content .boxes {
	margin: 0;
	padding: 0;
	height: 250px;
} 

#content .boxes li {
	height: 197px;
	width: 33.3%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .boxes li .top {
	background: url('../../images/services/poverview_title.png') no-repeat;
	width: 253px;
	height: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #5a5a5a;
	padding: 10px 0 0 10px;
}

#content .boxes li .top span {
	color: #62a8f6;
}

#content .boxes li .background {
	background: url('../../images/services/powerview_bg.png') repeat-y;
	width: 261px;
}

#content .boxes li .bottom {
	background: url('../../images/services/poverview_footer.png') no-repeat;
	width: 241px;
	height: 40px;
	clear: both;
	padding: 10px 10px 0 10px;
}

#content .boxes li .bottom .more {
	width: 86px;
	height: 28px;
	float: right;
}

#content .boxes li .bottom .more a {
	display: block;
	height: 28px;
	background: url('../../images/services/poverview_more.png') no-repeat;
}

#content .boxes li .bottom .more a:hover {
	background-position: bottom left;
}

#content .boxes li .bottom .price {
	font-weight: bold;
	color: #ffffff;
	font-size: 24px;
	width: 120px;
	float: left;
	margin: -1px 0 0 1px;
}

#content .boxes li .bottom .price span {
	font-size: 10px;
	color: #737373;
}

#content .boxes li .background ul {
	margin: 0;
	padding: 23px 0 0;
}

#content .boxes li .background ul li {
	margin: 0;
	padding: 0;
	float: none;
	height: auto;
	width: 100%;
	color: #5a5a5a;
	font-size: 12px;
}

#content .boxes li .background div {
	color: #949494;
	font-size: 12px;
}
