/*
++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++
+++++++ WHOLE APPROACH +++++++
++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++
*/

/* GENERAL
------------------------------ */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #f5f7e1 url(../images/background.jpg) repeat-x center top;
	border-top: solid #494738 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #504d3c;
}
img {
	border: 0;
}
a:link, a:active, a:visited {
	color: #79a744; 
	text-decoration: none; 
}
a:hover { 
	color: #79a744;
	text-decoration: underline;
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #494738;
	letter-spacing: -0.02em;
	margin: 15px 0 20px 0;
	padding: 0;
}
h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #494738;
	margin: 10px 0;
	padding: 0;
}
h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #494738;
	margin: 5px 0;
	padding: 0;
}
hr {
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	border: 0;
	border-bottom: 1px solid #fff;
	color:#dcdcc7;
	background-color:#dcdcc7;
}
hr.nospace {
	margin:0 auto;
	margin-top:0px;
	margin-bottom:0px;
	border: 0;
	border-bottom: 1px solid #fff;
	color:#dcdcc7;
	background-color:#dcdcc7;
}
.vr {
	height: 100%;
	margin: 0 5px;
	width: 1px;
	background-color: #dcdcc7;
	border-right: 1px solid #fff;
	float: left;
}
.clear {
	clear:both;
}

#mainContainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* NEW HEADER
------------------------------ */
#top-header {width:100%; height:124px; position:relative;}
#top-header a.logo {
	width:278px; height:83px; display:block; cursor:pointer;
	position:absolute; left:0; top:30px; text-indent:-9999px;
	background:url(../images/logo.png) no-repeat 0 0;
	}
	#top-header .cart-nav {
		width:296px; height:29px; background-color:#f3f3e9; position:absolute; top:0; right:0;
		border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; -moz-border-radius:0 0 3px 3px; behavior: url(PIE.htc);
		}
	#top-header .cart-nav ul {margin:6px 0 0 10px; padding:0; list-style:none;}
	#top-header .cart-nav ul li {float:left;}
	#top-header .cart-nav ul li a {
		padding:0 14px 0 20px; font-size:12px; line-height:17px; text-decoration:none; color:#76a644;
		display:block; background-repeat:no-repeat; background-position:0 0;
		}
	#top-header .cart-nav ul li a:hover {color:#c1d337;}
	
	#top-header .cart-nav ul li a.account {background-image:url(../images/icon_user_red.gif);}
	#top-header .cart-nav ul li a.cart {background-image:url(../images/icon_cart.gif);}
	#top-header .cart-nav ul li a.checkout {background-image:url(../images/icon_cart_go.gif);}
	#top-header .cart-nav ul li.divider {width:2px; height:17px; background:url(../images/vr.gif) repeat-y;}
	#top-header .cart-nav ul li a.facebook, #top-header .cart-nav ul li a.twitter {height:17px; padding:0; margin:0 0 0 7px; text-indent:-9999px;}
	#top-header .cart-nav ul li a.facebook {width:17px; background-image:url(../images/facebook-green.png);}
	#top-header .cart-nav ul li a.twitter {width:24px; background-image:url(../images/twitter-green.png);}
	
#top-nav {
	width:100%; height:45px; background-color:#80ad3a; margin-bottom:20px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; position:relative;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; behavior: url(PIE.htc);
	box-shadow:#7d8f80 0 2px 1px; -webkit-box-shadow:#7d8f80 0 2px 1px; -moz-box-shadow:#7d8f80 0 2px 1px; behavior: url(PIE.htc);	
	}
#top-nav form {
	height:24px; position:absolute; right:15px; top:11px; padding:0; margin:0;
	}
#top-nav form input {
	width:146px; height:16px; float:left; border:none; background:#fff; padding:4px;
	border-radius:3px 0 0 3px; -webkit-border-radius:3px 0 0 3px; -moz-border-radius:3px 0 0 3px; behavior: url(PIE.htc);
	}
#top-nav form button {
	width:27px; height:24px; float:left; text-indent:-9999px;
	outline:none; border:0; cursor:pointer; background:url(../images/search-button.png) no-repeat 0 0;
	}
#top-nav form button:hover {background-position:0 -24px;}
/* Dropdown/Mega Dropdown Navigation */
#mega-menu {list-style: none; position: relative; padding: 0; margin: 0;}
#mega-menu li ul, #mega-menu .sub {display: none;}
#mega-menu .sub ul {display: block; margin:0; padding:0; list-style:none;}
#mega-menu {
	height:45px; position: relative; padding-left:10px;		
	}
#mega-menu li {float: left; margin: 0; padding: 0; font-weight: normal;}
#mega-menu li a {float: left; display: block; color: #fff; font-size:14px; line-height:45px; padding: 0 10px; text-decoration: none;}
#mega-menu li a.dd {
	padding:0 20px 0 8px; background-image:url(../images/arrow.png);
	background-repeat:no-repeat; background-position:94.5% 48%;
	}
#mega-menu li.mega-hover a, #mega-menu li a:hover {background-color: #66972c; color: #fff;}
#mega-menu li .sub-container {position: absolute;}
#mega-menu li .sub {background: #66972c; padding: 15px;}
#mega-menu li .sub .row {width: 100%; overflow: hidden; clear: both;}
#mega-menu li .sub li {list-style: none; float: none; width: 170px; font-size: 1em; font-weight: normal;}
#mega-menu li .sub li.mega-hdr {margin: 0 10px 10px 0; float: left;}
#mega-menu li .sub li.mega-hdr.last {margin-right: 0;}
#mega-menu li .sub a {background: none; color: #fff; padding: 7px 10px; display: block; float: none; font-size: 0.9em; line-height:18px;}
#mega-menu li .sub li.mega-hdr a.mega-hdr-a {
	padding: 5px; margin-bottom: 5px; background: #66972c; text-transform: uppercase; font-weight: bold; color: #fff;
	}
#mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {color: #333;}
#mega-menu .sub li.mega-hdr li a {padding: 4px 5px; font-weight: normal;}
#mega-menu .sub li.mega-hdr li a:hover {color: #333; background: #efefef;}
#mega-menu .sub ul li {padding-right: 0;}
#mega-menu li .sub-container.non-mega .sub {padding: 10px;}
#mega-menu li .sub-container.non-mega li {padding: 0; width: 190px; margin: 0;}
#mega-menu li .sub-container.non-mega li a {padding: 7px 5px 7px 22px;}
#mega-menu li .sub-container.non-mega li a:hover {color: #a32403; background: #efefef;}

/* NEW FOOTER
------------------------------ */
#sheet-footer {
	width:100%; height:45px; background-color:#80ad3a; margin-bottom:20px; padding:0; clear:both;
	border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; -moz-border-radius:0 0 3px 3px; behavior: url(PIE.htc);
	box-shadow:#7d8f80 0 2px 1px; -webkit-box-shadow:#7d8f80 0 2px 1px; -moz-box-shadow:#7d8f80 0 2px 1px; behavior: url(PIE.htc);
	}	
#sheet-footer p {font-size:13px; line-height:45px; color:#fff; padding:0 20px; margin:0; display:inline-block;}
#sheet-footer p a {color:#fff; text-decoration:none; padding-right:13px;}
#sheet-footer p a:hover {color:#c1d337;}
#sheet-footer p.copyright {text-align:right; font-size:11px;}

#footer-sitemap {margin:20px 0; padding:0 13px 28px 13px; border-bottom:1px solid #4a4637;}
#footer-sitemap h3 {font-size:17px; line-height:18px; margin:0 0 11px 0; padding:0; color:#66972c;}
#footer-sitemap ul {margin:0; padding:0; list-style:none; font-size:13px; line-height:15px;}
#footer-sitemap ul li {margin:3px 0;}
#footer-sitemap ul li a {color:#4a4637; text-decoration:none; display:block;}
#footer-sitemap ul li a:hover {color:#66972c;}
#footer-sitemap ul li a.facebook,
#footer-sitemap ul li a.twitter {height:17px; line-height:17px; padding:0 0 0 26px; background-repeat:no-repeat; background-position:-2px 0;}
#footer-sitemap ul li a.facebook {background-image:url(../images/facebook-green.png);}
#footer-sitemap ul li a.twitter {background-image:url(../images/twitter-green.png);}
#footer-sitemap .column-1, #footer-sitemap .column-2, #footer-sitemap .column-3, #footer-sitemap .column-4 {margin-right:20px; float:left; display:inline;}
#footer-sitemap .column-1 {width:316px;}
#footer-sitemap .column-2 {width:198px;}
#footer-sitemap .column-3 {width:141px;}
#footer-sitemap .column-4 {width:157px; float:right; margin-right:0;}

#footer-sitemap .twitter-feed {width:100%; height:167px; margin-bottom:12px;}

#twtr-widget-1 {}
.twtr-hd, .twtr-ft, .twtr-user {display:none !important; visibility:hidden !important;}
.twtr-tweet-text em, .twtr-tweet-text em a {}

/* MAIN
------------------------------ */
#header {
	padding: 0 0 0 10px;
}
#userCart {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 60px;
	float: right;
	position:relative;
}
#userCart a:link, #userCart a:active, #userCart a:visited {
	color: #79a744; 
	text-decoration: none; 
}
#userCart a:hover { 
	color: #79a744;
	text-decoration: underline;
}
#freeShipping-tag {
	float:left;
	position:absolute;
	top:60px;
	right:11px;
	text-align:right;
	margin-right:10px;
}
	#freeShipping-tag a:link, #freeShipping-tag a:active, #freeShipping-tag a:visited {
		font-size:14px;
		line-height:15px;
		font-weight:normal;
		color:#e08303;
		text-align:right !important;
		text-decoration:none;
		padding:0 0 0 26px;
		background:url(../images/shipping-arrow.png) no-repeat 0 0;
	}
	#freeShipping-tag a:link span, #freeShipping-tag a:active span, #freeShipping-tag a:visited span {
		font-weight:bold;
		color:#323226;
	}
	#freeShipping-tag a:hover, #freeShipping-tag a:hover span {
		color:#575b4c;
	}

#logo {
	margin-top: 20px;
	float: left;
	text-align: left;
}
#navigation {
	margin: 36px 0 0 0;
	float: right;
	text-align: right;
}
#subnavigation {
	margin: 0;
	float: right;
	text-align: right;
}
#contentTop {
	height: 22px;
	background-image: url(../images/contenttop.png);
	background-repeat: no-repeat;
}
#contentBody {
	background-color: #f3f3e9;
	padding: 10px 40px;
	text-align: left;
}
#contentBody a:link, #contentBody a:active, #contentBody a:visited {
	color: #79a744; 
	text-decoration: none;
	font-weight: bold;
}
#contentBody a:hover { 
	color: #79a744;
	text-decoration: underline;
	font-weight: bold;
}
#contentBottom {
	height: 22px;
	background-image: url(../images/contentbottom.png);
	background-repeat: no-repeat;
}
#footer {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #b1ad95;
	padding: 10px 20px;
	text-align: left;
}
#contentLeft {
	background: url(../images/vr.gif) right repeat-y;
	padding-right:30px;
	width: 580px;
	float: left;
}
#contentLeft li {
	margin-bottom: 10px;
}
#contentRight {
	width: 180px;
	float: right;
}

/* NAVIGATION
------------------------------ */
#nav {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 8px;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #494738;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#navCurrent {
	color: #494738;
	text-decoration: none;
	background: #f3f3e9;
	-moz-border-radius: .4em;
	border-radius: .4em;
}
#subnav {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#subnav li {
	display: block;
	float: left;
	margin-top: 2px;
	padding: 0 10px;
}
#subnav a:link, #subnav a:visited, #subnav a:active {
	color: #79a744;
	text-decoration: none;
	font-weight: bold;
}
#subnav a:hover {
	color: #79a744;
	text-decoration: underline;
	font-weight: bold;
}
#subnavCurrent {
	color: #79a744;
	text-decoration: underline;
	font-weight: bold;
}

.twitlink {
	float:right; position:relative; font:16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#7ead3d; text-decoration:none;
	background:url(/images/twitter-icon-lg.jpg) top left no-repeat; margin-left:10px; margin-top:6px; padding-left:25px;
	}
	.twitlink:hover {text-decoration:underline;}

/* SLIDESHOW
------------------------------ */
 .fadein { position:relative; width:577px; height:196px; margin:10px 0 20px 0;}
	.fadein a, .fadein img {width:577px; position:absolute; left:0; top:0; }

#slideshow {
    position:relative;
    height:196px;
    margin:10px 0;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 196px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 196px;
    display: block;
    border: 0;
    }

/* USER CART
------------------------------ */
#userCartLeft {
	background: url(../images/usercartleft.png) left bottom no-repeat;
	width: 11px;
	height: 46px;
	float: left;
}
#userCartRight {
	background: url(../images/usercartright.png) right bottom no-repeat;
	width: 11px;
	height: 46px;
	float: left;
	margin-right: 5px;
}
#usercartbg {
	background-color: #f3f3e9;
	height: 46px;
	float: left;
}
.ucContent {
	margin-top:5px;
	padding: 9px 5px 5px 5px;
	float: left;
}
#ucMyAccount {
	margin-top:5px;
	padding: 13px 5px;
	float: left;
}
#ucCarts {
	padding: 5px;
	float: left;
}


/* MONTHLEY SPECIAL
------------------------------ */
#mSpecial {
	background: url(../images/monthlyspecial.jpg) no-repeat;
	padding: 12px 0 5px 8px;
	height: 57px;
	width: 176px;
	margin: 0;
}
#mSpecial a {
	color: #f2f2e8;
	text-decoration: none;
}
#mSpecial a:link, a:active, a:visited {
	color: #f2f2e8;
	text-decoration: none;
}
#mSpecial a:hover {
	color: #f2f2e8;
	text-decoration: none;
}
#mMonth {
	color: #f2f2e8;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.06em;
	margin-bottom: 3px;
}
#mMonth a:link, #mMonth a:active, #mMonth a:visited, #mMonth a:hover {
	color: #f2f2e8; 
}
#mSpec {
	color: #f2f2e8;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.02em;
}
#mList ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.mPrice {
color: #f83131;
}

/* MISC.
------------------------------ */
#welcomeMessage {
	font-size: 14px;
	line-height: 24px;
}
#orderPhone {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
#copyRight {
	color: #bbb699;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
}

/* SHOP
------------------------------ */
#newProduct {
	margin-bottom: 10px;
}
.productCategory {
	width: 150px;
	height: 180px;
	background-color: #fff;
	border: 1px solid #e6e6d6;
	overflow: hidden;
}


/* CANDIDA
------------------------------ */
#listNavigation {
	list-style: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 26px;
	padding: 0;
	margin: 0;
}
#listCurrent {
	color: #494738;
}
#sublistNavigation {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	padding: 0;
	margin-left: 15px
}
#sublistCurrent {
	color: #494738;
}
#practitionerNote {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

/* DIET
------------------------------ */
.smallNote {
	font-size: 10px;
}
.redNote {
	color: #f83131;
}


/* NEWSLETTER
------------------------------ */
#newsLeft {
	width: 450px;
	margin-right: 20px;
	float: left;
}
#newsRight {
	width: 310px;
	float: right;
}
.newsSmall {
	font-size: 10px;
}
/* CONTACT
------------------------------ */
#contactLeft {
	width: 400px;
	float: left;
}
#contactRight {
	width: 400px;
	float: left;
}
.contactSmall {
	font-size: 10px;
}
input {
	margin-bottom: 5px;
}


/* JQUERY EFFECTS
------------------------------*/

    

/* FANCYBOX
-----------------------------*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://www.wholeapproach.com/images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://www.wholeapproach.com/images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://www.wholeapproach.com/images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://www.wholeapproach.com/images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://www.wholeapproach.com/images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.wholeapproach.com/images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://www.wholeapproach.com/images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://www.wholeapproach.com/images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://www.wholeapproach.com/images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.wholeapproach.com/images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://www.wholeapproach.com/images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://www.wholeapproach.com/images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://www.wholeapproach.com/images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://www.wholeapproach.com/images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://www.wholeapproach.com/images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://www.wholeapproach.com/images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://www.wholeapproach.com/images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.wholeapproach.com/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
