#digitalhome {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
#digitalhome ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#digitalhome li {
	height: 88px;
	width:200px;
}
#digitalhome li a {
	display: block;
	background-image: url(/images/digital-home/but-homephone-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
	height: 88px;
	width:200px;
}


#digitalhome #digitalhome1 a {
	height: 88px;
	width:200px;
	background-image: url(/images/digital-home/but-homephone-logo.gif);
	background-repeat: no-repeat;
}
#digitalhome #digitalhome2 a {
	height: 88px;
	width:200px;
	background-image: url(/images/digital-home/but-personaltv-logo.gif);
	background-repeat: no-repeat;
}
#digitalhome #digitalhome3 a {
	height: 88px;
	width:200px;
	background-image: url(/images/digital-home/but-hispeed-logo.gif);
	background-repeat: no-repeat;
}
#digitalhome #digitalhome4 a {
	height: 88px;
	width:200px;
	background-image: url(/images/digital-home/but-belltv-logo.gif);
	background-repeat: no-repeat;
}
#digitalhome #digitalhome5 a {
	height: 88px;
	width:200px;
	background-image: url(/images/digital-home/but-bellinternet-logo.gif);
	background-repeat: no-repeat;
}

#digitalhome #digitalhome1 a:HOVER, #digitalhome #digitalhome2 a:HOVER, #digitalhome #digitalhome3 a:HOVER, #digitalhome #digitalhome4 a:HOVER, #digitalhome #digitalhome5 a:HOVER { background-position:0 -88px; }

#info li {
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 8px;
	margin-bottom: 5px;
}
#info ul {
	padding: 0px;
	margin-left: 25px;
	list-style-type: none;
}
.pic-border {
	border: 1px solid #8b8a8a;
}


/* Sub Section Navigation */
#NavSide{
	width: 170px;
	margin: 5px;
	text-decoration: none;
}
#NavSide ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 22px;
}
#NavSide li {
	border-bottom: 1px solid #575757;
}
#NavSide li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	line-height: 20px;
	background-color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #575757;
	border-left-color: #575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#NavSide li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099CC;
	display: block;
}
#NavSide li a.selected {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099CC;
	display: block;
	font-weight: bold;
	font-size: 11px;
}


/* comparison table */
table.comparepackages {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #aaa;
}
table.comparepackages th {
	background-color: #333;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
table.comparepackages td {
	width: 25%;
	padding: 6px;
	border-bottom: 1px solid #aaa;
}
table.comparepackages td.middle {
	text-align: center;
}