/*----------------------------------------------------------------------

REXAIR RAINBOW SYSTEM - Master Screen Styles

BY: MIGHTY // MIGHTYINTHEMIDWEST.COM

Author:			Andrew Philpott
Date Created:	06/16/2011
Last Modified:	07/19/2011

Copyright 2011, All Rights Reserved.

----------------------------------------------------------------------*/

@import "base.css"/*tpa=http://192.168.0.119/rainbowsystem.com/assets/css/base.css*/;
@import "fancybox.css"/*tpa=http://192.168.0.119/rainbowsystem.com/assets/css/fancybox.css*/;

html {
	/*background: url(/assets/images/bg-body.png) top center repeat-x #f2f2f4;*/
	font-size: 10px;
}
body {
	background: #111;
	color: #555;
	font-family: 'myriad-pro-1', 'myriad-pro-2', 'Myriad Pro', 'Myriad', 'Tahoma', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	margin: 0 auto;
	width: 96em;
}
.ie7 body, .ie8 body {
	background: url("../../../assets/images/bg-shadow.png")/*tpa=http://192.168.0.119/assets/images/bg-shadow.png*/ repeat-y;
	padding: 0 9px;
}
#wrapper {
	position: relative;
	width:1024px;
}
#wrapper::after {
	-moz-box-shadow: -3px 0 8px rgba(0, 0, 0, 0.5), 3px 0 8px rgba(0, 0, 0, 0.5);
	-o-box-shadow: -3px 0 8px rgba(0, 0, 0, 0.5), 3px 0 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: -3px 0 8px rgba(0, 0, 0, 0.5), 3px 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: -3px 0 8px rgba(0, 0, 0, 0.5), 3px 0 8px rgba(0, 0, 0, 0.5);
	content: '.';
	display: block;
	height: 105%;
	left: 0;
	position: absolute;
	top: -5%;
	text-indent: -9999px;
	width: 100%;
	z-index: -1;
}
.ie7 #wrapper .after, .ie8 #wrapper:after {
	background: url("../../../assets/images/bg-bottom.png")/*tpa=http://192.168.0.119/assets/images/bg-bottom.png*/ no-repeat;
	bottom: -8px;
	content: '.';
	display: block;
	height: 8px;
	left: -7px;
	position: absolute;
	text-indent: -9999px;
	width: 974px;
}
p, ol, ul {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2em;
	margin-bottom: 1em;
}
ol, ul {
	margin-left: 1.5em;
}
li {
	margin-bottom: 0.5em;
}
a {
	color: #1ab7ea;
}
.active {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: 1px solid #ded885;
	-moz-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	font-family: 'myriad-pro-1', 'myriad-pro-2', 'Myriad Pro', 'Myriad', 'Tahoma', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 0.5em;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
	width: 26em;
}
input:focus, textarea:focus {
	-moz-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.1);
}
#content input.error, #content textarea.error, .selector span.error {
	background-color: #fdeceb;
	border: 1px solid #d16c64;
}
.gift_option.error {
	
}
.ie7 input[type="text"],
.ie7 input[type="email"],
.ie7 input[type="tel"],
.ie7 textarea,
.ie8 input[type="text"],
.ie8 input[type="email"],
.ie8 input[type="tel"],
.ie8 textarea {
	background: url("../../../assets/images/bg-input.png")/*tpa=http://192.168.0.119/assets/images/bg-input.png*/ no-repeat;
}
.ie8 input:focus {
	background-position: 0 -24px;
}
input[type="text"], input[type="email"], input[type="tel"] {
	height: 2em;
}
.ie7 input[type="text"],
.ie7 input[type="email"],
.ie7 input[type="tel"],
.ie8 input[type="text"],
.ie8 input[type="email"],
.ie8 input[type="tel"] {
	height: 1.7em;
	padding-top: 0.3em;
}
textarea {
	display: inline-block;
	height: 12.5em;
	padding: 0.5em;
}
.ie7 textarea, .ie8 textarea {
	background-position: 0 -144px;
}
.ie8 textarea:focus {
	background-position: 0 -306px;
}
button {
	background: none;
	border: 1px solid #c5c5c5;
	-moz-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	font-family: 'myriad-pro-1', 'myriad-pro-2', 'Myriad Pro', 'Myriad', 'Tahoma', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2.4em;
	line-height: 2em;
	margin-left: 5em;
	width: 6em;
}
button:hover {
	-moz-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}
button:active {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
	-moz-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.3);
	line-height: 2.2em;
	text-shadow: 0 -1px 1px #ffffff;
}
.ie7 button, .ie8 button {
	background: url("../../../assets/images/btn-submit.png")/*tpa=http://192.168.0.119/assets/images/btn-submit.png*/ no-repeat;
	height: 2.3em;
}
.ie7 button {
	margin: 2em 0 0 6em;
}
.ie7 button:hover, .ie8 button:hover {
	background-position: 0 -26px;
}
label.error {
	display: none!important;
}
em.error-msg {
	color: #d16c64;
	display: block;
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 0.6em;
	width: 21.6667em;
}
.selector span {
	background: url("../../../assets/images/btn-select.png")/*tpa=http://192.168.0.119/assets/images/btn-select.png*/ right top no-repeat #ffffff;
	-moz-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	border: 1px solid #c5c5c5;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #555;
	display: block;
	height: 0.95em;
	padding: 0.25em 33px 0.3em 0.7143em;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-transition: box-shadow 0.15s linear;
	-o-transition: box-shadow 0.15s linear;
	-webkit-transition: box-shadow 0.15s linear;
	transition: box-shadow 0.15s linear;
	white-space: nowrap;
	width: 9.3571em;
}
.selector.hovered span {
	-moz-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}
.ie7 .selector span, .ie8 .selector span {
	background: url("../../../assets/images/btn-select-ie.png")/*tpa=http://192.168.0.119/assets/images/btn-select-ie.png*/ no-repeat;
	padding-top: 0.2em;
	width: 9.2em;
}
.ie7 .selector.hovered span, .ie8 .selector.hovered span {
	background-position: 0 -20px;
}
/*==================== HEADER ====================*/
#page-header {
	height: 9.2em;
	position: relative;
	z-index: 1000;
}
#branding {
	left: 3em;
	position: absolute;
	top: 1.4em;
}
#primary-nav {
	left: 21.5em;
	position: absolute;
	top: 5.4em;
}
.ie7 #primary-nav, .ie8 #primary-nav {
	top: 5.3em;
}
#primary-nav ul {
	font-size: 10px;
	font-size: 1rem;
	line-height: normal;
	list-style: none;
	margin-left: 0;
}
#primary-nav li {
	float: left;
	position: relative;
}
#primary-nav li + li {
	border-left: 1px solid #555;
	margin-left: 2.4em;
	padding-left: 2.4em;
}
#primary-nav a, #primary-nav span {
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
}
#primary-nav span {
	cursor: default;
}
#primary-nav a:hover, #primary-nav span:hover {
	color: #1ab7ea;
	text-decoration: none;
}
#primary-nav .subnav {
	background: #1ab7ea;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	font-size: 10px;
	font-size: 1rem;
	left: 0;
	line-height: 1.8em;
	opacity: 0;
	padding: 1.8em 1.5em 1.5em;
	position: absolute;
	top: 3.5em;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
	visibility: hidden;
	width: 12em;
}
#primary-nav .subnav ul {
	display: none;
}
.ie7 #primary-nav .subnav, .ie8 #primary-nav .subnav {
	padding: 0.8em 1.5em 0.5em;
	top: 4.5em;
	visibility: hidden;
}
#primary-nav .subnav:before, .ie7 #primary-nav .before {
	background: url("../../../assets/images/bg-subnav.png")/*tpa=http://192.168.0.119/assets/images/bg-subnav.png*/ 80px top no-repeat;
	content: '.';
	display: block;
	height: 15px;
	position: absolute;
	left: 0;
	text-indent: -9999px;
	top: -15px;
	width: 100%;
}
.ie8 #primary-nav .subnav:before, .ie7 #primary-nav .before {
	top: -25px;
}
#primary-nav li + li .subnav {
	left: 0;
}
#accessories-btn + .subnav, #support-btn + .subnav {
	width: 12em;
}
#careers-btn + .subnav:before,
#careers-btn + .subnav .before,
#support-btn + .subnav:before,
#support-btn + .subnav .before {
	background-position: 60px top;
}
#primary-nav li:hover .subnav, #primary-nav .subnav.open {
	opacity: 1;
	visibility: visible;
}
#primary-nav .subnav li {
	float: none;
	margin: 0;
	padding: 0;
}
#primary-nav .subnav li + li {
	border: none;
	margin: 0;
	padding: 0;
}
#primary-nav .subnav a {
	color: #fff;
	font-size: 15px;
	font-size: 1.6rem;
	font-style: italic;
	line-height: 1.3em;
}
.ie9 #primary-nav .subnav a {
	font-size: 1.5rem;
}
#primary-nav .subnav a:hover {
	text-decoration: underline;
}
.top, .bottom {
	background: url("../../../assets/images/bg-corners-ie.png")/*tpa=http://192.168.0.119/assets/images/bg-corners-ie.png*/ -124px 0;
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	top: -10px;
	width: 150px;
}
.bottom {
	background-position: -124px -10px;
	bottom: -10px;
	top: auto;
}
.ie7 .bottom {
	left: -15px;
}
#demo-btn {
	background-color: #fff;
	-moz-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.3);
	border: 1px solid #c5c5c5;
	color: #555;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	height: 0.9em;
	line-height: 0.9em;
	padding: 0.4em 0;
	position: absolute;
	right: 1.5em;
	text-align: center;
	top: 3.125em;
	-moz-transition: box-shadow 0.15s linear;
	-o-transition: box-shadow 0.15s linear;
	-webkit-transition: box-shadow 0.15s linear;
	transition: box-shadow 0.15s linear;
	width: 13.5em;
}
#demo-btn:hover {
	-moz-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}
#demo-btn:active {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
	-moz-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.3);
	height: 0.75em;
	padding: 0.45em 0;
	text-shadow: 0 -1px 1px #ffffff;
}
.ie7 #demo-btn, .ie8 #demo-btn {
	background: url("../../../assets/images/btn-demo.png")/*tpa=http://192.168.0.119/assets/images/btn-demo.png*/ no-repeat;
	padding: 0.3em 0 0.4em;
}
.ie7 #demo-btn:hover, .ie8 #demo-btn:hover {
	background-position: 0 -26px;
}
.ie7 #demo-btn:active, .ie8 #demo-btn:active {
	background-position: 0 -52px;
	height: 0.9em;
	padding: 0.3em 0 0.4em;
}
/*==================== CONTENT ====================*/
#content {
	background: url("../images/bg-content.jpg")/*tpa=http://192.168.0.119/rainbowsystem.com/assets/images/bg-content.jpg*/ no-repeat;
	overflow: hidden;
	min-height: 45em;
	padding: 5.5em 3em 5em;
	position: relative;
	width:1024px;
}
.column #content {
	min-height: 610px;
	padding: 0;
}
#content h1 {
	color: #1ab7ea;
	font-size: 36px;
	font-size: 3.6rem;
	font-style: italic;
	margin-bottom: 0.4em;
}
#content h2, #content h3 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
}
#content h2 {
	color: #1ab7ea;
}
#content h3 {
	margin-bottom: 0.5em;
}
.cover {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}
#primary {
	background: rgba(255, 255, 255, 0.8);
	/*min-height: 53.4em;*/
	overflow: hidden;
	padding: 5.5em 3em 2em;
	position: relative;
	z-index: 100;
	width: 32em;
}
.ie7 #primary, .ie8 #primary {
	background: url("../../../assets/images/bg-white-80.png")/*tpa=http://192.168.0.119/assets/images/bg-white-80.png*/;
}
.column #primary {
	float: left;
	width: 26em;
}
.extras #primary {
	background: none;
}
#secondary {
	float: left;
	margin: 6.6em 0 3em 5.5em;
	width: 47.5em;
}
#secondary h2 {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0.65em;
}
.section-nav {
	float: left;
	width: 23.5em;
}
.column .section-nav {
	float: none;
	width: auto;
}
.section-nav ul {
	list-style: none;
	margin-left: 0;
}
.section-nav li {
	margin: 0;
}
.section-nav .active {
	font-weight: bold;
}
.grid {
	float: right;
	margin: 0 2em 0 0;
	width: 58em;
}
#content .grid h2 {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 1em;
}
table {
	background: #e5f5fa;
	border-collapse: collapse;
	float: right;
	width: 60em;
}
thead {
	background: #1ab7ea;
}
th {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0.5833em 0 0.3333em;
}
tbody tr {
	-moz-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	-webkit-transition: background 0.15s linear;
	transition: background 0.15s linear;
}
tbody tr:nth-child(odd) {
	background: #cdebf6;
}
tbody tr.odd {
	background: #cdebf6;
}
tbody tr:nth-child(even) {
	background: #e5f5fa;
}
tbody tr.even {
	background: #e5f5fa;
}
tbody tr:hover {
	background: #f7fdff;
}
td {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.8333em 0;
}
/*==================== FOOTER ====================*/
#page-footer {
	background: url("../../../assets/images/bg-footer.png")/*tpa=http://192.168.0.119/assets/images/bg-footer.png*/ center top repeat-x;
	height: 6em;
	padding: 3em;
	position: relative;
}
.ie7 #page-footer, .ie8 #page-footer {
	height: 6em;
	padding: 2em 3em 3em;
}
#secondary-nav {
	margin-bottom: 1.5em;
}
#secondary-nav ul {
	font-size: 10px;
	font-size: 1rem;
	line-height: normal;
	list-style: none;
	margin-left: 0;
	overflow: hidden;
}
#secondary-nav li {
	float: left;
	margin-bottom: 0;
}
#secondary-nav li + li {
	border-left: 1px solid #1ab7ea;
	margin-left: 1.8em;
	padding-left: 1.8em;
}
#secondary-nav a {
	font-size: 16px;
	font-size: 1.6rem;
}
#secondary-nav a:hover {
	color: #555;
	text-decoration: none;
}
#secondary-nav #newsletter-btn {
	background: transparent url("../../../assets/images/mail_24.png")/*tpa=http://192.168.0.119/assets/images/mail_24.png*/ left center no-repeat;
	display: block;
	line-height: 24px;
	padding-left: 30px;
}
#secondary-nav #order-btn {
	background: transparent url("../../../assets/images/icn-cart.png")/*tpa=http://192.168.0.119/assets/images/icn-cart.png*/ left center no-repeat;
	display: block;
	line-height: 24px;
	padding-left: 30px;
}
#secondary-nav #find-btn {
	background: transparent url("../../../assets/images/icn-find.png")/*tpa=http://192.168.0.119/assets/images/icn-find.png*/ left center no-repeat;
	display: block;
	line-height: 24px;
	padding-left: 30px;
}


#language-form {
	position: absolute;
	right: 2.0em;
	top: 0.5em;
}
.ie7 #language-form, .ie8 #language-form {
	top: 1.6em;
}
#language-form label {
	display: none;
}
#language-form select {
	background: none;
	font-size: 14px;
	font-size: 1.4rem;
	left: 0;
	position: absolute;
	top: -1px;
	width: 12.4285em;
}
.ie7 #language-form select, .ie8 #language-form select {
	top: 2px;
}
#page-footer p {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.1em;
	width: 66em;
}
#dsa-info {
	position: absolute;
	right: 1em;
	top: 6.4em;
	width: 195px;
	height: 300px;
}
#dsa-info img {
	left: 0;
	position: absolute;
	top: -2px;
}
#dsa-info p {
	margin-left: 42px;
	width: 150px;
}

#facebook {
	position: absolute;
	display: block;
	right: 220px;
	top: 6.4em;
	width: 32px;
	height: 32px;
	line-height: 32px;
}

/*==================== HOME ====================*/
#home #content {
	padding: 0;
}
#slide-list {
	font-size: 10px;
	font-size: 1rem;
	height: 61em;
	line-height: normal;
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	overflow: hidden;
}
#slide-list li {
	position: relative;
}
#slide-list div {
	background: url("../../../assets/images/bg-slide.png")/*tpa=http://192.168.0.119/assets/images/bg-slide.png*/ center right no-repeat rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	height: 20.5em;
	padding: 2.5em 16em 0 1.8em;
	position: absolute;
	right: 0;
	top: 16.8em;
	width: 37.7em;
}
.ie7 #slide-list div, .ie8 #slide-list div {
	background: url("../../../assets/images/bg-slide.png")/*tpa=http://192.168.0.119/assets/images/bg-slide.png*/ center right no-repeat #ffffff;
}
#slide-list div.image {
	background-image: none;
}
#slide-list strong {
	color: #1ab7ea;
	display: block;
	font-size: 55px;
	font-size: 5.5rem;
	font-weight: normal;
	text-transform: lowercase;
}
#slide-list strong.sm {
	font-size: 42px;
	font-size: 4.2em;
	white-space: nowrap;
}
#slide-list p {
	font-size: 14px;
	font-size: 1.4rem;
}
.more-btn {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	width: 32em;
}
#slide-list img {
	display: block;
}
#slide-list div img {
	position: absolute;
	right: 4em;
	top: 5.5em;
}
#home .paginate {
	list-style: none;
	margin-left: 0;
	overflow: hidden;
	font-size: 10px;
	font-size: 1rem;
	left: 42.3em;
	position: absolute;
	top: 37em;
	z-index: 1000;
}
#home .paginate li {
	float: left;
}
#home .paginate li + li {
	margin-left: 0.5em;
}
#home .paginate a {
	background: #636466;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: block;
	height: 1em;
	text-indent: -9999px;
	-moz-transition: background 0.7s linear;
	-o-transition: background 0.7s linear;
	-webkit-transition: background 0.7s linear;
	transition: background 0.15s linear;
	width: 1em;
}
#home .activeSlide a {
	background: #1ab7ea;
}
.ie7 #home .paginate a, .ie8 #home .paginate a {
	background: url("../../../assets/images/btn-slides.png")/*tpa=http://192.168.0.119/assets/images/btn-slides.png*/ -10px 0 no-repeat;
}
.ie7 #home .activeSlide a, .ie8 #home .activeSlide a {
	background-position: 0 0;
}
#dsa {
	bottom: 2em;
	left: 3em;
	position: absolute;
	z-index: 100;
}
/*==================== RAINBOW SYSTEM ====================*/
#rainbow #content {
	padding-right: 45em;
}
.ie8 #rainbow .selector span {
	height: 13px;
}
#how-list,
#attachment-list {
	counter-reset: item;
	font-size: 10px;
	font-size: 1rem;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding-top: 5px;
}
#how-list li,
#attachment-list li {
	float: left;
	margin-right: 1em;
	padding-left: 3em;
	position: relative;
	width: 20em;
}
#how-list .break,
#attachment-list .break {
	clear: left;
}
#how-list li::before,
#attachment-list li::before {
	background: url("../../../assets/images/icn-bullet.png")/*tpa=http://192.168.0.119/assets/images/icn-bullet.png*/ no-repeat;
	color: #fff;
	content: counter(item);
	counter-increment: item;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 17px;
	left: 0;
	padding: 5px 0 0;
	position: absolute;
	text-align: center;
	top: -0.4em;
	width: 22px;
}
#how-list .count,
#attachment-list .count {
	background: url("../../../assets/images/icn-bullet.png")/*tpa=http://192.168.0.119/assets/images/icn-bullet.png*/ no-repeat;
	color: #fff;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	height: 18px;
	left: 0;
	padding: 5px 0 0;
	position: absolute;
	text-align: center;
	top: -0.4em;
	width: 22px;	
}
.detail {
	display: block;
	position: absolute;
	right: 3em;
	top: 1.7em;
}
/* CERTIFICATIONS */
#certification-list {
	font-size: 10px;
	font-size: 1rem;
	list-style: none;
	margin-left: 0;
	overflow: hidden;
	position: absolute;
	right: 2.4em;
	top: 10em;
	width: 60em;
	z-index: 100;
}
#certification-list li {
	float: right;
	margin-bottom: 2em;
}
#certification-list .break {
	margin-right: 0;
}
#certification-list li + li {
	margin-right: 1.4em;
}
#certification-list a,
#certification-list span {
	display: table-cell;
	height: 93px;
	vertical-align: middle;
}
#certification-list img {
	display: block;
}
/*==================== ACCESSORIES ====================*/
#accessories #primary {
	float: left;
}
#accessories #primary li {
	margin-bottom: 0;
}
.grid-list {
	float: left;
	list-style: none;
	margin-left: 0;
	overflow: hidden;
	margin-top: 3.5em;
	width: 52em;
}
.grid-list li {
	color: #1ab7ea;
	float: left;
	margin-bottom: 4em;
	padding-top: 150px;
	position: relative;
	text-align: center;
	width: 17.0833em;
}
.grid-list img {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}
/*==================== CAREERS ====================*/
#careers #primary {
	background: none;
	min-height: 0;
	padding: 0;
}
#video-btn {
	background: url("../../../assets/images/btn-video.png")/*tpa=http://192.168.0.119/assets/images/btn-video.png*/ center 55px no-repeat rgba(26, 183, 234, 0.8);
	-moz-border-radius: 8px 0 0 8px;
	-o-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	height: 7.4286em;
	padding: 2em 0 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 4.0714em;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
	width: 13.5714em;
	z-index: 100;
}
#video-btn:hover {
	background-color: rgba(26, 183, 234, 0.95);
	text-decoration: none;
}
.ie7 #video-btn, .ie8 #video-btn {
	background: url("../../../assets/images/btn-video-ie.png")/*tpa=http://192.168.0.119/assets/images/btn-video-ie.png*/ no-repeat;
}
.ie7 #video-btn:hover, .ie8 #video-btn:hover {
	background-position: 0 -132px;
}
/*==================== SUPPORT ====================*/
#page-list {
	bottom: 2em;
	font-size: 10px;
	font-size: 1rem;
	list-style: none;
	margin-left: 0;
	overflow: hidden;
	margin-bottom: 0;
	position: absolute;
	right: 7.5em;
	z-index: 100;
}
#page-list li {
	float: left;
}
#page-list li + li {
	margin-left: 0.5em;
}
#page-list a, #page-list strong {
	background: url("../images/btn-pages.png")/*tpa=http://192.168.0.119/rainbowsystem.com/assets/images/btn-pages.png*/ no-repeat;
	display: block;
	height: 14px;
	text-indent: -9999px;
	width: 14px;
}
#page-list strong {
	background-position: -15px 0;
}
#prev-btn, #next-btn {
	background: url("../images/btn-paginate.png")/*tpa=http://192.168.0.119/rainbowsystem.com/assets/images/btn-paginate.png*/ no-repeat;
	display: block;
	float: left;
	height: 21px;
	text-indent: -9999px;
	width: 10px;
}
#prev-btn:hover {
	background-position: 0 -21px;
}
#next-btn {
	background-position: -10px 0;
	margin-left: 0.8em;
}
#next-btn:hover {
	background-position: -10px -21px;
}
/* FAQ */
#question-list {
	list-style: none;
	margin-left: 0;
	margin-bottom: 1.5em;
}
#answer-list {
	border-top: 1px solid #eee;
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 1em;
	margin-left: -0.5em;
}
#answer-list dt {
	font-weight: bold;
	padding: 0.5em;
}
#answer-list dd {
	padding: 0.5em;
	margin-bottom: 2em;
}
dt:target, dt:target + dd {
	background: #e5f5fa;
	-moz-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	-webkit-transition: background 0.15s linear;
	transition: background 0.15s linear;
}
/* CLEANING TIPS */
#content .tip {
	color: #555;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
/* VIDEOS/MANUALS */
#video-list, #manual-list {
	font-size: 10px;
	font-size: 1rem;
	list-style: none;
	margin-top: 2em;
	margin-left: 0;
	overflow: hidden;
}
#video-list li, #manual-list li {
	float: left;
	height: 11.9em;
	margin-bottom: 4em;
	text-align: center;
	width: 15.4em;
}
#video-list li + li {
	margin-left: 3.6em;
}
#manual-list li {
	height: 16.5em;
	width: 15em;
}
#manual-list li + li {
	margin-left: 5.8em;
}
#video-list li.break, #manual-list li.break {
	clear: left;
	margin: 0;
}
#video-list a, #manual-list a {
	font-size: 12px;
	font-size: 1.2rem;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#video-list a:hover, #manual-list a:hover {
	text-decoration: none;
}
#video-list img, #manual-list img {
	border: 1px solid #eee;
	display: block;
	margin: 0.1667em 0 0.5em;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#video-list a:hover img, #manual-list a:hover img {
	opacity: 0.7;
}
/* DOCUMENTS */
#docs {
	float: right;
	width: 60em;
}
#docs h2 {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0.25em;
}
#support table {
	float: none;
	margin-bottom: 2em;
}
.product {
	padding-left: 1em;
	width: 15em;
}
.langauge {
	width: 15em;
}
#manual-table .language,
#video-table .language {
	padding-left: 1em;
}
.link {
	padding-right: 3em;
	width: 16em;
}
.link a {
	background: url("../../../assets/images/icn-pdf.png")/*tpa=http://192.168.0.119/assets/images/icn-pdf.png*/ right top no-repeat;
	display: block;
	padding: 5px 0 3px;
	color: #555;
}
#video-table .link a {
	background: none;
}
/* TERMS OF SERVICE */
#terms #primary {
	background: none;
}
/*==================== CONTACT/DEMO ====================*/
#contact #content {
	background: url("../../../assets/images/bg-contact.png")/*tpa=http://192.168.0.119/assets/images/bg-contact.png*/ no-repeat;
	min-height: 53em;
}
#demo #content {
	background: url("../../../assets/images/bg-demo.png")/*tpa=http://192.168.0.119/assets/images/bg-demo.png*/ no-repeat;
}
.vcard p {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1em;
	margin: 0;
}
#intro .vcard p {
	margin-bottom: 1em;
}
.vcard span {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3em;
}
.title,
.note,
.org,
.street-address,
.extended-address,
.days,
.country-name,
.tel .hours {
	display: block;
}
#intro .vcard strong {
	font-size: 1.2em;
}
#intro .tel .value {
	font-weight: bold;
}
#intro .email {
	display: block;
	font-size: 1.2em;
}
.type {
	display: none;
}
#contact #secondary,
#demo #secondary {
	float: right;
	margin: 1.1em 14em 0 0;
	width: 40em;
}
#busy {
	background: url("../../../assets/images/icn-loading.gif")/*tpa=http://192.168.0.119/assets/images/icn-loading.gif*/ center center no-repeat #000;
		-moz-border-radius: 8px;
		-o-border-radius: 8px;
		-webkit-border-radius: 8px;
	border-radius: 8px;
	bottom: 50%;
	display: block;
	height: 6em;
	left: 50%;
	margin: -6em 0 0 -3em;
	position: absolute;
	top: 50%;
	width: 6em;
	text-indent: -9999em;
	z-index: 1000;
}
#contact-form,
#demo-form,
#info-form,
#gift-form,
#subscribe-form {
	float: right;
	margin: 3em 14em 0 0;
	position: relative;
	width: 40em;
}
#contact-form ul,
#demo-form ul,
#info-form ul,
#gift-form ul,
#subscribe-form ul {
	list-style: none;
	margin-left: 0;
}
#contact-form li,
#demo-form li,
#info-form li,
#gift-form li,
#subscribe-form li {
	display: table-cell;
	float: left;
	margin: 0 0.8333em 1em 0;
	padding-left: 5em;
	position: relative;
}
#contact-form #zip-field,
#demo-form #zip-field,
#info-form #zip-field,
#gift-form #zip-field {
	padding-left: 3.3333em;
}
#contact-form label,
#demo-form label,
#info-form label,
#gift-form label,
#subscribe-form label {
	display: inline-block;
	left: -20px;
	line-height: 1em;
	position: absolute;
	top: 0.5em;
	width: 5em;
}
#contact-form label[for="contact-zip"],
#demo-form label[for="demo-zip"],
#info-form label[for="info-zip"],
#gift-form label[for="gift-zip"] {
	left: 0;
	width: 3.3333em;
}
#info-form label[for="info-how"] {
	margin-left: -8.4em;
	width: 13em;
}
#demo-form input,
#info-form input,
#info-form textarea {
	border-color: #c1d7ba;
}
#contact-state,
#demo-state,
#info-state,
#gift-state {
	width: 11.6667em;
}
.ie7 #contact-state,
.ie7 #demo-state,
.ie7 #info-state,
.ie7 #gift-state,
.ie8 #contact-state,
.ie8 #demo-state,
.ie8 #info-state,
.ie8 #gift-state {
	background-position: 0 -48px;
}
.ie8 #contact-state:focus,
.ie8 #demo-state:focus,
.ie8 #info-state:focus,
.ie8 #gift-state:focus {
	background-position: 0 -72px;
}
#contact-zip,
#demo-zip,
#info-zip,
#gift-zip {
	width: 9em;
}
.ie7 #contact-zip,
.ie7 #demo-zip,
.ie7 #info-zip,
.ie7 #gift-zip,
.ie8 #contact-zip,
.ie8 #demo-zip,
.ie8 #info-zip,
.ie8 #gift-zip {
	background-position: 0 -96px;
}
.ie8 #contact-zip:focus,
.ie8 #demo-zip:focus,
.ie8 #info-zip:focus,
.ie8 #gift-zip:focus {
	background-position: 0 -120px;
}
#demo-form p,
#contact-form p,
#info-form p {
	margin: 1.25em 0 1em 5em;
}
#demo-form .check-list,
#contact-form .check-list,
#info-form .check-list {
	line-height: 1.5em;
	margin-left: 5em;
}
#demo-form .check-list li,
#contact-form .check-list li,
#info-form .check-list li {
	padding: 0;
	width: 13.3333em;
}
#info-form .check-list li {
	width: 100%;
}
#demo-form .check-list label,
#contact-form .check-list label,
#info-form .check-list label {
	margin-left: 2em;
	position: static;
	width: auto;
}
.checker span {
	border: 1px solid #c1d7ba;
	background: url("../../../assets/images/btn-checkbox.png")/*tpa=http://192.168.0.119/assets/images/btn-checkbox.png*/ no-repeat;
	display: block;
	height: 1.3333em;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 1.3333em;
}
#contact-form .checker span {
	border-color: #ded885;
}
.checker .checked {
	background-position: 0 -16px;
}
#demo-form .check-list input,
#contact-form .check-list input,
#info-form .check-list input {
	left: 0;
	margin: 0;
	height: 1.4em;
	position: absolute;
	top: 1px;
	width: 1.4em;
}
/*==================== BUYER BEWARE ====================*/
#beware.inside #primary {
	background: none;
}
/*==================== OUR COMPANY ====================*/
#company-list {
	list-style: none;
	margin-left: 0;
}
#company-list li {
	margin-bottom: 1em;
}
#message #content {
	background: url("../../../assets/images/bg-company.png")/*tpa=http://192.168.0.119/assets/images/bg-company.png*/ right top no-repeat;
}
#message #primary {
	background: none;
	float: left;
}
#chairman {
	float: left;
	margin: 5.8em 0 0 5.5em;
	padding-right: 25em;
	position: relative;
	width: 33.5em;
}
p.intro {
	color: #1ab7ea;
}
#portrait {
	right: 0;
	position: absolute;
	top: 0.2em;
}
/*==================== FIND A DISTRIBUTOR ====================*/
#find.landing #content {
	background-image: url("../../../assets/images/bg-distributor.png")/*tpa=http://192.168.0.119/assets/images/bg-distributor.png*/;
}
#intro {
	float: left;
	width: 25em;
}
.ie7 #find-form {
	margin-bottom: 2em;
}
#find-form ul {
	font-size: 10px;
	font-size: 1rem;
	list-style: none;
	margin-left: 0;
}
#find-form li {
	line-height: 1.6em;
	margin-bottom: 1.7em;
	position: relative;
}
.ie7 #find-form li {
	line-height: 1em;
	margin-bottom: 1em;
}
#find-form li + li,
#find-form li + li .selector {
	display: none;
}
#find-form .visible,
#find-form .revealed .selector {
	display: block;
}
#find-form label {
	display: none;
}
#find-form span {
	font-size: 1.2em;
	height: 1.2em;
	line-height: 1.4em;
	width: 10.9167em;
}
.ie7 #find-form span, .ie8 #find-form span {
	height: 1.19em;
	width: 10.8em;
}
#find-form select {
	background: none;
	font-size: 12px;
	font-size: 1.2rem;
	left: 0;
	position: absolute;
	top: -1px;
	width: 14.5em;
}
.ie7 #find-form select {
	top: 10px;
}
.ie8 #find-form select {
	top: 2px;
}
#find #secondary {
	margin-top: 1.1em;
}
th.company {
	padding-left: 1em;
	width: 15em;
}
th.phone {
	width: 9.5em;
}
th.email {
	width: 7em;
}
table small {
	display: none;
}
th.site {
	padding-right: 1em;
	width: 9em;
}
th,
td {
	padding-left: 1em;
}
td.adr .org {
	font-weight: bold;
}
td.adr a {
	display: block;
}
td {
	vertical-align: middle;
}
.shop-btn {
	background: url("../../../assets/images/btn-shop.png")/*tpa=http://192.168.0.119/assets/images/btn-shop.png*/ no-repeat;
	display: inline-block;
	height: 36px;
	text-indent: -999em;
	width: 119px;
}
.shop-btn:hover {
	opacity: 0.8;
	color: #fff;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi) { 
	.shop-btn {
		background: url("../../../assets/images/bg-shop.png")/*tpa=http://192.168.0.119/assets/images/bg-shop.png*/ repeat-x #15a9e3;
		border: 1px solid #17a3d3;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		border-radius: 6px;
		color: #fff;
		display: inline-block;
		height: auto;
		padding: 8px 28px 3px 0;
		text-indent: 0;
		text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.3);
		width: auto;
	}
	.shop-btn .icon {
		background: url("../../../assets/images/icn-shop.png")/*tpa=http://192.168.0.119/assets/images/icn-shop.png*/ 18px 3px no-repeat;
		display: inline-block;
		font-size: 1.666666667em;
		margin-top: -1px;
		padding: 1px 0 0 45px;
		position: relative;
		top: -3px;
	}
}

/*==================== Subscribe Form ====================*/
#subscribe #content {
	padding-right: 0;

}
#gift-form,
#subscribe-form {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.95);
	padding: 40px 30px 30px;;
	margin: 0;
}
#gift-form .intro p,
#subscribe-form .intro p {
	font-size: 1.4em;
}
#gift-form .privacy p,
#subscribe-form .privacy p {
	font-size: 1.0em;
}
#gift-zip {
	width: 9.0em;
}
#gift-form #zip-field label {
	margin-right: 0;
}
#gift-form #gift-zip {
	margin-left: 0;
}

#gift-form label,
#subscribe-form label {
	left: 0;
	margin-right: 10px;
}
#gift-form input,
#subscribe-form input,
#subscribe-form .selector {
	margin-left: 10px;
}
#subscribe-form .selector {
	position: relative;
}
#subscribe-form .selector select {
	position: absolute;
	top: 0;
	left: 0;
}
#gift-form button,
#subscribe-form button {
	margin-left: 70px;
	margin-bottom: 30px;
}
#gift-form #secondary,
#subscribe #secondary {
	display: none;
	margin-top: 0;
	margin-left: 0;
}
#gift-options {
	background-color: #d6f0fc;
	float: right;
	padding: 2.0em 2.0em 1.0em;
	margin-left: 7.0em;
	margin-right: -3.0em;
	margin-bottom: 1.0em;;
}
#gift-form .button,
#gift-form .privacy {
	clear: both;
}
#subscribe-form em.error-msg,
#gift-form em.error-msg {
	width: 20em;
}
#gift-options p {
	font-size: 1.4em;
	color: #333;
}
#gift-options li {
	padding-left: 0;
	font-size: 1.2em;
	width: 100%;
}
#gift-options label {
top: 0;
	position: inherit;
	width: auto;
}
.selector label,
label.error {
	display: none;
}

/*==================== HISTORY ====================*/
.history-nav {
	list-style: none;
	margin-left: 0;
}
#content .history-subhead {
	color: #777;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}