/* CSS Document */


/* GENERAL */
img {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background: url(../images/bkg-main.gif) repeat-x top #e8e9e9;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

textarea, input
{
	font: 12px Arial, Helvetica, sans-serif;
}

p {
	margin: 0;
	padding: 2px 0 6px 0;
	line-height: 16px;
	color: #fff;
	text-align: left;
}

ul {
	color: #807f7e;
	line-height: 18px;
	text-align: left;
}

ol {
	color: #807f7e;
	line-height: 18px;
	text-align: left;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
}

h2 {
	color: #fff;
	font: 24px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	line-height: 22px;
}

h3 {
	text-transform: uppercase;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 14px;
	text-align: left;
	font-weight: bold;
}

h4 {
	text-transform: uppercase;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
}

h4 a {
	color: #fff;
}

h4 a:hover {
	color: #fff;
}

h5 {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 8px 20px 8px 0;
	padding: 4px;
	text-align: center;
}

a {
	color: #e08b00;
	text-decoration: none;
	}

a:hover {
	color: #807f7e;
	text-decoration: none;
	}

form {
	margin: 0;
	padding: 0;
}

input {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333;
}

select {
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #333;
}

/* END GENERAL */

/* BODY */

#wrapper {
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* END BODY */

/* HEADER */

#header {
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 8px 0 0 0;
	text-align: center;
	position: relative;
	z-index: 100;
}

#header-rt {
	width: 710px;
	height: auto;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: right;
	float: right;
}

#header-lt {
	width: 170px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

#topwrap {
	width: 525px;
	height: auto;
	margin: 0 0 0 175px;
	padding: 0;
	text-align: right;
}

#topnav {
	width: 460px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	float: left;
}

#topnav ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

#topnav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

#social {
	width: 50px;
	height: auto;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: right;
	float: right;
}

#social ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#social li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 25px;
}

/* MAIN NAVIGATION */

#nav-wrap {
	width: auto;
	height: auto;
	margin: 0;
	padding: 42px 0 0 0;
	text-align: right;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding: 0;
	color: #fff;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#nav li {
	float: left;
}

#nav li.sub {
	float: left;
	width: 150px;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#nav li a.sub { 
	width: 130px;
	text-align: left;
	background: #333;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #fff;
}

#nav li a.sub:hover { 
	background: #ee8819;
}

#nav li.sub2 {
	float: left;
	width: 150px;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
}

#nav li a.sub2 { 
	width: 130px;
	text-align: left;
	background: #333;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #fff;
}

#nav li a.sub2:hover { 
	background: #ee8819;
}


#nav li.products {
	width: 120px;
}

#nav li a.products { 
	width: 120px;
}

#nav li a:hover.products { 
	width: 120px;
}

#nav li.pro {
	width: 195px;
}

#nav li a.pro { 
	width: 195px;
}

#nav li a:hover.pro { 
	width: 195px;
}

#nav li.motivnation {
	width: 144px;
}

#nav li a.motivnation { 
	width: 144px;
}

#nav li a:hover.motivnation { 
	width: 144px;
}

#nav li.resources {
	width: 130px;
}

#nav li a.resources { 
	width: 130px;
}

#nav li a:hover.resources { 
	width: 130px;
}

#nav li.company {
	width: 113px;
}

#nav li a.company { 
	width: 113px;
}

#nav li a:hover.company { 
	width: 113px;
}

#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	background: #333;
	z-index: 1;
}

#nav li ul.company2 {
	position: absolute;
	width: 150px;
	left: -999em;
	background: #333;
	margin-left: -40px;
	z-index: 1;
}

#nav li.sfhover ul {
	left: auto;
	background: #333;
	z-index: 1;
}

#nav li ul ul {
	margin: -26px 0 0 150px;
}

#nav li.sfhover ul ul {
	left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
/* END MAIN NAVIGATION */

/* END HEADER */

/* CONTENT */

#flash {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 4px 0 0 0;
	text-align: center;
	z-index: 0;
}

#content {
	width: 909px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/bkg-content.gif) repeat-y;
	position: relative;
	z-index: 1;
}

#columns {
	width: auto;
	height: auto;
	margin: 0 0 0 12px;
	padding: 0;
	text-align: center;
	background: url(../images/bkg-leftnav.gif) repeat-y;
}

#columns-rt {
	float: right;
	width: 650px;
	height: auto;
	padding: 10px 25px 10px 0;
}

#columns-lt {
	float: left;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
}

/* LEFT NAV */

#leftnav {
	background: url(../images/bkg-leftnav-top.gif) no-repeat top;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0 0 350px 0;
	text-align: center;
}

#leftnav ul {
	list-style-type: none;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 188px;
	text-align: center;
}

#leftnav ul li a {
	background: url(../images/bkg-leftnav-btn.gif) center no-repeat;
	text-align: left;
	color: #fff;
	padding: 14px 0 0 0;
	display: block;
	text-transform: uppercase;
	width: 178px;
	height: 27px;
	padding-left: 10px;
	font: 12px Arial, Helvetica, sans-serif;
}

#leftnav ul li a.on {
	background: url(../images/bkg-leftnav-btn-over.gif) center no-repeat;
	color: #333;
}

#leftnav ul li a:hover {
	background: url(../images/bkg-leftnav-btn-over.gif) center no-repeat;
	color: #333;
}


#leftnav ul li a.top {
	background: url(../images/bkg-leftnav-btn-top.gif) center no-repeat;
	text-align: left;
	color: #fff;
	padding: 14px 0 0 0;
	display: block;
	text-transform: uppercase;
	width: 178px;
	height: 26px;
	padding-left: 10px;
}

#leftnav ul li a.top:hover {
	background: url(../images/bkg-leftnav-btn-top-over.gif) center no-repeat;
	color: #333;
}

#leftnav ul li a.top-on {
	background: url(../images/bkg-leftnav-btn-top-over.gif) center no-repeat;
	color: #333;
	height: 26px;
}

#leftnav ul li a.bot {
	background: url(../images/bkg-leftnav-btn-bot.gif) center no-repeat;
	text-align: left;
	color: #fff;
	padding: 14px 0 0 0;
	display: block;
	text-transform: uppercase;
	width: 178px;
	height: 28px;
	padding-left: 10px;
}

#leftnav ul li a.bot-on {
	background: url(../images/bkg-leftnav-btn-bot-over.gif) center no-repeat;
	color: #333;
	height: 28px;
}

#leftnav ul li a.bot:hover {
	background: url(../images/bkg-leftnav-btn-bot-over.gif) center no-repeat;
	color: #333;
}

/* END LEFT NAV */

/* SUB NAV */

#subnav {
	width: auto;
	height: 24px;
	margin: 0; 
	padding: 3px 8px 0 8px;
	background: url(../images/bkg-subnav.gif) no-repeat;
	text-align: left;
}

#subnav ul {
	display: inline;
	list-style-type: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

#subnav li {
	display: inline;
	list-style-type: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 6px 0 6px;
	text-align: left;
	color: #666;
	text-transform: uppercase;
	border-right: 1px solid #666;
}

#subnav li.end {
	border-right: none;
}

#subnav li a {
	color: #fff;
	text-decoration: none;
	padding: 0 6px 0 6px;
	text-align: left;
}

#subnav li a:hover {
	color: #ef8400;
	text-decoration: none;
}

#subnav li a.on {
	color: #ef8400;
	text-decoration: none;
}

/* END SUB NAV */

/* PRODUCTS */

#products-top {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	text-align: center;
	border-bottom: 1px solid #999;
}

#products-top-rt {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
	float: right;
	text-align: left;
}

#products-top-main {
	width: 380px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

#products-top-main-rt {
	width: 100px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
}

#products-top-main-lt {
	width: 260px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

#products-numbers {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 220px 0 0 0;
	text-align: center;
}

#products-numbers ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#products-numbers li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 4px 0 4px;
	list-style-type: none;
	display: inline;
}

#products-numbers li a {
	color: #fff;
	font-weight: bold;
	font: 14px Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	padding: 0 4px 0 4px;
	margin: 0;
}

#products-numbers li a:hover {
	color: #999;
	border: 1px solid #999;
}

#products-numbers li a.on {
	color: #999;
	border: 1px solid #999;
}

#products-top-rt ul {
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

#products-top-rt li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	color: #fff;
	text-transform: uppercase;
	font: 14px Arial, Helvetica, sans-serif;
}

#products-bot {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

#products-bot-rt {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
	float: right;
	text-align: left;
}

#products-bot-lt {
	width: 380px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

#products-bot-lt p {
	color: #fff;
}

#chart {
	width: auto;
	height: 235px;
	margin: 0;
	padding: 10px;
	background: url(../images/bkg-chart.gif) no-repeat;
}

.chart-flash {
	width: 174px;
	height: 36px;
	background: url(../images/bkg-chart-lines.gif) no-repeat;
	padding: 7px 12px 6px 12px;
}

#thumbs {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}

#thumbs ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#thumbs li {
	width: 153px;
	margin: 0;
	padding: 4px 4px 12px 4px;
	display: inline;
	list-style-type: none;
	float: left;
	text-align: center;
}

/* END PRODUCTS */


/* CONTENT INSIDE PAGES */

#content-generic {
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px;
	text-align: left;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;	
}

#content-generic-rt {
	width: 206px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

#content-generic-lt {
	width: 370px;
	height: auto;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

#content-generic p {
	color: #fff;
}

#content-motivnation-top {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 60px 20px 80px 380px;
	text-align: center;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	background: url(../images/bkg-hero-motivnation.gif) no-repeat;
}

#content-proshop-top {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 60px 20px 120px 380px;
	text-align: center;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	background: url(../images/bkg-hero-proshop.gif) no-repeat;
}

#content-resources-top {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 60px 20px 80px 380px;
	text-align: center;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	background: url(../images/bkg-hero-resources.jpg) no-repeat;
}

#content-neomark-top {
	width: auto;
	height: 150px;
	margin: 0 auto;
	padding: 60px 20px 80px 300px;
	text-align: center;
	border-top: 1px solid #999;
	background: url(../images/bkg-hero-neomark.gif) no-repeat left;
}

#content-in-bot {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#content-in-bot-rt {
	width: 317px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

#content-in-bot-lt {
	width: 320px;
	height: auto;
	margin: 0;
	padding: 0 12px 0 0;
	float: left;
}

#breakout {
	background: url(../images/bkg-textbox.gif) no-repeat;
	padding: 20px 40px 20px 20px;
	margin: 0;
	width: 160px;
	height: 273px;
}

#breakout p {
	color: #333;
}

/* END CONTENT INSIDE PAGES */

.textbox {
	background: #282727 url(../images/bkg-txtboxes.gif) no-repeat;
	width: 317px;
	height: 92px;
	margin: 12px 0 12px 0;
	padding: 8px 0 0 0;
	cursor: pointer;
	cursor: hand;
}

.textboxOn {
	background: #d27201 url(../images/bkg-txtboxes-on.gif) no-repeat;
	width: 317px;
	height: 92px;
	margin: 12px 0 12px 0;
	padding: 8px 0 0 0;
	cursor: pointer;
	cursor: hand;
}

.textbox-rt {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
}

.textbox-lt {
	width: 85px;
	height: 85px;
	margin: 0;
	padding: 0 0 0 12px;
	float: left;
	text-align: left;
}

p.textboxes {
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0 10px 0 0;
	font-weight: normal;
}

/* END CONTENT */	

/* FOOTER */

#footer {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

#footer p {
	text-align: center;
	color: #666;
}

#footer a {
	color: #807f7e;
	text-decoration: none;
}

#footer a:hover {
	color: #e08b00;
	text-decoration: none;
}

/* END FOOTER */

.link
{
	cursor: pointer;
	cursor: hand;
}

#gallery
{
	position: relative;
	width: 255px;
	height: 255px;
}

#gallery IMG
{
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

#fullspecs
{
	margin-top: 10px;
}

#fullspecs TH
{
	border-bottom: 1px solid white;
	color: white;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
	padding-right: 20px;
}

#fullspecs TD
{
	border-bottom: 1px solid white;
	color: white;
	text-align: left;
	padding-right: 10px;
}

#fullspecs .end TH
{
	border-bottom: none;
}

#fullspecs .end TD
{
	border-bottom: none;
}

#finishForm input {
	position: relative;
	top: 1px;
}

#finishForm p {
	margin-top: 25px;
}

#finishForm h4 {
	margin-top: 25px;
	text-transform: none;
}

#finishForm ul {
	display: inline;
	list-style-type: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

#finishForm li {
	display: inline;
	list-style-type: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 16px 0 6px;
	text-align: left;
	border-right: 1px solid #666;
}

#finishForm li.end {
	border-right: none;
}

#products {
	margin-top: 20px;
	margin-bottom: 20px;
}

#products input {
	border: 1px solid black;
	padding 1px;
	width: 30px;
}

#products th {
	font-weight: normal;
	padding: 0;
	text-transform: none;
	padding-right: 10px;
}

#products td {
	padding: 0;
	text-transform: none;
	padding-right: 10px;
}

/***Tony Aslett's clearing hack***/
  .clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

  .clearing {
    display: inline-block;
    }

  /* hides from IE/Mac \*/
  * html .clearing { 
    height: 1%;
    }

  .clearing {
    display: block;
    }
  /* end hide from IE-Mac */
  /***end clearing hack***/
