#top-bar {
	width: 100%;
	background-color: #65AA2D;
	background-image: url(../img/main/top_grad_content.jpg);
	background-repeat: repeat-x;
	height: 164px;
}
	#main-wrapper h2 {
		color: #ded;
		width: 270px;
		font-size: 18px;
		font-weight: normal;
		font-style: italic;
		text-align: center;
		margin-top: 35px;
		margin-bottom: 8px;
		float: left;
	}
	#main-wrapper #testimonial {
		margin-top: 15px;
		width:510px;
		float: right;
	}
/* Pricing page */
#price {
	/*background-image: url(../img/home/pricing_bg.jpg);*/
	background: #333;
	color: #ffffff;
	width: 204px;
	height: 123px;
	font-size: 18px;
	text-align: center;
	padding-top: 15px;
	margin: 0em 1em 1em 0;
	float: left;
}
#price #currency {
	vertical-align: 100%;
	font-size: 23px;
}
#price #amount {
	font-size: 60px;
}

#promo-notice {
    font-size: 120%;
}

.col1 {
	width: 500px;
	float: left;
}
.col2 {
	width: 342px;
	margin-left: 568px;
}
.col2 .black-form {
	float: left;
}