/*CSS Document yipes*/

* {margin: 0; padding: 0;}

body{
	margin: 10px;
	background-color: #99CC99;
	color: #000000;
	font-family: "Arial", Arial, sans;
	font-size: 12px;
	line-height: 15px;
	text-align: left;	
}

td.formfields{
	font-family: "Arial", Arial, sans;
	font-size: 12px;
	line-height: 15px;
	text-align: left;	
}

.header_image{
	float: right;
	padding: 0px;
}

a{
	color: #003300;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #003300;
	text-decoration: underline;
	background-color: #99CC99;
}

ol { 
	list-style-position: inside; 
	margin-left: 15px;
	text-indent: -15px;
}

.home_image{
	float: left;
	margin: 20px 20px 20px 0px;
}

.how_itworks_image{
	float: right;
	margin: 20px;
}

.detailed_instructions_image{
	float: left;
	margin: 20px 20px 20px 0px;
}


.green_andbig{
	color: #006600;
	font-size: 14px;
	font-weight: bolder;
}

.red_andbig{
	color: red;
	font-size: 14px;
	font-weight: bolder;
}

.black_andbig{
	color: #000000;
	font-size: 14px;
	font-weight: bolder;
}

.green_andbold{
	color: #006600;
	font-weight: bold;
}

.green_only{
	color: #006600;
	font-weight: bold;
}

#container_noimage{
	border: 1px;
	border-style: solid;
	border-color: #006600;
	background-color: #FFFFFF;
	color: #000000;
	width: 640px;
	height: 740px;
}	

#container_home{
	border: 1px;
	border-style: solid;
	border-color: #006600;
	background-color: #FFFFFF;
	background-image: url(images/container_home.jpg);
	background-repeat: no-repeat;
	color: #000000;
	width: 640px;
	height: 740px;
}

table.container_home{
	border: 1px;
	border-style: solid;
	border-color: #006600;
	background-color: #FFFFFF;
	background-image: url(images/container_home.jpg);
	background-repeat: no-repeat;
	color: #000000;
	width: 640px;
	height: auto;
	vertical-align:top;
}

#container_home_order{
	border: 1px;
	border-style: solid;
	border-color: #006600;
	background-color: #FFFFFF;
	background-image: url(images/container_home.jpg);
	background-repeat: no-repeat;
	color: #000000;
	width: 640px;
	height: 780px;
}

#nav_section_home{
	width: 160px;
	height: 740px;
	float: left;
	background-color: #006600;
	vertical-align:top;
}

td.nav_section_home{
	width: 160px;
	height: auto;
	float: left;
	background-color: #006600;
}

#container_how_itworks{
	border: 1px;
	border-style: solid;
	border-color: #006600;
	background-color: #FFFFFF;
	background-image: url(images/container_how_itworks.jpg);
	background-repeat: no-repeat;
	color: #000000;
	width: 640px;
	height: 570px;
}

#nav_section_how_itworks{
	width: 160px;
	height: 570px;
	float: left;
	background-color: #006600;
}

#container_detailed_instructions{
	border: 1px;
	border-style: solid;
	border-color: #006600;
	background-color: #FFFFFF;
	background-image: url(images/container_detailed_instructions.jpg);
	background-repeat: no-repeat;
	color: #000000;
	width: 640px;
	height: 1100px;
}

#nav_section_detailed_instructions{
	width: 160px;
	height: 1120px;
	float: left;
	background-color: #006600;
}


html>body #container_detailed_instructions{
	border: 1px;
	border-style: solid;
	border-color: #006600;
	background-color: #FFFFFF;
	background-image: url(images/container_detailed_instructions2.jpg);
	background-repeat: no-repeat;
	color: #000000;
	width: 640px;
	height: 1200px;
}

html>body #nav_section_detailed_instructions{
	width: 160px;
	height: 1200px;
	float: left;
	background-color: #006600;
}

#nav{
	width: 160px;
	height: 150px;
	float: left;
	margin: 0px;
}

#nav li{
	display: inline;
}

#benefits a{
	float:left;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	width: 140px;
	height: 18px;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	border: 0px;
}

#benefits a:hover{
	float:left;
	background-color: #99CC99;
}

#benefits a#current{
	float:left;
	background-color: #99CC99;
}

#how_itworks a{
	float:left;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	width: 140px;
	height: 18px;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	border: 0px;
}

#how_itworks a:hover{
	float:left;
	background-color: #99CC99;
}

#how_itworks a#current{
	float:left;
	background-color: #99CC99;
}

#detailed_instructions a{
	float:left;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	width: 140px;
	height: 18px;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	border: 0px;
}

#detailed_instructions a:hover{
	float:left;
	background-color: #99CC99;
}

#detailed_instructions a#current{
	float:left;
	background-color: #99CC99;
}

#contact_us a{
	float:left;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	width: 140px;
	height: 18px;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	border: 0px;
}

#contact_us a:hover{
	float:left;
	background-color: #99CC99;
}

#contact_us a#current{
	float:left;
	background-color: #99CC99;
}

#testimonials a{
	float:left;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	width: 140px;
	height: 18px;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	border: 0px;
}

#testimonials a:hover{
	float:left;
	background-color: #99CC99;
}

#testimonials a#current{
	float:left;
	background-color: #99CC99;
}

#video a{
	float:left;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	width: 140px;
	height: 18px;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	border: 0px;
}

#video a:hover{
	float:left;
	background-color: #99CC99;
}

#video a#current{
	float:left;
	background-color: #99CC99;
}

#order a{
	float:left;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	width: 140px;
	height: 18px;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	border: 0px;
}

#order a:hover{
	float:left;
	background-color: #99CC99;
}

#order a#current{
	float:left;
	background-color: #99CC99;
}

#content{
	width: 460px;
	height: auto;
	float: left;
	padding: 10px;
	margin: 10px 0px 20px 0px;
	text-align: left;
}

#content-benefits{
	width: 460px;
	height: 800px;
	float: left;
	padding: 10px;
	margin: 10px 0px 20px 0px;
	text-align: left;
}

#nav_section_benefits{
	width: 160px;
	height: 1140px;
	float: left;
	background-color: #006600;
	vertical-align:top;
}
#container_benefits{
	border: 1px;
	border-style: solid;
	border-color: #006600;
	background-color: #FFFFFF;
	background-image: url(images/container_home.jpg);
	background-repeat: no-repeat;
	color: #000000;
	width: 640px;
	height: 1140px;
}


html>body #content{
	width: 420px;
	height: auto;
	float: left;
	padding: 10px;
	margin: 10px 0px 20px 0px;
	text-align: left;
}

td.content{
	width: 420px;
	height: auto;
	float: left;
	padding: 10px;
	margin: 10px 0px 20px 0px;
	text-align: left;
}

#content_home{
	width: 400px;
	height: auto;
	float: left;
	margin: 30px;
	text-align: left;
}

#container_video{
	border: 1px;
	border-style: solid;
	border-color: #006600;
	background-color: #FFFFFF;
	background-image: url(images/container_how_itworks.jpg);
	background-repeat: no-repeat;
	color: #000000;
	width: 640px;
	height: 570px;
}

#nav_section_video{
	width: 160px;
	height: 570px;
	float: left;
	background-color: #006600;
}