/**** NAVIGATION ****/
#nav {
  clear:both;
  width: 760px;
  background:#E3E2CD;
  height:32px; 
  margin-top: -3px;
}

#nav ul {
  width:100%; 
}

#nav ul {
  padding: 0;
  margin: 0 0 0 1px;
  list-style: none;  
}

#nav ul li {
  float:left; 
  margin:0;
}  

#nav ul li a {  
  display: inline;
  padding: 0 29px;
  border-left:1px solid #CCC;
  height:32px; line-height:32px;
  color: #9A5134;
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 13px;  
  text-decoration:none;
  text-transform:uppercase;
  float: left;
}

#nav ul li a:hover {
  text-decoration: underline;
  background-color: #DBD8BE;
}

/**** GENERAL ****/
body {
	background-image:url(/images/bkgrnd.jpg);  
	color: #746C34;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-top:0;
}

h1 {
  font-family: Georgia, Times, serif;
	font-size:16px;
	color:#6A7A49;
	font-weight:bold;
  margin: 20px;
}

a img {
  border: none;
}

span.e {
  text-transform:lowercase;
}

.center {
  text-align: center;
}

.reset {
	clear: both;
	width:768px;
	height:1%;
}

#container {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	border:0px solid #000;
}

/**** LINKS ****/
a:link {
	color: #9A5134;
	text-decoration:underline;
}

a:visited {
	color: #9A5134;
	text-decoration: underline;
} 

a:hover {
	color: #9A5134;
	text-decoration: underline;
} 

a:active {
	color: #9A5134;
	text-decoration: underline;
} 

/**** HEADING ****/
#banner {
	padding:0px;
	width: 768px;	
	background-repeat:repeat-x;
	background-position:right;
}

#logo {
	float:left;
	width:293px;
}
#flashtitle {
	display:none;
	float:left;
	width:246px;
}

#livesupport {
	display:block;
	height:50px;
	float:left;
	width:246px;
	background:#B9B380;
	text-align:center;
}

#livesupport div {
	padding:2px;
}

#login {
	background-color: #B9B380;
  color: #F1F2EA;
	height:50px;
	width:221px;
	float:left;
	text-align:right;
	font-weight:bold;
}

.loginbox {
	font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
	font-size:9px;

}

/**** MAIN BOXES ****/
.mainbox {
  width: 540px;
  margin-bottom: 10px;
  margin-left: 12px;
	background-image: url('/images/boxfoot.jpg');
	background-repeat: repeat-x;
  background-position: bottom center;
  background-color: #D5D2B3;
  padding: 0px 0px 1em 0px;
  float: left;
}

.mainbox h2 {
  font-family: Georgia, Times, serif;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
  padding-top: 5px;
  height:24px;
	background: url('/images/mainhead.jpg') no-repeat;
  width: 535px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 14px;
}

.mainbox .headbutton {
  float: right;
  margin-top: -40px;
  margin-right: 1em;
}

.mainbox p {
  margin: 1em 1em 0 1em;
}

/**** SIDE BOXES ****/
.timebar {
  margin: 20px;
	text-align:center;
	font-weight:bold;
}

#rightside {
	width: 192px;
  float: right;
  margin-top: -55px;
  margin-right: 12px;
}

.sidebox {
  width: 175px;
  margin-bottom: 10px;
	background-image:url(/images/boxfoot.jpg);
	background-repeat:no-repeat;
  background-position: bottom center;
  background-color: #D5D2B3;
}

.sidebox h3 {
	background-image: url(/images/boxhead.jpg);
	background-repeat: no-repeat;
	color: #9A5134;
 	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	margin-bottom: 0px;	
	margin-top: 0px;
	padding-left: 5px;
	padding-top: 7px;
	width: 170px;
}

.sidebox p {
  padding: 1em;
  padding-top: 0px;
}

.sidebox img {
  display: block;
  padding: 1em 1em 0 1em;
  text-align: center;
}

.sidebox img.right {
  float: right;
  display: inline;
}

.sidebox ul.linklist {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.sidebox ul.linklist li {
  margin-left: 5px;
}

.sidebox ul.linklist li a {
  background: url("/images/buttons/arrow_button.jpg") no-repeat;
  text-decoration: none;
  padding-left: 18px;
}

#membership-benefits ul {
  list-style: none;
  padding: 0 1em 0.25em 1em;
  margin: 0px;
}

#membership-benefits ul li {
  background: url("/images/check.gif") no-repeat left center;
  padding-left: 22px;
  margin-bottom: 10px;
}

/**** FOOTER ****/
#footer {
	clear: both;
  text-align: center;
  margin-bottom: 1em;
}

#footer p.copyright {
  background-color: #B7B17D;
  color: #ffffff;
  font-size: 10px;
  padding: 1em;
  text-align: right;
}

/**** HELP PANELS ****/
.help_panel {
  background-color: #F9F8B8;
  border: 2px solid;
  clear: both;
	color: #746C34;
  margin: 8px;
  padding: 1px 1px 0px 0px;
  width: 500px;
}

.help_panel a:link {
	color: #0000FF;
}

.help_panel a:visited {
	color: #746C34;
}

.help_panel a:active {
	color: #746C34;
}

.help_panel a:hover {
	color: #746C34;
}

.help_panel h3 {
  float: left;
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 125%;
  margin: 0px;
  padding: 5px 0 0 5px;
  display: inline;
}

.help_panel h4 {
  font-family: Georgia, serif;
  font-weight: bold;
  margin: 0px;
  padding: 5px 0 0 5px;
  font-size: 100%;
}

.help_panel .audio-coaching {
  float: left;
  text-align: center;
  display: inline;
}

.help_panel .help_close_button {
  display: inline;
  margin: 5px 5px 0 0;
  float: right;
}

.help_panel .help_close_button:link {
	color: #746C34;
}

.help_panel .help_close_button:visited {
	color: #746C34; }

.help_panel ol {
  margin: 0 0.5em 0.5em 0;
  line-height: 1.5;
}

.help_panel p {
  padding: 0.5em;
  margin: 0px;
}

.help panel ol li {
  margin-bottom: 0.75em;
}

.help_panel ol strong {
  color: #000033;
}

.help_panel .first {
  margin-top: 0px;
}

#activation_code_help_button {
  float: right;
  margin-right: 30px;
}

#partner_help_button {
  float: right;
  margin-right: 42px;
}

.help_panel .reset {
  width: 400px;
}

/**** BUTTONS ****/
a.button {
  color: #ffffff;
  display: block; 
  float: left; 
  height: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent url("/images/buttons/button_background_right.png") no-repeat scroll top right;
  padding-right: 10px;
}

a.button span {
  color: #ffffff;
  display: block;
  line-height: 10px;
  padding: 4px 0 4px 10px;
  text-decoration: none;
  background: url("/images/buttons/button_background_left.png") no-repeat;
}

.mainbox a.button {
  background: transparent url("/images/buttons/button_background_right_bro.png") no-repeat scroll top right;
}

.mainbox a.button span {
  background: url("/images/buttons/button_background_left_brow.png") no-repeat;
}

/**** FORMS ****/
form {
  margin: 0px;
  padding: 0px;
}

form label {
  float: left;
  font-weight: bold;
  padding: 0 1em 0 1em;
  width: 120px;
  text-align: right;
}

form input {
  float: left;
}

form label.wide {
  width: 290px;
}

span.smalltext {
  font-size: 10px;
  width: 140px;
  display: inline-block;
}

span.smalltext.phone {
  font-size: 12px;
}

span.errortext {
  clear: both;
  color: #9A5134;
  display: block;
  font-weight: bold;
}

span.required {
  display: inline;
  margin: 0.5em;
  vertical-align: top;
}

form input.submit {
  float: none;
  text-align: center;
}

p.ezine {
  padding-top: 2em;
}

#cc .reset {
  width: 400px;
}

/**** viewpresentation.asp ****/
#viewpresentation {
  text-align: center;
}

#viewpresentation #sound {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
}

#viewpresentation #presentation {
  margin: 0 auto;
  text-align: left;
  width: 700px;
}

#viewpresentation a.closewindow {
  margin: 0 auto;
  width: 4.5em;
  float: none;
}

