/* JQUERY TABS */
#container ul.menu {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#container ul.menu li {
	width: 300px;
	height: 25px;
	float: left;
	margin: 0 0px -1px 0px;
	display: block;
	padding: 15px 0 5px 0;
	position: relative;
	color: #666;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	/*background-image: url(/images/tabs/tab-lower-bg.png);
	background-position: left top;*/
	background-color: #e7ecef;
	border: 1px solid #999;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#container ul.menu li.active {
	background: #fff;
	top: 0px;
	height: 26px;
	color: #666666;
	/*	background-image: url(/images/tabs/tab-lower-bg-active.png);
	background-position: left top;*/
	border: 1px solid #999;
	border-bottom: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.content {
	width: 890px;
	margin: 0px;
	text-align: left;
	padding: 20px;
	border: 1px solid #999;
	background-color: #fff;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
}

.content.what-included {
	display: block;
}

.content.features-explained {
	display: none;
}

.content.features-detailed {
	display: none;
}

.content.server-details {
	display: none;
}

.content.network-details {
	display: none;
}

/* CONTENT FORMATTING */
.hosting-feature {
	width: 50%;
	float: left;
}

.hosting-feature-title {
	width: 88%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin: 0 0px 5px 0;
	padding: 0 0px 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1D2DD;
}

.hosting-feature-item {
	width: 50%;
	float: left;
	font-weight: normal;
	line-height: 140%;
	text-transform: capitalize;
}

.hosting-feature-value {
	width: 38%;
	float: left;
	text-align: right;
	line-height: 140%;
}

.hosting-features-title {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin: 0 0px 10px 0;
	padding: 0 0px 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1D2DD;
}

.hosting-feature-description {
	width: 88%;
	float: left;
	font-weight: normal;
	line-height: 140%;
}
