﻿* {
	margin: 0;
	padding: 0;
	line-height: 1.0em;
}

html, body {
	height: 100%; 
}

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
	background-color: #000;
}

.blue {
	color: rgb(170,193,236);
}

div.logo {
	float: left;
	margin: 0 25px 30px 0;
}

/***************************Headings*************************/

h1, h2, h3, h4 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	line-height: 1em;
}

h1 {
	font-size: 2.4em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 10px 0 30px 0;
}

h1.title{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 3.0em;
	font-weight: normal;
	text-indent: 0;
	height: 100%;	
	background-color: transparent;
	line-height: 1em;
}

h2 {
	font-size: 2em;
	line-height: 1.4em;
	font-weight: normal;
}

h2.title {
	height: 18px;
}

h3 { 
	font-size:1.4em;
	padding:10px 0; 
}

/**************************Paragraphs*************************/

p {
	font-size: 1.3em;
	line-height: 1.1em;
	padding-bottom: 0.8em;
}

/*****************************Lists***************************/

ul {
	padding: 0 0 20px 40px;
	list-style: disc;
}

ul ul {
	padding-bottom: 0;	
}

/****************************Links****************************/

a, a:visited {
	color: rgb(170,193,236);
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}


/*******************************Background****************************/

#background {
}

#background img {
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: -1;
}

/******************************Main****************************/

div#wrapper {
	width: 100%;
	margin: -1px 0 0;
	padding: 0;
}
div#main {
	margin: auto auto;
	width: 914px;
	padding: 0px 20px;
}

/**********************************Content*********************************/

div#content {
	background-color: inherit;
	color: inherit;
	margin-top: 100px;
	padding: 5px;
	position: absolute;
	top: 0pt;
	width: 914px;
	background: url(../../images/bg-trans.png) top left repeat;
}

/* Left Column */

div.content-col-left {
	float: left;
	width: 300px;
	margin-bottom:100px;
	font-size: 1.1em;
}

div.content-col-left h2 {
	margin-bottom: 20px;
}

div.content-col-left #logo {
	margin-bottom: 20px;
}

/* Products Sidebar Links */

div.content-col-left #sidebar-links a {
	text-decoration: none;
	color: white;
	margin-bottom: 20px;
}

div.content-col-left #sidebar-links p {
	font-size: 1.1em;
}

div.content-col-left #sidebar-links a:hover {
	text-decoration: underline;
	color: rgb(170,193,236);
}

/* Right Column */

div.content-col-right {
	float: left;
	margin-right:-20px;
	margin-top: 0px;	/* --was 190-- Set to height of logo but that wont work when using masterpages */
	width: 610px;
	margin-bottom: 100px;
	font-size: 1.1em;
}

/* Products Description */

#products-description .content-col-right {
	float: left;
	margin-left:20px;
	margin-top: 190px;	/* -- was 190 -- Set to height of logo */
	width: 600px;
	margin-bottom: 100px;
	font-size: 1.1em;
}

#products-description .product-image {
	float: right;
	width: 280px;
	padding-left: 5px;
	padding-right: 5px;
}

/* Distributors */

div.content-col-right .distributors {
	font-size: 1.2em;
}

div.content-col-right .distributors th {
	color: rgb(170,193,236);
	font-size: 1.3em;
}

div.content-col-right .distributors td {
	padding: 5px;
}

div.content-col-right .distributors a {
	color: rgb(170,193,236);
}

div.content-col-right h1 {
	margin-bottom: 10px;
}

div.content-col-right h2 {
	margin-bottom: 20px;
}

/* Full width column */

div.content-full-width {
	float: left;
	width: 100%;
	margin-bottom:100px;
	/*background: url(images/bg-trans.png) top left repeat;*/
	font-size: 1.1em;
}

div.content-full-width #logo {
	margin-bottom: 20px;
}

div.content-full-width h2 {
	margin-bottom: 10px;
}

/* Testimonials */

div.testimonials {
	float: left;
	/*margin-left: 125px;*/
}

div.testimonial-portrait {
	position: relative;
	/*margin-left: -120px;*/
	margin-right: 10px;
	width: 100%;
	height: 80px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.testimonial-portrait .portrait {
	float: left;
}

.testimonial-portrait .info {
	position: absolute;
	bottom: 0;
	left: 0;
}

.testimonial-portrait p {
	padding-bottom: 0px;
	margin-left: 0px;
}

html>body .testimonial-portrait p { /* Hack for IE, this is used by all other browsers */
	padding-bottom: 0px;
	margin-left: 85px;
}

span.sub-title {
	font-size: 1.3em;
	color: rgb(170,193,236)
}

span.sub-sub-title {
	font-size: .9em;
	margin-top: -15px;
}

hr.divider {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: dotted none none none;
	color: rgb(170,193,236);
}

.testimonials ul {
	font-size: 1.2em;
	margin-top: -8px;
}

.float-right {
	float: right;
	margin-left: 10px;
}

.float-left {
	float: left;
	margin-right: 15px;
}

/***************************FAQs*************************/

p.question {
	margin-bottom: -10px;
	color: rgb(170,193,236);
	font-size: 1.45em;
}

p.answer {
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 1.3em;
}

/* Links */

div.links a {
	font-size: 1.1em;
	color: rgb(170,193,236);
}

div.links a:hover {
	color: white;
}

div.links p {
	font-size: 1.1em;
}

/* A nicer horizontal rule */
hr.links {
	width: 70%;
	border-style: dotted none none none;
	color: rgb(170,193,236);
}

/****************************Home page******************************/

div#home-content {
	margin: 0 0 0 0;
}

.title {
	display: block;
	width: 100%;
	text-align:left;
	overflow: hidden;
	text-indent: -1000px;
	height: 38px;
}

#home div.logo {
	float: left;
	margin: 20px 25px 0 0;
}
#home div.sidebarimg {
	float: left; /* was left */
	margin: 20px 25px 0 0;
	border: 1px solid white;
}

div#standard-content {
	margin: 75px 0 0 0;
}
#home div.content-col-left {
	float: left;
	width: 500px;
	background-color: transparent;
	/*background: url(images/bg-trans.png) top left repeat;*/
	padding: 15px;
	font-size: 1.1em;
}
#home div.content-col-right {
	float: right;
	width: 320px;
	padding: 15px 0px;
	margin-top: 0px;
	font-size: 1.1em;
}

/***************************Top Menu Bar****************************/

div#menu-bar {
	float: left;
	height: 35px;
	left: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	background-color: transparent;
	background-image: url(../../images/bg-menu.png);
}
div#menu {
	margin: 0 auto;
	top: 0;
	width: 914px;
	z-index: 3;
	position: relative;
	padding: 0px 20px;
}

/*************************************MENU*************************************/

div#menu a {
	outline-style: none;
}

div#menu ul.top {
 	width: 743px;
 	height: 36px;
 	background: url(../../images/menu.png);
	margin: 0;
	padding: 0;
 	position: relative;
}

div#menu ul.top li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	height: 36px;
	display: block;
}

div#menu ul.top li a.base-link, div#menu ul.top li a.selected {
	float: left;
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	width: 100%;
}

#menu-home { 
	left: 0;
	width: 77px;
}
#menu-products { 
	left: 77px; 
	width: 105px;
}
#menu-productsBySkin { 
	left: 182px; 
	width: 197px; 
}
#menu-faqs { 
	left: 379px; 
	width: 81px;
}
#menu-about { 
	left: 460px;
	width: 108px;
}
#menu-contact { 
	left: 568px;
	width: 91px;
}
#menu-links {
	left: 659px;
	width: 76px;
}

#menu-home a.base-link:hover, #menu-home:hover a.base-link, #menu-home a.selected{
	background: url(../../images/menu.png) 0 -36px no-repeat;
}
#menu-products a.base-link:hover, #menu-products:hover a.base-link, #menu-products a.selected { 
	background: url(../../images/menu.png) -77px -36px no-repeat;
}
#menu-productsBySkin a.base-link:hover, #menu-productsBySkin:hover a.base-link, #menu-productsBySkin a.selected { 
	background: url(../../images/menu.png) -182px -36px no-repeat;
}
#menu-faqs a.base-link:hover, #menu-faqs:hover a.base-link, #menu-faqs a.selected { 
	background: url(../../images/menu.png) -379px -36px no-repeat;
}
#menu-about a.base-link:hover, #menu-about:hover a.base-link, #menu-about a.selected {
	background: url(../../images/menu.png) -460px -36px no-repeat;
}
#menu-contact a.base-link:hover, #menu-contact:hover a.base-link, #menu-contact a.selected {
	background: url(../../images/menu.png) -568px -36px no-repeat;
}
#menu-links a.base-link:hover, #menu-links:hover a.base-link, #menu-links a.selected {
	background: url(../../images/menu.png) -659px -36px no-repeat;
}


div#menu ul.sub {
	padding: 6px 0;
	margin: 0;
	list-style: none;
}

div#menu ul.sub li a {
	display: block;
	width: 20em;
	text-decoration: none;
	color: #000;
	padding: 8px 12px;
	font-size: 1.1em;
}

div#menu ul.sub li a:hover {
	text-decoration: underline;
}

div#menu ul.sub li {
	float: left;
	width: 20em; /* width needed or else Opera goes nuts */
	height: auto;
	position: relative;
}

div#menu ul.top li ul.sub {
	position: absolute;
	background: url(../../images/sub-nav.png) top left repeat;
	width: 20em;
	top: 36px;
	left: -999em;	
}

div#menu ul.top li:hover ul.sub, div#menu ul.top li:hover ul {
	left: 0;
	visibility: visible;
}

/*******************BREADCRUMBS*******************/
#breadcrumbs {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 12px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	float: left;
}

#breadcrumbs a {
	color: rgb(170,193,236);
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
	color: white;
}

/**********************FOOTER*********************/

#footer {
	position: absolute;
	bottom: 0;
	font-size: 1.2em;
	padding-bottom: 5px;
	clear: both;
	height: 100px;
	width: 914px;
	left: 5px;
}

#footer-bbb-logo {
	position: absolute;
	left: 45%;
	bottom: 0;
	width: 107px;
	text-align: center;
}

#footer #left {
	position: absolute;
	float: left;
	left: 0;
	bottom: 0;
	width: 397px;
}

#footer #right {
	position: absolute;
	float: right;
	text-align: right;
	right: 0;
	bottom: 0;
	width: 397px;
}
/***********************************************************/

.pagecontent
{
	padding-top: 13px;
}
.FAQItem
{
	text-align: left;
	padding-top: 20px;
}
.FAQQuestion
{
	color: #00FFFF;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 5px;
}
.FAQEditRow
{
	clear: both;
}

.FAQEditLabel
{
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 15px;
}

.FAQEditItem
{
	float: left;
}

.childpadding10 div
{
	padding-top: 10px;
}