body {
	margin: 0;
	padding: 0;
	background: #1a2837;
	text-align: left;
	font: 76% Helvetica, Arial, Geneva, sans-serif;
	color: #1a2837;
	min-width: 960px;
}

/* @group basic styles */

input{
	font-family : Courier New;
	color: #1a2837;
} 

textarea{
	font-family : Courier New;
	color: #1a2837;
} 

h1,h2,h3,h4,h5,h6 {color: #233C42; padding: 0; margin: 0;}

p {padding: 10px 0;}

.xxsmall {font-size: 9px;}
.xsmall {font-size: 10px;}
.small {font-size: 11px;}
.large {font-size: 14px;}
.xlarge {font-size: 16px;}
.xxlarge {font-size: 20px;}
.xxxlarge {font-size: 24px;}

.left {float: left;}
.right {float: right;}

a {color: #00a8bd; text-decoration: none;}

a:hover {text-decoration: underline;}
a img {border: none;}

.redacted {background: black; color: black;}
.uppercase {text-transform: uppercase;}

.blue {color: #00a8bd;}
.orange {color: #ff8b27;}
.green {color: #6cfc76;}

.strong, strong {font-weight: bold;}

div.hr {
	border-bottom: 1px solid #b3b3b3;
	height: 1px;
	line-height: 0px;
}

div.hr-green {
	border-bottom: 1px solid #6cfc76;
	height: 1px;
	line-height: 0px;
}

div.hr:after, div.hr-green:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

/* Magical Clearing */
.clearfix {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

#top-wrap {
	width: 100%;
	clear: both;
	background: url(../img/backgrounds/top-stripe.gif);
}

#top-shelf {
	margin: 0 auto 20px auto;
	width: 960px;
	text-align: center;
}

#left-shelf {
	width: 520px;
	height: 105px;
	float: left;
	background: white url(../img/top-shelf/top-left.gif) no-repeat top left;
}

#right-shelf {
	width: 440px;
	height: 105px;
	float: left;
}

#right-shelf .forgot-password {
	width: 230px;
	height: 50px;
	border-left: 3px solid #ff8a26;
	background: white;
	padding: 10px 8px 0px 14px;
	float: left;
	display: inline;
	text-align: right;
}

#right-shelf .shelf-download {
	width: 170px;
	height: 52px;
	padding: 8px 15px 0px 0px;
	background: white;
	text-align: right;
	float: right;
	display: inline;	
}

#right-shelf .login-shelf-callout 
{
	clear: both;
	height: 23px;
	background: #ff8b27 url(../img/top-shelf/right-corner.gif) no-repeat bottom right;
	border-left: 3px solid #ef7312;
	padding: 11px 0
}

/* @nav bar */
#nav-bar {
	clear: both;
	height: 70px;
	width: 100%;
	background: #293542;
	position: relative;
}

#nav-bar-inner {
	background: url(../img/nav/nav-right-bg.gif) repeat-x;
}

#main-nav {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#main-nav-distributor {
	color: #ffffff;
	margin: 5px 15px 0 0;
	float: right;
}

#main-nav li {
	list-style-type: none;
	display: inline;
}

#main-nav li a {
	float: left;
	overflow: hidden;
	color: white;
	text-indent: -999em;
}

#main-nav li.nav-logo a {
	width: 1391px; height: 70px;
	background: url(../img/nav/nav-logo.gif) no-repeat;
	position: absolute;
	left: -1393px;
}

#main-nav li.nav-logo a:hover {
	background-position: 0 0;
}

#main-nav li.nav-home a {
	width: 136px; 
	height: 38px;
	background: url(../img/nav/home.gif) no-repeat;
}

#main-nav li.nav-faq a {
	width: 136px; 
	height: 38px;
	background: url(../img/nav/faq.gif) no-repeat;
}

#main-nav li.nav-contact a {
	width: 136px; 
	height: 38px;
	background: url(../img/nav/contact-us.gif) no-repeat;
}

#main-nav li.nav-error a {
	width: 136px; 
	height: 38px;
	background: url(../img/nav/error.gif) no-repeat;
}

#main-nav li a:hover { background-position: 0 -53px; }
#main-nav li.active a { background-position: 0 -112px; }
#main-nav li.active a:hover { background-position: 0 -112px; }

#wrap {
	width: 960px;
	margin: 17px auto 0 auto;
	text-align: left;
	background-color: white;
}

#header {
	height: 33px;
	background: white url(../img/backgrounds/content-header.gif) no-repeat;
	padding: 22px 0 0 0;
}

#header .heading {
	text-indent: -999em;
	margin: 0 0 0 22px;
	overflow: hidden;
}

#content {
	padding: 17px 0 24px 0;
}

#left-col {
	float: left;
	width: 496px;
	margin: 0 0 17px 17px;
	display: inline;
}

#right-col {
	float: right;
	width: 415px;
	margin: 0 17px 0 0;
	display: inline; /* I really really hate you IE6 */
}

#left-col-login {
	float: left;
	width: 415px;
	margin: 20px 0 17px 17px;
	display: inline; /* I really really hate you IE6 */
}

#right-col-login {
	float: right;
	width: 496px;
	margin: 0 17px 0 0;
	display: inline;
}

#full-col  {
	float:left;
	width: 911px;
	margin: 0 17px 17px 17px;
	display: inline; /* I really really hate you IE6 */
}

div#video-container {
	background: #e4e4e4 url(../img/video/round-box-top.gif) no-repeat;
	clear: both;
	padding: 8px 0px 0px 0px;
}

div#video-border {
	background: #e4e4e4 url(../img/video/round-box-bottom.gif) no-repeat bottom;
	clear: both;
	padding: 0px 8px 8px 8px;
}

p.welcome-text {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-align: justify;
	padding: 10px 2px 0 2px;
}

#steps{
	/*background: #e4e4e4 url(../img/register/steps.gif) no-repeat bottom;*/
	margin: 0 0 10px 0;
}

#register{
	background: #e4e4e4 url(../img/register/round-box-bottom.gif) no-repeat bottom;
	margin: 0 0 10px 0;
}

#register h2 {
	font-size: 12px;
}

#register h3 {
	font-size: 14px;
	text-indent: -999em;
	background: url(../img/register/register-header.gif);
	height: 24px;
	overflow: hidden;
}

#register-button { 
	text-align: right;
	padding: 4px 8px 0px 0px;
	clear:both;
}

#download-no-register {
	text-align: right;
	padding: 0px 28px 8px 0px;
	clear:both;
	font-style: italic;
}

#register-input {
	width: 200px;
}

div.register-result-label {
	float: left;
	margin: 12px 0px 0px 8px;
	clear: both;
}

span.register-result-label {
	color: Green;
}

span.register-result-label-error {
	color: Red;
}

span.register-label {
	font-weight: bold;
}

span.register-label-error {
	font-weight: bold;
	color: Red;
}

span.register-checkbox {
	font-size: 11px;
	font-style: italic;
	color: #545454;
}

span.register-checkbox-error {
	font-size: 11px;
	font-style: italic;
	color: Red;
}

div.register-checkbox{ 
	padding: 8px 0px 0px 8px;
	clear: both;
}

div.register-left { 
	width: 200px;
	margin: 8px 0px 0px 8px;
	float: left;
	display: inline;
	clear: both;
}

div.register-right { 
	width: 200px;
	margin: 8px 7px 0px 0px;
	float: right;
	display: inline;
}

div.login-input { 
	width: 200px;
	margin: 8px 0px 0px 8px;
}

div.login-input-result { 
	margin: 8px 0px 0px 8px;
}

input.login-button {
	margin: 10px 0px 0px 8px;
	text-align: right;
}

#download{
	background: #e4e4e4 url(../img/register/round-box-bottom.gif) no-repeat bottom;
	margin: 0 0 10px 0;
}

#download h3 {
	font-size: 14px;
	text-indent: -999em;
	background: url(../img/register/download-header.gif);
	height: 24px;
	overflow: hidden;
}

#download .download-button { 
	text-align: right;
	padding: 8px 8px 8px 0;
}

#download dl { padding: 5px 5px;}
#download dt { font-weight: bold; padding: 5px 5px;}
#download dd { margin: 0 5px; }
#download dd strong {padding: 0 5px 0 0;}
#download p { padding: 5px 10px;}

#footer {
	background: url(../img/backgrounds/landing-footer.gif);
	height: 55px;
	margin: -7px 0 0 0;
	position: relative;
}

#footer ul {
	margin: 20px;
	float: right;
	color: #35b3c6;
}

#footer ul li {
	margin: 0 0 0 1px;
	display: inline;
}

#footer ul li a {
	color: #35b3c6;
}

#footer-logo {
	float: left;
	background: #1a2837;
	padding: 0 0 10px 0;
	width: 100%;
	position: relative;
}

#footer-logo p {
	font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #0089a0;
	padding: 5px 0 8px 0;
	font-size: 12px;
}

#footer-logo div.logo-link-left {
	float: left;
	display: inline;
	margin: 0px 15px 0 10px;
}

#footer-logo div.logo-link-right {
	float: right;
	display: inline;
	margin: 0 15px 0 0;
}

div.contact {
	font-weight: bold;
	padding: 40px 0px 0px 25px;
}

div.contact-name{
	font-size: 16px;
	color: #00a8bd;
	font-weight: bold;
	display: block;
	margin: 10px 0 8px 0;
}

div.contact-email {
	font-weight: bold;
	display: block; 
	margin: 8px 0 0 0;
}

#left-col-error {
	float: left;
	width: 600px;
	margin: 0 0 0px 17px;
	display: inline;
}

#right-col-error {
	float: right;
	width: 317px;
	height: 415px;
	margin: 0 17px 0 0;
	display: inline; /* I really really hate you IE6 */
	background: #e4e4e4 url("../img/error/error-image.jpg") no-repeat;
}

#error-report{
	background: #e4e4e4 url(../img/error/round-box-bottom.gif) no-repeat bottom;
}

#error-report h3 {
	font-size: 14px;
	text-indent: -999em;
	background: url(../img/error/error-header.gif);
	height: 24px;
	overflow: hidden;
}

.error-report-contents {
	padding: 8px 8px 8px 8px;
}

div.error-report-footer {
	font-style: italic;
}

.error-submit-button {
	text-align: right;
	margin: 8px 0 0 0;
}
