/*  Main Style Sheet for Creating Power Sample Page */

/* General Styles */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #065388;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	height: 100%;
	overflow: -moz-scrollbars-vertical; 
}

#outer_wrapper {
	width: 100%;
	background-image:url(../images/gradient_bg.jpg);
	background-repeat:repeat-y;
	text-align:center;
	height: 100%; 
	}

#inner_wrapper {
	width: 820px; 
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0; 
	padding-bottom: 6px;
	text-align:left;
	background: #ffffff;
	height: 100%; 
}

.drag_div {
	line-height: 1px;
}

/* Banner Sytles */

#banner {
	width: 808px;
	height: 270px;
	margin-bottom: 6px;
	margin-left: 6px;
	background: #ffffff;
	position: relative;
}

#inner_wrapper #banner h1 a {
	background-image: url(../images/logo.jpg);
	height: 60px;
	width: 301px;
	text-indent: -99999px;
	position: absolute;
	top: 10px;
	left: 27px;
}

/* Top Menu Styles */

#top_menu {
	list-style-type: none;
	position: absolute;
	top: 45px;
	right: 36px; 
}

#top_menu li {
	display: inline;
	border-right: 1px solid #000000;
	padding-right: 10px;
	padding-left: 5px;
}

#top_menu a {
	font-weight: bold;
	font-size: 10pt;
	color: #1b2266;
	text-decoration: none;
}

#top_menu .first_item {
	padding-left: 0;
}

#top_menu .last_item {
	border-right: none;
	padding-right: 0;
}

#top_menu a:hover {
	color: #f5702b;
}

/* Main Menu Styles */

#main_menu {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 300;
	list-style-type: none;
	padding-left: 30px;
}

#main_menu li {
	display: inline;
	padding-right: 13px;
}

#main_menu a {
	font-size: 9pt;
	line-height: 35px;
	color: #ffffff;
	text-decoration: none;
}

#main_menu a:hover {
	color: #9dbcd0;
}

/* Content Styles */

#content {
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	background-image: url(../images/content_bg.gif); 
	background-repeat:repeat-y; 
}

#content #full {
	padding-bottom: 20px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #BFDEEA;
	background: white;
	min-height: 575px;
}

#content #sidebar {
	width: 150px;
	float: right;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 20px;
}

#content #partial {
	width: 550px;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 20px;
	border: 1px solid #BFDEEA;
	min-height: 575px;
}

h2 {
	font-family:"Copperplate Gothic Bold", "Times New Roman", Times, serif;
	color: #1b2266;
	font-size: 16pt;
	margin-bottom: 20px;
}

h3 {
	font-size: 11pt;
	color:#f5702b;
	margin-bottom: 20px;
}


h4 {
	font-size: 11pt;
	color:#065388;
	margin-bottom: 20px;
}


#content p {
	margin-bottom: 20px;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

#content li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.embeded_pic {
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
}

.bluify {
	color: #0069B2;
	font-weight: bold;
}

.bluit {
	color: #0069B2;
}

.brightblue {
	color:#0000ff;
}

.redify {
	color:#ff3300;
	font-weight: bold;
}

.redit {
	color:#ff3300;
}

.bluitmedium {
	color: #0069B2;
	font-weight: bold;
	font-size: 110%;
}

.mediumbold {
	font-weight: bold;
	font-size: 110%;
}

.bluitbig{
	color: #1B2266;
	font-weight: bold;
	font-size: 135%;
}

.bluitbigitalics{
	color: #1B2266;
	font-weight: bold;
	font-size: 135%;
	font-style: italic;
}

.makeitbig {
	font-weight: regular;
	font-size: 150%;
}

.bigandbold {
	font-weight: bold;
	font-size: 160%;
}

.makeyellow {
	background:#FFFF66;
	font-weight: bold;
}

.testimonial_header {
	font-style: normal;
	color:#065388;
	font-weight: bold;
	font-size: 120%;
}

.bignred {
	color:#ff3300;
	font-weight: bold;
	font-size: 120%;
}

.boldit {
	font-weight: bold;
}

.legend {
	font-weight: bold;
	clear: both;
	display: block;
}

.italicize {
	font-style: italic;
}

.bolditalics {
	font-style: italic;
	font-weight: bold;
}

.underlineit {
	text-decoration: underline;
}

.enlargit {
	font-size: 125%;
	font-weight: bold;
}

.centerit {
	text-align: center;
}

.float_left {
	float: left;
	padding-right: 20px;
}

.float_right {
	float: right;
	padding-left: 20px;
}

.indent {
	margin-left: 30px;
}

.image_holder {
	text-align: center;
}



.testimonial {
	background-color: #f6f8fa;
	border: 2px solid #BFDEEA;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-style: italic;
	margin-bottom: 20px;
}

.testimonial img {
	float: left;
	margin-right: 20px;
}	

.spaceit {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}

.clearit {
	clear: both;
	padding-top: 20px;
}

.clearleft {
	clear: left;
}

alignpics {
	clear: left;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

/* Sidebar Styles */

#sidebar {
	position: relative;
}

#sidebar p {
	font-style: italic;
	font-size: 88%;
	margin-bottom: 10px;
}

#sidebar .quotee {
	margin-bottom: 22px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	padding-bottom: 5px;
}

#course_button {
	width: 170px;
	height: 189px;
	position: absolute;
	top: 11px;
	left: 11px;
	border: 4px solid #bfdeea;
	border: 4px double #ffffff;
}

#first_quote {
	padding-top: 200px;
}

/* Styling All Forms */

.cp_form {
	border: 2px solid #065388;
	border: 2px solid #17296b;
	padding: 0;
	color: #17296b; 
	background: #ffffff;
	text-align: center;
	clear: left;
}

.cp_form h3 {
	color: #17296b; 
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
	background: #17296b;
	font-weight: bolder;
}

.cp_form h3 .stand_out {
	font-size: 130%;
}

.cp_form .form_inputs {
	background: #eef1f5;
	background: #cfd9e5;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: 2px solid #17296b;
	border-bottom: 2px solid #17296b;
}

.cp_form p {
	color: #065388;
	margin: 0;
	padding: 0;
	padding-right: 15px;
	padding-left: 15px;
}

.cp_form label {
	float: left;
	margin-left: 55px;
	width: 100px;
	font-weight: bold;
}

.cp_form img {
	margin-left: 25px;
}

.cp_form input, textarea {
	width: 180px;
	border: 2px inset #999999;
	margin-right: 60px;
}

.cp_form .boxes{  /* the class "boxes" s/b assigned to all checkboxes */
	width: 1em;
}

.cp_form .submitbutton {
	margin: 0;
	padding: 2px;
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	background: #17296b; 
	color: #ffffff;
	border:1px solid;
    border-top-color:#696;
    border-left-color:#696;
    border-right-color:#363;
    border-bottom-color:#363;
}

.cp_form br {
	clear: left;
}

/* Form to Sign up for Newsletter */

#slidein {
	position: absolute;
	width: 525px; /* set this width equal to the width of #newsletter_signup */
	height: auto;
	top: -450px;
	left: -565px;
	z-index: 400;
}

#slidein #closebutton {
	position: absolute;
	top: 45px;
	right: 5px;
	z-index: 500;
}

#newsletter_signup {
	width: 525px;
	margin: auto;
	margin-top: 40px;
	position: relative;
	left: -5px;
}

#newsletter_signup h3 {
	margin-bottom: 25px;
}

#newsletter_signup2 {
	width: 450px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.form_blurb {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

#spacer3 {
	height: 400px;
}

/* Footer Styles */

#footer {
	clear: both;
	height: auto; 
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 20px;
	border: 1px solid #BFDEEA;
}

#footer p {
	line-height: 40px;
}

/* Styling Individual Pages */

/* Home Page */

#spacer1 {
	height: 0px;
}

/* Articles Styles */

#articles1, #articles2 {
	width: 300px;
	padding: 20px;
	margin-top: 0px;
	list-style-type: none;
	float: left;
}

#articles1 li, #articles2 li {
	padding-bottom: 5px;
}

/* FAQ Styles */

.accordion {
	list-style-position: outside; 
	list-style-type: none; 
}

.accordion h5 a {
	background-image: url(../images/custom_bullet2.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #f5702b;
	display: block;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
}

.accordion a:hover {
	font-weight: bold;
	font-size: 10pt;
	background-image: url(../images/custom_bullet_hover2.gif);
	
}

.accordion p  {
	padding-left: 20px;
	font-style: italic; 
	font-weight: normal;
	font-size: 10pt;
}

#guarantee {
	background: none;
}

.accordion p a:hover {
	background: none;
}

/* Creating Power Course Styles */

#btsig {
	display: block;
	clear: both;
	padding-left: 160px;
}

#iron_clad {
	font-style: normal;
	background:#fff5ec;
}

#iron_clad h3 {
	font-size: 130%;
}

#free_bonus {
	list-style-type:none;
}

#free_bonus li {
	padding: 0;
	padding-left:25px;
	padding-bottom: 20px;
    background-image: url(../images/custom_bullet2.gif);
	background-repeat: no-repeat;
}

.bonus1 {
	color: #000000;
	font-weight: bold;
}

.bonus2 {
	color: #0069B2;
	font-weight: bold;
}

/* Creating Wealth Course Styles */

#imagine {
	margin-left: 60px;
	margin-top: 40px;
	margin-bottom: 10px;
	list-style-position: inside;
}

#imagine li {
	padding: 0;
	padding-left:5px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	font-weight: bold;
}

/* Power of Believing Course Styles */

#karimpic {
	width: 135px;
	float: right;
	padding-left: 20px;
	text-align: center;
}

#custom_bullets1, #custom_bullets2 {
	list-style-type:none;
}

#custom_bullets1 li, #custom_bullets2 li {
	padding-left:25px;
	padding-bottom: 15px;
    background-image: url(../images/custom_bullet.gif);
	background-repeat: no-repeat;
}

#additional_cds {
	padding-top: 20px;
	padding-bottom:0;
	margin-bottom: 0;
}

#additional_cds ul{
	list-style-type: none;
	padding-bottom:0px;
	margin-bottom: 0px;
}

#additional_cds li {
	height: 180px;
	margin-top: 20px;
	padding-left: 20px;
}

#additional_cds li{
	padding: 0;
}

/* Products Page */

#content #product_wrapper {	
	width: 600px;
	margin: 0;
	padding-bottom: 0px;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
	border: 1px solid #99CCFF;
	min-height: 575px;
}

#content #product_wrapper .products {
	border-top: 1px solid #99CCFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 0px;
}

#content #product_wrapper .products img {
	float: left;
	padding-right: 30px;
}

#content #product_wrapper .products .info_button {
	margin-bottom: 12px;
}

#content #product_wrapper .products .price {
	font-size: 20pt;
	color:#f5702b;
	height: 60px;
	line-height: 60px;
	width: 130px;
	float: left;
}

#last_prod {
	margin-bottom: 20px;
}

#prod_list {
	list-style-type:none;
	float: left;
}


#prod_list li {
	padding: 0;
	padding-left:25px;
	padding-bottom: 20px;
    background-image: url(../images/custom_bullet2.gif);
	background-repeat: no-repeat;
}

#affirmations2 {
	list-style-type:none;
	clear: left;
}


#affirmations2 li {
	text-indent: 0px;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 12px;
	padding-bottom: 5px;
	margin-left: -20px;
	list-style-position: outside;
	border: 2px solid #99CCFF;
	border: 2px solid #BFDEEA;
}

#affirmations2 .affirmation_price {
	font-size: 20pt;
	color:#f5702b;
	float: right;
}

#affirmations2 .affirmation_buttons  a {
	float: left;	
	width: 156px;
	padding-right: 8px;
}

#affirmations2  .getboth {
	margin-top: 20px;
	font-weight: bold;
	font-size: 105%;
	clear: left;
}

#affirmations2 .narrow {
	width: 400px;
}

.prod_wrap {
	width: 280px;
	height: auto;
	margin-left: 260px;
}

#spacer2 {
	height: 210px;
}

/* Affirmations Page */

#affirmations {
	list-style-type:none;
	clear: left;
}

#affirmations h3 {
	font-size: 160%;
}

hr {
	border: none 0; 
	border-top: 2px dashed #b4cbdb;
	height: 2px;
	margin-bottom: 5px;
	clear: left;
}

#affirmations_pic {
	margin-bottom: 20px;
}

#content #product_wrapper .products .subproducts .price {
  line-height: 20px;
}

#affirmations li {
	margin-top: 20px;
	margin-left: none;
	text-indent: 0px;
	margin-left: -20px;
	padding: 20px;
	padding-right: 18px;
	list-style-position: outside;
	border: 2px solid #99CCFF;
	border: 2px solid #BFDEEA;
}

#affirmations .affirmation_title {
	color: #1b2266;
	font-size: 16pt;
	float: left;
	line-height: 40px;
}

#affirmations .affirmation_price {
	font-size: 20pt;
	color:#f5702b;
	float: right;
}

#affirmations .affirmation_buttons {
	display: block;
	clear: both;
	padding-top: 20px;
}

#affirmations .affirmation_buttons  a {
	margin-right: 10px;
}

.affirmations_table {
	border: 2px solid #b4cbdb;
	border: 2px solid #BFDEEA;
	text-align: center;
	margin-bottom: 30px;
}

.affirmations_table td {
	padding: 3px;
	padding-top: 17px;
	width: 50%;
	border: 1px solid #b4cbdb;
	font-size: 110%;
}

.affirmations_table .order_link {
	width: 15%;
}

.getboth {
	margin-top: 20px;
	font-weight: bold;
	font-size: 110%;
}

#affirmation_pics {
	margin: auto;
	width: 400px;
}

#affirmation_pics img {
	border: 1px solid #065388;
	margin-right: 10px;
}

/* Under Construction */

#construction {
	width: 419px;
	margin: auto;
	margin-top: 30px;
}
