/*
The Man Myth Stylesheet v1.1
*/


/* ---------- CSS Reset ---------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	font-family:inherit;
	font-weight:inherit;
	font-style:inherit;
	vertical-align:baseline;
	margin:0; padding:0; border:0; outline:0;
}
caption, th, td { text-align:left; font-weight:normal; }
table { border-collapse:separate; border-spacing:0; }
blockquote:before, blockquote:after, q:before,q:after { content: ""; }
blockquote, q { quotes: "" ""; }
* {
	margin:0;
	padding:0;
	letter-spacing:0;
	text-indent:0;
	text-decoration:none;
}



/* ---------- General Styles ---------- */


body {
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	letter-spacing:0.032em;
	line-height:1.5em;
	color:#333;
}




/* ----------   - Typography ---------- */

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #c16799;
    padding: 0 0 10px;
}
h1 {
	font-size:48px;
    line-height: 52px;
}
h2 {
	font-size:42px;
    line-height: 46px;
}
h3 {
    font-size:36px;
    line-height: 42px;
}
h4 {
	font-size:30px;
    line-height: 34px;
}
h5 {
    font-size:24px;
    line-height: 28px;
}
h6 {
    font-size:18px;
    line-height: 22px;
}

.black {
    color: #000;
}
.white {
    color: #fff;
}

.strong, strong {
    font-weight: bold;
}
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }
.lowercase { text-transform: lowercase; }

p {
	font-size:1.05em;
	line-height:1.6em;
	padding-bottom:12px;
	color:#686868;
	text-align:left;
}

p.justify { text-align:justify }
p.grey { color:#909090 }



/* ----------   - HTML Elements ---------- */

/* --- Anchors (Links) --- */

a {
	cursor:pointer;
	color:#ca5abf
}

a:visited {
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}


/* --- Lists --- */

ul {
	font-size:1.05em;
	line-height:1.5em;
	margin:0 0 8px 24px;
	color:#686868;
	list-style-type:image;
	list-style-image:url('../img/bg/bullet.png');
}

ol {
	font-size:1.05em;
	line-height:1.5em;
	margin:0 0 8px 24px;
	color:#686868;
}

li {
	padding-bottom:12px;
}

ul li ul li,
ol li ol li {
	padding:12px 0 0;
}


/* --- Alignment --- */

.clear { clear:both }
.clear10 { clear:both; height:10px }
.clear20 { clear:both; height:20px }

.left { float:left }
.right { float:right }
.auto { margin:0 auto }

.alignleft { text-align:left }
.alignright { text-align:right }
.aligncenter { text-align:center }

img.right { padding-left:12px; }
img.left { padding-right:10px; }
img.alignright { float:right; margin-left:18px; margin-bottom:16px }
img.alignleft { float:left; margin-right:18px; margin-bottom:16px }
img.aligncenter { display:block; margin:0 auto; }


.wrapper {
    width: 960px;
    margin: 0 auto;
}
.body-wrapper {
    min-height: 100%;
    position: relative;
}
.text-wrapper {
    width: 690px;
    margin: 0 auto;
}

/* --- Forms --- */

label {
	cursor:pointer;
}


/* ---------- Page Structure ---------- */

html,
body {
   height:100%;
}

/* #main and #body-container keep the footer at the bottom of the window on short pages */
#body-container {
   min-height:100%;
   position:relative;
}

body {
	background:#fff url('../img/bg/page-bg.jpg') repeat-y center top;
}

#header-bg {
	background:url('../img/bg/subpage-header-no-cta.jpg') no-repeat center top;
	position:absolute;
	width:100%;
	height:510px;
	z-index:-1;
	top:0;
	left:0;
}
#header {
	width:930px;
	margin:0 auto;
	padding-top: 30px;
	height:96px;
	position:relative;
	z-index:0;
}
#main {
	width:100%;
	min-height:100%;
	position:relative;
/*	padding-bottom:180; */
}
#content {
	width:950px;
	margin:0px auto 0;
	z-index:1;
}
#left-content {
	float:left;
	width:550px;
	margin:24px 0 0 70px;
	padding:10px 50px 20px 0;
	border-right:1px solid #f4e6e0;
}
#left-content.no-cta {
	border:0;
	margin:50px auto 0;
	float:none;
	padding-right:0;
	width:600px;
}
#sidebar {
	float:right;
	width:220px;
	margin:50px 28px 20px 10px;
}
#footer-bg {
	background:transparent url('../img/bg/page-footer.jpg') no-repeat center top;
	height:160px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
}


/* ---------- Content Styles ---------- */

/* --- Header Content --- */

/* Testimonial paragraph underneath logo on front page */
#under-logo {
	color:#fff;
	width:300px;
	position:absolute;
	left:33px;
	top:118px;
	font-size:13px;
	font-style:italic;
}


/* Clickable area in subpage header */
a#header-click {
	display:block;
	position:absolute;
	height:80px;
	left:30px;
	top:10px;
	width:200px;
}

/* Top right telephone contact box */
#header-tel {
	display: block;
	background: transparent url('../img/bg/subpage-header-tel.png') no-repeat center top;
	position: absolute;
	width: 250px;
	height: 90px;
	top: 5px;
	right: 10px;
}

/* Testimonial paragraph next to logo on subpages */
#header-testimonial {
	color:#fff;
	width:360px;
	position:absolute;
	right:26px;
	top:12px;
	font-size:12px;
	font-style:italic;
}

#header-testimonial .author {
	font-weight:bold;
	font-style:normal;
	font-size:1.28em;
	padding-top:6px;
	width:100%;
	text-align:right
}


/* Opt-in form */
#opt-in {
	height:308px;
	width:266px;
	background:url('../img/bg/opt-in.jpg');
	position:absolute;
	top:74px;
	right:8px;
}

#opt-in input#name,
#opt-in input#email {
	position:absolute;
	left:30px;
	height:18px;
	width:154px;
	border:0;
	outline:0;
	font-size:12px;
	letter-spacing:0.08em;
	color:#555;
}

#opt-in input#name { top:182px }
#opt-in input#email { top:213px }

#opt-in input#aweber-submit {
	display:block;
	position:absolute;
	top:206px;
	right:25px;
	width:47px;
	height:27px;
	background:url('../img/bg/opt-in-submit.gif') right top no-repeat;
	border:none;
	outline:none;
	text-indent:-999em;
}


#opt-in input#aweber-submit:hover,
#opt-in input#aweber-submit:focus {
	background-position:left bottom;
	outline:none;
	cursor:pointer;
}



/* --- Menubar --- */

#menu {
	width:930px;
	margin-left:10px;
	float:left;
	height:42px;
	position:relative;
}

ul#nav {
	list-style:none;
	margin:0;
}

ul#nav li {
	float:left;
	margin:0 2px;
	background:transparent url('../img/bg/menu-sep.gif') right center no-repeat;
	position:relative;
	padding:0;
}

#nav li a {
	background:transparent url('../img/menubar-links.png') no-repeat;
	display:block;
	text-indent:-999em;
	height:34px;
	margin:0;
}

/* All menubar link items use the background sprite image, each with its own background position property */

#nav li a#nav-home { width:56px; background-position:0 top; }
#nav li a#nav-live-events { width:128px; background-position:-56px top; }
#nav li a#nav-ebook { width:84px; background-position: -528px top; }
#nav li a#nav-free-advice { width:134px; background-position:-182px top; }
#nav li a#nav-media { width:90px; background-position:-316px top; }
#nav li a#nav-about { width:106px; background-position:-412px top; }
#nav li a#nav-testimonials { width:134px; background-position:-622px top; }

#nav li a#nav-home:focus, #nav li a#nav-home:hover { background-position:0px bottom; }
#nav li a#nav-live-events:focus, #nav li a#nav-live-events:hover { background-position:-56px bottom; }
#nav li a#nav-ebook:focus, #nav li a#nav-ebook:hover { background-position: -528px bottom; }
#nav li a#nav-free-advice:focus, #nav li a#nav-free-advice:hover { background-position:-182px bottom; }
#nav li a#nav-media:focus, #nav li a#nav-media:hover { background-position:-316px bottom; }
#nav li a#nav-about:focus, #nav li a#nav-about:hover { background-position:-412px bottom; }
#nav li a#nav-testimonials:focus, #nav li a#nav-testimonials:hover { background-position:-622px bottom; }


#nav li ul {
	display:none;
	position:absolute;
	top:35px;
	left:0;
	background:#fff;
	z-index:1000;
	list-style:none;
	border:1px solid #e4bdd3;
	font-size:13px;
	width:190px;
	margin:0;
}

#nav li:hover ul,
#nav li ul:hover li {
	display:block;
	z-index:1000;
}

#nav li ul li {
	background:none;
	margin:1px 15px;
	padding:0;
	z-index:1000;
}

#nav li ul li a,
#nav li ul li a:visited {
	text-indent:0;
	background:none;
	padding:12px 0 14px;
	height:12px;
	border-bottom:1px solid #ddd;
	width:160px;
	z-index:1000;
}


#nav li ul li a.last { border:none }

.navigation {
	margin: 0;
	padding: 85px 0 0;
	width: 100%;
	list-style-type: none;
	list-style-position: inside;
}
.navigation li {
	float: left;
	margin-right: 15px;
}
.navigation li a {
	font-size: 18px;
	color: #333;
}


/* --- Left Content --- */

#breadcrumbs p{
	padding-bottom:4px;
}


.testimonial-box {
	background:url('../img/bg/yellow-box-bg.png') no-repeat left top;
	width:570px;
	margin:0 auto;

}

.testimonial-box-bottom {
	background:url('../img/bg/yellow-box-bg.png') no-repeat left bottom;
	width:570px;
	height:40px;
	margin:0 auto 30px;

}

.testimonial-box h2 {
	width:490px;
	margin:0 auto;
	padding:90px 0 20px;
	text-align:center;
}

.testimonial-box hr {
	border:none;
	margin:0 auto;
	padding:0;
	background:url('../img/bg/yellow-box-sep.gif') center top no-repeat;
	width:480px;
	height:5px;
}

.testimonial-box p {
	width:490px;
	margin:0 auto;
	padding:6px 0;
	font-family:Courier, monospace;
}



/* --- Sidebar Content --- */

#sidebar ul {
	margin-left:20px;
	list-style-type:image;
	list-style-image:url('../img/bg/bullet.png');
}

#sidebar .widget {
	margin-bottom:12px;
	padding-bottom:2px;
	border-bottom:1px solid #ddd;
}

#sidebar .widget.no-border,
#sidebar .widget.last { border: 0 }

#sidebar .widget#latest-blog-post p {
	color:#D97CC6;
	text-align:left;
	line-height:1.32em;
}

#sidebar ul.subscribe-buttons li {
	list-style:none;
	padding:0 0 3px;
}

#sidebar ul.subscribe-buttons li a {
	display:table-cell;
	vertical-align:middle;
	padding:0 8px 0 0;
}

#sidebar a img.subscribe {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#sidebar a:hover img.subscribe,
#sidebar a:focus img.subscribe {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

/* Inline Article Optin */

#sidebar-optin {
	background:url('../img/bg/sidebar-optin-bg.jpg') left bottom no-repeat;
	width:250px;
	margin:14px 0 24px -20px;
	padding: 0 0 6px;
	position:relative;
	z-index:1;
}

.sidebar-optin-top {
	background:url('../img/bg/sidebar-optin-bg.jpg') left top no-repeat;
	height:108px;
	width:250px;
	clear:both;
}

.sidebar-optin-content { margin:10px 22px 0 }

#sidebar-optin p { font-size:1.1em; padding-bottom:10px; }
#sidebar-optin ul { margin-bottom:4px; }
#sidebar-optin ul li {
	font-size:1em;
	padding-bottom:3px;
}
#sidebar-optin p.privacy { font-size:12px; }

#sidebar-optin input.text {
	padding:6px 10px 5px;
	font-size:12px;
	border:1px solid #afafaf;
	-moz-box-shadow:inset 1px 1px 1px 0 rgba(0,0,0,0.5);
	box-shadow:inset 1px 1px 1px 0 rgba(0,0,0,0.5);
	color:#777;
	display:block;
	width:160px;
	margin:8px auto;
}

.sidebar-optin-circle {
	width:220px;
	height:50px;
	background:url('../img/bg/inline-optin-circle.jpg') left top no-repeat;
	margin:0 0 0 -10px;
	padding-top:15px;
}

input.sidebar-optin-submit {
	display:block;
	width:180px;
	height:33px;
	background:url('../img/bg/inline-optin-submit.png') 0 0 no-repeat;
	margin:0 auto;
	padding:0;
	outline:0;
	border:0;
	text-indent:999em;
	overflow:hidden;
	cursor:pointer;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
input.sidebar-optin-submit:focus,
input.sidebar-optin-submit:hover {
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity=90);
}
input.sidebar-optin-submit:active,
input.sidebar-optin-submit::-moz-focus-inner {
	border:0;
	outline:0;
	background-position: 0 1px
}


#sidebar .item {
	padding-bottom:5px;
}
#sidebar .item a img.thumbnail {
	clear:both;
	margin:0 auto 4px;
	max-width:180px;
	display:block;
}
#sidebar .item a:focus img.thumbnail,
#sidebar .item a:hover img.thumbnail {
	outline:1px solid #CA5ABF
}
#sidebar .item a.item-title {
	font-weight:bold;
	font-size:1.05em;
	margin:2px 0;
}
#sidebar .item p.item-excerpt {
	margin:2px 0 0;
	font-size:0.95em;
}


/* --- Comments --- */

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:hover,
.comment-meta a:focus,
.comment-meta a:active {
	text-decoration:underline;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
.reply a:focus,
a.comment-edit-link:hover,
a.comment-edit-link:focus {
	text-decoration:underline;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* --- Comment Form --- */

p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
	width:350px;
	margin-bottom:4px;
}

p.comment-form-comment {
	width:550px;
}
.comment-form #author,
.comment-form #email,
.comment-form #url,
.comment-form #comment {
	-moz-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
	box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
	border:1px solid #ccc;
	color:#777;
	font-size:12px;
	margin:0 4px;
	padding:6px 10px 5px;
	float:right;
	width:240px;
}
.comment-form #author:focus,
.comment-form #email:focus,
.comment-form #url:focus,
.comment-form #comment:focus {
	-moz-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
	box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
	border:1px solid #aaa;
	color:#555;
}
.comment-form #comment { width:440px; }

input#comment-form-submit {
	float:right;
	margin:16px 0 0;
	cursor:pointer;
}


/* ---------- Footer Text ---------- */

#footer-bg p {
	width:800px;
	margin:0 auto;
	text-align:center;
	font-size:11.5px;
	color:#c1c1c1;
	padding:88px 0 0;
}
#footer-bg a { color:#fff }


/* ---------- Additional ---------- */


/* AddThis bookmarks */

.addthis_toolbox { width:270px; margin:-5px auto 5px; }


/* Optin Layouts */

#popup-optin-preload.slimline {
	background:url('../img/popups/popup-2-bg.jpg') 1px 1px no-repeat;
	width:1px;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
}
#popup-optin.slimline {
	background:url('../img/popups/popup-2-bg.jpg') 0 0 no-repeat;
	width:433px;
	height:570px;
	z-index:99999;
}

#popup-optin.slimline .video {
	position:absolute;
	top:175px;
	left:29px;
}
#popup-optin.slimline input.name,
#popup-optin.slimline input.email {
	position:absolute;
	margin:0;padding:0;
	border:0;outline:0;
	background:#fff;
	top:408px;
	left:105px;
	width:220px;
	font-size:14px;
	color:#777;
}
#popup-optin.slimline input.email { top:451px }

#popup-optin.slimline input.name:focus, #popup-optin input.email:focus {
	color:#555;
}

#popup-optin.slimline #popup-submit {
	position:absolute;
	top:484px;
	left:74px;
}

#popup-optin.slimline #popup-submit:hover,
#popup-optin.slimline #popup-submit:focus {
	opacity: .82;
	-moz-opacity: .82;
	filter: alpha(opacity=82);
}



/* Sales Page Narrow Styles */

body.salespage-narrow {
	background:url('../img/salespage-narrow/bg-body.png') center 0px repeat-y;
}
.salespage-narrow #header {
	height:117px;
	padding:0;
}
.salespage-narrow #header-bg {
	background-image:url('../img/salespage-narrow/bg-header.png');
	height:244px;
}
.salespage-narrow a#header-click {
	display:block;
	position:absolute;
	height: 65px;
	left: 178px;
	position: absolute;
	top: 5px;
	width: 200px;
}
/* disable telephone contact from top right */
.salespage-narrow #header-tel {
	display: none;
}
.salespage-narrow #main {
	width:100%;
	min-height:100%;
	position:relative;
	padding-bottom:150px;
}
.salespage-narrow #content {
	width:585px;
}
.salespage-narrow #left-content {
	width:585px;
	float:none;
	margin:0 auto;
	padding:0 15px 0 0px;
	border:0;
}

.salespage-narrow #footer-bg {
	background-image:url('../img/salespage-narrow/bg-footer.png');
	height: 150px;
}

.salespage-narrow p, .salespage-narrow li {
	font-size:14px;
	padding-bottom:18px;
	line-height:1.65em;
}
.salespage-narrow h3 {
	padding: 6px 0px 20px;
	font-size:18px;
	font-weight:bold;
}
.salespage-narrow #footer-bg p {
	width:800px;
	margin:0 auto;
	text-align:center;
	font-size:11.5px;
	color:#888;
	padding:82px 0 0;
}
.salespage-narrow #footer-bg a { color:#a8a8a8 }




/* New Salespage Styles */

body.salespage {
	background:url('../img/salespage-new/bg-body.jpg') center -26px repeat-y;
}
.salespage #header {
	height:105px;
	padding:0;
}
.salespage #header-bg {
	background-image:url('../img/salespage-new/bg-header.jpg');
	height:244px;
}
/* disable telephone contact from top right */
.salespage #header-tel {
	display: none;
}
.salespage #content {
	width:900px;
}
.salespage #left-content {
	width:590px;
	float:left;
	margin:0;
	padding:0 0 0 25px;
	border:0;
}
.salespage #footer-bg {
	background-image:url('../img/salespage-new/bg-footer.jpg');
	height: 155px;
}


.salespage #sidebar-testimonials {
	float:right;
	width:240px;
	padding:12px 0;
}
.salespage .testimonial {
	background:#fdedf5;
	border:4px solid #c997b2;
	padding:18px 24px 2px;
	margin:0 0 32px;
}

.salespage .testimonial.grey {
	background:#fdfdfd;
	border:4px solid #ababab;
}
.salespage .testimonial h6 {
	color:#555;
	font:normal normal 20px / 1.2 'Impact', sans-serif;
	letter-spacing:0.01em;
	padding:0 0 10px;
	text-align:center;
}
.salespage p, .salespage li {
	font-size:14px;
	padding-bottom:18px;
	line-height:1.65em;
}
.salespage .testimonial p {
	font-size:13px;
	padding-bottom:12px;
}
.salespage h3 {
	padding: 6px 0px 20px;
	font-size:18px;
	font-weight:bold;
}
.salespage h2 span.arrow {
	display:block;
	background:url('../img/salespage-new/subheader-arrow.jpg') 0 0 no-repeat;
	height:64px;
	width:40px;
}



/* Sales Page Wide Styles */

body.salespage-wide {
	background:url('../img/salespage-wide/bg-body.png') center -26px repeat-y;
}
.salespage-wide #header {
	height:117px;
	padding:0;
}
.salespage-wide #header-bg {
	background-image:url('../img/salespage-wide/bg-header.png');
	height:244px;
}
.salespage-wide a#header-click {
	display:block;
	position:absolute;
	height: 65px;
	left: 178px;
	position: absolute;
	top: 5px;
	width: 200px;
}
/* disable telephone contact from top right */
.salespage-wide #header-tel {
	display: none;
}
.salespage-wide #content {
	width:960px;
}
.salespage-wide #left-content {
	width:640px;
	float:none;
	margin:0 auto;
	padding:0 0px 0 0px;
	border:0;
}
.salespage-wide #footer-bg {
	background-image:url('../img/salespage-wide/bg-footer.png');
	height: 150px;
	position: relative;
}
.salespage-wide p, .salespage-wide li {
	font-size:13px;
	padding-bottom:18px;
	line-height:1.65em;
}
.salespage-wide h3 {
	padding: 6px 0px 20px;
	font-size:18px;
	font-weight:bold;
}
.salespage-wide .audio-button {
	position: relative;
	top: 4px;
}


/* Attract Any Men */
.aam #header-bg {
background-image:url('../img/salespage-wide/bg-header-aam.png');
    height:244px;
}
}


/* Sales Page Wide White bg */

body.whitebg {
	background:url('../img/salespage-wide-whitebg/bg-body.png') center -26px repeat-y;
}
.whitebg #header {
	height:60px;
	padding:0;
}
.whitebg #header-bg {
	background-image:url('../img/salespage-wide-whitebg/bg-header.png');
	height:244px;
	position: absolute;
	top: -50px;
}
.whitebg #footer-bg {
	background-image:url('../img/salespage-wide-whitebg/bg-footer.png');
	height: 150px;
	position: relative;
}



/* Sales Page Keep The Guy Styles */

body.salespage-keeptheguy {
	background:url('../img/salespage-keeptheguy/bg-body.png') center -26px repeat-y;
}
.salespage-keeptheguy #header {
	height:117px;
	padding:0;
}
.salespage-keeptheguy #header-bg {
	background-image:url('../img/salespage-keeptheguy/bg-header.png');
	height:244px;
}
.salespage-keeptheguy a#header-click {
	display:block;
	position:absolute;
	height: 65px;
	left: 178px;
	position: absolute;
	top: 5px;
	width: 200px;
}
/* disable telephone contact from top right */
.salespage-keeptheguy #header-tel {
	display: none;
}
.salespage-keeptheguy #content {
	width:960px;
}
.salespage-keeptheguy #left-content {
	width:640px;
	float:none;
	margin:0 auto;
	padding:0 0px 0 0px;
	border:0;
}
.salespage-keeptheguy #footer-bg {
	background-image:url('../img/salespage-keeptheguy/bg-footer.png');
	height: 150px;
	position: relative;
}
.salespage-keeptheguy p, .salespage-keeptheguy li {
	font-size:13px;
	padding-bottom:18px;
	line-height:1.65em;
}
.salespage-keeptheguy h3 {
	padding: 6px 0px 20px;
	font-size:18px;
	font-weight:bold;
}
.salespage-keeptheguy .audio-button {
	position: relative;
	top: 4px;
}



/* Sales Page Full Width Styles */

body.salespage-full-width {
	background: #ffffff;
}
.salespage-full-width #header {
	height:117px;
	padding:0;
}
.salespage-full-width #header-bg {
	background-image:url('../img/salespage-full-width/bg-header.png');
	height:244px;
}
.salespage-full-width a#header-click {
	display:block;
	position:absolute;
	height: 65px;
	left: 178px;
	position: absolute;
	top: 5px;
	width: 200px;
}
/* disable telephone contact from top right */
.salespage-full-width #header-tel {
	display: none;
}
.salespage-full-width #content {
	width:960px;
}
.salespage-full-width #left-content {
	width:585px;
	float:left;
	margin:0;
	padding:0 15px 0 0px;
	border:0;
}
.salespage-full-width #footer-bg {
	background-image:url('../img/salespage-full-width/bg-footer.png');
	height: 155px;
}

.salespage-full-width p, .salespage-full-width li {
	font-size:14px;
	padding-bottom:18px;
	line-height:1.65em;
}
.salespage-full-width h3 {
	padding: 6px 0px 20px;
	font-size:18px;
	font-weight:bold;
}



/* Sales Page Home v2 */

body.home-new {
	background:#ffffff none 0 0 no-repeat;
}
.home-new #header {
	background:url('../img/home-new/header-logo.png') 0 0 no-repeat;
	width: 960px;
	left: -215px;
	margin: 0 auto;
	height:80px;
	padding:0;
	position: relative;
	z-index: 0;
}
.home-new #header-bg {
	background:url('../img/home-new/bg-header.png') 0 0 repeat-x;
	height:631px;
}
.home-new a#header-click {
	display:block;
	position:absolute;
	left: 249px;
	top: 5px;
	width: 160px;
	height: 60px;
}


.home-new #header-tel {
	display: none;
}
.home-new #content {
	width:960px;
}


/* --- Menubar --- */

.home-new #menu {
	top: -55px;
	width: 960px;
	margin-left: 10px;
	float: left;
	height: 30px;
	position: relative;
}

.home-new ul#nav-menu {
	float:right;
	list-style:none;
	margin:0;
}

.home-new ul#nav-menu li {
	float:left;
	position:relative;
	padding:0;
}

.home-new #nav-menu li a {
	margin:20px;
	color: #ffffff;
	font:normal normal 14px Arial, Verdana, sans-serif;
}

/* All menubar link items use the background sprite image, each with its own background position property */

.home-new #nav-menu li a#nav-home { width:56px; background-position:0 top; }
.home-new #nav-menu li a#nav-live-events { width:128px; background-position:-56px top; }
.home-new #nav-menu li a#nav-ebook { width:84px; background-position: -528px top; }
.home-new #nav-menu li a#nav-free-advice { width:134px; background-position:-182px top; }
.home-new #nav-menu li a#nav-media { width:90px; background-position:-316px top; }
.home-new #nav-menu li a#nav-about { width:106px; background-position:-412px top; }
.home-new #nav-menu li a#nav-testimonials { width:134px; background-position:-622px top; }

.home-new #nav-menu li a#nav-home:focus, .home-new #nav-menu li a#nav-home:hover { background-position:0px bottom; }
.home-new #nav-menu li a#nav-live-events:focus, .home-new #nav-menu li a#nav-live-events:hover { background-position:-56px bottom; }
.home-new #nav-menu li a#nav-ebook:focus, .home-new #nav-menu li a#nav-ebook:hover { background-position: -528px bottom; }
.home-new #nav-menu li a#nav-free-advice:focus, .home-new #nav-menu li a#nav-free-advice:hover { background-position:-182px bottom; }
.home-new #nav-menu li a#nav-media:focus, .home-new #nav-menu li a#nav-media:hover { background-position:-316px bottom; }
.home-new #nav-menu li a#nav-about:focus, .home-new #nav-menu li a#nav-about:hover { background-position:-412px bottom; }
.home-new #nav-menu li a#nav-testimonials:focus, .home-new #nav-menu li a#nav-testimonials:hover { background-position:-622px bottom; }


.home-new #nav-menu li ul {
	display:none;
	position:absolute;
	top:35px;
	left:0;
	background:#fff; d
	z-index:1000;
	list-style:none;
	border:1px solid #e4bdd3;
	font-size:13px;
	width:190px;
	margin:0;
}

.home-new #nav-menu li:hover ul,
.home-new #nav-menu li ul:hover li {
	display:block;
	z-index:1000;
}

.home-new #nav-menu li ul li {
	background:none;
	margin:1px 15px;
	padding:0;
	z-index:1000;
}

.home-new #nav-menu li ul li a,
.home-new #nav-menu li ul li a:visited {
	text-indent:0;
	background:none;
	padding:12px 0 14px;
	height:12px;
	border-bottom:1px solid #ddd;
	width:160px;
	z-index:1000;
}


.home-new #nav-menu li ul li a.last { border:none }

/* --- #Menubar --- */


.home-new #left-content {
	width:960px;
	float:left;
	margin:0;
	padding:0 15px 0 0px;
	border:0;
}

.home-new #content-top {
	width: 960px;
}
.home-new #video-box-all {
	width: 640px;
	float: left;
}
.home-new #video-box {
	margin: 0 10px 0 10px;
	padding: 10px 0 0 10px;
	background: #191919 none left top no-repeat;
	width: 610px;
	height: 348px;
}
.home-new #video-sub-box {
	margin: 0 0 0 10px;
	background: url('../img/home-new/home-sprite.png') -50px -840px no-repeat;
	width: 620px;
	height: 117px;
}
.home-new #video-sub-box p.t1{
	padding: 23px 0 0 0;
	color: #f1f1f1;
	font: normal normal 25px arial, verdana, sans serif;
	text-align: center;
}
.home-new #video-sub-box p.t2{
	padding: 19px 0 0 0;
	color: #c1c1c1;
	font: normal normal 25px arial, verdana, sans serif;
	text-align: center;
}
.home-new #video-arrow {
	display: block;
	background: url('../img/home-new/home-sprite.png') -50px -105px no-repeat;
	width: 105px;
	height: 40px;
	position: relative;
	bottom: 93px;
	left: 580px;
}


.home-new #optin-box {
	padding: 22px 0 0 0;
	float: right;
	background: url('../img/home-new/home-sprite.png') -50px -980px no-repeat;
	width: 300px;
	height: 485px;
}
.home-new #optin-box p.t1{
	color: #525252;
	font: normal bold 17px arial, verdana, sans serif;
	line-height:23px;
	text-align: center;
}
.home-new #optin-box p.t2{
	padding: 1px 0 0 0;
	color: #CC7CAB;
	font: italic normal 12px arial, verdana, sans serif;
	text-align: center;
}
.home-new #optin-box p.t3{
	padding: 12px 0 0 44px;
	color: #525252;
	font: normal normal 12px arial, verdana, sans serif;
	line-height:25px;
}

/* Opt-in form */
.home-new #optin-box input#optin-name {
	background-color: transparent;
	position: relative;
	top: 32px;
	padding: 6px 10px 6px;
	font-size: 17px;
	border: 0;
	rgba(0, 0, 0, 0.5);
	color: 	#8c7877;
	display: block;
	width: 228px;
	margin: 8px auto;
}
.home-new #optin-box input#optin-email {
	background-color: transparent;
	position: relative;
	top: 35px;
	padding: 6px 10px 6px;
	font-size: 17px;
	border: 0;
	rgba(0, 0, 0, 0.5);
	color: 	#8c7877;
	display: block;
	width: 228px;
	margin: 8px auto;
}

.home-new #optin-box input#optin-submit {
	display: block;
	position: relative;
	left: 22px;
	top: 56px;
	width: 258px;
	height: 53px;
	background: url('../img/home-new/home-sprite.png') -46px -48px no-repeat;
	text-indent: -99999px;
	cursor: pointer;
	border: none;
}
.home-new #optin-box input#optin-submit:hover {
	background-position: -316px -48px;
}

.home-new #media {
	background: url('../img/home-new/media.png') left bottom no-repeat;
	float: left;
	position: relative;
	left: -80px;
	margin: 0 0 20px 0;
	width: 1120px;
	height: 50px;
}

.home-new #media-separator {
	float: left;
	border-bottom: solid 1px #DDD;
	width: 960px;
	margin: 0 0 30px 0;
}

.home-new #footer-bg {
	background:url('../img/home-new/bg-footer.png') left bottom repeat-x;
	height: 110px;
}


.home-new p, .home-new li {
	font-size:14px;
	padding-bottom:18px;
	line-height:1.65em;
}
.home-new h3 {
	padding: 6px 0px 20px;
	font-size:18px;
	font-weight:bold;
}

/* Product Boxes */
.home-new #product-box-all {
	float: left;
	width: 960px
}
.home-new .product-box {
	background:url('../img/home-new/product-box-bg.png') left top repeat-x;
	width: 300px;
	height: 390px;
	float: left;
	margin: 0 10px 0 10px;
}

/* Product Labels */
.home-new #product-label1 {
	display: block;
	width: 280px;
	height: 32px;
	background: url('../img/home-new/home-sprite.png') -50px -210px no-repeat;
	text-indent: -99999px;
	cursor: pointer;
	border: none;
	margin: 10px 10px 0 10px;
}
.home-new #product-label1:hover {
	background-position: -340px -210px;
}
.home-new #product-label2 {
	display: block;
	width: 280px;
	height: 32px;
	background: url('../img/home-new/home-sprite.png') -50px -242px no-repeat;
	text-indent: -99999px;
	cursor: pointer;
	border: none;
	margin: 10px 10px 0 10px;
}
.home-new #product-label2:hover {
	background-position: -340px -242px;
}
.home-new #product-label3 {
	display: block;
	width: 280px;
	height: 32px;
	background: url('../img/home-new/home-sprite.png') -50px -274px no-repeat;
	text-indent: -99999px;
	cursor: pointer;
	border: none;
	margin: 10px 10px 0 10px;
}
.home-new #product-label3:hover {
	background-position: -340px -274px;
}

/* Product Images */
.home-new #product-image1 {
	background:url('../img/home-new/home-sprite.png') -50px -320px no-repeat;
	width: 280px;
	height: 104px;
	margin: 0 10px 0 10px;
}
.home-new #product-image2 {
	background:url('../img/home-new/home-sprite.png') -50px -430px no-repeat;
	width: 280px;
	height: 104px;
	margin: 0 10px 0 10px;
}
.home-new #product-image3 {
	display: block;
	background:url('../img/home-new/home-sprite.png') -50px -540px no-repeat;
	width: 280px;
	height: 104px;
	text-indent: -99999px;
	cursor: pointer;
	border: none;
	margin: 0 10px 0 10px;
}
.home-new #product-image3:hover {
	background-position: -340px -540px;
}


.home-new #product-desc1 {
	background:#657982 none 0 0 no-repeat;
	width: 280px;
	height: 232px;
	margin: 0 10px 0 10px;
}
.home-new #product-desc2 {
	background:#657982 none 0 0 no-repeat;
	width: 280px;
	height: 232px;
	margin: 0 10px 0 10px;
}
.home-new #product-desc3 {
	background:#657982 none 0 0 no-repeat;
	width: 280px;
	height: 232px;
	margin: 0 10px 0 10px;
}

.home-new p.plabel {
	display: none;
	color: #ffffff;
	font: normal normal 18px Arial, Helvetica, sans-serif;
	padding: 6px 0 0 10px;
}
.home-new p.pdesc1{
	color: #ffffff;
	font: normal normal 14px Arial, Helvetica, sans-serif;
	padding: 15px 11px 0 11px;
	line-height: 20px;
}
.home-new p.pdesc2 {
	color: #e1e1e1;
	font: normal normal 14px Arial, Helvetica, sans-serif;
	line-height:20px;
	padding: 15px 11px 0 11px;
}
.home-new p.pdesc3,
.home-new p.pdesc3 a {
	color: #ffffff;
	font: normal normal 14px Arial, Helvetica, sans-serif;
	padding: 15px 0 0 6px;
}
.home-new .product-box-bar {
	background:url('../img/home-new/product-box-bar.png') 0 0 no-repeat;
	width: 280px;
	height: 2px;
	margin: 15px 0 0 0;
}


/* Testimonials */

.home-new #product-testimonials-all {
	float: left;
	width: 960px
}
.home-new #testimonials1 {
	background:url('../img/home-new/testimonials1.png') 0 0 no-repeat;
	width: 450px;
	height: 215px;
	float: left;
	margin: 0 10px 0 10px;
}
.home-new #testimonials2 {
	background:url('../img/home-new/testimonials2.png') 0 0 no-repeat;
	width: 450px;
	height: 215px;
	float: left;
	margin: 0 10px 0 10px;
}
.home-new #testimonials3 {
	background:url('../img/home-new/testimonials3.png') 0 0 no-repeat;
	width: 450px;
	height: 215px;
	float: left;
	margin: 0 10px 0 10px;
}
.home-new #testimonials4 {
	background:url('../img/home-new/testimonials4.png') 0 0 no-repeat;
	width: 450px;
	height: 215px;
	float: left;
	margin: 0 10px 0 10px;
}

.home-new p.testimonials {
	color: #686868;
	font: italic normal 14px Arial, Helvetica, sans-serif;
	padding: 21px 11px 0 138px;
	line-height: 25px;
}
.home-new p.testimonials-author{
	color: #686868;
	font: normal normal 14px Arial, Helvetica, sans-serif;
	padding: 13px 11px 0 138px;
	line-height: 25px;
}
.home-new p.testimonials-title{
	color: #b6709a;
	font: normal normal 26px Arial, Helvetica, sans-serif;
	padding: 0 0 0 20px;
}
.home-new p.testimonials-title a{
	color: #b6709a;
}

/* New footer */
.home-new #footer-row1{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
.home-new #footer-row2{
	width: 960px;
	margin: 0 auto;
	padding: 13px 0 0 0;
}
.home-new #bottom-menu{
	position: relative;
	right: -20px;
	padding: 3px 0 0 0;
}
.home-new #copyright-links{
	float: right;
	color: #615C5D;
}
.home-new #copyright-links a{
	color:#615c5d;
}

.home-new #bottom-logo {
	display: block;
	float: left;
	background:url('../img/home-new/home-sprite.png') -50px -690px no-repeat;
	width: 280px;
	height: 30px;
	cursor: pointer;
}
.home-new #bottom-logo:hover {
	background-position: -340px -690px;
}
.home-new a#social-icon1{
	display: block;
	float: left;
	background:url('../img/home-new/home-sprite.png') -50px -660px no-repeat;
	width: 86px;
	height: 20px;
	text-indent: -99999px;
	cursor: pointer;
	margin: 0 10px 0 10px;
}
.home-new a#social-icon1:hover {
	background-position: -300px -660px;
}
.home-new a#social-icon2{
	display: block;
	float: left;
	background:url('../img/home-new/home-sprite.png') -136px -660px no-repeat;
	width: 84px;
	height: 20px;
	text-indent: -99999px;
	cursor: pointer;
	border: none;
	margin: 0 10px 0 10px;
}
.home-new a#social-icon2:hover {
	background-position: -386px -660px;
}
.home-new a#social-icon3{
	display: block;
	float: left;
	background:url('../img/home-new/home-sprite.png') -220px -660px no-repeat;
	width: 80px;
	height: 20px;
	text-indent: -99999px;
	cursor: pointer;
	border: none;
	margin: 0 10px 0 10px;
}
.home-new a#social-icon3:hover {
	background-position: -470px -660px;
}


/****************/
/* Salespage v4 */
/****************/

body.salespage-v4 {
/*    background: none repeat scroll 0 0 #F8F8F8;*/
    background:url('../img/salespage-wide/bg-body.png') center -26px repeat-y;
}

/* --- Header --- */

.salespage-v4 #header {
    width: 100%;
    height: 100px;
    padding: 0;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    position: relative;
    margin: 0;
    z-index: -1;
}
.salespage-v4 #header-bg {
/*    background: none 0 0 no-repeat #A082B2;*/
    background-image:url('../img/salespage-v4/bg-header.png');
    height:244px;
    padding: 0;
    position: relative;
}


/* --- Content --- */

.salespage-v4 #content {
    margin: 0;
    width: 100%;
}
.salespage-v4 #content-container {
    background-color: transparent;
    border: 0 solid #c1c1c1;
/*    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;*/
    margin: 0 0;
    padding: 0 0;
}
.salespage-v4 #content-left {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 0 0;
    border: 0;
}
.salespage-v4 .wrapper {
    width: 960px;
}

/* ---- Sidebar ---- */

/* --- Footer --- */

.salespage-v4 #footer {
    position: relative;
    background:transparent url('../img/salespage-v4/bg-footer.png') no-repeat center top;
    height:150px;
    width:100%;
}
.salespage-v4 #copyrights{
    color: #a8a8a8;
    padding: 60px 0 0 0;
    text-align: center;
    line-height: 70px;
}
.salespage-v4 #copyrights a{
    color:#a8a8a8;
}

/* ---- Element Styles ---- */

.salespage-v4 h1 {
    padding: 0;
}
.salespage-v4 .heading {
    background: #ed2773 url('../img/bg/pattern-noise.png') center top repeat;
    position: relative;
    text-align: center;
    margin: 40px 0;
    padding: 20px;
    border-top: 8px solid rgba(255,255,255,0.25);
    border-bottom: 8px solid rgba(255,255,255,0.25);
/*    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;*/
    text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
}
.salespage-v4 .sub-heading {
/*
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 240px 0;
    border-color: rgba(237, 39, 115, 0.5) transparent transparent transparent;
    -webkit-transform:rotate(360deg) for a better anti-aliasing in webkit browser;
    margin: 0 auto;
    position: relative;
    top: -35px;
*/
    position: relative;
    top: -35px;
}
.arrow-down {
    height: 0;
    width: 0;
    border-left: 100px dashed transparent;
    border-right: 100px dashed transparent;
    border-top: 50px solid rgba(237, 39, 115, 0.75);
    margin: 0 auto;
}

.salespage-v4 p {
    font-size: 16px;
}
.salespage-v4 ol{
    margin:0;
    padding:8px 0 0 0;
    overflow:hidden;
    list-style:none;
    counter-reset:item;
}
.salespage-v4 li{
    position:relative;
    margin:0 0 36px;
    padding:0 0 0 122px;
    vertical-align:top;
}
.salespage-v4 li:before{
    content:counters(item, ".") " ";
    counter-increment:item;
    position:absolute;
    top:0;
    left:0;
    width:80px;
    height:60px;
    text-align:center;
    color:#fff;
    font-size:50px;
    line-height:56px;
    padding:10px 0;
    text-shadow:2px 2px 1px rgba(0,0,0,0.3);
    font-weight:bold;
    background:#1b80c8;
    border-radius:40px;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
}
.salespage-v4 ol h4{
    padding-bottom: 20px;
}


/* --- Comments --- */

.salespage-v4 #comments {
    width: 640px;
    margin: 40px auto;
}

/* --- End: Salespage v4 --- */



/* --- Other --- */

.line-separator {
    width: 100%;
    border-bottom: 1px solid #ccc;
    height: 12px;
    margin-bottom: 12px;
    clear: both;
}
.testimonial {
    border: 3px dashed #c997b2;
    padding: 35px;
    background-color: #fdedf5;
    margin: 20px 0;
    font-size: 15px;
    line-height: 25px;
    font-family: courier new, serif;
}
.testimonial.grey {
    background: #fdfdfd;
    border: 3px dashed #ababab;
}
.highlight {
    background: #ffff99;
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 10px;
}
.downloadBtn {
	display: inline-block;
	width: 400px;
	height: 103px;
	text-indent: -1234em;
	background: url("../img/btn-submit.png") no-repeat 0 0;
}
.downloadBtn:hover {
	background-position: 0px -103px;
}
.column {
	float: left;
	width: 50%;
	margin-top: 2em;
}
.content-secure {
	text-align: center;
}
.content-secure p {
	text-align: center;
	line-height: 1.2em;
}
iframe[name="google_conversion_frame"] {
	display: none;
}

a.submit_one_click {
	background: url(../img/btn_purchase_aam.png) no-repeat 0 0;
	width: 371px;
	height: 82px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a.submit_one_click:hover {
	background-position: 0px -82px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

p.instant_access {
	max-width: 450px;
	font-style: italic;
	margin: auto;
	text-align: center;
	color: #000;
	font-size: 15px;
	line-height: 1em;
}

p.instant_access strong {
	font-weight: bold !important;
	font-style: italic !important;
}

#bottom_content {
	overflow: hidden;
	max-width: 584px;
	margin: 0 auto;
}

#recent_customer {
	float: left;
	max-width: 265px;
	border: 1px solid #333333;
	margin-top: 2px;
}

#guarantee {
	float: right;
	max-width: 300px;
}

#guarantee p {
	text-align: center;
	font-size: 13px;
	color: #000;
	line-height: 15px;
	padding-bottom: 16px;
}

#guarantee img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}