/* CSS Document */
html { 
background-image:url(../images/body_bg.jpg); 
background-repeat:repeat; 
font-family:Arial, Helvetica, sans-serif; 
font-size:14px;}

body  { 
width:800px; 
margin:0px auto}

#canvas { 
width:780px; margin:20px auto 0px; padding:10px; background:#FFFFFF;}
#canvas ul { margin:0px; padding:0px 0px 0px 40px }
#canvas li { padding-bottom:10px}

#header { 
height:200px; margin:0px auto; background-image: url(../images/header.jpg); background-repeat:no-repeat }

#content { 
 padding:10px 20px;}
 


a { text-decoration:none}
a:hover { text-decoration:underline}
.red { color:#990000}
.blue { color:#000099} 
.underline { text-decoration:underline}
.blue_border { border: double #0000CC 15px; padding:15px; margin:10px 80px}

/* elements */

.mceContentBody {
	margin: 0 5px;
	background: #fff;
	text-align: left;
}

/* Layout */

#header h1 a {
	display: block;
	height: 217px;
	width: 780px;
	text-indent: -9999px;
	
}

acronym {
	border: 0;
}
blockquote {
	margin: 0 .5em;
	font-family: monospace;
	font-size: 105%;
}
dt {
	font-weight: bold;
}
h1 {
	margin: 0;
	font-size: 32px;
}
h2 {
	color: #000000;
	font-size: 24px;
	text-align: center;
}
h3 {
	color: #000000;
	font-size: 18px;
}
h4 {
	color: #0033CC;
	font-size: 18px;
}
h5 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}

p {
	font-size: 1em;
	margin: 15px 0;
}
hr {
	margin: 15px 0;
}
a img {
	border: 0;
}
a,
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul.ticks {
	list-style-image: 	url(../images/bul_17.gif);
	list-style-type: none;
}
.blacktext {
	color: #000000;
}
ul.ticks li { 
	padding-bottom: 5px;
}
.testimonial {
	width: 515px;
	margin: 15px auto;
	background: url(../images/boxShadow.png) repeat-y;
}
.testimonial h3 {
	background: url(../images/boxTop.png) no-repeat;
	color: #fff;
	font-size: 17px;
	height: 70px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 20px;
	text-align: center;
}
.testimonial img {
	float: left;
	margin: 0 15px .5em 0;
	padding: 1px;
	
}
.testimonial img.alt {
	float: left;
	margin: 0 0 3px 15px;
}
.testimonial p {
	margin: .5em 20px;
}
.testimonial blockquote {
	margin: 0 10px;
	font-family: monospace;
}
.testimonial .author {
	clear: right;
	margin: 0;
	padding: .5em 25px 20px;
	background: url(../images/boxBottom.png) bottom no-repeat;
	text-align: right;
	font-size: 80%;
	font-weight: bold;
}
.testimonial .author strong {
	font-size: 110%;
}
/* nav */
#nav {
	clear: both;
	width: 755px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
}
#nav ul {
	margin: 0;
	padding: 5px 0;
}
#nav li {
	display: inline;
	list-style: none;
	background: #fff;
}
#nav a {
	padding: 10px 12px;
	color: #aa3935;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #aa3935;
	text-decoration: underline;
}
#content {
	padding: 0 22px;
}
/* newsletter */
#newsbar {
	width: 145px;
	padding: 0 0 0 10px;
	float: right;
}
#newscontent {
	width: 503px;
}
#newsletterSubscribeForm h3 {
	margin: 5px 0;
	text-align: center;
}
#newsletterSubscribeForm form {
	width: auto;
	min-width: 0;
	margin: 0 0 15px;
	padding: 1px 8px 3px;
	border: 2px solid #2D7438;
}
#newsletterSubscribeForm fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#newsletterSubscribeForm label {
	margin: 0;
	padding: 0;
	float: none;
	display: inline
}
#newsletterSubscribeForm div {
	margin: 3px 0;
}
#newsletterSubscribeForm fieldset input {
	width: 95%;
}
.Newsletter-Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #829121;
	display: block;
	padding: 5px;
	text-align: center;
	
}

.newsletter-area-block {
	border: 2px solid #D2E49F;
	padding: 5px;
	margin-top: 20px;
}
/* end newsletter */
/* Support section */
.tabView ul {
	float: left;
	width: 710px;
}
.tabView li {
	float: left;
	width: 10em;
	margin: 2px;
	padding: .2em .3em;
	border: 1px solid #333;
	background: #FDE2C6;
	text-align: center;
	list-style: none;
}
.tabView a {
	display: block;
	text-decoration: none;
}
table th.vert {
	text-align: right;
}
table .footer {
	text-align: center;
}

/* footer */

#footer { 
height:50px; 
padding:15px 10px 0px 10px;  
background-image:url(../images/footer_bg.jpg); 
background-repeat:repeat-x;
font-size: 12px; 
color: #FFFFFF; 
text-align:center}

#footer ul {
	margin: 0;
	padding: 5px 0;
}
#footer li {
	display: inline;
	list-style: none;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer p {
	margin: 4px 0;
}
#copywrite {
	margin-top: 7px;
}
.cc {
	display: block;
	margin: 0 auto;
	width: 70px;
	height: 18px;
	background: url(../images/logo-creditcard.png) 0 50% no-repeat;
	text-indent: -9999px;
}


/* subscribe */
#subscribe {
	width: 400px;
	margin-left: 150px;
	padding: 20px 0 7px 16px;
}
#subscribe h2 {
	margin: 0 0 6px;
	border: none;
	font-weight: normal;
}
#subscribe div {
	padding: 0 0 3px;
}
#subscribe .button {
	height: 18px;
	margin-top: 4px;
	margin-left: 140px;
}
#subscribe .button input {
	width: 100px;
	cursor: pointer;
}
#subscribe .button input:hover {
	color: red;
}

/* subscribe2 */
#subscribe2 {
	width: 400px;
	margin-left: 60px;
	padding: 0;
}
#subscribe2 h2 {
	margin: 0 0 6px;
	border: none;
	font-weight: normal;
}
#subscribe2 div {
	padding: 0 0 3px;
}
#subscribe2 .button {
	height: 18px;
	margin-top: 4px;
	margin-left: 140px;
}
#subscribe2 .button input {
	width: 100px;
	cursor: pointer;
}
#subscribe2 .button input:hover {
	color: red;
}

/* blocks */
.descr,
.disclaimer {
	font-size: 70%;
	color: #666;
}

/* ContentAdSection*/
.contentAdSection {
	margin: 15px 0;
	background: #f00457;
	color: #fff;
}
.contentAdSection h3 {
	float: left;
	margin: 8px 0;
	color: #fff;
}
.contentAdSection h3 a {
	padding-left: 25px;
	background: url(../images/redh3BG.png) 9px no-repeat;
	color: #fff;
	text-decoration: none;
}
.contentAdSection h3 a:hover {
	text-decoration: underline;
}
.contentAdSection p {
	margin: 6px 0 6px 123px;
	font-size: .75em;
}

/* profile */
.profile {
	float: left;
	
}
.profile img {
	padding-right:5px;

}

.testemonial {
	width: 70%;
	margin-left: 15%;
	padding: 5px;
	border: solid 1px #000;
	font-style: italic;
	text-align: center;
}
.handhold {
	width: 50%;
	margin-left: 25%;
	padding: 5px;
	border: solid 1px #00CC00;
	text-align:center;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

/* forms */
form,
.contactform {
	width: 80%;
	margin: 15px 20px;
	padding: 15px 15px;
	background: #fff;
	border: 1px solid #000;
}
form div,
.contactform div {
	margin: 5px 0;
}
form .error,
.contactform .error {
	color: #d00;
	text-align: center;
}
form label,
.contactform label {
	float: left;
	width: 105px;
	padding: 2px 5px 0 22px;
	font-weight: bold;
	text-align: right;
}
form .submit {
	text-align: center;
}
form #waitMessage {
	font-style: italic;
	font-size: 90%;
	color: #666;
}
form .secureMessage {
	width: 280px;
	margin: 10px auto 10px;
	padding: 15px 100px;
	border: 1px solid #000;
	background: url(/images/secure-image.png) no-repeat 10px center;
	font-size: 12px;
}

.contactform [name="ContactUs_1_phone"],
.contactform [name="ContactUs_2_phone"],
.contactform [for="ContactUs_1_phone"], 
.contactform [for="ContactUs_2_phone"] {
	display: none;
}
#step1 {
	width:193px;
	height:62px;
	margin:5px 0 10px 60px;
	padding:0;
	text-indent:-9999px;
	background:url(../images/step1.png) no-repeat;
}
#step2 {
	width:193px;
	height:62px;
	margin:5px 0 10px 60px;
	padding:0;
	text-indent:-9999px;
	background:url(../images/step2.png) no-repeat;
}
#step3 {
	width:193px;
	height:62px;
	margin:5px 0 10px 60px;
	padding:0;
	text-indent:-9999px;
	background:url(../images/step3.png) no-repeat;
}
#step4 {
	width:193px;
	height:62px;
	margin:5px 0 10px 60px;
	padding:0;
	text-indent:-9999px;
	background:url(../images/step4.png) no-repeat;
}
#subscription1 .form label.confirmMessage {
	width:350px;
	margin-left:0;
	text-align:left;
}
#subscription1 .submit input {
	width:341px;
	height:29px;
	display:block;
	margin:0 auto;
	padding-top:29px;
	cursor:pointer;
	border:0;
	background:url(../images/join-program.png) top left no-repeat;
}
#subscription1 .submit input:hover {
	background-position:0 -29px;
	
}
#subscription1 .submit input[type=hidden] {
	display:none;
}

/* inlines */
.center {
	text-align: center;
}
.error,
.red {
	color: red;
}

/* WordPress image alignment */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
.alignleft {
	float: left;
}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

/* button */
.button a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.button a:hover {
	color: red;
}
.joinnow {
	text-align: center;
}
.joinnow a {
	display: block;
	height: 49px;
	background: url(../images/Join-button.png) 50% 50% no-repeat;
	text-indent: -9999px;
}
	

/* inline */
.phrase {
	text-align: right;
}

/* forms */
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	display: none;
}
.buttons {
	text-align: center;
}

/* hCard */
.vcard {
	clear: both;
}
.vcard .type {
	display: none;
}
.vcard .org,
.vcard .tel,
.vcard .adr,
.vcard .email {
	margin-bottom: 3px;
}
.vcard .org {
	font-weight: bold;
}
.vcard .adr .street-address {
	display: block;
}
.vcard p {
	font-size: 5px;
}

/* Blog & Forum Box */
.blogBox {
	padding: 5px 15px;
	border: 1px solid #d9572a;
	background: url(../images/forumBG.png) repeat-x #fac151;
}
.blogBox p {
	margin: 0;
	padding: 5px 0;
}
.forumBox {
	padding: 5px 15px;
	border: 1px solid #2777bd;
	background: url(../images/blogBG.png) repeat-x #21c3f3;
}
.forumBox p {
	margin: 0;
	padding: 5px 0;
}
.blogBox a,
.forumBox a {
	color: #fff;
	text-decoration: none;
}
.blogBox a:hover,
.forumBox a:hover {
	text-decoration: underline;
}

.block h5 {
	margin: 5px 0 10px;
	font-size: 1.1em;
	letter-spacing: .5px;
	text-align: center;
}
.block ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.block li {
	margin: 10px 0;
}
.liveBox {
	width: 182px;
	margin: 0 auto .7em;
	padding-bottom: 0;
	border: 1px solid #999;
	background: #FFF;
	text-align: center;
}
.liveBox img {
	display: block;
	border: 0;
}

/* before after images */
.beforeAfter {
	margin: 15px 10px;
	padding: 0 20px;
	background: #ddf;
	border: 2px solid #cbcbf5;
}
.beforeImage {
	float: left;
}
.beforeImage img {
	display: block;
}
.afterImage {
	float: right;
}
.afterImage img {
	display: block;
}
.beforeAfter p {
	margin: 4px 0 0;
	padding: 0 0 5px;
	text-align: center;
	font-weight: bold;
}
.beforeAfter .caption {
	margin: 0 0 4px;
	padding: 5px 0 0;
	clear: both;
}

/* sfmstyle */
.greeting {
	width: 186px;
	height: 31px;
	text-indent: -9999px;
	background: url(../images/dearFriend.png) no-repeat;
}
.signoff {
	width: 239px;
	height: 35px;
	text-indent: -9999px;
	background: url(../images/signature.png) no-repeat;
}
.expose {
	margin: 15px 30px 0;
	padding: 15px 20px;
	text-align: center;
	border: 3px dashed #a60813;
}
.offer {
	margin: 5px;
	padding: 10px;
	border: 4px solid #0c8bf9;
}
.extra {
	padding: 10px 0 10px 50px;
	background: url(../images/tickBox.jpg) no-repeat 10px center;
}

ul.extra {
	padding: 0 0 0 40px;
	background: none;
}
ul.extra li {
	list-style: none;
	padding: 10px 0 10px 40px;
	background: url(../images/tickBox.jpg) no-repeat left center;
}
.alt {
	color: #fff;
	margin: 5px 25px;
	padding: 15px;
	border: 2px dotted #00f;
	background: #09f;
}
.standout {
	color: #f00;
	background: #ff0;
}
.youtube,
.media {
	margin: 15px 0;
	text-align: center;
}
.highlight {
	color: #e36c0a;
	font-size: 14px;
	font-weight: bold;
}
.pretty {
	color: #e36c0a;
	font-size: 12px;
	font-weight: normal;
}

.green {
	color: #0c0;
	font-size: 12px;
	font-weight: bold;
}

.guarantee-box {
border:14px double #0000FF;
margin-left:auto;
margin-right:auto;
padding:10px;
width:530px;
}
.image_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.lg-blue {
	font-size: 28px;
	font-weight: bold;
	color: #000066;
}
.lg-red {
	color: #CC0000;
	font-size: 24px;
}
.larger {
	font-size: 120%;
}
.guarantee {
	width: 80%;
	border: 10px double #FF9900;
}
.clear {clear:both }