@charset "utf-8";
/* CSS Document */

/* default */

body {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6, p  {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.clearBoth {
	clear: both;
}

.blogTitle {
	margin: 5px 0px;
}
.blogTitle a {
	text-decoration: none;
	color: #000000;
}
.blogTitle a:hover {
	color: #555555;
}
.blogDate {
	margin: 5px 0px;
}

.galleryPage {
	float: left;
	padding: 5px;
	margin: 5px;
	background-color: #333333;
}
.galleryPageTitle {
	text-align: center;
}
.galleryPageTitle a {
	display: block;
	text-decoration: none;
	color: #EEEEEE;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../../../images/common/bkg.png) repeat-x;
}

/* Head Begin */
.headContainer {
	width: 100%;
	min-width: 950px;
	background: url(../../../images/common/headBkg.png) top center no-repeat;
}
.head {
	width: 950px;
	margin: 0px auto;
	height: 450px;
}
.headLeft {
	float: left;
}
.headRight {
	float: right;
}
.headSearch {
	padding: 35px 0 0 0;
}
.headSearch img {
	float: left;
}
.headSearch input {
	float: left;
	width: 90px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(../../../images/common/searchCenterBkg.png) center center repeat-x;
	color: #FFFFFF;
}
/* Head End */

/* Nav Begin */
.navContainer {
	padding: 35px 0 0 0;
	width: 100%;
	height: 30px;
}
.nav {
	/*background: #000000; /*background of menu items (default state)*/
}
.nav ul {
	z-index: 100;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*Top level list items*/
.nav ul {
	text-align: center;
	font-size: 0px;
	line-height: 0px;
}
.nav ul li {
	position: relative;
	display: inline-block;
	text-align: left;
}
/*Top level menu link items style*/
.nav ul li a {
	display: block;
	padding: 0px 10px;
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0; 
}
* html .nav ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.nav .noLink {
	cursor: default;
}
.nav .noLink:hover {
	text-decoration: none;
}
.nav ul li a, .nav ul li a:link, .nav ul li a:visited {
	color: #777777;
}
.nav ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #CCCCCC; 
	color: #777777;
}
.nav ul li a:hover {
	background: #CCCCCC; /*background of menu items during onmouseover (hover state)*/
	color: #777777;
}
/*1st sub level menu*/
.nav ul li ul {
	position: absolute;
	left: 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	/* background: url(../../../images/common/navBkg.png) repeat; /*background of menu items (default state)*/
	background: #CBCBCB;
	padding: 10px 0;
	-webkit-border-radius: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px; 
}
/*Sub level menu list items (undo style from Top level List Items)*/
.nav ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.nav ul li ul li ul {
	top: 0px;
}
/* Sub level menu links style */
.nav ul li ul li a {
	font-size: 12px;
	line-height: 15px;
	width: 150px; /*width of sub menus*/
	padding: 5px 15px;
	margin: 0px;
	border-top-width: 0px;
	text-transform: inherit;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.nav ul li ul a:link, .nav ul li ul a:visited {
	color: #777777;
}
.nav ul li ul a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #BBBBBB; 
	color: #777777;
}
.nav ul li ul a:hover {
	background: #BBBBBB; /*background of menu items during onmouseover (hover state)*/
	color: #777777;
}
.nav ul .navDivider { /*Dividers*/
}
.nav ul li ul .navDivider { /*Sub Dividers*/
	display: block;
	width: 150px;
	height: 1px;
	margin: 0 10px;
	background: url(../../../images/common/navDividerBkg.png) no-repeat;
}
/* Holly Hack for IE \*/
* html .nav {height: 1%;} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 10px;
}
.rightarrowclass {
	position: absolute;
	top: 8px;
	right: 10px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow { /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	background: silver;
}
.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}
/* Nav End */

.bannerContainer {
	margin: -350px 0 0 0;
	width: 100%;
	min-width: 950px;
	overflow: hidden;
}
.banner {
	width: 950px;
	margin: 0 auto;
}

.productNav {
	height: 30px;
	padding: 0 10px;
}
.productNav a {
	margin: 0 0 0 5px;
	color: #999999;
	font-size: 22px;
	vertical-align: top;
	text-decoration: none;
}
.productNavDivider {
	height: 1px;
	margin: 5px 0;
	background: #999999;
}

/* Main Begin */
.mainContainer {
	width: 100%;
	min-width: 950px;
}
.main {
	width: 950px;
	margin: 0px auto;
	background: url(../../../images/common/mainBkg.png) repeat-x;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 13px;
	line-height: 20px;
	-webkit-border-radius: 25px 25px 0px 0px;
	border-radius: 25px 25px 0px 0px; 
	font-family: 'Open Sans', sans-serif;
}
.main a {
	text-decoration: none;
}
.main a:hover {
	text-decoration: underline;
}
.main p {
	margin: 10px 0;
}
.main h1 {
	margin: 10px 0;
	color: #a0c192;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.main strong {
	font-weight: 600;
}
.mainLeft {
	float: left;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	line-height: 30px;
}
.mainRight {
	float: left;
}
.mainRight a {
	color: #9fc193;
}
.mainLeftDivider {
	height: 3px;
	margin: 15px 0;
	background: #a0c192;
}
.mainBlurb {
	width: 950px;
	margin: 0 auto;
}
.mainLeftBlurb {
	position: absolute;
	margin: -220px 0 0 0;
}
.mainRightBlurb {
	position: absolute;
	margin: -120px 0 0 660px;
}
/* Main End */


.subNav ul {
	margin: 0 0 0 20px;
	padding: 0px;
	list-style: none;
}
.subNav ul li {
	margin: 10px 0 10px 14px;
	list-style-image: url(../../../images/common/subNavPlus.png);
	line-height: 20px;
}
.subNav ul li ul {
	margin: 0 0 0 0;
}
.subNav ul li ul li {
	margin: 10px 0 10px 14px;
	list-style-image: url(../../../images/common/navPlus.png);
	line-height: 16px;
}
.subNav a {
	color: #999999;
	text-decoration: none;
	vertical-align: center;
}
.subNav ul li a {
	font-size: 22px;
}
.subNav ul li ul li a {
	font-size: 16px;
}



/* Slideshow Begin */
.ssPrev {
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin: -165px 0 0 0;
	background: url(../../../images/common/ssPrev.png) no-repeat;
}
.ssNext {
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin: -165px 0 0 910px;
	background: url(../../../images/common/ssNext.png) no-repeat;
}
.ssBanner {
	background-color: #FFFFFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	width: 940px;
}
.ssBanner img {
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.ssPagination {
	position: absolute;
	margin: -22px 0 0 0;
	padding: 0px;
	list-style: none;
}
.ssPagination li {
	float: left;
	margin: 0 2px;
}

.ssPagination li a {
	display: block;
	width: 12px;
	height: 0px;
	padding-top: 12px;
	background-image: url(../../../images/common/pagination.png);
	background-position: 0px 0px;
	float: left;
	overflow: hidden;
}
.ssPagination li.current a {
	background-position: 0 -12px;
}
/* Slideshow End */

/* Foot Begin */
.footContainer {
	width: 100%;
	min-width: 950px;
	background-color: #666666;
}
.foot {
	width: 950px;
	margin: 0px auto;
	padding: 40px 0;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 32px;
}
.foot a {
	color: #FFFFFF;
	text-decoration: none;
}
.foot a:hover {
	text-decoration: underline;
}
.footLeft {
	float: left;
}
.footRight {
	float: right;
	width: 250px;
}
.footRight span {
	vertical-align: top;
}
.footRight img {
	float: right;
	margin: 0 2px;
}

/* Foot End */

.videoContainer {
	padding: 5px;
	background: #a0c192;
	letter-spacing: -1px;
	color: #666666;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.videoNowPlaying {
	padding: 5px 0 10px 50px;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
}
.videoPlaylist {
	padding: 20px;
	background: #FFFFFF;
	color: #999999;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.video {
	float: left;
	cursor: pointer;
	display: block;
	width: 100%;
}
.video .active {
	background: #CCCCCC;
}
.video:hover {
	background: #EEEEEE;
}
.video:active {
	background: #CCCCCC;
}
.videoThumb {
	display: inline-block;
	border: 1px solid #999999;
	background: #FFFFFF;
}
.videoThumb img {
	display: block;
	width: 98px;
	height: 78px;
}
.videoDescription {
	padding: 20px;
	display: block;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}
.videoTitle {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	font-style: italic;
}
.videoSubTitle {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}

.contactUs {
	font-weight: 600;	
}
.contactUs input.contactUs {
	border: 0px;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 238px;
	border: 1px solid #999999;
	background: none;
	font-family: 'Open Sans',sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.contactUs textarea.contactUs {
	border: 0px;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 238px;
	height: 100px;
	border: 1px solid #999999;
	background: none;
	font-family: 'Open Sans',sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

.subHeader {
	margin: 10px 0;
	color: #a0c192;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.header {
	margin: 10px 0;
	color: #a0c192;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.tradeshow {
	margin: 10px 0;
	font-size: 12px;
}
.tradeshow .subHeader, .tradeshow .subHeader {
	font-size: 12px;
	letter-spacing: -0.5px;
	font-weight: 600;
	text-transform: inherit;
	color: inherit;
}
.tradeshow a {
	color: #999999;
	text-decoration: none;
}
.tradeshow a:hover {
	text-decoration: inherit;
	color: #CCCCCC;
}


.calc {
	width: 580px;
	padding: 10px;
	background-color: #797a7e;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.calcHead {
	width: 550px;
	padding: 0 15px;
	color: #797a7e;
	font-size: 23px;
	font-weight: bold;
	background-color: #e0ebdb;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.calcMain {
	width: 550px;
	min-height:200px;
	padding: 20px 15px 0 15px;
	background-color:#FFF;
	color: #797a7e;
	font-size: 18px;
}
.calcFoot {
	width:550px;
	height:25px;
	padding: 0 15px 10px 15px;
	background-color: #FFF;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

.simpleBoxContainer {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 8px;
	border-radius: 8px; 
	-webkit-box-shadow: 0px 0px 5px 0px #CCCCCC;
	box-shadow: 0px 0px 5px 0px #CCCCCC; 
}
.simpleBox {
	border: 1px solid #99CCFF;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow:hidden;
}
.simpleBox input{
	height: 19px;
	padding: 2px;
	background: url(../../simple/images/simpleBoxFormBkgLeft.jpg) top left no-repeat, url(../../simple/images/simpleBoxFormBkgRight.jpg) top right no-repeat, url(../../simple/images/simpleBoxFormBkg.jpg) top center repeat-x;
	border: 1px solid #9C9C9C;
	font-size: 14px;
	line-height: 19px;
	color: #707070;
}
.simpleBoxHead {
	height: 45px;
	padding: 0 10px;
	background: url(../../simple/images/simpleBoxHeadBkgLeft.jpg) top left no-repeat, url(../../simple/images/simpleBoxHeadBkgRight.jpg) top right no-repeat, url(../../simple/images/simpleBoxHeadBkg.jpg) top center repeat-x;
	background-color: #1899DC;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	font-family: 'Fugaz One', cursive;
	font-size: 24px;
	line-height: 45px;
	color: #FFFFFF;
}
.simpleBoxBody {
	padding: 10px;
	font-family: 'Doppio One', sans-serif;
	font-size: 14px;
	color: #707070;
}
.simpleBoxFoot {
	height: 25px;
	padding: 0 10px;
	background: url(../../simple/images/simpleBoxFootBkgLeft.jpg) top left no-repeat, url(../../simple/images/simpleBoxFootBkgRight.jpg) top right no-repeat, url(../../simple/images/simpleBoxFootBkg.jpg) top center repeat-x;
	background-color: #1899dc;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	font-family: 'Doppio One', sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
}

.simpleBoxLogin{
	width: 306px;
	margin: 0 auto;
}
.simpleBoxLogin label{
	width: 90px;
	margin: 5px;
	float: left;
	display: block;
	clear: both;
	font-size: 16px;
	line-height: 25px;
	text-align: right;
}
.simpleBoxLogin input{
	width: 190px;
	margin: 5px;
	float: left;
}

.simpleButton {
	height: 38px;
	padding: 0 25px;
	display: inline-block;
	background-color: #1899dc;
	background: url(../../simple/images/simpleButtonBkgLeft.jpg) top left no-repeat, url(../../simple/images/simpleButtonBkgRight.jpg) top right no-repeat, url(../../simple/images/simpleButtonBkg.jpg) top center repeat-x;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #99CCFF;
	font-family: 'Doppio One', sans-serif;
	font-size: 20px;
	line-height: 38px;
	color: #FFFFFF;
	cursor: pointer;
}

.simpleButtonSmall {
	height: 25px;
	padding: 0 25px;
	display: inline-block;
	background-color: #1899dc;
	background: url(../../simple/images/simpleButtonBkgLeft.jpg) top left no-repeat, url(../../simple/images/simpleButtonBkgRight.jpg) top right no-repeat, url(../../simple/images/simpleButtonBkg.jpg) top center repeat-x;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #99CCFF;
	font-family: 'Doppio One', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	cursor: pointer;
}

.simpleImgRound {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #9C9C9C;
}


/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../../module/fancybox/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../../module/fancybox/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../../module/fancybox/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../../module/fancybox/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


















#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}

/* Tooltip */

.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	background-color: #FFF;
	color: #000;
	cursor: default;
}

/* Calendar Styles */

.calHolderDiv {
	color:#FFF;
	font-size:10px;
	padding:6px 0 0 12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url('../../calendar/images/calendarBg.png');
	background-repeat:no-repeat;
	height:191px;
	width:184px;
	line-height:17px;
}

.calHolderDiv td {
	width:18px;
	text-align:right;
}

.calHolderDiv caption {
	font-size:15px;
	margin:5px 0 3px 0;
}