@charset "UTF-8";
 
body
{
 margin: 0; padding: 30px 0 0 0; text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666; width: 100%; height: 100%;
}
a:link
{
 color: #438ac2;
}
a:visited
{
 color: #438ac2;
}
a:hover
{
 color: #005177;
}
h4
{
 font-size: 18px; color: #900; margin: 0; padding: 0;
}
h5
{
 font-size: 11px; color: #900; margin: 0; padding: 4px 0 0 0;
}
h6
{
 font-size: 11px; color: #656565; margin: 0; padding: 4px 0 0 0;
}
.italicText
{
 font-style: italic;
}
.boldText
{
 font-weight: bold;
}
#wrapper
{
 margin: 0 auto; padding: 0; text-align: left; width: 910px;
}
/* MENU */
#top 
{
 margin: 0 auto; top: 0; padding: 0; width: 910px; height: 46px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: center 
}
.MenuLeftSide
{
 margin: 0; padding: 0; background-image: url(../i/menu/menuLSide.jpg); background-repeat: no-repeat; width: 286px; height: 46px; float: left;
}
.MenuCenter
{
 margin: 0; padding: 0; background-image: url(../i/menu/slide.jpg); background-repeat: repeat-x; width: 619px; height: 46px; float: left;
}
.MenuRightSide
{
 margin: 0; padding: 0; background-image: url(../i/menu/menuRSide.jpg); background-repeat: no-repeat; height: 46px; width: 5px; float: left;
}
.MenuLogo
{
 position: relative; top: -7px; left: -17px;
}
#positionMenu
{
 float: left; width: 600px;
}

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 1px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100px;
	float: left;
	text-align: center;
	font-weight: bold;
	line-height: 44px;
	color: #1c1c1c;
}
html>/**/body ul.MenuBarHorizontal li ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 170px;
	float: left;
	text-align: left;
	font-weight: normal;
	line-height: normal;
	color: #1c1c1c;
}
ul.MenuBarHorizontal li ul li
{
	margin:  0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 170px;
	float: left;
	text-align: left;
	font-weight: normal;
	line-height: normal;
	color: #1c1c1c;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0 0 0 -50px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 170px;
	position: absolute;
	left: -1000em;
}
html>/**/body ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 170px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 170px;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	line-height: normal;
	color: #1c1c1c;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 170px;
}
html>/**/body ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 170px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0;
	height: 44px;
	color: #333;
	text-decoration: none;
	background-image: url(../i/menu/menu-norm.jpg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarHorizontal a:visited
{
 color: #333;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal li ul a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #333;
	height: 18px;
	text-decoration: none;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontal li ul a:visited
{
 color: #333;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #d6d6d6;
	color: #1c1c1c;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #d6d6d6;
	color: #1c1c1c;
	background-image: url(../i/menu/menu-over.jpg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontal li ul a.MenuBarItemHover, ul.MenuBarHorizontal li ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal li ul a.MenuBarSubmenuVisible
{
	background-color: #d6d6d6;
	color: #1c1c1c;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../i/menu/menu-norm.jpg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../i/menu/menu-over.jpg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #1c1c1c;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/* END MENU */

/* MAIN CONTENT */
.content
{
 margin: 0 0 10px 0; padding: 0;
}
.contentHeaderLeft
{
 margin: 10px 0 0 0; padding: 0; float: left; background-image: url(../i/slide-purple-side.jpg); background-repeat: no-repeat; height: 64px; width: 1px;
}
.contentHeaderRight
{
 margin: 10px 0 0 0; padding: 0; float: left; background-image: url(../i/slide-purple-side.jpg); background-repeat: no-repeat; height: 64px; width: 1px;
}
.contentHeaderCenter
{
 margin: 10px 0 0 0; padding: 0; float: left; background-image: url(../i/slide-purple.jpg); background-repeat: repeat-x; height: 64px; width: 908px;
}
.contentHeaderCenter h1
{
 font-size: 25px; color: #fff; margin: 0; padding: 8px 0 0 14px;
}
.productHeader
{
 margin: 0; padding: 0; width: 910px; height: 316px; background-color: #ccc;
}
.videoHeader
{
 margin: 0; padding: 0; width: 910px; height: 600px; background-color: #fff;
}
.homepageHeader
{
 margin: 0; padding: 0; width: 910px; height: 373px; background-color: #8b8e6c;
}
.homepageProductImage
{
 position: relative; top: -352px; left: 610px; width: 310px;
}
.homepageProductButton
{
 position: absolute; top: 293px; left: 25px
}
.homepageExample
{
 position: relative; width: 475px; height: 205px; top: -518px; left: 20px;
}
.productImage
{
 position: relative; top: -297px; left: 610px; width: 310px;
}
.productImageTivity
{
 position: relative; top: -280px; left: 620px; width: 310px;
}
.newProduct
{
 position: relative; top: -605px; left: 595px; width: 64px;
}
.headerButtons
{
 position: relative; top: -390px; left: 110px;
}
.headerButtonsPixplug
{
 position: relative; top: -80px; left: 110px;
}
.headerButtonsPixplug ul
{
 margin: 0; padding: 0; list-style: none;
}
.headerButtonsPixplug li
{
 margin: 0; padding: 0; display: inline;
}
.headerButtons ul
{
 margin: 0; padding: 0; list-style: none;
}
.headerButtons li
{
 margin: 0; padding: 0; display: inline;
}
.headerButtonsTwo
{
 position: relative; top: -390px; left: 110px;
}
.headerButtonsTwo ul
{
 margin: 0; padding: 0; list-style: none;
}
.headerButtonsTwo li
{
 margin: 0; padding: 0 20px 0 0; display: inline;
}
.headerXtivityButtons
{
 position: relative; top: -360px; left: 110px;
}
.headerXtivityButtons ul
{
 margin: 0; padding: 0; list-style: none;
}
.headerXtivityButtons li
{
 margin: 0; padding: 0 20px 0 0; display: inline;
}
.productHeaderGradient
{
 margin: 0; padding: 0; width: 910px; height: 29px; background-image: url(../i/productHeaderGradient.jpg); background-repeat: repeat-x;
}
.headerGradient
{
 margin: 0; padding: 0; width: 908px; height: 17px; background-image: url(../i/gradientHeader.jpg); background-repeat: no-repeat; border-left: solid 1px #ddd; border-right: solid 1px #ddd; overflow: hidden;
}
.mainContent
{
 margin: 0; padding: 0 0 20px 24px; background-image: url(../i/slide-detail.jpg); background-repeat: repeat-y; border-bottom: solid 1px #e3e3e3; line-height: 16px; 
}
.mainContent h1
{
 margin: 0; padding: 4px 0 0 0; font-size: 30px; font-weight: normal; color: #666
}
.mainContent h3
{
 margin: 0; padding: 4px 0 0 0; font-size: 25px; font-weight: normal; color: #666
}
.fullSlideContent
{
 margin: 0; padding: 0 0 20px 24px; background-image: url(../i/full-slide.jpg); background-repeat: repeat-y; border-bottom: solid 1px #e3e3e3; line-height: 16px; 
}
.fullSlideContent h1
{
 margin: 0; padding: 4px 0 0 0; font-size: 30px; font-weight: normal; color: #666
}
.leftCol
{
 margin: 0; padding: 0; float: left; width: 610px;
}
.leftCol h2
{
 margin: 0; padding: 0; font-size: 15px;
}
.detailMenu
{
 margin: 0px; padding: 20px 0 30px 0;
}
.detailMenu ul
{
 margin: 0; padding: 0; list-style: none;
}
.detailMenu li
{
 margin: 0; padding: 0 10px 0 0; display: inline; color: #438ac2;
}
.exampleSlideshow ul
{
 margin: 0; padding: 10px 0 0 0; list-style: none;
}
.exampleSlideshow li
{
 margin: 0; padding: 0; display: inline;
}
.detailSlideshow
{
 margin: 0; padding: 0px 15px 0px 0px; float: right; width: 349px;
}
.detailSlideshow ul
{
 margin: 0; padding: 10px 0 0 0; list-style: none;
}
.detailSlideshow li
{
 margin: 0; padding: 0; display: inline;
}
.slideshowExample
{
 margin: 0; padding: 0 0 40px 0;
}
.slideshowExample ul
{
 margin: 0; padding: 4px 0 0 0; list-style: none;
}
.slideshowExample li
{
 margin: 0; padding: 0; display: inline;
}
.slideshowExample table
{
 width: 349px;
}
/* RIGHT COLUMN - Main Content */
.rightCol
{
 margin: 0; padding: 0; float: right; width: 272px;
}
.podHolder
{
 margin: 0 0 23px 27px; padding: 0; width: 220px; border: solid 1px #c0c0c0;
}
.podTitle
{
 margin: 0; padding: 10px 0; font-size: 13px; font-weight: bold; color: #666; background-color: #cfcdcd; text-align: center;
}
.podContent
{
 margin: 0; padding: 13px 0 13px 18px; color: #666; background-color: #ededed;
}
.podContent h2
{
 margin: 0; padding: 0; font-size: 13px;
}
#galleryContentHolder
{
 margin: 0 auto; padding: 0; text-align: center;
}
#galleryContentHolder ul
{
 margin: 0; padding: 0; list-style: none;
}
#galleryContentHolder li
{
 margin: 0; padding: 0; display: inline;
}
/* END MAIN CONTENT */

/* FOOTER */
.footer
{
 margin: 0; padding: 20px; background-color: #f5f5f5; border: 1px solid #ccc; clear: both;
}
.footer ul
{
 margin: 0; padding: 0; list-style: none;
}
.footer li
{
 margin: 0; padding: 3px 3px; display: inline;
}
.footer li:hover
{
 margin: 0; padding: 3px 3px; display: inline; background-color: #858585;
}
.footer a:link
{
 color: #61618C;
}
.footer a:visited
{
 color: #61618C;
}
.footer a:hover
{
 color: #fff;
}
.footer p
{
 margin: 10px 0 0 0; line-height: 20px;
}
/* END FOOTER */

/* VIDEO TABLE */
.videoTable 
{
 margin: 0 0 10px 0; padding: 5px; border: 1px solid #ccc;
}
/* END VIDEO TABLE */
/* OPEN LARGE DIV */
.LargeDiv
{
 position: fixed; top: 0; left: 0; width: 100%; height: 100%; 
}
.blackBackground
{
 position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; filter: alpha(opacity=85); -moz-opacity:0.85; -khtml-opacity: 0.85; opacity: 0.85;
}
.imageWrapper
{
 position: absolute; width: 930px; height: 530px; top: 50%; left: 50%; margin-left: -465px; margin-top: -265px; background-color: #fff; border: solid 3px #999;
}
.videoWrapper
{
 position: absolute; width: 1000px; height: 660px; top: 50%; left: 50%; margin-left: -465px; margin-top: -325px; background-color: #fff; border: solid 3px #999;
}
.videoHolder
{
 margin: 15px auto 15px auto; text-align: center; background-color: #fff; width: 1000px; height: 635px; overflow: hidden;
}
.largeImage
{
 margin: 15px auto 15px auto; text-align: center; background-color: #fff; width: 890px; height: 480px; overflow: scroll;
}
.inputButton
{
 margin: 0; padding: 4px 35px; background-image: url(../i/inputButton.jpg); background-repeat: no-repeat; width: 92px; height: 22px;
}
.closeButton
{
 position: relative; left: 50%; margin-left: -46px; top: -5px; width: 92px; padding: 4px 0
}
.closeVideoButton
{
 position: relative; left: 50%; margin-left: -46px; top: -32px; width: 92px; padding: 4px 0
}
.bundleTable
{
 background-color: #f5f5f5; border: 1px solid #ccc;
}
.bundleTitle
{
 background-color: #ccc;
}
.homeTopMenu
{
 margin: 0; padding: 0;
}
.homeTopMenu ul
{
 margin: 0; padding: 0; list-style: none;
}
.homeTopMenu li
{
 margin: 0; padding: 0 4px 0 0; font-weight: bold; font-size: 13px; display: inline;
}
.homeTopMenu a:link
{
 color: #666;
}
.homeTopMenu a:visited
{
 color: #666;
}
.homeTopMenu a:hover
{
 color: #438ac2;
}
.trainingVideos
{
 margin: 0; padding: 0; line-height: 20px;
}
.trainingVideos h2
{
 font-size: 22px; margin: 0; padding: 0 0 7px 0;
}
.trainingVideos h3
{
 font-size: 14px; margin: 0; padding: 0;
}
.videoSingle
{
 padding: 6px; margin: 5px 0; border: solid 1px #ccc;
}
.videoSingle img
{
 border: solid 1px #ccc; padding: 3px;
}
.videoSingle .trans
{
 border: solid 1px #fff;
}
.vidButtons
{
 margin: 10px 0 0 -10px; width: 50px; height: 50px; 
}
.xtivityTour ul
{
 margin: 0; padding: 12px 0 0 0; list-style: none;
}
.xtivityTour li
{
 margin: 0; padding: 0; display: inline; font-size: 13px; color: #e7e7e7;
}
.xtivityTour li .thisPage
{
 color: #666666; background-color: #cfcdce;
}
.xtivityTour li a
{
 padding: 0 1px;
}
.xtivityNextBack ul
{
 margin: 0; padding: 0; list-style: none; width: 289px;
}
.xtivityNextBack li
{
 margin: 0; padding: 0; display: inline;
}
.tourNumberList ul
{
 margin: 0; padding: 12px 0 0 0; list-style: none;
}
.tourNumberList li
{
 margin: 0; padding: 0; display: inline; font-size: 13px; color: #e7e7e7;
}
.tourNumberList li .thisPage
{
 color: #666666; background-color: #cfcdce;
}
.tourNumberList li a
{
 padding: 0 1px;
}

