	/**
	 * ********************************************************************************************
	 *
	 * (C) 2026 Gigarush, LLC
	 * 
	 * ********************************************************************************************
	 <style>
	 /**/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, sup,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline
}


body {
	/*background-color:#FFFFFF;*/
	background-color: rgb(43, 56, 84);
	margin:0px;
	font-size:14px;
	font-family: Arial, sans-serif;
}

#body_container {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0px;
	background-color: #FFFFFF;
}

#main_container {
	position:relative;
	width:900px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
}

#navlinks {
	position:relative;
	width:900px;
	height:222px;
	text-align:right;
	margin:auto;
}

#navlinks a {
	color:white;
	text-decoration:none;
}

#topnav {
	height:27px;
	background: rgb(43, 56, 84);
	color:white;
	line-height:26px;
}

#header {
	padding-top:30px;
}

#logo {
	float: right;
	padding-right:5px;
}

#refer_by {
	float:left;
	width:200px;
	padding:15px 10px 0px 0px;
	text-align:right;
	font-size:.85em;
	line-height:1em;

}

#photo {
	float:left;
	width:50px;
	padding-right:5px;
}

#pagelabel {
	float:right;
	width:248px;
}

#whatisheader {
	position:relative;
	width:900px;
	margin-bottom:10px;
	font-size:2em;
	font-weight:bold;
}


#forcustomer {
	padding:10px;
	width:430px;
	height:150px;
	background-color:#eeeeee;
	color:#333333;
	font-size:1.1em;
}


#forcustomer h1 {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:5px;
}

#opportunity {
	padding:10px;
	width:430px;
	height:150px;
	background-color:#83B137;
	color:white;
	font-size:1.1em;
}

#opportunity h1 {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:5px;
}

.changer {
	color:#666666;
}
.wrap {
	position:relative;
	margin:0px auto;
	padding:0px 40px 0px 0px;
}

.dkgrn {
	width:860px;
	margin:0px;
	background-color:#83B137;
	color:white;
}

.ltgrn {
	width:820px;
	margin:0px;
	background-color:#A0CB48;
	color:black;
}

.white {
	width:780px;
	margin:0px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	border-top:0px;
	color:black;
}


.dkgrn a {
	color:blue;
}

.ltgrn a {
	color:white;
}

.white a {
	color:blue;
}

.wrap2 {
	position:relative;
	margin:auto;
	padding:10px;
}

.dkgrn2 {
	width:880px;
	background-color:#83B137;
}

.ltgrn2 {
	width:860px;
	background-color:#A0CB48;
}

.white2 {
	width:840px;
	background-color:#FFFFFF;
}

#freesavings {
	display:block;
}

#premiumsavings {
	display:none;
	background-color:#A0CB48;
}

#platinumsavings {
	display:none;
	background-color:#83B137;
}

#dealdesc {
	padding:10px 5px 10px 30px;
	float:left;
	width:380px;
}


#dealdesc ul {
	margin:10px 0px 10px 30px;

}

#dealimage {
	float:right;
	padding-top:20px;
	width:360px;
}

.dealmessage {
	padding:10px 30px;
	font-size:1.2em;
}

#boxtitle {
	margin:auto;
	font-size:2.25em;
	text-align:center;
	font-weight:bold;
}

#subtitle {
	margin:auto;
	font-size:1.75em;
	text-align:center;
}

#videobox {
	float: left;
	margin:20px 10px 0px 5px;
	background:#000000;
	padding:5px;
	width:490px;
	height:275px;
}

#startable td {
	vertical-align:middle;
	padding:5px;
	line-height:1em;
}

.labeltop {
	font-size:1.2em;
	margin-top:10px;
}

#formbox {
	float: right;
	margin:20px 5px;
	padding:5px;
	width:300px;
	background:#EFEFEF;
	border: 2px solid #CCCCCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

}

#formtitle {
	padding:10px 0px;
	margin:auto;
	text-align:center;
	color:#707070;
	font-weight:bold;
	font-size:1.8em;
}

.form { padding: 5px; margin: 5px; }
.form label,
.form span.label { margin-right: 5px; padding-right: 10px; width: 100px; display: block; float: left;  font-weight: bold; text-align: right; position: relative; line-height:24px; }
.form label em,
.form span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
.form input:focus,
.form input.error:focus {	background-color: #FFC; border-color: #FC6; }
.form div.controlset label,
.form div.controlset input { display: inline; float: none; }
.form .field { margin-bottom: 1em; }
.form .field input
{
	padding: 4px;
	border: 1px solid #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}

.form .xsmall { width: 40px; }
.form .small { width: 150px; }
.form .med { width: 200px; }

#formterms {
	text-align:center;
	font-size:.85em;
}


.clickbutton {
	position:relative;
	border: 1px solid rgb(83, 96, 124);
	padding: 6px 15px !important;
	text-align: center !important;
	color: white;
	font-size: 1.5em !important;
	cursor: pointer;
	text-decoration:none;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
	-webkit-box-shadow: #666 0px 2px 3px !important;
	-moz-box-shadow: #666 0px 2px 3px !important;
	box-shadow: #666 0px 2px 3px;
	background: rgb(43, 56, 84);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(63, 76, 104)), to(rgb(43, 56, 84)));
	background: -moz-linear-gradient(rgb(63, 76, 104), rgb(43, 56, 84));
	background: linear-gradient(rgb(63, 76, 104), rgb(43, 56, 84));
	-pie-background: linear-gradient(rgb(63, 76, 104), rgb(43, 56, 84));
	behavior: url(/css/PIE.htc) !important;
}

a.clickbutton { color: white; }
a.clickbutton:hover {
	text-decoration: underline;
}

.clickb2 {
	padding: 2px 5px !important;
	font-size: 1.0em !important;
	font-weight:bold !important;
}


#formsubmit {
	text-align:center;
	margin:auto;
	padding-bottom:10px;
}

#formarrow {
	position:absolute;
	z-index:100;
	top:395px;
	left:0px;
}

#formtag {
	position:absolute;
	z-index:100;
	top:90px;
	left:510px;
}


.productbox {
	float: left;
	margin:20px 5px 5px 5px;
	padding:5px;
	width:275px;
	text-align:left;
	background:#EFEFEF;
	border: 2px solid #CCCCCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.producttitle {
	margin:auto;
	text-align:center;
	font-size:1.7em;
	font-weight:bold;
}

.productbox ul {
	padding:5px 20px;
}


.commissionbox {
	margin:5px 0px 20px 5px;
	padding:10px;
	width:865px;
	text-align:left;
	background:#EFEFEF;
	border: 2px solid #CCCCCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


.commissiontitle {
	text-align:left;
	font-size:1.7em;
	font-weight:bold;
}

#whatis {
	float:left;
	width:574px;
	padding:5px;
	background:url(/images/index_only/joinpage/background-woman.jpg) no-repeat;
	border:1px solid #666666;
	font-size:.85em;
}


#testimonials {
	float:right;
	width:285px;
	padding:20px 5px;
	border:1px solid #666666;
	font-weight:bold;
	text-align:center;
}

#loginheader {
	margin:20px 0px 0px 10px;
	width:390px;
}

#loginheader .title {
	font-size:1.5em;
	color:#666666;
	font-weight:bold;
}

#loginheader .link {
	padding-top:5px;
	font-size:.9em;
}


#loginbox {
	margin:5px 0px 20px 5px;
	padding:10px 5px 10px 40px;
	width:350px;
	background:#EFEFEF;
	border: 2px solid #CCCCCC;
}

#loginbox .smalltext {
	font-size:.8em;
}


#footerwrapper{
	width:100%;
	display: block;
	color:#FFFFFF;
	height:100%;
	min-height:100px;
	padding-bottom:30px;
	background-color: rgb(43, 56, 84);
	border-top:10px solid  rgb(63, 76, 104);
	margin:0;
}

#footer {
 	width:900px;
 	margin:auto;
 	padding-top:10px;
	font-size:.9em;
}

#footer a {
	color:white;
}


#footer h1 {
	color:white;
	margin-top:0px;
	margin-bottom:5px;
	font-size:1.8em;
}

#footerleft {
	float:left;
	margin-left:10px;
}

#footerright {
	float:right;
	margin-right:40px;
	line-height: 2em;
}


.message
{
	background: #CCC url(/css/images/silk/information.png) no-repeat 10px 11px;
	font-size: 13px;
	color: #74655f;
	display:block;
	padding:10px 10px 10px 40px;
	margin-bottom: 1em;
	border: 1px solid #c2beb1;
	position:relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/css/PIE.htc);
}

	.message span
	{
		display: none !important;
		position: absolute;
		right:7px;
		top:5px;
		font-weight:bold;
		font-size:10px;
		padding:0px;
		cursor:pointer;
	}

		.message-closable span { display: block !important; }

	.message-warning
	{
		background-color: #fffcd3;
		background-image: url(/css/images/silk/error.png);
		color: #74655f;
		border-color: #c2beb1;
	}

	.message-success
	{
		background-color: #d9edbe;
		background-image: url(/css/images/silk/accept.png);
		color: #556652;
		border-color: #b3d97f;
	}

	.message-info
	{
		background-color: #d4ebfa;
		background-image: url(/css/images/silk/information.png);
		color: #4b6bab;
		border-color: #90b1c7;
	}

	.message-error
	{
		background-color: #f6b9b9;
		background-image: url(/css/images/silk/exclamation.png);
		color: #c32727;
		border-color: #e18484;
	}

.fLeft {
	float:left;
}

.fRight {
	float:right;
}

.clear { clear: both; }