/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition

BH - Removed Styles for Restricted, Private Sales, Gift Cards, Store Credit, Billing Agreements, Reward points, Tagged Products, Centinel, Multiple Addresses Checkout, Block: Banner, Paypal, New product Spotlight (this was sample css), Poll, Events Lister, Events Block, Date Of Birth, Clears

BH - If need to re-add any of these styles just pull them from default css

 */
/* Reset ================================================================================= */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td		{margin:0;padding:0;}
table		{border:0; border-collapse:collapse; border-spacing:0;empty-cells:show;font-size:100%;}
fieldset,
img			{border:0;}
caption,
th			{ vertical-align:top; text-align:left; font-weight:normal;}
h1,h2,h3,
h4,h5,h6	{font-size:100%;font-weight:normal;}
sup			{vertical-align:text-top;}
sub			{vertical-align:text-bottom;}
input,textarea,
select		{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,
select		{*font-size:100%;}

/* body tag, prevents conflicts with iframes */
.or-body          { background:#000; }
body { font:11px/1.35 Arial, Helvetica, sans-serif; color:#444; text-align:center; margin: 0; padding: 0; }

a             { color:#000; text-decoration:underline; }
a:hover       { text-decoration:none; cursor: pointer }
:focus        { outline:0; }

/* Headings */
h1            { font-size:18px; font-weight:normal; }
h2            { font-size:16px; font-weight:normal; color:#000; }
h3            { font-size:14px; font-weight:bold; }
h4            { font-size:13px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
legend        { display:none; }

p { font-size: 12px; line-height: 16px; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.photo-right {
	float: right !important;
	margin-left: 80px;
}
.photo-right strong {
	color: #000;
}
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.clearer { clear: both; }
.external {
	background: url(../images/external-link.png) no-repeat right center;
	padding-right: 15px;
}
.treat-like-js { display: none; }
/* ======================================================================================= */

/* Layout ================================================================================ */
html, body, .wrapper { height: 100%; }
.wrapper { background-color: #fff; height: auto; min-height: 100%; }
.page { padding-bottom: 100px; }
.cms-home .wrapper, .full-image-bg .wrapper {
	background-color: transparent;
}
.page {  margin:0 auto; text-align:center; overflow: hidden; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.main {
	margin: 0 auto;
	padding: 0 5px 0 5px;
	min-height: 350px;
	text-align: left;
	width: 950px;
	overflow: hidden;
	clear: both;
}
.sidebar { min-height:350px; }

/* Base Columns */
.col-left { float:left; width:182px; padding:0 0 0; margin:0 0 -1px; }
.col-main { float:left; width:715px; padding:0; }
.col-right { float:right; width:182px; padding:0 0 0; margin:0 0 -1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; padding-top:20px; }
.col1-layout .breadcrumbs { margin-bottom:0 !important; }

.full-image-relative { position: relative; }
.full-img {
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 1;
}
.full-image-relative .col-main {
	position: relative;
	z-index: 1;
}


/* Header ================================================================================ */
.branding {
	width: 765px;
	height:37px;
	clear: both;
	padding-left: 189px;
	padding-top: 8px;
}
.cms-home .branding, .full-image-bg .branding {
	padding-left: 199px;
	padding-top: 8px;
}
.logo {
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
	height: 90px;
	width: 179px;
 }
.full-image-bg .logo {
	top: 10px;
	left: 10px;
}
.header-container {
	background: none;
	margin:0 auto;
	text-align:left;
	height: 118px;
}
.header {
	margin: 1px auto 0 auto;
	padding: 0;
	height: 110px;
	position:relative;
	z-index:5;
	width: 950px;
}
.full-image-bg .header {
	background: transparent;
	height: 110px;
	width: 970px;
	margin-top: 10px;
}
.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}
/* Footer ================================================================================ */
.footer-before-container { margin:0 0 3px; text-align:center; }
.footer-container {
	background:#000;
    clear: both;
    height: 60px;
    margin-top: -60px;
	overflow: hidden;
	position: relative;
    /*left: 0;
    bottom: 0;*/
	z-index: 20;
}
#footer-signup { float: right; }
#footer-signup address.copyright {
    color: #747474;
    font-size: 12px;
    font-style: normal;
    text-align: right;
    /*padding: 25px 10px 0 0;*/
}
.footer {
	width: 950px;
	margin: 0 auto;
	padding: 10px 5px;
}
.footer a:link, .footer a:visited {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.footer strong {
	border-bottom: 2px solid #981c1e;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 140px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

/** Landing page HEADER */

.col-main{
	margin-top:100px;
}


.col-main strong{
	display:block;
	color: white;
	font-weight: bold;
	font-size: 66px;
	line-height: 60px;
	text-shadow: 1px 3px 2px #303030;
	text-transform: uppercase;
	padding-bottom:25px;
}



.header-container { background: none; }
.wrapper { background: transparent; }
#home-slideshow ul li { list-style: none; }
#home-slideshow > ul > li > ul {
	position: absolute;
	left: 0;
	top: 295px;
}


/*For home-slideshow-nav*/



#home-slideshow-nav {
	background-color:rgba(0, 105, 170, 0.7);
	position: absolute;
	top: 325px;
	right: 80px;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#home-slideshow-nav ul {
	padding-left:0px;
	margin:0px;
}

#home-slideshow-nav > ul > li {
	float: left;
	margin-left: 5px;
}

#home-slideshow-nav > ul > li:first-child {
	margin-left: 0;
}

#home-slideshow-nav > ul > li > a{
	background: url(../images/image-sprite.png) -2px -263px no-repeat;
	text-indent: -9000px;
	display: block;
	height: 10px;
	width: 10px;
	overflow: hidden;
}

#home-slideshow-nav > ul > li > a.active {
	background-position: -16px -263px;
}

ul#locales{
	position:relative;
	z-index:20;
}

#locales { margin: 0; padding: 0; }
#locales > li {
    background-color: rgba(0,0,0,0.7);
    float: left;
    margin: 0 10px 10px 0;
    padding: 12px 20px;
    list-style:none;
    width: 139px;
    height:	75px;
}

#locales ul{
	list-style:none;
}

#locales > li.break {
    clear: left;
}
#locales li a.flag {
   /** background: url(../images/image-sprite.png) no-repeat -700px -139px;**/
    color: white;
	font-family: "Arial Black", Arial, sans-serif;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	
}
/**
#locales li a.flag.canada { background-position: -700px -139px; }
#locales li a.flag.japan { background-position: -700px -417px; }
#locales li a.flag.usa { background-position: -700px -347px; }
#locales li a.flag.govt { background-position: -702px -489px; }
#locales li a.flag.france { background-position: -700px -202px; }
#locales li a.flag.italy { background-position: -919px -127px; }
#locales li a.flag.spain { background-position: -919px -347px; }
#locales li a.flag.germany { background-position: -916px -495px; }
#locales li a.flag.switz { background-position: -919px -203px; }
#locales li a.flag.norway { background-position: -702px -274px; }
#locales li a.flag.sweden { background-position: -919px -271px; }
#locales li a.flag.denmark { background-position: -917px -419px; } 
**/
#locales li ul { margin: 0; padding: 0; }
#locales li ul li { margin-top: 5px; padding: 0; }
#locales li ul li a {
    background: url(../images/image-sprite.png) no-repeat -2px -225px;
	color: white;
	font-family: "Arial Black", Arial, sans-serif;
    font-weight: bold;
	text-decoration: none;
	text-transform: none;
	display: block;
	position: relative;
	padding-left: 15px;
}
#locales li div.column { float: left; margin-right: 15px; }

#home-slideshow {
	height: 375px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#home-slideshow img { display: none; }
#home-slideshow strong {
    color: #fff;
    font-weight: bold;
    font-size: 66px;
    line-height: 60px;
    text-shadow: 1px 3px 2px #303030;
    text-transform: uppercase;
    position: absolute;
    left: 5px;
    top: 145px;
}

/* Supersized CSS */
#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../images/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}

#supersized { position:fixed; left:0; top:0; overflow:hidden; height:100%; width:100%; z-index: -999; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111;}

#supersized a.prevslide { z-index:-20; }
#supersized a.activeslide { z-index:-10; }
#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }

/* Browser Conditionals ================================================================================ */

/* Lets make IE transparent BGs work */
.ie7 .cms-home .header, .ie7 .full-image-bg .header,
.ie8 .cms-home .header, .ie8 .full-image-bg .header,
.ie7 .cms-home .spiff-box ul, .ie8 .cms-home .spiff-box ul,
.ie7 #home-slideshow-nav,.ie7 .cms-home .banner-spiff-box ul,
.ie8 .cms-home .banner-spiff-box ul, {
	background: url(../images/transparent-white.png) 0 0 repeat;
}

/*Was being unset elsewhere so important used*/
.ie8 #home-slideshow-nav{
	background: url(../images/transparent-white.png) 0 0 repeat !important;	
}

.ie7 .cms-home .banner-spiff-box ul { padding-left: 0; }
.ie8 #home-slideshow ul.landing-bottom,
.ie7 .cms-home .spiff-box h3, .ie8 .cms-home .spiff-box h3, .ie7 .lab-rat-search-wrapper form,
.ie8 .lab-rat-search-wrapper form, .ie7 .connect-with-us-page .rel-banner-box div,
.ie8 .connect-with-us-page .rel-banner-box div, .ie7 .category-landing-page .spiff-boxes span,
.ie8 .category-landing-page .spiff-boxes span, .ie7 .category-landing-page .products-grid .hover-div,
.ie8 .category-landing-page .products-grid .hover-div,
.ie7 #locales > li,
.ie8 #locales > li {
	background: url(../images/transparent-black.png) 0 0 repeat;
}



.ie7 #locales > li.break { clear: none; }
.ie7 .branding {
	padding-left: 149px;
	width: 800px;
}

/* Header Fixes */
.ie7 .cms-home .header-container,
.ie7 .full-image-bg .header-container {
	background: none;
}
.ie7 .branding {
	width: 820px;
	padding-top: 11px;
}
