﻿/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #333333; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #ccc; color: #000; text-shadow: none; }
::selection { background: #ccc; color: #000; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* =============================================================================
   Plugins: qTip
   ========================================================================== */

/*
* qTip2 - Pretty powerful tooltips
* http://craigsworks.com/projects/qtip2/
*
* Version: nightly
* Copyright 2009-2010 Craig Michael Thompson - http://craigsworks.com
*
* Dual licensed under MIT or GPLv2 licenses
*   http://en.wikipedia.org/wiki/MIT_License
*   http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Thu Oct 20 13:41:21.0000000000 2011
*/

/* Core qTip styles */
.ui-tooltip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	z-index: 15000;
}

/* Fluid class for determining actual width in IE */
.ui-tooltip-fluid{
	display: block;
	visibility: hidden;
	position: static !important;
	float: left !important;
}

.ui-tooltip-content{
	position: relative;
	padding: 5px 9px;
	overflow: hidden;
		
	border-width: 1px;
	border-style: solid;
		
	text-align: left;
	word-wrap: break-word;
	overflow: hidden;
}

.ui-tooltip-titlebar{
	position: relative;
	min-height: 14px;
	padding: 5px 35px 5px 10px;
	overflow: hidden;
		
	border-width: 1px 1px 0;
	border-style: solid;

	font-weight: bold;
}

.ui-tooltip-titlebar + .ui-tooltip-content{ border-top-width: 0px !important; }

/*! Default close button class */
.ui-tooltip-titlebar .ui-state-default{
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -9px;

	cursor: pointer;
	outline: medium none;

	border-width: 1px;
	border-style: solid;
}
		
* html .ui-tooltip-titlebar .ui-state-default{ top: 16px; } /* IE fix */

.ui-tooltip-titlebar .ui-icon,
.ui-tooltip-icon .ui-icon{
	display: block;
	text-indent: -1000em;
}

.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ui-tooltip-icon .ui-icon{
	width: 18px;
	height: 14px;

	text-align: center;
	text-indent: 0;
	font: normal bold 10px/13px Tahoma,sans-serif;

	color: inherit;
	background: transparent none no-repeat -100em -100em;
}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus{

}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{
	
}


/*! Default tooltip style */
.ui-tooltip-default .ui-tooltip-titlebar,
.ui-tooltip-default .ui-tooltip-content{
	border-color: #F1D031;
	background-color: #FFFFA3;
	color: #555;
}

.ui-tooltip-default .ui-tooltip-titlebar{
	background-color: #FFEF93;
}

.ui-tooltip-default .ui-tooltip-icon{
	border-color: #CCC;
	background: #F1F1F1;
	color: #777;
}
	
.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{
	border-color: #AAA;
	color: #111;
}

/* Tips plugin */
.ui-tooltip .ui-tooltip-tip{
	margin: 0 auto;
	overflow: hidden;

	background: transparent !important;
	border: 0px dashed transparent !important;
	z-index: 10;
}

.ui-tooltip .ui-tooltip-tip,
.ui-tooltip .ui-tooltip-tip *{
	position: absolute;
		
	line-height: 0.1px !important;
	font-size: 0.1px !important;
	color: #123456;

	background: transparent;
	border: 0px dashed transparent;
}
	
.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }


/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs{ cursor: pointer; }

/* Change opacity of overlay here */
#qtip-overlay div{
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;

	background-color: black;

	opacity: 0.7;
	filter:alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*! Light tooltip style */
.ui-tooltip-light .ui-tooltip-titlebar,
.ui-tooltip-light .ui-tooltip-content{
	border-color: #E2E2E2;
	color: #454545;
}

.ui-tooltip-light .ui-tooltip-content{
	background-color: white;
}

.ui-tooltip-light .ui-tooltip-titlebar{
	background-color: #f1f1f1;
}

/*! Dark tooltip style */
.ui-tooltip-dark .ui-tooltip-titlebar,
.ui-tooltip-dark .ui-tooltip-content{
	border-color: #303030;
	color: #f3f3f3;
}

.ui-tooltip-dark .ui-tooltip-content{
	background-color: #505050;
}

.ui-tooltip-dark .ui-tooltip-titlebar{
	background-color: #404040;
}

.ui-tooltip-dark .ui-tooltip-icon{
	border-color: #444;
}

.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover{
	border-color: #303030;
}


/*! Cream tooltip style */
.ui-tooltip-cream .ui-tooltip-titlebar,
.ui-tooltip-cream .ui-tooltip-content{
	border-color: #F9E98E;
	color: #A27D35;
}

.ui-tooltip-cream .ui-tooltip-content{
	background-color: #FBF7AA;
}

.ui-tooltip-cream .ui-tooltip-titlebar{
	background-color: #F0DE7D;
}

.ui-tooltip-cream .ui-state-default .ui-tooltip-icon{
	background-position: -82px 0;
}


/*! Red tooltip style */
.ui-tooltip-red .ui-tooltip-titlebar,
.ui-tooltip-red .ui-tooltip-content{
	border-color: #D95252;
	color: #912323;
}

.ui-tooltip-red .ui-tooltip-content{
	background-color: #F78B83;
}

.ui-tooltip-red .ui-tooltip-titlebar{
	background-color: #F06D65;
}

.ui-tooltip-red .ui-state-default .ui-tooltip-icon{
	background-position: -102px 0;
}

.ui-tooltip-red .ui-tooltip-icon{
	border-color: #D95252;
}

.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover{
	border-color: #D95252;
}


/*! Green tooltip style */
.ui-tooltip-green .ui-tooltip-titlebar,
.ui-tooltip-green .ui-tooltip-content{
	border-color: #90D93F;
	color: #3F6219;
}

.ui-tooltip-green .ui-tooltip-content{
	background-color: #CAED9E;
}

.ui-tooltip-green .ui-tooltip-titlebar{
	background-color: #B0DE78;
}

.ui-tooltip-green .ui-state-default .ui-tooltip-icon{
	background-position: -42px 0;
}


/*! Blue tooltip style */
.ui-tooltip-blue .ui-tooltip-titlebar,
.ui-tooltip-blue .ui-tooltip-content{
	border-color: #ADD9ED;
	color: #5E99BD;
}

.ui-tooltip-blue .ui-tooltip-content{
	background-color: #E5F6FE;
}

.ui-tooltip-blue .ui-tooltip-titlebar{
	background-color: #D0E9F5;
}

.ui-tooltip-blue .ui-state-default .ui-tooltip-icon{
	background-position: -2px 0;
}

/*! Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE6+, Safari 2+ */
.ui-tooltip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.ui-tooltip-shadow .ui-tooltip-titlebar,
.ui-tooltip-shadow .ui-tooltip-content{
	filter: progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3);
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3)";

	_margin-bottom: -3px; /* IE6 */
	.margin-bottom: -3px; /* IE7 */
}


/*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-rounded,
.ui-tooltip-rounded .ui-tooltip-content,
.ui-tooltip-tipsy,
.ui-tooltip-tipsy .ui-tooltip-content,
.ui-tooltip-youtube,
.ui-tooltip-youtube .ui-tooltip-content{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ui-tooltip-rounded .ui-tooltip-titlebar,
.ui-tooltip-tipsy .ui-tooltip-titlebar,
.ui-tooltip-youtube .ui-tooltip-titlebar{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.ui-tooltip-rounded .ui-tooltip-titlebar + .ui-tooltip-content,
.ui-tooltip-tipsy .ui-tooltip-titlebar + .ui-tooltip-content,
.ui-tooltip-youtube .ui-tooltip-titlebar + .ui-tooltip-content{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}


/*! Youtube tooltip style */
.ui-tooltip-youtube{
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
}

.ui-tooltip-youtube .ui-tooltip-titlebar,
.ui-tooltip-youtube .ui-tooltip-content{
	_margin-bottom: 0; /* IE6 */
	.margin-bottom: 0; /* IE7 */

	background: transparent;
	background: rgba(0, 0, 0, 0.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";

	color: white;
	border-color: #CCCCCC;
}

.ui-tooltip-youtube .ui-tooltip-icon{
	border-color: #222;
}

.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover{
	border-color: #303030;
}


/* jQuery TOOLS Tooltip style */
.ui-tooltip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	
	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

/* IE Specific */
.ui-tooltip-jtools .ui-tooltip-titlebar{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.ui-tooltip-jtools .ui-tooltip-content{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

.ui-tooltip-jtools .ui-tooltip-titlebar,
.ui-tooltip-jtools .ui-tooltip-content{
	background: transparent;
	color: white;
	border: 0 dashed transparent;
}

.ui-tooltip-jtools .ui-tooltip-icon{
	border-color: #555;
}

.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover{
	border-color: #333;
}


/* Cluetip style */
.ui-tooltip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}

.ui-tooltip-cluetip .ui-tooltip-titlebar{
	background-color: #87876A;
	color: white;
	border: 0 dashed transparent;
}

.ui-tooltip-cluetip .ui-tooltip-content{
	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}
	
.ui-tooltip-cluetip .ui-tooltip-icon{
	border-color: #808064;
}
	
.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover{
	border-color: #696952;
	color: #696952;
}


/* Tipsy style */
.ui-tooltip-tipsy{
	border: 0;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar,
.ui-tooltip-tipsy .ui-tooltip-content{
	_margin-bottom: 0; /* IE6 */
	.margin-bottom: 0; /* IE7 */

	background: transparent;
	background: rgba(0, 0, 0, .87);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";
		
	color: white;
	border: 0px transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar{
	padding: 6px 35px 0 10;
}

.ui-tooltip-tipsy .ui-tooltip-content{
	padding: 6px 10;
}
	
.ui-tooltip-tipsy .ui-tooltip-icon{
	border-color: #222;
	text-shadow: none;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover{
	border-color: #303030;
}


/* Tipped style */
.ui-tooltip-tipped{

}
	
.ui-tooltip-tipped .ui-tooltip-titlebar,
.ui-tooltip-tipped .ui-tooltip-content{
    border: 3px solid #959FA9;

    filter: none; -ms-filter: none;
}

.ui-tooltip-tipped .ui-tooltip-titlebar{
    background-position: 0% 0%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
    color: white;
    font-weight: normal;
    font-family: serif;
    border-bottom-width: 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
    background-color: #3A79B8;
    background-repeat: repeat;
    background-attachment: scroll;
}
	
.ui-tooltip-tipped .ui-tooltip-content{
    background-color: #F9F9F9;
    color: #454545;

    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.ui-tooltip-tipped .ui-tooltip-icon{
    border: 2px solid #285589;
    background: #285589;
}
		
.ui-tooltip-tipped .ui-tooltip-icon .ui-icon{
    background-color: #FBFBFB;
    color: #555;
}

/* IE9 fix - removes all filters */
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{
	filter: none;
	-ms-filter: none;
}

.ui-custom-content .ui-tooltip-content { font-size: 1.2em; line-height: 1.4em; }

/* ==|== primary styles =====================================================
   Author: Chris Parkinson
   ========================================================================== */

h1 { font-size: 1.5em; margin-top: 0; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }

a, a:hover, a:active, a:visited { color: #222; }

body { text-align: center; background: #c1c1c1; }
#HeaderContainer { background: #f3f3f5; }
#NavigationPrimaryContainer { background: #444444 url(../Images/Global/NavBg.png) repeat-x scroll 0 0;  }
#ContentContainer { background: #fff url(../Images/Global/FooterBg.png) repeat-x scroll 0 100%;  }

body,
#HeaderContainer,
#NavigationPrimaryContainer,
#ContentContainer { width: 100%; min-width: 950px; }

#BrandingContainer,
#NavigationPrimary,
#Content,
#FooterContainer { width: 950px; text-align: left; margin: 0 auto; }

#BrandingContainer { zoom: 1; padding: 15px 0 12px 0; }
#BrandingContainer:before, #BrandingContainer:after { content: ""; display: table; }
#BrandingContainer:after { clear: both; }

#Branding { float: left; padding: 4px;  }

#Contact { float: left; padding: 12px 0 0 40px; }
#Contact .tel { background: url(../Images/Global/Tel.png) no-repeat scroll 0 7px; padding: 0 0 0 20px; font-size: 1.6em; color: #666; }
#Contact .email { display: block; background: url(../Images/Global/Email.png) no-repeat scroll 0 1px; padding: 0 0 0 20px; text-decoration: none; color: #444; font-size: 0.9em; }

#SiteWideCTAs { float: right; width: 285px;  }
#SiteWideCTAs ul { padding: 0; list-style-type: none; zoom: 1; margin: 0; }
#SiteWideCTAs ul:before, #SiteWideCTAs ul:after { content: ""; display: table; }
#SiteWideCTAs ul:after { clear: both; }
#SiteWideCTAs ul li { float: left; margin-right: 15px;  }
#SiteWideCTAs ul li.last { margin-right: 0; }
#SiteWideCTAs fieldset { margin-top: 5px;}
#SiteWideCTAs fieldset legend { display: none; }
#SiteWideCTAs fieldset:before, #SiteWideCTAs fieldset:after { content: ""; display: table; }
#SiteWideCTAs fieldset:after { clear: both; }
#SiteWideCTAs fieldset .input { border: 1px solid #000; padding: 2px 0; width: 250px; text-align: center; float: left; }
#SiteWideCTAs fieldset .button { float: right; }

#NavigationPrimary { list-style-type: none; zoom: 1; padding: 12px 0 8px 0; position: relative; z-index: 100; }
#NavigationPrimary:before, #NavigationPrimary:after { content: ""; display: table; }
#NavigationPrimary:after { clear: both; }
#NavigationPrimary li { float: left; background: url(../Images/Global/NavDivider.png) repeat-y scroll 0 100%; position: relative; }
#NavigationPrimary li a { color: #fff; font-size: 1.2em; text-decoration: none; display: block;  padding: 10px 31px 6px 31px;  }
#NavigationPrimary li a:hover { text-decoration: underline; }
#NavigationPrimary li.first { background: none; }
#NavigationPrimary li.first a { padding-left: 0;  background: url(../Images/Global/HomeIcon.png) no-repeat scroll 0 55%; display: block; width: 22px; height: 18px; }
#NavigationPrimary li.last a { padding-right: 0; }

#NavigationPrimary li .sub  
{
    float: left; 
    display: none; 
    position: absolute; 
    top: 44px; 
    left:0; 
    background: #fff; 
    z-index: 100;  
    padding: 25px 0;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.5);
    box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.5);
    border-left:1px solid #BBBBBB;
    border-right:1px solid #BBBBBB;
    border-bottom:1px solid #BBBBBB;
}

#NavigationPrimary li .sub:before, #NavigationPrimary li .sub:after { content: ""; display: table; }
#NavigationPrimary li .sub:after { clear: both; }
#NavigationPrimary li .sub a { color: #444; display:block; text-decoration: none; }
#NavigationPrimary li .sub div div { float: left; width: 210px; padding: 0; margin: 0; background: url(../Images/Global/MegaNavDivider.png) repeat-y scroll 100% 0; min-height:150px;}
#NavigationPrimary li .sub div div.last { background: none; }
#NavigationPrimary li .sub div div li { background: none; font-size: 1em; float: left;  }
#NavigationPrimary li .sub div div h2 { font-size: 1em; margin-top: 0; margin-bottom: 0px; padding-bottom: 0px;}
#NavigationPrimary li .sub div div a { padding: 2px 25px; display: block; width: 160px; }
#NavigationPrimary li .sub div div a:hover, #NavigationPrimary li .sub div div a.selected { background-color: #882222; color: #fff; }
#NavigationPrimary li .sub div > div > a { font-size:1.1em; }
#NavigationPrimary li .sub .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#NavigationSecondary { float: left; width: 235px; margin-right: 20px; background: url(../Images/Global/NavSecondaryTopBg.png) no-repeat scroll 0 0; }
#NavigationSecondary h2 {  margin: 20px 48px 9px 19px;  }
#NavigationSecondary ul { background: url(../Images/Global/NavSecondaryBottomBg.png) no-repeat scroll 0 100%; margin: 0px 0px 6px 0px; list-style-type: none; padding: 0px 0px 4px 0px; }
#NavigationSecondary ul li { background: url(../Images/Global/NavSecondaryBg.png) repeat-y scroll 0 0; padding: 0 33px 1px 4px;  }
#NavigationSecondary ul li a { display: block; text-decoration: none; padding: 10px 15px; }
#NavigationSecondary ul li a:hover { background: #ccc; }
#NavigationSecondary ul li.active a { background: #882122; color: #fff; }

#Breadcrumb { list-style-type: none; padding: 0; margin: 0 0 20px 0; zoom: 1;  }
#Breadcrumb:before, #Breadcrumb:after { content: ""; display: table; }
#Breadcrumb:after { clear: both; }
#Breadcrumb li { float: left; padding: 0 20px 0 5px; background: url(../Images/Global/BreadcrumbDivider.png) no-repeat scroll 100% 50%; }
#Breadcrumb li.first { padding-left: 0; }
#Breadcrumb li.current { background: none; padding-right: 0; }
#Breadcrumb li a { color: #222; }

#Content { padding: 20px 0 26px 0; }
#Content:before, #Content:after { content: ""; display: table; }
#Content:after { clear: both; }

#ContentPrimary, #ContentSecondary { margin: 0 0 20px 0;   }

#Filters { width: 210px; float: left; }
#Filters p:first-child { margin-top: 0; }
#Filters legend { display: none; }
#Filters fieldset { position: relative; margin-top: 30px; }
#Filters fieldset fieldset { margin-top: 0; margin-bottom: 30px; }
#Filters fieldset h2 { position: absolute; top: 0; left: 0; margin: 0; font-size: 1.1em; }
#Filters fieldset ol { list-style-type: none; padding: 0; margin: 0; }
#Filters fieldset ol li { text-align: right; margin-bottom: 10px; }
#Filters fieldset ol li:before, #Filters ol li:after { content: ""; display: table; }
#Filters fieldset ol li:after { clear: both; }
#Filters fieldset ol li label {}
#Filters fieldset ol li input { margin-left: 15px;  }

#ProductListings { width: 740px; float: left;  }

#BranchSearchForm  { background: #ccc; padding: 15px 20px; background: #E3E3E3;  }
#BranchSearchForm legend { display: none; }
#BranchSearchForm .frow { margin-bottom: 20px; }
#BranchSearchForm .frow .long-text { width: 400px; }
#BranchSearchForm .frow-description { font-weight: bold; }

#FooterContainer { padding: 20px 0 30px 0; font-weight: bold; color: #444; zoom:1; }
#FooterContainer:before, #FooterContainer:after { content: ""; display: table; }
#FooterContainer:after { clear: both; }
#FooterContainer h3 { font-size: 1.2em; margin-top: 0;  }
#FooterContainer a {  color: #444; text-decoration : none; }
#FooterContainer a:hover { text-decoration: underline; }

#Accreditation { float: left; width: 150px; margin-right: 30px; height: 90px; }
#Accreditation h3 { margin-bottom: 20px; }
#Accreditation ul { list-style-type: none; margin: 0; padding: 0; }
#Accreditation ul:before, #Accreditation ul:after { content: ""; display: table; }
#Accreditation ul:after { clear: both; }
#Accreditation ul li { float: left; margin-right: 20px; }
#Accreditation ul li.last { margin: 0; }

#QuickLinks { float: left; width: 400px; margin-right: 0px; }
#QuickLinks ul { list-style-type: none; margin: 0; padding: 0; }
#QuickLinks ul:before, #QuickLinks ul:after { content: ""; display: table; }
#QuickLinks ul:after { clear: both; }
#QuickLinks ul li { float: left; width: 180px; margin-right: 20px; padding-bottom: 5px; }
#QuickLinks ul li.alt { margin-right: 0; }

#Corporate { float: right; text-align: right; }
#Corporate p { margin-top: 0; }
#Corporate .logo { background-position: right; width: 100%; }
#Corporate ul { list-style-type: none; margin: 0; padding: 0; }
#Corporate ul:before, #Corporate ul:after { content: ""; display: table; }
#Corporate ul:after { clear: both; }
#Corporate ul li { float: right; padding-left: 15px;  }
#Corporate .copyright { font-weight: normal; }

#CorporateAddress { margin-top: 20px; clear:both; width: 950px; float: left; text-align: left; font-weight: normal; font-size: 0.9em }
#CorporateAddress > div { width: 700px; margin: 0px; padding: 0px; float: left; }
#CorporateAddress > div.copyright { width: 200px;  float: right; text-align:right; }

#FooterContainer > div { zoom:1; }
#FooterContainer > div:before, #FooterContainer > div:after { content: ""; display: table; }
#FooterContainer > div:after { clear: both; }

/* ==|== Page Specific Styles ===============================================
   Overrides to default layout styles
   ========================================================================== */

.HomePage #ContentPrimary { margin: 0 0 20px 0; float: none;  }
.HomePage #ContentSecondary { background: #d1d1d1; margin: 0 0 20px 0;  padding: 25px; width: 900px; float: none; }
.HomePage #ContentTertiary { background: #e9e9e9; padding: 25px; width: 900px; }
.HomePage #ContentSecondary h2, 
.HomePage #ContentTertiary h2 { color: #892223; font-size: 1.9em; margin: 0 0 10px 0;  }
.HomePage .comp-ctalist li { margin: 0 18px 0 0; }
.HomePage .comp-ctalist li.last { margin: 0; }

.ContentPage #ContentPrimary { float: none; width: 950px; }
.ContentPage #ContentPrimary .col-span-2 { width: 950px; }
.ContentPage #ContentPrimary .col-span-2 .col-1 { width: 630px; margin: 0 20px 0 0; }
.ContentPage #ContentPrimary .col-span-2 .col-2 { width: 300px; margin: 0;  }
.ContentPage #ContentPrimary .comp-tabs { width: 950px; }
.ContentPage #ContentPrimary .comp-tabs-panel .col-span-2 { width: 910px; margin-bottom: 20px; }
.ContentPage #ContentPrimary .comp-tabs-panel .col-span-2 .col-1 { width: 590px; }
.ContentPage #ContentPrimary .comp-tabs-panel .col-span-2 .col-2 { width: 300px; }
.ContentPage #ContentPrimary .comp-tabs-panel .comp-testimonial { width: 910px; }
.ContentPage #ContentPrimary .comp-tabs-panel .comp-testimonial blockquote { width: 740px; }
.ContentPage #ContentPrimary .comp-tabs-panel .col-span-2 .col-1 .comp-testimonial { width: 590px;  }
.ContentPage #ContentPrimary .comp-tabs-panel .col-span-2 .col-1 .comp-testimonial blockquote { width: 420px; }
.ContentPage #ContentPrimary .comp-tabs-panel .comp-testimonial-b { width: 910px; }
.ContentPage #ContentPrimary .comp-tabs-panel .comp-testimonial-b blockquote { width: 700px; }
.ContentPage #ContentPrimary .comp-tabs-panel .col-span-2 .col-1 .comp-testimonial-b { width: 590px;  }
.ContentPage #ContentPrimary .comp-tabs-panel .col-span-2 .col-1 .comp-testimonial-b blockquote { width: 380px; }

.ContentWithSidebarPage #ContentPrimary { float: left; width: 630px; margin: 0 20px 0 0;  }
.ContentWithSidebarPage #ContentPrimary .col-span-2 { width: 630px; margin-bottom: 20px; }
.ContentWithSidebarPage #ContentPrimary .col-span-2 .col-1 { width: 310px; margin: 0 20px 0 0; }
.ContentWithSidebarPage #ContentPrimary .col-span-2 .col-2 { width: 300px; margin: 0; padding: 40px 0 0 0; }
.ContentWithSidebarPage #ContentSecondary { float: left; width: 300px; margin: 0; }

.ContourFormPage #ContentPrimary,  
.ContactLandingPage #ContentPrimary,
.MacroFormPage #ContentPrimary { float: right; width: 695px; }
.ContourFormPage #ContentPrimary h2,  
.ContactLandingPage #ContentPrimary h2,
.MacroFormPage #ContentPrimary h2 { background: #cfcfcf; padding: 15px 20px; margin: 0; } 

.KitchenPage #ContentPrimary { float: right; width: 300px; margin-left: 20px; }
.KitchenPage #ContentSecondary { float: left; width: 630px; }
.KitchenPage #ContentSecondary .col-span-2 { margin: 20px 0 0 0; }
.KitchenPage #ContentSecondary .col-span-2 .col-1 { width: 305px; margin: 0 20px 0 0; }
.KitchenPage #ContentSecondary .col-span-2 .col-2 { width: 305px; margin: 0; }
.KitchenPage #ContentSecondary .comp-ctabox { width: 305px; }

.KitchenCollectionPage .col-span-2 { float: none; width: 950px; }
.KitchenCollectionPage .col-span-2 .col-1 {  width: 500px; margin: 0 20px 0 0;}
.KitchenCollectionPage .col-span-2 .col-2 { width: 430px; }
.KitchenCollectionPage .col-span-3 .col { margin-bottom: 20px; min-height: 0; }


.KitchenPage #ContentPrimary { float: right; width: 300px; margin-left: 20px; }
.KitchenPage #ContentSecondary { float: left; width: 630px; }
.KitchenPage #ContentSecondary .col-span-2 { margin: 20px 0 0 0; }
.KitchenPage #ContentSecondary .col-span-2 .col-1 { width: 305px; margin: 0 20px 0 0; }
.KitchenPage #ContentSecondary .col-span-2 .col-2 { width: 305px; margin: 0; }
.KitchenPage #ContentSecondary .comp-ctabox { width: 305px; }

.AccessoryCategoryPage #HeroContainer { width:100%; margin-bottom:23px; zoom:1; }
.AccessoryCategoryPage #HeroContainer:before, .AccessoryCategoryPage #HeroContainer:after { content: ""; display: table; }
.AccessoryCategoryPage #HeroContainer:after { clear:both; }

.AccessoryCategoryPage #HeroText { width: 505px; float: left; margin: 0px 15px 0px 0px; }
.AccessoryCategoryPage .col-span-2 { float: none; width: 950px; }
.AccessoryCategoryPage .col-span-2 .col-1 {  width: 500px; margin: 0 20px 0 0;}
.AccessoryCategoryPage .col-span-2 .col-2 { width: 430px; }
.AccessoryCategoryPage .col-span-3 .col { margin-bottom: 20px; min-height: 0; }


.AccessoryCategoryPage #ContentSecondary .row-break { position: relative; width: 100%; zoom: 1; }
.AccessoryCategoryPage #ContentSecondary .row-break:before, .AccessoryCategoryPage #ContentSecondary .row-break:after { content: ""; display: table; }
.AccessoryCategoryPage #ContentSecondary .row-break:after { clear: both; }
/*.AccessoryCategoryPage #ContentSecondary .col { background: none repeat scroll 0 0 green; float: right; height: 100%; position: absolute; right: 0;}*/

/* ==|== Components =========================================================
   Reusable components
   ========================================================================== */
   
/* Carousel */
.comp-carousel  
{
    width: 950px; 
    height: 330px; 
    background: #eee; 
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.5);
    box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.5);
}
.comp-carousel .overlay { width: 285px;  position: absolute; top: 25px; left: 25px; padding: 15px 20px 15px; color: #000; z-index: 10;  }  
.comp-carousel .overlay h1 { margin: 0; font-size: 1.2em; display: block; height: 20px; cursor: pointer; }
.comp-carousel .overlay .copy { padding-top: 10px; height: 220px;}
.comp-carousel .overlay .copy p { margin: 0 0 10px 0;  }

.comp-carousel .controls { position: absolute; bottom: 25px; right: 25px;  width: 550px; zoom:1; z-index: 10; }
.comp-carousel .controls:before, .comp-carousel .controls:after { content: ""; display: table; }
.comp-carousel .controls:after { clear: both; }
.comp-carousel .controls .title { font-weight: bold; font-size: 1.2em; display: block; width: 260px; float: left; padding: 10px 20px; }
.comp-carousel .controls ul { list-style-type: none; padding: 0; float: left; width: 250px; margin: 13px 0 0 0; }
.comp-carousel .controls ul li { float: right; padding: 0 12px 12px 0;  }
.comp-carousel .controls ul li a { display: block; width: 12px; height: 12px; text-indent: -999em; outline: none; background: #aaaaaa; }
.comp-carousel .controls ul li.active a { background: #882222; }

.comp-carousel ul.items { list-style-type: none; padding: 0; margin: 0; width: 950px; height: 330px; }
.comp-carousel ul.items li { padding: 0; width: 950px; height: 330px; }

.comp-carousel-b { width: 630px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.comp-carousel-b .overlay { display: none; }
.comp-carousel-b ul.items { width: 630px; height: 330px; }
.comp-carousel-b ul.items li { padding: 0; width: 630px; height: 330px; } 
.comp-carousel-b .controls { padding-left: 5px; width: 200px;}
.comp-carousel-b .controls ul { float: right; width: auto; }

/* Call to action list */
.comp-ctalist { list-style-type: none; zoom: 1; padding: 0; margin: 0;  }
.comp-ctalist:before, .comp-ctalist:after { content: ""; display: table; }
.comp-ctalist:after { clear: both; }
.comp-ctalist li { float: left; position: relative; margin: 0 20px 20px 0;  }
.comp-ctalist li a { display: block; text-decoration: none; }
.comp-ctalist li a span { display: block; }
.comp-ctalist li.last { margin: 0; }
.comp-ctalist li.cta-type-a span, .comp-ctalist li.cta-type-a h2 { background: #444444 url(../Images/Global/CTAArrow.png) no-repeat scroll 95% 15px; font-weight: bold; padding: 15px; color: #fff; margin: 0; }
.comp-ctalist li.cta-type-a a:hover span { text-decoration: underline; }
.comp-ctalist li.cta-type-b span, .comp-ctalist li.cta-type-b h2 { cursor: pointer; color: #444; position: absolute; bottom: 0; left: 0; width: 100%; padding: 15px; font-weight: bold;  margin: 0; }
.comp-ctalist li.cta-type-c div { color: #444; position: absolute; bottom: 0; left: 0; width: 90%; padding: 15px;  }
.comp-ctalist li.cta-type-c div p { margin: 0 0 10px 0;  }
.comp-ctalist li.cta-type-c div p a { display: inline-block; }



.comp-ctalist-full li { margin-right: 19px; }

/* Call to action box */
.comp-ctabox { position: relative; zoom: 1; }
.comp-ctabox a { text-decoration: none; display: block; }
.comp-ctabox span { display: block; background: #882222 url(../Images/Global/CTAArrowRedMatte.png) no-repeat scroll 95% 15px; font-weight: bold; padding: 15px; color: #fff;  }
.comp-ctabox-b span {  position: absolute; left: 0; bottom: 0; color: #222; width: 95%; }
.comp-ctabox-c div { color: #444; position: absolute; bottom: 0; left: 0; padding: 15px;  }
.comp-ctabox-c div p { margin: 0 0 10px 0;  }
.comp-ctabox-c div p a { display: inline-block; }

/* Sidebar box */
.comp-sidebarbox { padding: 20px; }
.comp-sidebarbox ul { list-style-type: none; padding: 0; margin: 0; }
.comp-sidebarbox ul li { padding-bottom: 10px; }

/* Col span */
.col-span { zoom: 1; }
.col-span:before, .col-span:after { content: ""; display: table; }
.col-span:after { clear: both; }
.col-span .col { float: left; }

.col-span-3 { width: 950px; }
.col-span-3 .col { width: 304px; margin: 0 19px 0 0; background: #e3e3e3; min-height:350px; }
.col-span-3 .col-3 { margin: 0; }
.col-span-3 .col .copy { margin: 14px; }

.col-span-2-header { width: 950px; margin-bottom: 20px; }
.col-span-2-header .col-2 { float: right; }
.col-span-2-header .col h1 { margin: 0; /*padding-top: 10px;*/ }

/* Testimonials */
.comp-testimonial { zoom: 1;  }
.comp-testimonial:before, .comp-testimonial:after { content: ""; display: table; }
.comp-testimonial:after { clear: both; }
.comp-testimonial img { float: left; }
.comp-testimonial blockquote { float: left; background: url(../Images/Global/QuoteStart.png) no-repeat scroll 0 0; padding: 15px 0 0 50px; width: 380px; margin: 50px 0 50px 20px; }
.comp-testimonial blockquote p { font-size: 1.6em; font-weight: bold; line-height: 1.6em; margin: 0;  }
.comp-testimonial blockquote .quote-end { background: url(../Images/Global/QuoteEnd.png) no-repeat scroll 0 0; display: inline-block; width: 39px; height: 30px; margin-bottom: -15px; } 
.comp-testimonial blockquote small { font-size: 1.1em; margin-top: 15px; font-weight: bold; display: block;}

.comp-testimonial-b { zoom: 1; background: #e3e3e3;  margin: 0; }
.comp-testimonial-b:before, .comp-testimonial-b:after { content: ""; display: table; }
.comp-testimonial-b:after { clear: both; }
.comp-testimonial-b img { float: left; }
.comp-testimonial-b blockquote { float: left; background: url(../Images/Global/QuoteStartGreyBg.png) no-repeat scroll 0 0; padding: 10px 0 0 50px; width: 450px; margin: 10px 20px 0 20px;}
.comp-testimonial-b blockquote p { font-size: 1.6em; font-weight: bold; line-height: 1.4em; margin: 0;  }
.comp-testimonial-b blockquote .quote-end { background: url(../Images/Global/QuoteEndGreyBg.png) no-repeat scroll 0 0; display: inline-block; width: 39px; height: 30px; margin-bottom: -15px; } 
.comp-testimonial-b blockquote small { font-size: 1.1em; margin-top: 15px; font-weight: bold; display: block;}

/* Product Listings */
.comp-productlist { /*position: relative;*/ }
.comp-productlist .product { width: 330px; float: left; margin: 0 0 25px 40px; display: inline; /* height: 170px; */   }
.comp-productlist .product:before, .comp-productlist .product:after { content: ""; display: table; }
.comp-productlist .product:after { clear: both; }
.comp-productlist .product .copy { width: 115px; margin-right: 15px; float: left; height:139px; }
.comp-productlist .product .copy p { margin-top: 0;  }
.comp-productlist .product .image { width: 200px; float: left; position: relative; overflow: hidden; }
.comp-productlist .product .image img {  }
.comp-productlist .product .image .info { position: absolute; bottom: 0; left: 0; width: 100% /*186px*/; zoom: 1; padding: 7px; font-size: 0.9em; font-weight: bold;  }
.comp-productlist .product .image .info:before, .comp-productlist li .image .info:after { content: ""; display: table; }
.comp-productlist .product .image .info:after { clear: both; }
.comp-productlist .product .image .info .title { float: left; width: 70px;  }
.comp-productlist .product .image .info .pricing { float: right; margin: 0 0 0 10px; width: 106px; }
.comp-productlist a.cta-paging { width: 640px; margin: 20px 0 0 40px;  }
/*.comp-productlist .loader { position: absolute; top: 200px; left: 370px; z-index: 100; }*/

.comp-productlist .product304x150 { width: 434px !important; }
.comp-productlist .product200x150 { width: 330px !important; }
.comp-productlist .product167x240 { width: 297px !important; }
.comp-productlist .product240x240 { width: 370px !important; }

.comp-productlist .product .image304x150 { width: 304px !important; }
.comp-productlist .product .image200x150 { width: 200px !important; }
.comp-productlist .product .image167x240 { width: 167px !important; }
.comp-productlist .product .image240x240 { width: 240px !important; }

/* Tabs */
.comp-tabs { margin-top: 20px; }
.comp-tabs .comp-tabs-nav { padding: 0; margin: 0; list-style-type: none;  }
.comp-tabs .comp-tabs-nav:before, .comp-tabs .comp-tabs-nav:after { content: ""; display: table; }
.comp-tabs .comp-tabs-nav:after { clear: both; }
.comp-tabs .comp-tabs-nav li { float: left; background: url(../Images/Global/TabDivider.png) no-repeat scroll 100% 0; margin: 0; padding: 0; height: 44px;  }
.comp-tabs .comp-tabs-nav li a { background: url(../Images/Global/TabsBg.png) repeat-x scroll 0 0; padding: 11px 13px; height: 22px; margin-right: 3px; color: #fff; font-size: 1.1em; font-weight: bold; display: block; text-decoration: none; white-space:nowrap;  }
.comp-tabs .comp-tabs-nav li.selected a { background: url(../Images/Global/TabActiveBg.png) repeat-x scroll 0 0; }
.comp-tabs .comp-tabs-nav li:hover a { background: url(../Images/Global/TabActiveBg.png) repeat-x scroll 0 0; }
.comp-tabs .comp-tabs-nav li.last { background: none;  }
.comp-tabs .comp-tabs-panel { padding: 15px 20px; float: left; clear: both; }
.comp-tabs .comp-tabs-panel h1 { display: none; }
.comp-tabs .comp-tabs-panel .loader { margin-top: 30px; margin-left: 45%;  }

/* Common */
.comp-carousel .overlay,
.comp-carousel .controls,
.comp-ctalist li.cta-type-b span,
.comp-ctalist li.cta-type-b h2,
.comp-ctabox-b span,
.comp-ctabox-c div,
.comp-ctalist li.cta-type-c div,
.comp-productlist .product .image .info { background: rgb(255, 255, 255); filter: alpha(opacity = 80); background: rgba(255, 255, 255, 0.8); }

/* Showrooms */
.comp-showrooms { width: 280px; border:3px solid #444444; padding:10px; }
.comp-showrooms:after, .comp-showrooms:after { content: ""; display: table; }
.comp-showrooms:after { clear:both; }
.comp-showrooms h2 { margin-top: 0; }
.comp-showrooms ul { list-style:none; padding-left: 0px; width: 280px; }
.comp-showrooms ul li { margin-top:10px; padding-top:0px; clear:both; }
.comp-showrooms ul li span { float:left; font-size:0.9em; }
.comp-showrooms ul li:before, .comp-showrooms ul li:after { content: ""; display: table; }
.comp-showrooms ul li:after { clear:both; }
.comp-showrooms ul li span.name { width:120px; font-weight:bold;  }
.comp-showrooms ul li span.telephone { width: 90px; margin-left: 10px;  }
.comp-showrooms ul li span.map { width:60px; float: right; text-align: right; }
.comp-showrooms > p { display:block; clear:both; float:right; margin: 0; }

/* Social Media Sharing */
.comp-socialmediasharing {}
.comp-socialmediasharing ul:before, .comp-socialmediasharing ul:after { content: ""; display: table; }
.comp-socialmediasharing ul:after { clear: both; }
.comp-socialmediasharing ul { padding: 0; list-style-type: none; }
.comp-socialmediasharing ul li { float: left; }
.comp-socialmediasharing ul li.google-plus { width: 75px; }
.comp-socialmediasharing ul li.facebook { width: 90px; }
.comp-socialmediasharing ul li.twitter { width: 100px;}

/* Site Search */
#xsltsearch {margin: 0; padding-bottom: 20px;}
#xsltsearch_navigation {text-align: center;}
#xsltsearch_navigation .disabled {color: #AAA;}
#xsltsearch_stats {font-size: 75%; color: #999;}
#xsltsearch_results {padding-bottom: 20px;}
#xsltsearch h2 {font-size: 150%;}
.xsltsearch_result p {margin: 0; padding: 0;}
.xsltsearch_result:hover {background: #fafafa;}
.xsltsearch_ordinal {font-weight: bold; font-size: 75%;}
.xsltsearch_title {font-weight: bold;}
.xsltsearch_score {font-size: 75%;}
p.xsltsearch_result_description {padding-bottom: 10px;}
.xsltsearch_description strong {background: #ccc;} /* highlighting */

/* Contour */
#contour h4, .contourFieldSet legend { display: none !important; }
#contour br { display: none; }
#contour { background: #e3e3e3; padding: 15px 20px; }
#contour .contourField { zoom: 1; margin-bottom: 10px;  }
#contour .contourField:before, #contour .contourField:after { content: ""; display: table; }
#contour .contourField:after { clear: both; }
#contour .contourField label { font-weight: bold; float: left; margin: 0 20px 0 0; }

#contour div.appliancesandaccessories > div label { margin: 0 10px 0 0 !important; }


#contour .contourField label { float: left; }
#contour .contourField div { float: left; }
#contour .textfield input,
#contour .textarea textarea { border: 1px solid #666; font-size: 1em; padding: 3px;  }
#contour .textarea label, #contour .textarea div { float: none; }
#contour .textarea textarea { height: 100px; width: 300px;  margin-top: 10px;   }
#contour .checkboxlist label,
#contour .checkboxlist div { float: none; }
#contour .checkboxlist div { margin-top: 10px; }
#contour .checkboxlist div br { display: block;  }
#contour .checkboxlist div label { font-weight: normal; }
#contour .checkboxlist div input { margin: 0px 5px 0px 0px; padding:0px; }
#contour .contourIndicator, 
#contour .contourValidationSummary { color: #ff0000; }
#contour .contourValidationSummary ul { margin: 0 0 20px 0; list-style-type: none; padding: 0;  }

/* Contour Form Entry */
#contour > fieldset > div > label { width: 140px !important; }
#contour > fieldset > div > div > input[type=text] { width:250px; margin:0px !important; }
#contour > fieldset > div > div > select { margin:0px !important; }
#contour > fieldset > div > div > span { padding:0px !important; margin:0px !important; }
#contour > fieldset > div.checkboxlist { margin-top:5px; }
#contour > fieldset > div > div > .checkboxlist br { display:none; }
#contour > fieldset > div.checkbox > label, #contour > fieldset > div.checkboxlist > label { width:500px !important; }
#contour > fieldset { padding:0px !important; }

#contour > .contourNavigation { margin-top:30px; }

/* Branch Locator */
#BranchLocation input { width:400px; border:0px; border-style:none; margin-top:10px; border: 1px solid #ccc; }
.search-no-results { padding-bottom:10px; font-weight:bold; display:block; }
.branch-locator legend { display:none; }
.branch-locator #ajaxloader { display: none; display:none; background-image:url("../Images/Global/ajax-loader.gif"); width:31px; height:31px; margin-top:10px; margin-left:10px; }
#ServiceRequiredOptions > div { font-weight:bold; }
#ServiceRequiredOptions > div { width:200px; float:left; }
#ServiceRequiredOptions > div label { margin-right:20px; }
#ServiceRequiredOptions > div i { padding:3px; }
#ServiceRequiredOptions > div label { font-weight:normal; height:20px; }

#SearchRadiusOptions > label { width:200px; padding:0px; font-weight:bold; }
#KitchenShowroomOption label { background: transparent url(../Images/Global/RedArrow.png) no-repeat 20px top; padding-left:40px; margin-right:10px; }
#JewsonBranchOption label { background: transparent url(../Images/Global/GreyArrow.png) no-repeat left top; padding-left:20px; }
#SearchRadiusOptions select { margin:0; }

#SearchResultsContainer { margin-top:30px; padding-bottom:20px; }
#SearchResultsContainer .results-text, #ResultTitle, #DistanceTitle { width:190px; float:left; }
#SearchResultsContainer #JewsonKeyTitle, #ShowroomKeyTitle { width:120px; float:right; font-size:0.7em; color:#666666; font-weight:bold; margin-top:14px; padding-left:19px; height:20px;}
#SearchResultsContainer #ShowroomKeyTitle { background: transparent url(../Images/Global/RedArrow.png) no-repeat left top; }
#SearchResultsContainer #JewsonKeyTitle { background: transparent url(../Images/Global/GreyArrow.png) no-repeat left top; }

#SearchResultsContainer .results-text { margin-right:10px; }
#SearchResultsContainer .results-text span { color:#666666; }
#SearchResultsContainer .results-text p { font-weight:bold; }
#SearchResultsContainer .results-distance { width:70px; float:left;  font-weight:bold; padding-left:0px; }
#SearchResultsContainer .results-distance .button { width:65px; margin-left:0px; }
#SearchResultsContainer .results-distance p, #SearchResultsContainer .results-text p  { margin-top:0px; margin-bottom:5px; padding:0px; }
#SearchResultsContainer .results-distance:before, #SearchResultsContainer .results-distance:after { content: ""; display: table; }
#SearchResultsContainer .results-distance:after { clear:both ; }

#SearchResultsContainer:before, #SearchResultsContainer:after { content: ""; display: table; }
#SearchResultsContainer:after { clear: both; }
#SearchResultsContainer, #SearchResultsHeader, #SearchResultsContainer > div { width:100% }
#SearchResultsHeader { background-color:#cfcfcf; height:40px; font-size:1.3em; }
#SearchResultsHeader:before, #SearchResultsHeader:after { content: ""; display: table; }
#SearchResultsHeader:after { clear: both; }
#SearchResultsContainer { background-color: #eeeeee; }

#DrivingDirections { float:left; width:280px; margin:0px; padding-left:5px; overflow-x: auto; }
#SearchResults { float:left; width:280px; margin:0px; padding-left:20px; }
#ResultTitle, #DistanceTitle  { font-weight:bold; margin-top:10px; }
#ResultTitle { padding-left:20px; }
#BranchGoogleMaps { float:right; width:390px; padding-top:15px; }
#BranchGoogleMaps #Map { width:380px; height:380px; }
#BranchGoogleMaps .view-search-results { margin-left:10px; margin-top:10px; }
#BranchGoogleMaps #actionButtons .cta-button-gradient-red { display:inline; margin:10px 5px 0px 0px; }

#SearchResultsContainer .result { margin-top:0px; padding-top:15px; }
#SearchResultsContainer .result:before, #SearchResultsContainer .result:after { content: ""; display: table; }
#SearchResultsContainer .result:after { clear:both; }
#SearchResultsContainer .address-contact { margin-top:5px; font-weight:bold; clear:both; }
#SearchResultsContainer .address-contact:before, #SearchResultsContainer .addresscontact:after { content: ""; display: table; }
#SearchResultsContainer .address-contact:after { clear: both; }
#SearchResultsContainer .address-contact div { float:left; font-size:0.9em; margin-top:8px; font-weight: normal; color: #666; }
#SearchResultsContainer .address-contact #address { width:140px; margin-right:10px; }
#SearchResultsContainer .address-contact > div > p { margin:0px padding:0px; }

#srcAddrContainer { padding:10px; background:#fff; text-align:left; }
#srcAddrContainer #sourceAddressSrch { display:inline; }

.form-entry > label { font-weight:bold; }
.form-entry > fieldset > legend { display:none; }

/* General Form Entry */
.form-entry > h4, .formfieldset legend { display: none; }
.form-entry > br { display: none; clear:both; }
.form-entry { background: #e3e3e3; padding: 15px 20px; }
.form-entry .formfield { zoom: 1; margin-bottom: 10px;  }
.form-entry .formfield:before, #contour .contourField:after { content: ""; display: table; }
.form-entry .formfield:after { clear: both; }
.form-entry .formfield label { float: left; margin: 0 20px 0 0; }
.form-entry .textfield input,
.form-entry .textarea textarea { border: 1px solid #666; font-size: 1em; padding: 3px;  }
.form-entry .textarea label, #contour .textarea div { float: none; }
.form-entry .textarea label {}
.form-entry .textarea textarea { height: 100px; width: 300px;  margin-top: 10px;   }
.form-entry .checkboxlist label,
.form-entry .checkboxlist div { float: none; }
.form-entry .checkboxlist div { margin-top: 10px; }
.form-entry .checkboxlist div br { display: block;  }
.form-entry .checkboxlist div label { font-weight: normal; }
.form-entry .checkboxlist div input { margin: 0 5px 10px 0; }
.form-entry .indicator, 
.form-entry .validationsummary { color: #ff0000; }
.form-entry .contour-validation-summary ul { margin: 0 0 20px 0; list-style-type: none; padding: 0;  }
.form-entry p:first-child { font-weight:bold; padding:0px; }


/* ==|== JS/No JS  ==========================================================
   JS/No JS specific styles
   ========================================================================== */
   
.js .comp-carousel .overlay .copy { display: none; }
.js .comp-carousel .no-animation .copy { display: block; }
.js .comp-carousel .overlay h1.expand { background: url(../Images/Global/ArrowDown.png) no-repeat scroll 100% 2px; }
.js .comp-carousel .overlay h1.collapse { background: url(../Images/Global/ArrowUp.png) no-repeat scroll 100% 2px; }
.js .comp-productlist .more-products { display: none; }
.js .filter-button { display: none; }

.no-js .comp-carousel .controls ul { display: none; }
.no-js .comp-tabs .comp-tabs-panel .loader { display: none;  }

/* ==|== Hacks  =============================================================
   "Hacks" to make stuff work!
   ========================================================================== */
   
.jcarousel-clip-horizontal { width: 100%; }
.jcarousel-item { height: 100%; }

/* ==|== Call to actions  ===================================================
   Links / buttons etc
   ========================================================================== */

a.cta-link-red { color: #fff; background: #892223 url(../Images/Global/CTARedBg.png) repeat-x scroll 0 0; padding: 7px 15px; text-decoration: none; font-weight: bold; display: inline-block; border: 1px solid #fff;   }
a.cta-link-red:active, a.cta-link-red:hover, a.cta-link-red:visited { color: #fff; }
a.cta-link-small { font-size: 0.85em; padding: 5px 10px; }
a.cta-link-gradient-red { background: #892223 url(../Images/Global/CTAArrowGradientRed.png) no-repeat scroll 0 0; display: block; width: 22px; height: 17px;  text-indent: -999em; outline: none; text-align: left; } 
a.cta-paging { display: inline-block; text-align: center; color: #fff; font-size: 1.6em; background: #d3d3d3; text-decoration: none; padding: 5px 30px; }
a.cta-paging:visited, a.cta-paging:active { color: #fff; }
a.cta-paging:hover { background: #ccc; }
input.cta-button-red { color: #fff; background: #892223; padding: 2px 5px; font-weight: bold; display: block; border: 1px solid #fff; font-size: 0.9em; }
input.cta-button-gradient-red, #contour input[type=submit] { color: #fff; background: #892223 url(../Images/Global/CTARedBg.png) repeat-x scroll 0 0; padding: 4px 5px; font-weight: bold; display: block; border: 0px; font-size: 0.9em; }

/* ==|== Misc classes  ======================================================
   Misc classes used throughout the site
   ========================================================================== */

.logo { background: url(../Images/Global/LogoGrey.png) no-repeat scroll 0 0; width: 156px; height: 46px; }
.logo-grey { background: url(../Images/Global/LogoGrey.png) no-repeat scroll 0 0; width: 156px; height: 46px; }
.emphasise { font-size: 1.1em; }
.align-right { text-align: right; }
.pad-bottom-20 { padding-bottom: 20px; }
.tooltip { display: inline-block; width: 13px; height: 13px; text-indent: -999em; outline: none; cursor: pointer; background: url(../Images/Global/Info.png) no-repeat scroll 0 0; }
.error { color: #f00; }
/* TODO - lower quality IE6 versions */
.pound { text-align: left; background:  url(../Images/Global/PoundDark.png) no-repeat scroll 0 0; width: 14px; height: 15px; display: inline-block; text-indent: -999em; outline: none; }
.pound-light { background: url(../Images/Global/PoundLight.png) no-repeat scroll 0 0; }

.pricing { list-style-type: none; padding: 0; margin: 0; zoom: 1; }
.pricing:before, .pricing:after { content: ""; display: table; }
.pricing:after { clear: both; }
.pricing li { float: left; padding: 0; margin: 0; width: 17px;}
.pricing li span.pound { display: block; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Branch Locator */
@media print 
{
    #HeaderContainer, #Breadcrumb, #NavigationSecondary, #FooterContainer, .branch-locator { display:none; }
    #ContentPrimary h1, #ContentPrimary h2 { display:none; }
    #SearchResultsContainer { position:absolute; top:0px; left:0px; }
    #BranchGoogleMaps { display:none; }
    #SearchResultsHeader, SearchResultsContent, #DrivingDirections { text-align:left; width:100%; }
}

