﻿/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}
body {
	font-family:  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	text-align: center;
	background: #959595 url('../images/pagebg-light.gif') repeat-x fixed;
	margin: 0;
	padding: 0;
	overflow: visible;
}
/* Content */
img	{
	border: 0;
}
img.logo	{
	margin: 20px 0 0 20px;
	float: left;
}
h1	{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #163954;
	font-size: 28px;
	text-align: left;
	margin: 15px 0;
}
h1.small	{
	font-size: 22px;
	margin: 5px 0;
}
h1.home	{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 32px;
	padding: 0 0 0 85px;
	font-weight: bold;
}
h2	{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #163954;
	font-size: 18px;
	text-align: left;
	padding-top: 20px;
}
h2.sm	{
	font-size: 16px;
}
h2.home	{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 28px;
	padding: 0px 0 20px 0;
	font-weight: normal;
	text-align: center;
}
h3	{
	color: #73aa27;
	font-size: 14px;
	text-align: left;
}
h3.home	{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	color: #85b148;
	padding: 10px 40px 40px 0;
	font-weight: normal;
	text-align: center;
}
p	{
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0;
}
p.home	{
	font-size: 14px;
	line-height: 20px;
	margin: 10px 137px 0 100px;
	text-align: justify;
}
p.quote	{
	margin: 10px 80px 10px 40px;
	font-style: italic;
	font-weight: bold;
	color: #559200;
}
.quotee	{
	font-weight: bold;
	font-style: normal;
}
#rightmain p	{
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}
a.play	{
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	background: url('../images/play.png') no-repeat transparent;
	text-indent: 20px;
	display: block;
}
a.play:hover {
	color: #ff0000;
}
a:visited.next	{
	font-size: 16px;
	line-height: 18px;
	background: url('../images/nextpage.gif') no-repeat transparent right;
	text-align: right;
	padding-right: 20px;
	color: blue;
	display: block;
}
a:link.next	{
	font-size: 16px;
	line-height: 18px;
	background: url('../images/nextpage.gif') no-repeat transparent right;
	text-align: right;
	padding-right: 20px;
	color: blue;
	display: block;
}
a.next	{
	font-size: 16px;
	line-height: 18px;
	background: url('../images/nextpage.gif') no-repeat transparent right;
	text-align: right;
	padding-right: 20px;
	color: blue;
	display: block;
}
a.next:hover {
	color: #a5db59;
}
a:hover {
	color: #a5db59;
}
#main ul	{
	list-style-image: url('../images/bullet1.gif');
	margin: 10px 0 0 27px; 
	font-size: 12px;
}
#main ul li{
	vertical-align:middle;
	line-height: 18px;
	margin: 10px 0;
}
#main ul.small	{
	list-style-image: url('../images/bullet2.gif');
}
ul.more	{
	list-style-type: none;
	height: 35px;
}
ul.more li	{
	display: inline;
	float: left;
}
ul.more li a {
	display: inline;
	padding: 5px 10px 5px 5px;
	white-space:nowrap;
	float: left;
	text-indent: 12px;
	background: transparent url('../images/bullet1.gif') no-repeat left center;
}
#ropeanim	{
	margin: 0 0 0 0;
	text-align: left;
}
.green	{
	color: #85b148;
}
.bgreen	{
	color: #a5db59;
}
.center	{
	text-align: center;
}
.indent	{
	padding-left: 25px;
}
#msquote	{
	width: 200px;
	height: 320px;
	background: transparent url('../images/msquote.png') no-repeat;
}
#msquote p.head	{
	font-size: 14px;
	font-weight: bold;
	color: #a5db59;
	padding: 8px 0 0 0;
	text-align: center;
}
#msquote p.sidequote	{
	margin: 10px 15px;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
#msquote p.sidequote .quotee	{
	font-size: 10px;
	font-style: italic;
}
#msquote div	{
	margin: 0 5px 0 15px;
}
/* Forms */
#regdownload div	{
	margin: 10px 0;
	font-size: 12px;
	/*width: 780px;*/
}
#registration div	{
	margin: 10px 0;
	font-size: 12px;
}
#regdownload label.text {
	width: 125px;
	text-align: right;
	padding-right: 20px;
	display: block;
	float: left;
}
#registration label.text {
	width: 125px;
	text-align: right;
	padding-right: 20px;
	display: block;
	float: left;
}
#regdownload textarea	{
	width: 300px;
	height: 80px;
	font-family: arial, helvetica, sans-serif;
}
#registration textarea	{
	width: 300px;
	height: 80px;
	font-family: arial, helvetica, sans-serif;
}
#regdownload input	{
	width: 200px;
}
#registration input	{
	width: 200px;
}
#registration input.check	{
	width: 20px;
}
#regdownload input.check	{
	width: 20px;
}
#regdownload input.submit	{
	width: auto;
}
#registration input.submit	{
	width: auto;
}
#registration fieldset	{
	margin: 0 0;
	padding: 10px;
	border: none;
	width: 500px;
	text-align: left;
}
#regdownload fieldset	{
	margin: 0 0;
	padding: 10px;
	border: none;
	width: 840px;
	text-align: left;
}
#regdownload div.privacy	{
	margin: 0 0 0 50px; 
	font-size: 10px;
	width: 420px;
}
#registration div.privacy	{
	margin: 0 0 0 50px; 
	font-size: 10px;
	width: 420px;
}
#regdownload div.buttons	{
	 width: 420px;
	 text-align: center;
}
#registration div.buttons	{
	 width: 420px;
	 text-align: center;
}
#regdownload #emailOptOut	{
	width: 20px;
	margin-left: 140px;
}
#registration #emailOptOut	{
	width: 20px;
	margin-left: 140px;
}
#regdownload input.submit	{
	width: 60px;
}
#registration input.submit	{
	width: 60px;
}
#regdownload input.email	{
	width: 140px;
}
#registration input.email	{
	width: 140px;
}
.req	{
	font-weight: bold;
	color: #d80038;
}
.indent10	{
	padding-left: 150px;
}
/*-----------------------------------------------------------------------------
Overlapping CSS Navigation
version:   1.0
date:      09/12/06
author:    george ornbo
email:     george at shapeshed dot com
Licensed under a 2.0 Creative Commons License
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------

Define the width of the nav div

-----------------------------------------------------------------------------*/

#nav	{ 
	width: 955px; 
	height: 22px;
}
#nav ul {
	list-style: none;
	width: 955px;
	height: 22px;
	background-color: #304b6a;
}
#nav li {
    list-style: none;
	display: inline;
	text-align: center;
}
#nav li a {
	text-decoration: none;
	display: block;
	float: left;	
	background: url("../images/menu.png") no-repeat;
	text-indent: -9999px;
}	
	
/*-----------------------------------------------------------------------------

Define the width of each li item. This is used as a letter box to show the 
correct part of the background image *

-----------------------------------------------------------------------------*/
	
li#home a {
	width: 126px;
	height: 22px;
}
li#overview a {
	width: 140px;
	height: 22px;
}
li#need a {
	width: 140px;
	height: 22px;
}
li#use a {
	width: 140px;
	height: 22px;
}
li#details a {
	width: 140px;
	height: 22px;
}
li#learn a {
	width: 140px;
	height: 22px;
}
li#contact a {
	width: 129px;
	height: 22px;
}
	
/*-----------------------------------------------------------------------------

Position the background image within the left boxes we have created. Use hover states
to show the correct background position for hover states.

A negative margin is used to show the whole tab. As this doesn't work in IE a 
separate stylesheet is used for IE6 and below.

-----------------------------------------------------------------------------*/	

li#home a:visited {	
	background-position: -1px -1px;
}
li#home a:link {	
	background-position: -1px -1px;
}
li#home a:focus {	
	background-position: -1px -23px;
}
li#home a:hover {	
	background-position: -1px -23px;
}
li#overview a:visited {	
	background-position: -127px -1px;
}
li#overview a:link {	
	background-position: -127px -1px;
}
li#overview a:focus {	
	background-position: -105px -67px;
	width: 162px;
	margin-left: -22px;
}	
li#overview a:hover {	
	background-position: -105px -67px;
	width: 162px;
	margin-left: -22px;
}	
li#need a:visited {	
	background-position: -267px -1px;
}
li#need a:link {	
	background-position: -267px -1px;
}
li#need a:focus {	
	background-position: -245px -111px;
	width: 162px;
	margin-left: -22px;
}	
li#need a:hover {	
	background-position: -245px -111px;
	width: 162px;
	margin-left: -22px;
}	
li#use a:visited {	
	background-position: -407px -1px;
}
li#use a:link {	
	background-position: -407px -1px;
}
li#use a:focus {	
	background-position: -385px -155px;
	width: 162px;
	margin-left: -22px;
}
li#use a:hover {	
	background-position: -385px -155px;
	width: 162px;
	margin-left: -22px;
}
li#details a:visited {	
	background-position: -547px -1px;
}
li#details a:link {	
	background-position: -547px -1px;
}
li#details a:focus {	
	background-position: -525px -199px;
	width: 162px;
	margin-left: -22px;
}
li#details a:hover {	
	background-position: -525px -199px;
	width: 162px;
	margin-left: -22px;
}
li#learn a:visited {	
	background-position: -686px -1px;
}
li#learn a:link {	
	background-position: -686px -1px;
}
li#learn a:focus {	
	background-position: -664px -243px;
	width: 162px;
	margin-left: -22px;
}
li#learn a:hover {	
	background-position: -664px -243px;
	width: 162px;
	margin-left: -22px;
}
li#contact a:visited {	
	background-position: -826px -1px;
}
li#contact a:link {	
	background-position: -826px -1px;
}
li#contact a:focus {	
	background-position: -804px -287px;
	width: 151px;
	margin-left: -22px;
}
li#contact a:hover {	
	background-position: -804px -287px;
	width: 151px;
	margin-left: -22px;
}

/*-----------------------------------------------------------------------------

Set the on states using the body id.

-----------------------------------------------------------------------------*/	

body#home-page li#home a:visited {	
	background-position: -1px -1px;
}
body#home-page li#home a:link {	
	background-position: -1px -1px;
}
body#home-page li#overview a:focus {	
	background-position: -105px -67px;
	width: 162px;
	margin-left: -22px;
}
body#home-page li#overview a:hover {	
	background-position: -105px -67px;
	width: 162px;
	margin-left: -22px;
}
body#overview-page li#overview a:visited {	
	background-position: -105px -67px;
	width: 162px;
	margin-left: -22px;
}
body#overview-page li#overview a:link {	
	background-position: -105px -67px;
	width: 162px;
	margin-left: -22px;
}
body#overview-page li#home a:focus {	
	background-position: -1px -22px;
	/*overflow: auto; - causes problem with mozilla on mouse over*/
	position: relative;
}
body#overview-page li#home a:hover {	
	background-position: -1px -45px;
	/*overflow: auto;*/
	position: relative;
}
body#overview-page li#need a:focus {	
	background-position: -245px -89px;
	width: 162px;
	margin-left: -22px;
}
body#overview-page li#need a:hover {	
	background-position: -245px -89px;
	width: 162px;
	margin-left: -22px;
}
body#need-page li#need a:visited {	
	background-position: -245px -111px;
	width: 162px;
	margin-left: -22px;
}
body#need-page li#need a:link {	
	background-position: -245px -111px;
	width: 162px;
	margin-left: -22px;
}
body#need-page li#overview a:focus {	
	background-position: -105px -89px;
	width: 162px;
	margin-left: -22px;
	/*overflow: auto;*/
	position: relative;
}
body#need-page li#overview a:hover {	
	background-position: -105px -89px;
	width: 162px;
	margin-left: -22px;
	/*overflow: auto;*/
	position: relative;
}
body#need-page li#use a:focus {	
	background-position: -385px -133px;
	width: 162px;
	margin-left: -22px;
	position: relative;
}
body#need-page li#use a:hover {	
	background-position: -385px -133px;
	width: 162px;
	margin-left: -22px;
	position: relative;
}
body#use-page li#use a:visited {	
	background-position: -385px -155px;
	width: 162px;
	margin-left: -22px;
}
body#use-page li#use a:link {	
	background-position: -385px -155px;
	width: 162px;
	margin-left: -22px;
}
body#use-page li#need a:focus {	
	background-position: -245px -133px;
	width: 162px;
	margin-left: -22px;
	/*overflow: auto;*/
 	position: relative;
}
body#use-page li#need a:hover {	
	background-position: -245px -133px;
	width: 162px;
	margin-left: -22px;
	/*overflow: auto;*/
 	position: relative;
}
body#use-page li#details a:focus {	
	background-position: -525px -177px;
	width: 162px;
	margin-left: -22px;
	/*overflow: auto;*/
	position: relative;
}
body#use-page li#details a:hover {	
	background-position: -525px -177px;
	width: 162px;
	margin-left: -22px;
	/*overflow: auto;*/
	position: relative;
}
body#details-page li#details a:visited {	
	background-position: -525px -199px;
	width: 162px;
	margin-left: -22px;
}
body#details-page li#details a:link {	
	background-position: -525px -199px;
	width: 162px;
	margin-left: -22px;
}
body#details-page li#use a:focus {	
	background-position: -385px -177px;
	width: 162px;
	margin-left: -22px;
	/*overflow: auto;*/
	position: relative;
}
body#details-page li#use a:hover {	
	background-position: -385px -177px;
	width: 162px;
	margin-left: -22px;
	/*overflow: auto;*/
	position: relative;
}
body#details-page li#learn a:focus {	
	background-position: -665px -221px;
	width: 162px;
	margin-left: -22px;
	/*overflow: auto;*/
	position: relative;
}
body#details-page li#learn a:hover {	
	background-position: -664px -221px;
	width: 162px;
	margin-left: -22px;
}
body#learn-page li#learn a:visited {	
	background-position: -665px -243px;
	width: 162px;
	margin-left: -22px;
}
body#learn-page li#learn a:link {	
	background-position: -665px -243px;
	width: 162px;
	margin-left: -22px;
}
body#learn-page li#details a:focus {	
	background-position: -525px -221px;
	width: 162px;
	margin-left: -22px;
	/*overflow: auto;*/
	position: relative;
}
body#learn-page li#details a:hover {	
	background-position: -525px -221px;
	width: 162px;
	margin-left: -22px;
	/*overflow: auto;*/
	position: relative;
}
body#learn-page li#contact a:focus {	
	background-position: -804px -265px;
	width: 151px;
	margin-left: -22px;
	/*overflow: auto;*/
	position: relative;
}
body#learn-page li#contact a:hover {	
	background-position: -804px -265px;
	width: 151px;
	margin-left: -22px;
	/*overflow: auto;*/
	position: relative;
}
body#contact-page li#contact a:visited {	
	background-position: -804px -287px;
	width: 151px;
	margin-left: -22px;
}
body#contact-page li#contact a:link {	
	background-position: -804px -287px;
	width: 151px;
	margin-left: -22px;
}
body#contact-page li#learn a:focus {	
	background-position: -664px -265px;
	width: 162px;
	margin-left: -22px;
	/*overflow: auto;*/
	position: relative;
}
body#contact-page li#learn a:hover {	
	background-position: -664px -265px;
	width: 162px;
	margin-left: -22px;
	/*overflow: auto;*/
	position: relative;
}
/*Set background image */
#home-page #content	{
	background: url('../images/bodybg-c.jpg') no-repeat center 82px fixed;
}
#details-page #content	{
	background: url('../images/bodybg-a.jpg') no-repeat center 82px fixed;
}
#use-page #content	{
	background: url('../images/bodybg-a.jpg') no-repeat center 82px fixed;
}
#need-page #content	{
	background: url('../images/bodybg-a.jpg') no-repeat center 82px fixed;
}
#overview-page #content	{
	background: url('../images/bodybg-a.jpg') no-repeat center 82px fixed;
}
#learn-page #content	{
	background: url('../images/bodybg-c.jpg') no-repeat center 82px fixed;
}
#wpreg-page #content	{
	background: url('../images/bodybg-c.jpg') no-repeat center 82px fixed;
}
#contact-page #content	{
	background: url('../images/bodybg-c.jpg') no-repeat center 82px fixed;
}
#demo-page #content	{
	background: #ffffff url('../images/bodybg-d.jpg') no-repeat center 82px fixed;
}
/* Layout */
#wrapper {
	width: 955px;
	margin: 0 auto; 
	padding: 0 0px;
	text-align: left;
	background: #ffffff;
}
#wrapperinner	{
	background: url('../images/bodybg.jpg') repeat-y center fixed;
	float: left;
}
#home-page #wrapperinner	{
	width: 955px;
	background: url('../images/bodybg2.jpg') repeat-y center fixed;
	float: left;
	overflow: visible;
}
#learn-page #wrapperinner	{
	width: 955px;
	background: url('../images/bodybg2.jpg') repeat-y center fixed;
	float: left;
	overflow: visible;
}
#wpreg-page #wrapperinner	{
	width: 955px;
	background: url('../images/bodybg2.jpg') repeat-y center fixed;
	float: left;
	overflow: visible;
}
#contact-page #wrapperinner	{
	width: 955px;
	background: url('../images/bodybg2.jpg') repeat-y center fixed;
	float: left;
	overflow: visible;
}
#demo-page #wrapperinner	{
	background: none;
}
#headerarea	{
	height: 98px;
	width: 955px;
	background:  url('../images/headerbglg.jpg') no-repeat center top fixed;
	vertical-align: top;
	position: fixed;
}
#learn-page #headerarea { 
	background: transparent url('../images/headerbglg2.jpg') no-repeat center top fixed;
}
#wpreg-page #headerarea { 
	background: transparent url('../images/headerbglg2.jpg') no-repeat center top fixed;
}
#contact-page #headerarea { 
	background: transparent url('../images/headerbglg2.jpg') no-repeat center top fixed;
}
#home-page #headerarea { 
	background: transparent url('../images/headerbglg2.jpg') no-repeat center top fixed;
}
#demo-page #headerarea { 
	background: transparent url('../images/headerbglg3.jpg') no-repeat center top fixed;
}
#header { 
	width: 955px;
	height: 60px;
	float: right;
	background: url('../images/header.jpg') no-repeat top right;
	overflow: hidden;
}
#banner	{
	float: right;
	width: 266px;
	height: 60px;
}	
#content {
	width: 955px;
	padding: 90px 0 0 0;
	float: right;
}
#contentinner {
	width: 955px;
	background: url('../images/bodybg-b.gif') no-repeat center bottom /*fixed*/;
	float: left;
}
#learn-page #contentinner {
	background: url('../images/bodybg-b2.gif') no-repeat center bottom;
	min-height: 500px;
}
#wpreg-page #contentinner {
	background: url('../images/bodybg-b2.gif') no-repeat center bottom;
	min-height: 500px;
}
#contact-page #contentinner {
	background: url('../images/bodybg-b2.gif') no-repeat center bottom;
	min-height: 500px;
}
#home-page #contentinner {
	background: #ffffff url('../images/bodybg-b2.gif') no-repeat center bottom;
	min-height: 500px;
}
#demo-page #contentinner {
	background: none;
	min-height: 450px;
}
#colleft {
	width: 685px;
	float: left;
}
#demo-page #colleft {
	width: 685px;
	float: left;
}
#wpreg-page #colleft {
	width: 955px;
	float: left;
}
#contact-page #colleft {
	width: 720px;
	float: left;
}
#home-page #colleft {
	width: 955px;
}

#learn-page #colleft {
	width: 900px;
	float: left;
}
#colright {
	width: 240px;
	float: right;
}
#learn-page #colright {
	width: 27px;
}
#wpreg-page #colright {
	width: 27px;
}
#contact-page #colright {
	width: 27px;
}
#home-page #colright {
	width: 27px;
}
#home-page #rightcontent {
 	width: 260px;
 	float: right;
 	padding: 10px 0 0 0;
}
#rightmain	{
	width: 200px;
	padding-top: 25px;
	float: left;
	/*position: fixed;*/
}
#arrowleft	{
	width: 27px;
	height: 450px;
	float: left;
	background: url('../images/arrowleft.png') no-repeat;
	margin-right: -27px;
	cursor: pointer;
	position: fixed;
}
#home-page #arrowleft	{
	background: url('../images/arrowleft2.png') no-repeat;
	margin-left: 0px;
	cursor: default;
}
#arrowright	{
	width: 27px;
	height: 450px;
	float: right;
	background: url('../images/arrowright.png') no-repeat;
	margin-left: 213px;
	cursor: pointer;
	position: fixed;
}
#learn-page #arrowright	{
	margin-left: 0px;
}
#wpreg-page #arrowright	{
	margin-left: 0px;
}
#home-page #arrowright	{
	margin-left: 0px;
}
#contact-page #arrowright	{
	margin-left: 0px;
	background: url('../images/arrowright2.png') no-repeat;
	cursor: default;
}
#main	{
	padding: 0 30px 0 40px;
	float: right;
	text-align: justify;
}
#demo-page #main	{
	padding: 10px 40px 0 0;
	text-align: left;
	float: right;
}
#wpreg-page #main	{
	padding: 0 50px 0 0px;
	width: 865px;
	float: right;
}
#contact-page #main	{
	padding: 0 50px 0 0px;
	width: 620px;
	float: right;
}
#learn-page #main	{
	padding: 0 50px 0 0px;
	width: 800px;
	float: right;
}
#mainright	{
	padding: 10px 0 0 18px;
	float: left;
	width: 170px;
}
#learn-page #footer	{
	position: static;
	background: none;
	margin-top: -35px;
	text-align: center;
	text-indent: 0px;
	float: left;
}
#wpreg-page #footer	{
	position: static;
	background: none;
	margin-top: -35px;
	text-align: center;
	text-indent: 0px;
	float: left;
}
#contact-page #footer	{
	position: static;
	background: none;
	margin-top: -35px;
	text-align: center;
	text-indent: 0px;
	float: left;
}
#demo-page #footer	{
	position: static;
	background: none;
	margin-top: -35px;
	text-align: center;
	text-indent: 0px;
	float: left;
}
#home-page #footer	{
	position: static;
	background: none;
	margin-top: -35px;
	text-align: center;
	text-indent: 0px;
	float: left;
}
#footer	{
	width: 955px;
	margin-top: -35px;
	height: 15px;
	background: url('../images/bodybg-b.gif') no-repeat center bottom fixed;
	text-align: left;
	text-indent: 230px;
	clear: both;
	padding-top: 20px;
	float: left;
	/*position: fixed;*/
	/*top: 100%;*/
}