
/* Plans */

.plans {
	width: 900px;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
}

.plans div {
	width: 150px;
	display: table-cell;
}

.plans .header {
	background-color: #3d3d3d;
	text-align: center;
	line-height: 40px;
	height: 35px;
	border-bottom: 1px solid #808080;
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	list-style-type: none;
}

.plans ul {
	list-style-type: none;
}

.plans ul li {
	text-align: center;
	line-height: 35px;
	border-bottom: 1px solid #808080;
	font-family: Verdana;
	font-size: 14px;
	padding-left: 5px;
	color: #ffffff;
}

.black {
	color: #000000;
}

/* Features Block */

#features {
	width: 900px;
	font-size: 14px;
	font-family: Verdana;
	color: #ffffff;
	height: 170px;
	padding-bottom: 10px;
}

#features .left {
	padding-top:  30px;
	width: 30px;
	float: left;
}

#features .middle {
	width: 840px;
	float: left;
	height: 170px;
}

#features ul {
	width: 100%;
}

#features .middle li {
	padding: 10px;
	width: 820px;
	height: 170px;
	display: table-cell;
	vertical-align: middle;
}


#features h1 {
	font-size: 18px;
	font-family:  Verdana;
	font-weight: bold;
	color: #ffffff;
}

#features .right {
	padding-top: 30px;
	width: 30px;
	float: left;
}

.extra {
	padding-top: 10px;
	line-height: 32px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 14px;
}

.extra img {
	padding-right: 10px;
}
