/* CSS for the $400 website promo */
#offer .content {
	width: 100%;
	margin-right: 0;
}
#offer h3 {
	margin-top: 0;
}

#page-title, #page-intro {
	text-indent: -999em;
	border: 0;
	text-align: left;
}

#page-title {
	height: 216px;
	width: 664px;
	background: url(http://images.ciboloweb.com/website-offer-header.jpg);
}
p#page-intro {
	position: absolute;
}
#feature-list {
	float: left;
	width: 400px;
	padding-right: 13px;
	border-right: 1px solid #17181A;
}
#bonus-packs {
	float: left;
	width: 235px;
	padding-left: 10px;
}
#feature-list h3, #bonus-packs h3 {
	border-bottom: 1px solid #17181A;
	position: relative;
	padding-left: 16px;
}
#feature-list h3 img, #bonus-packs h3 img {
	position: absolute;
	top: -5px;
	left: -10px;
}
/* Feature List */
#feature-list li {
	background-image: url(http://images.ciboloweb.com/bullet-check.gif);
	background-position: 0 0.3em;
	padding-left: 17px;
}

/* Bonus Packs */
#bonus-packs h3 {
	padding-left: 25px;
}
#bonus-packs h3 img {
	left: -6px;
	top: -3px;
}
#bonus-packs ul, #bonus-packs li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
#bonus-packs strong.price {
	color: #841913;
}

/* Call to Action */
#call-to-action {
	clear: both;
	width: 515px;
	margin: 0 auto;
	overflow: hidden;
	_zoom: 1;
}
#call-to-action h3 {
	float: left;
	width: 207px;
	height: 50px;
	color: #F0F1DA;
}
#call-to-action h3 a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	color: #F0F1DA;
	text-align: center;
	background: transparent url(http://images.ciboloweb.com/cta-button.gif) no-repeat 0 0;
}
#call-to-action h3 a:hover, #call-to-action h3 a:focus {
	background-position: 0 -50px;
	background-color: transparent;
}
#call-to-action p {
	float: left;
	width: 302px;
	margin: 7px 0 0 6px;
	line-height: 1.2;
}

/* Description */
#description {
	clear: both;
	border: 1px solid #1E2021;
	background: #2C5982 url(http://images.ciboloweb.com/bg-offer-description.gif) no-repeat 50% 10px;
	margin: 10px 0;
	overflow: hidden;
	_zoom: 1;
}
#description p {
	float: left;
	width: 292px;
	padding: 6px 5px;
	color: #F0F1DA;
	font-size: 16px;
}
#description p + p {
	float: right;
	text-align: right;
	width: 302px;
}

/* Wordpress / Low Price */
#wordpress, #low-price {
	float: left;
	width: 315px;
	margin-bottom: 15px;
}
#wordpress h3, #low-price h3 {
	border-bottom: 1px solid #1E2021;
}
#wordpress {
	padding-right: 15px;
}
#wordpress img {
	float: right;
	margin: -30px -1px 5px 5px;
}
#low-price {
	padding-left: 14px;
	border-left: 1px solid #1E2021;
}

/* Footnotes */
#footnotes {
	clear: both;
	border-top: 1px solid #1E2021;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 5px;
}