/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background-image:url(_images/page_background.jpg)
}
#bodyWrapper {
	width: 740px;
	margin: auto;
	background-image:url(_images/content_background.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#contentWrapper {
	width: 740px;
	margin: auto;
}
/*#header {
	height: 35px;
	text-align: right;
	background-image:url(_images/new_header_v2.jpg);
}*/
#header {
	height: 140px;
	text-align: right;
	background-image:url(_images/new_header.jpg);
}
.headerImages {
	padding: 0px 15px;
}
#footer {
}
#optin {
	margin: 31px 0px 0px 0px;
	padding-right: 31px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 74%;
	font-weight: bold;
	width: 295px;
}
#bodyContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 20px;
}
#dropin p.bodyheadline {
	font-weight: bold;
	font-size: 130%;
	color: #0000CC;
	padding: 5px 0px;
}
#dropin p.buy_now, #dropin p.buy_now a {
	text-decoration: underline;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	color:#009900;
	padding: 0px;
}
#dropin p.footer {
	font-size: 74%;
	padding: 0px 20px;
	text-align: center;
}
h1, .headline {
	font-size: 138%;
	font-weight: bold;
	color:#CC0000;
	text-align:center;
	padding: 0px 20px 0px 20px;
}
h2, .subheadline {
	font-size: 130%;
	font-weight: bold;
	color:#0000CC;
	text-align:center;
	padding: 0px 20px 0px 20px;
}
h3, .smallheadline {
	font-size: 130%;
	font-weight: bold;
	color:#000000;
	text-align:center;
	padding: 0px 20px 0px 20px;
}
.content p.paymentheadline {
	margin: 0px;
	text-align: center;
}

.content {
	font-size: 100%;
	color:#000000;
	padding: 5px 30px;
}
.content p.centerText {
	text-align: center;
}
.content p.bodyheadline {
	font-weight: bold;
	font-size: 110%;
	color: #0000CC;
	padding: 5px 0px;
	text-align: center;
}
.content p.bodyheadline_black {
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
	padding: 5px 0px;
}
.content p.buy_now, .content p.buy_now a {
	text-decoration: underline;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	color:#009900;
	padding: 0px;
}
.content p.buy_now_row, .content p.buy_now_row a {
	text-decoration: underline;
	text-align:center;
	font-weight: bold;
	font-size: 100%;
	color:#0066CC;
	padding: 0px;
}
ul li {
	padding: 10px 20px 10px 40px;
	margin: 0px 40px;
	list-style: none;
	background-image:url(_images/list_tick.gif);
	background-position:left;
	background-repeat:no-repeat;
}
ul.negative li {
	padding: 10px 20px 10px 40px;
	margin: 0px 40px;
	list-style: none;
	background-image:url(_images/list_cross.gif);
	background-position:left;
	background-repeat:no-repeat;
}
ol li {
	padding: 0px 10px;
	margin: 0px 60px;
}
.content .box_promo {
	padding: 30px 0px 0px 0px;
	background:url(_images/box_top.gif) no-repeat top;
}
.content .box_content {
	padding: 10px 0px;
	background:url(_images/box_back.gif) repeat-y top;
}
.content .box_bottom {
	padding: 0px 0px 40px 0px;
	background:url(_images/box_bottom.gif) no-repeat bottom;
}
.content .box_content p {
	padding: 0px 80px;
}
.content .box_testimonial {
	padding: 30px 0px 0px 0px;
	background:url(_images/green_box_top.gif) no-repeat top;
}
.content .box_testimonial_content {
	padding: 10px 0px;
	background:url(_images/green_box_back.gif) repeat-y top;
}
.content .box_testimonial_bottom {
	padding: 0px 0px 40px 0px;
	background:url(_images/green_box_bottom.gif) no-repeat bottom;
}
.content .box_testimonial_content p {
	padding: 0px 80px;
}
.rightImage {
	float: right;
	padding: 5px 30px 0px 0px;
}
.rightImageWhite {
	float: right;
	padding: 5px 0px 0px 0px;
}
.content p.paypal {
	text-align:center;
	margin: 0px 0px 5px 0px;
}
.content p.nopaypal {
	text-align:center;
	font-size: 74%;
	margin: 0px;
}
.content p.smallText {
	font-size: 74%;
	margin: 0px;
}
.content span.smallText {
	font-size: 68%;
	color:#000000;
	font-weight: normal;
}
.footer {
	font-size: 74%;
	padding: 0px 20px;
	text-align: center;
}
.close {
	font-size: 74%;
	padding: 0px 20px;
	text-align: right;
}
.box_content a {
	color: #0000CC;
	font-weight: bold;
}
.footer a {
	color: #0000CC;
	font-weight: bold;
}
.link {
	color: #0000CC;
	font-weight: bold;
}
form .button {
	width: 275px;
	text-align:center;
	margin: 0px;
}
form .input {
	height: 13px;
	margin: 0px;
}