/* start of merge
====================================================================
start of dropdownstyle.css */



/* changes */
.topspace {
    padding-top: 15px;
}
.p1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2em;
}
.h4 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #3C3D40;
	line-height: 22px;
}

/* /changes */




body, nav, ul, li, a {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

/*.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}*/

.toggleMenu {
	display: none;
	background: #616265;
	padding: 5px 15px;
	color: #fff;
	font-weight: 800;
}

.nav {
	list-style: none;
 	*zoom: 1;
	background: none;
	margin-left: 10px;
}

.nav:before, .nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav ul {
	list-style: none;
	width: 7em;
}

.nav a {
	padding: 3px 0 1px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
}

.nav a:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
	padding-bottom: 0px;
}

.nav li {
	position: relative;
	display: block;
}

.nav > li {
	float: left;
	margin-top: -9px;
	margin-right: 35px;
	border-right: 1px solid #FFFFFF;
	padding-right: 25px;
}

.nav > li > .parent {
	background-image: url("../baw2013/images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}

.nav > li > a {
	display: block;
}

.nav > li > a:hover {
	display: block;
	color: rgba(255,255,255,1);
}

.nav li ul {
	position: absolute;
	left: -9999px;
}

.nav > li.hover > ul {
	left: 0;
}

.nav li li.hover ul {
	left: 100%;
	top: 0;
}

.nav li li a {
	display: block;
	position: relative;
	z-index: 100;
	background: #249578;
	z-index: 200;
}

/*
@media screen and (max-width: 568px) {*/

.active {
	display: block;
}



/*.nav > li > .parent {
	background-position: 95% 50%;
}*/

.nav li li .parent {
	background-image: url("../baw2013/images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.nav ul {
	display: block;
	width: 60%;
}

.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}



/*}*/


.nav-x {
	list-style: none;
 	*zoom: 1;
	background: none;
}

.nav-x:before, .nav-x:after {
	content: " ";
	display: table;
}

.nav-x:after {
	clear: both;
}

.nav-x ul {
	list-style: none;
	width: 7em;
}

.nav-x a {
	padding: 2px 0 1px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
}

.nav-x a:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
	padding-bottom: 0px;
}

.nav-x li {
	position: relative;
	display: block;
}

.nav-x > li {
	float: left;
	margin-top: -9px;
	margin-right: 20px;
	border-right: 1px solid #FFFFFF;
	padding-right: 15px;
}

.nav-x > li > .parent {
	background-image: url("../baw2013/images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}

.nav-x > li > a {
	display: block;
}

.nav-x > li > a:hover {
	display: block;
	color: rgba(255,255,255,1);
}

.nav-x li ul {
	position: absolute;
	left: -9999px;
}

.nav-x > li.hover > ul {
	left: 0;
}

.nav-x li li.hover ul {
	left: 100%;
	top: 0;
}

.nav-x li li a {
	display: block;
	position: relative;
	z-index: 100;
	background: #249578;
	z-index: 200;
}

.nav-x li li .parent {
	background-image: url("../baw2013/images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.nav-x ul {
	display: block;
	width: 60%;
}

.nav-x > li.hover > ul, .nav-x li li.hover ul {
	position: static;
}

.nav-x > li.last-item
{
    
    margin-right: 0px !important;
	padding-right: 0px !important;
	border-right-style: none !important;
}



/*-------------------------Fast Fulfillment page--------------------------*/
.btnSubmit {
background-image: linear-gradient(0deg, #AD2018 0%, #DC291E 53%, #AD2018 100%);
border-color: #500F0C;
border-width: 1px;
border-radius: 5px;
border-style: solid;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.52);
font-size: 14px;
line-height: 25px;
font-weight: 600;
text-transform: lowercase;
color: #FFF;
text-decoration: none;
display: block;
margin: 0px 6px 0px 100px;
letter-spacing: 0.05em;
text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.6);
text-align: center;
position: relative;
background-color: #DC291E;
height: 30px;
width: 89px;
padding: 0px;
}



/* start of boilerplate.css
=================================================================
=================================================================
=================================================================
*/

@charset "utf-8";
/*
/* 
 * 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
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== 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.4em;
	font-family: "Museo-Sans", sans-serif;
	font-weight: 400;
	
}

body, button, input, select, textarea {
	font-family: "Museo-Sans", sans-serif;
	color: #000;
}

/* 
 * 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)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #DC291E;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #DC291E;
}
a:hover {
	color: #3C3D40;
}
a:focus {
	outline: 0;
}

/* 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 {
	list-style:none;
	/* [disabled]margin: 1em 0; */
	/* [disabled]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;
	padding: 0 !important;

}
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;
}


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */


/* ==|== 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; }


/* ==|== 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;
}
}




/* start of normalize.css
===================================================================
===================================================================
===================================================================
*/

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ======================================
   HTML5 display definitions
   ==============================*/

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _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;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}




/* start of dropdownstyle
===================================================================
*/


body, nav, ul, li, a {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

/*.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}*/

.toggleMenu {
	display: none;
	background: #616265;
	padding: 5px 15px;
	color: #fff;
	font-weight: 800;
}

.nav {
	list-style: none;
 	*zoom: 1;
	background: none;
	margin-left: 10px;
}

.nav:before, .nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav ul {
	list-style: none;
	width: 7em;
}

.nav a {
	padding: 3px 0 1px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
}

.nav a:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
	padding-bottom: 0px;
}

.nav li {
	position: relative;
	display: block;
}

.nav > li {
	float: left;
	margin-top: -9px;
	margin-right: 35px;
	border-right: 1px solid #FFFFFF;
	padding-right: 25px;
}

.nav > li > .parent {
	background-image: url("../baw2013/images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}

.nav > li > a {
	display: block;
}

.nav > li > a:hover {
	display: block;
	color: rgba(255,255,255,1);
}

.nav li ul {
	position: absolute;
	left: -9999px;
}

.nav > li.hover > ul {
	left: 0;
}

.nav li li.hover ul {
	left: 100%;
	top: 0;
}

.nav li li a {
	display: block;
	position: relative;
	z-index: 100;
	background: #249578;
	z-index: 200;
}

/*
@media screen and (max-width: 568px) {*/

.active {
	display: block;
}



/*.nav > li > .parent {
	background-position: 95% 50%;
}*/

.nav li li .parent {
	background-image: url("../baw2013/images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.nav ul {
	display: block;
	width: 60%;
}

.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}



/*}*/


.nav-x {
	list-style: none;
 	*zoom: 1;
	background: none;
}

.nav-x:before, .nav-x:after {
	content: " ";
	display: table;
}

.nav-x:after {
	clear: both;
}

.nav-x ul {
	list-style: none;
	width: 7em;
}

.nav-x a {
	padding: 2px 0 1px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
}

.nav-x a:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
	padding-bottom: 0px;
}

.nav-x li {
	position: relative;
	display: block;
}

.nav-x > li {
	float: left;
	margin-top: -9px;
	margin-right: 20px;
	border-right: 1px solid #FFFFFF;
	padding-right: 15px;
}

.nav-x > li > .parent {
	background-image: url("../baw2013/images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}

.nav-x > li > a {
	display: block;
}

.nav-x > li > a:hover {
	display: block;
	color: rgba(255,255,255,1);
}

.nav-x li ul {
	position: absolute;
	left: -9999px;
}

.nav-x > li.hover > ul {
	left: 0;
}

.nav-x li li.hover ul {
	left: 100%;
	top: 0;
}

.nav-x li li a {
	display: block;
	position: relative;
	z-index: 100;
	background: #249578;
	z-index: 200;
}

.nav-x li li .parent {
	background-image: url("../baw2013/images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.nav-x ul {
	display: block;
	width: 60%;
}

.nav-x > li.hover > ul, .nav-x li li.hover ul {
	position: static;
}

.nav-x > li.last-item
{
    
    margin-right: 0px !important;
	padding-right: 0px !important;
	border-right-style: none !important;
}









/* start of dcmegamenu.css
=================================================================
=================================================================
=================================================================
*/

/* Mega Menu Styles */

/* Reset code to remove theme inherent styling */

#mega-menu ul, #mega-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mega-menu ul {
	display: none; /* Hides non-mega links */
}

#mega-menu .sub ul {
	display: block; /* overrides above hide */
}

/* Main menu styles */


#mega-menu {
	width: 100%;
	height: 40px;
	position: relative; /* Important - required for positioning of mega menu */
	line-height: 16px;
	
	background-image:-moz-linear-gradient(50% 0% 0deg,rgb(106,183,189) 0%,rgb(106,183,189) 2%,rgb(141,222,228) 42%,rgb(141,222,228) 59%,rgb(43,172,183) 100%); 
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(106,183,189)),color-stop(0.02, rgb(106,183,189)),color-stop(0.42, rgb(141,222,228)),color-stop(0.59, rgb(141,222,228)),color-stop(1, rgb(43,172,183)));
background-image:-webkit-linear-gradient(90deg,rgb(106,183,189) 0%,rgb(106,183,189) 2%,rgb(141,222,228) 42%,rgb(141,222,228) 59%,rgb(43,172,183) 100%);
background-image:-o-linear-gradient(0deg,rgb(106,183,189) 0%,rgb(106,183,189) 2%,rgb(141,222,228) 42%,rgb(141,222,228) 59%,rgb(43,172,183) 100%);
background-image:-ms-linear-gradient(0deg,rgb(106,183,189) 0%,rgb(106,183,189) 2%,rgb(141,222,228) 42%,rgb(141,222,228) 59%,rgb(43,172,183) 100%);
background-image:
linear-gradient(0deg,rgb(106,183,189) 0%,rgb(106,183,189) 2%,rgb(141,222,228) 42%,rgb(141,222,228) 59%,rgb(43,172,183) 100%);


	border-color: rgba(30,120,128,.7);
	border-width: 1px;
	border-style: solid;
	-moz-box-shadow: inset 0px 0px 3px rgba(205,240,243,0.81);
	-webkit-box-shadow: inset 0px 0px 3px rgba(205,240,243,0.81);
	box-shadow: inset 0px 0px 3px rgba(205,240,243,0.81);
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6ab7bd,endColorstr=#ff2bacb7,GradientType=0)";*/

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6ab7bd,endColorstr=#ff2bacb7,GradientType=0);
	background-color: rgba(255,255,255,1);		    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#mega-menu li {
	float: left;
	font-weight: bold;
	border-style: none;
}

#mega-menu li a {
	float: left;
	display: block;
	padding: 13px 30px;
	color: #3C3D40;
	text-decoration: none;
	font-size: 18px;
	border-style: none;
	font-weight: 300;
}

#mega-menu li.mega-hover a,
 #mega-menu li a:hover {
	background-image: -moz-linear-gradient(50% 0% 14 180deg,rgb(141,222,228) 0%,rgb(141,222,228) 24%,rgb(255,255,255) 99%,rgb(255,255,255) 100%);
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(141,222,228)),color-stop(0.24, rgb(141,222,228)),color-stop(0.99, rgb(255,255,255)),color-stop(1, rgb(255,255,255)));
	background-image: -webkit-linear-gradient(-90deg,rgb(141,222,228) 0%,rgb(141,222,228) 24%,rgb(255,255,255) 99%,rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(180deg,rgb(141,222,228) 0%,rgb(141,222,228) 24%,rgb(255,255,255) 99%,rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(180deg,rgb(141,222,228) 0%,rgb(141,222,228) 24%,rgb(255,255,255) 99%,rgb(255,255,255) 100%);
	background-image: linear-gradient(180deg,rgb(141,222,228) 0%,rgb(141,222,228) 24%,rgb(255,255,255) 99%,rgb(255,255,255) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8ddee4,endColorstr=#ffffffff,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8ddee4,endColorstr=#ffffffff,GradientType=0);
	border-right: thin solid rgba(97,98,101,.4) !important;
	border-left: thin solid rgba(97,98,101,.4) !important;
	
}

/* Arrow tag for parent links */

#mega-menu li a.dc-mega {
	padding-right: 38px; /* Additional padding for arrow */
	position: relative;
	
}

#mega-menu li a .dc-mega-icon {
	display: block;
	position: absolute;
	top: 18px;
	right: 15px;
	width: 8px;
	height: 6px;
	background: url(../../images/2013/0002/arrow.png) no-repeat 0 0;
}

#mega-menu li.mega-hover a .dc-mega-icon {
	background-position: 0 100%;
}

/* Mega Menu Styling */
/* Mega Drop Down Container */

#mega-menu li .sub-container {
	position: absolute;
	padding: 0 0 -1px 0px;
	border-top: none;
	border-right: 1px solid rgba(97,98,101,.7);
	border-bottom: 1px solid rgba(97,98,101,.7);
	border-left: 1px solid rgba(97,98,101, .7);
	border-radius: 0px 0px 8px 8px;
	background-color: rgba(255,255,255, 1);
	-moz-box-shadow: 2px 2px 5px rgba(153,153,153,.65);
	-webkit-box-shadow: 2px 2px 5px rgba(153,153,153,.65);
	box-shadow: 2px 2px 5px rgba(153,153,153,.65);
	background-image: none;
	z-index: 0;
	margin: 0px 25px 10px 10px;
}

#mega-menu li .sub-container #last {
	position: absolute;
	padding-left: 10px;
	margin-left: -53px;
	background-color: rgba(255,255,255,1);
	border-top: 0;
	border-right: 1px solid rgba(97,98,101, 1);
	border-bottom: 1px solid rgba(97,98,101, 1);
	border-left: 1px solid rgba(97,98,101, 1);
	border-radius: 0px 0px 8px 8px;
	box-shadow: 2px 2px 2px rgba(153,153,153,.85);
	top: -1px;
}


#mega-menu li .sub {
	padding: 20px 20px 20px 10px;
	
}


#mega-menu li .sub-container.mega .sub {
	padding: 12px 0px 0 0;
	margin: -1px 0 0 5px;
}

#mega-menu li .sub .row { /* Clear the sub-menu floats */
	overflow: hidden;
	clear: both;
}

#mega-menu li .sub li {
	float: none;
	font-size: 15px;
	font-weight: 700;
	color: rgba(97,98,101,1);
	margin-left: 5px;
}

/* Sub-menu Headers */

#mega-menu li .sub li.mega-hdr { /* Sub-menu headers - i.e. 2nd level navigation */
	float: left; /* Float the sub-menus and give them a fixed width to from the mega menu rows */
	width: 210px !important;
	margin: 0 0px 8px 5px;
	
}

#mega-menu li .sub a { /* Clear the styles from the top-level links and set the font styles */
	text-shadow: none;
	color: #000;
	padding: 9px 10px;
	display: block;
	float: none;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0px;
	border-style: none;
}

#mega-menu li .sub li.mega-hdr a.mega-hdr-a {
	padding: 7px 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
	color: #616265;
	font-size: 16px;
	border: 0 !important;
	background: none !important;
	background-image: none !important;
}

#mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
	color: #616265;
}



/* Style the 3rd level links */

#mega-menu li .sub li ul li {

}

#mega-menu .sub li.mega-hdr li a {
	color: #000;
	font-weight: normal;
	padding: 3px 0 5px 25px;
	width: 185px;
	border: 0 !important;
	margin: 0px 0px 15px -15px;
	background-image: url(../../images/2013/0002/arrow_off.png) !important;
	background-repeat: no-repeat;
	background-position: 10px 8px;
	background-color: #FFF;
	-ms-filter: "none";
	filter: none;
	text-transform: lowercase;
}



#mega-menu .sub li.mega-hdr li a:hover {
	color: #dc291e;
	background-color: #DFDFDF !important;
	background-image: url(../../images/2013/0002/arrow_on.png) !important;
	border: 0 !important;
}

/* Styling for items with only 2 levels */

#mega-menu li .sub-container.non-mega .sub {
	padding: 20px 20px 10px 10px;
}

#mega-menu li .sub-container.non-mega li {
	width: 200px; /* Set the drop down width */
}

#mega-menu li .sub-container.non-mega li a {
	padding: 5px 0 5px 25px;
	margin: 0 0 8px;
	border: 0 !important;
	background-image: url(../../images/2013/0002/arrow_off.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	-ms-filter: "none";
	filter:none;
}

#mega-menu li .sub-container.non-mega li a:hover {
	color: #dc291e;
	background-image: url(../../images/2013/0002/arrow_on.png) !important;
	background-color: #DFDFDF !important;
	border: 0 !important;
}




.mega-menu ul, .mega-menu ul li {
	list-style: none;
}

.mega-menu ul {
	position: relative;
	padding: 0;
	margin: 0;
}

.mega-menu ul li ul {
	display: none;
}

.mega-menu .sub {
	display: none;
}

.mega-menu .sub ul {
	display: block;
}



#mega-menu li ul li ul li a img
#mega-menu li ul li ul li a img :hover{
	background-color: #fff !important;
	background-image: none !important;
}

#mega-menu li ul li ul li a img {
	
}

#mega-menu #small-btn{
	background-image: -moz-linear-gradient(51% 96% 90deg,rgb(143,27,20) 0%,rgb(220,41,30) 52%,rgb(231,85,78) 74%,rgb(220,41,30) 99%,rgb(220,41,30) 100%) !important;
	background-image: -webkit-gradient(linear,51% 96%,51% -4%,color-stop(0, rgb(143,27,20)),color-stop(0.52, rgb(220,41,30)),color-stop(0.74, rgb(231,85,78)),color-stop(0.99, rgb(220,41,30)),color-stop(1, rgb(220,41,30))) !important;
	background-image: -webkit-linear-gradient(90deg,rgb(143,27,20) 0%,rgb(220,41,30) 52%,rgb(231,85,78) 74%,rgb(220,41,30) 99%,rgb(220,41,30) 100%) !important;
	background-image: -o-linear-gradient(90deg,rgb(143,27,20) 0%,rgb(220,41,30) 52%,rgb(231,85,78) 74%,rgb(220,41,30) 99%,rgb(220,41,30) 100%) !important;
	background-image: -ms-linear-gradient(90deg,rgb(143,27,20) 0%,rgb(220,41,30) 52%,rgb(231,85,78) 74%,rgb(220,41,30) 99%,rgb(220,41,30) 100%) !important;
	background-image: linear-gradient(90deg,rgb(143,27,20) 0%,rgb(220,41,30) 52%,rgb(231,85,78) 74%,rgb(220,41,30) 99%,rgb(220,41,30) 100%) !important;
	width: 80px;
	height: 23px;
	border-color: rgb(143,27,20);
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdc291e,endColorstr=#ff8f1b14,GradientType=0)";


/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdc291e,endColorstr=#ff8f1b14,GradientType=0);*/
	font-size: 12px;
	font-weight: 800;
	color: rgba(255,255,255,1);
	text-decoration: none;
	text-align: center;
	float: right;
	padding: 6px 4px 0px;
	margin-right: 10px;
	margin-top: -30px;
	text-shadow: 1px 1px 0px rgba(51,51,51,.7);
	box-shadow: inset 2px 2px 3px 2px rgba(51,51,51,.5);
}



#mega-menu #small-btn:hover{
	background-image: -moz-linear-gradient(51% 96% 90deg,rgb(188,35,27) 0%,rgb(220,41,30) 32%,rgb(220,41,30) 100%) !important;
	background-image: -webkit-gradient(linear,51% 96%,51% -4%,color-stop(0, rgb(188,35,27)),color-stop(0.32, rgb(220,41,30)),color-stop(1, rgb(220,41,30))) !important;
	 [disabled]background-image: -webkit-linear-gradient(90deg,rgb(188,35,27) 0%,rgb(220,41,30) 32%,rgb(220,41,30) 100%) !important; 
	 [disabled]background-image: -o-linear-gradient(90deg,rgb(188,35,27) 0%,rgb(220,41,30) 32%,rgb(220,41,30) 100%) !important; 
	 [disabled]background-image: -ms-linear-gradient(90deg,rgb(188,35,27) 0%,rgb(220,41,30) 32%,rgb(220,41,30) 100%) !important; 
	background-image: linear-gradient(90deg,rgb(188,35,27) 0%,rgb(220,41,30) 32%,rgb(220,41,30) 100%);
	border-color: rgb(143,27,20);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdc291e,endColorstr=#ffbc231b,GradientType=0)";



/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdc291e,endColorstr=#ffbc231b,GradientType=0);*/
}

#mega-menu li ul li p {
	margin: 2px 0 5px;
	display:block;
}


#mega-menu li ul li h3 {
	font-size: 15px;
	line-height: 16px;
	font-weight: 800;
	margin-top: 0px;
	text-transform: capitalize;
}

#mega-menu li ul li img {
	margin-top: -5px;
	margin-left: 0px;
}





/* start of index2.css
=================================================================
=================================================================
=================================================================
*/


@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
	width: 100%;
}

.gridContainer {
	width: 983px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}

#headcontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.main-logo {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 38%;
	display: block;
	margin-top: -5px;
margin-bottom: 8px;
}

#main-contact {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 57%;
	display: block;
	margin-top: -18px;
}

#main-contact ul {
	padding-left: 10px;
	padding-top: 0px;
}

#main-contact ul li {
	list-style-type: none;
	font-size: 18px;
	line-height: 20px;
	color: #3C3D40;
	text-align: center;
	display: inline;
	width: 35%;
	float: left;
	font-weight: 400;
	height: 48px;
	border: 0;
	margin: 5px 0 10px;
	padding: 8px 0px 0px;
}

#main-contact ul li.phone {
	background-image: url(../../images/2013/contact-sprite.png);
	background-repeat: no-repeat;
	background-position: 28px 17px;
	margin-right: 11%;
	margin-left: 5%;
	padding-left: 30px;
	color: #3c3d40;
	font-size: 14px;
}

#main-contact ul li.chat {
	background-image: url(../../images/2013/contact-sprite.png);
	background-repeat: no-repeat;
	background-position: 16px -29px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 28px;
	position: relative;
	margin-bottom: -20px;
	display: block;
	height: 27px;
	float: left;
}

#main-contact ul li.chat a#_lpChatBtn{
	height: 21px !important;
	float: left;
	margin-left: 10px;
	clear: both;
	display: block;
}

#main-contact ul li.chat a#_lpChatBtn:hover  {
	border-bottom: 1px solid #7AC9CF;
	
}
.chat #_lpChatBtn img {
	position: absolute;
	z-index: -1;
	clear: both;
	display: block;
	top: 49px;
	left: 8px;
}
ul .phone em {
	font-size: 16px;
	line-height: 12px;
	font-weight: 400;
	position: relative;
	top: -2px;
	font-style: normal;
	font-family: lobster;
	color: #64666A;
	left: -5px;
}

#hgroup {
	clear: both;
	float: right;
	margin-left: 0;
	width: 20%;
	display: block;
}

/*------SMALL NAV------*/



.small-nav {
	clear: both;
	float: right;
	width: 49%;
	display: block;
	background-color: rgba(220,41,30,1);
	height: 18px;
	padding-top: 13px;
	margin: -20px 15px 5px 0px;
	padding-left: 15px;
	border-radius: 10px 10px 0px 0px;
}

/*------------///-----------*/



/*-----SEARCH FIELD--------*/


#search-field {
	clear: none;
	float: right;
	width: 18%;
	display: block;
	font-size: 10px;
	height: 25px;
	margin-top: 8px;
	/* [disabled]margin-bottom: 10px;
*/
	margin-right: 10px;
	position: relative;
	z-index: 1;
}

#search-field iframe {
	border: 2px solid rgba(220,41,30,1);
	height: 22px !important;
	box-shadow: inset 1px 1px 2px 1px rgba(102,102,102,.3);
	-webkit-box-shadow: inset 1px 1px 2px 1px rgba(102,102,102,1);
	-moz-box-shadow: inset 1px 1px 2px 1px rgba(102,102,102,1);
	border-radius: 0px 0px 5px 5px;
	display: block;
	float: right;
	margin-top: -10px;
	font-size: 10px;
	font-weight: 800;
	color: rgba(60,61,64,.7);
	font-family: Raleway;
	padding-left: 0px;
	background-image: url(../../images/2013/contact-sprite.png);
	background-repeat: no-repeat;
	background-position: right -150px;
	width: 100%;
	padding-right: 25px;
	padding-top: -10px;
	background-color: #FFFFFF;
}

/*-------///--------*/



#main-nav-mobile {
	display: none;
}

#main-nav {
	width: 100%;
	margin-bottom: 8px;
	float: left;
	display: block !important;
	margin-top: -6px;
	box-shadow: 1px 1px 8px rgba(51,51,51,.8);
	-moz-box-shadow: 1px 1px 8px rgba(51,51,51,.8);
	-webkit-box-shadow: 1px 1px 8px rgba(51,51,51,.8);
	height: 40px;
	border-radius: 5px 5px 5px 5px;
	background-color: rgba(255,255,255,1);
}

#main-nav ul li {
	list-style-type: none;
	float: left;
	width: 20%;
	margin-right: 5%;
	margin-left: 10px;
}

#services {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	position: relative;
	z-index: 0;
}

#main-feature {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	height: 452px;
}

#subfeatures {
	clear: both;
	float: left;
	margin-left: -1px;
	width: 100%;
	display: block;
	margin-top: 15px;
}

#main-body {
	clear: both;
	float: left;
	width: 66.1016%;
	display: block;
	border-right: 1px solid rgba(34,34,34,1);
	padding-right: 10px;
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 0px;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../../images/2013/small-footer-bkg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 80px;
}

#feature {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 77.4%;
	background-image: url(../../images/2013/may-2015-banner.jpg);
	/*monthly special banner*/
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 450px;
	position: relative;
}

#services ul li {
	list-style-type: none;
	display: block;
	float: left;
	height: 80px;
	width: 17.45%;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 22px;
	color: rgba(60,61,64,1);
	padding-top: 15px;
	padding-right: 70px;
	margin-bottom: 10px;
	padding-left: 2px;
}

#services ul li span {
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	color: rgba(220,41,30,1);
}

#services ul li em {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	font-style: normal;
	line-height: 16px;
	margin-top: -2px;
	display: block;
}

.free-shipping {
	background-image: url(../../images/2013/service-spriteNEW2.jpg);
	background-repeat: no-repeat;
	background-position: 140px 8px;
	display: block;
	/* [disabled]border-right: 1px solid rgba(220,41,30,1);
*/
	cursor: pointer;
}

.free-art {
	background-image: url(../../images/2013/service-spriteNEW2.jpg);
	background-repeat: no-repeat;
	background-position: 145px -80px;
	display: block;
	border-right: 1px solid rgba(220,41,30,1);
	cursor: pointer;
}

.selection {
	background-image: url(../../images/2013/service-spriteNEW2.jpg);
	background-repeat: no-repeat;
	background-position: 148px -185px;
	display: block;
	border-right: 1px solid rgba(220,41,30,1);
	cursor: pointer;
}

.qt-time {
	background-image: url(../../images/2013/service-spriteNEW2.jpg);
	background-repeat: no-repeat;
	background-position: 162px -275px;
	display: block;
	margin-left: 5px;
	border-right: 1px solid rgba(220,41,30,1);
	cursor: pointer;
}

#services ul li em a {
	color: rgba(97,98,101,1);
}

#services ul li em a:hover {
	color: rgba(97,98,101,1);
	border-bottom: thin dashed rgba(220,41,30,1);
}

/* -------CHANGE MONTHLY SPECIAL LINK POSITION HERE-------  */
#special a{
	position: absolute;
	border-radius: 8px 8px 8px 8px;
	margin-left: 278px; 
	width: 159px;
	height: 54px;
	top: 187px;
}

#special a:hover{
	background-color: rgba(255,255,255,.2);
}

#feature-menu {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 22.5%;
	display: block;
	background-color: rgba(220,41,30,1);
	background-image: url(../../images/2013/feature-side-bkg.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 449px;
	margin-top: 1px;
}

.color {
	color: #8DDEE4;
}

#feature-menu ul {
	margin-top: 15px;
}

#feature-menu li {
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
	color: rgba(255,255,255,1);
	text-align: center;
	display: block;
	width: 80%;
	list-style-type: none;
	height: 107px;
	border-bottom: 1px solid rgba(255,255,255,1);
	text-shadow: 1px 1px 5px rgba(0,0,0,.8);
	/* [disabled]padding-top: 3px; */
	position: relative;
	clear: both;
	/* [disabled]margin-bottom: 2px; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
}

#feature-menu  a{
	width: 180px;
	height: 100px;
	z-index: 2;
	position: relative;
	float: left;
	font-weight: normal;
	/* [disabled]margin-top: 0px; */
	color: #FFFFFF;
}

#feature-menu a:hover{
	color: #FFFFFF;
	text-shadow: 0px 0px #FFFFFF;
}


#subfeatures ul li {
	list-style-type: none;
	display: inline;
	float: left;
	width: 32%;
	height: 220px;
	margin-right: 1.9%;
	border-bottom: 1px solid rgba(97,98,101,1);
}

#subfeatures ul li ul li img {
	border: 6px solid rgba(220,41,30,1);
	clear: both;
	float: left;
	width: 97.4%;
	min-width: 284px;
	position: relative;
	top: -25px;
	height: 140px;
}

.last {
	margin-right: 0px !important;
	padding-right: 0px !important;
	border-right-style: none !important;
	
}

#socialmedia {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.2033%;
	display: block;
}

#address {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 32%;
	display: block;
}

#email-subscription {
	clear: none;
	float: left;
	margin-left: 3.2%;
	width: 32.20%;
	display: block;
}

#right-side {
	clear: none;
	float: right;
	margin-left: 0.58%;
	width: 31%;
	display: block;
	margin-top: 25px;
}

#subfeatures ul li ul li {
	border-style: none;
	font-size: 28px;
	line-height: 28px;
	font-weight: 300;
	margin: -30px 0px 5px;
	padding: 0;
	/* [disabled]height: 150px;
*/
	display: block;
	clear: both;
	float: left;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: -.036em;
}

#subfeatures ul li ul li span {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0em;
}

#main-body h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-weight: 300;
	font-size: 22.5px;
	line-height: 28px;
}

#main-body h4 {
	margin: 4px 0 5px !important;
	padding: 0 !important;
	font-weight: 800;
}

#main-body p {
	margin: 2px 0 8px !important;
	padding: 0px !important;
}

#right-side article {
	background-color: rgba(141,222,228,.4);
	display: block;
	/* [disabled]float: left;
*/
	width: 96.5% !important;
	padding: 6px 0px5px 6px;
	margin-bottom: 12px;
}

#right-side article p {
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	text-align: left;
	margin: 4px 0;
	padding: 2px 4px 4px;
}

.section-header {
	font-size: 30px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 0px;
}

#head-banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgba(97,98,101,.15);
	height: 28px;
	border-bottom: 8px solid rgba(97,98,101,.5);
	margin-bottom: 8px;
}

#head-banner h1 {
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	text-align: center;
	color: rgba(97,98,101,.7);
}





#socialmedia ul {
	margin: 20px 0 0 10px;
}

#socialmedia li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	float: left;
}

#socialmedia ul .twitter a {
	background-image: url(../../images/2013/social-sprite.png);
	background-repeat: no-repeat;
	background-position: left -42px;
	float: left;
	height: 45px;
	width: 45px;
}

#socialmedia ul .twitter a:hover {
	background-position: left 1px;
}

#socialmedia ul .facebook a {
	background-image: url(../../images/2013/social-sprite.png);
	background-repeat: no-repeat;
	background-position: -52px -42px;
	float: left;
	height: 45px;
	width: 45px;
}

#socialmedia ul .facebook a:hover {
	background-position: -52px 1px;
}

#socialmedia ul .google a {
	background-image: url(../../images/2013/social-sprite.png);
	background-repeat: no-repeat;
	background-position: -103px -42px;
	float: left;
	height: 45px;
	width: 45px;
}

#socialmedia ul .google a:hover {
	background-position: -103px 1px;
}

#socialmedia ul .linkdin a {
	background-image: url(../../images/2013/social-sprite.png);
	background-repeat: no-repeat;
	background-position: -155px -42px;
	float: left;
	height: 45px;
	width: 45px;
}

#socialmedia ul .linkdin a:hover {
	background-position: -155px 1px;
}

#socialmedia ul .youtube a {
	background-image: url(../../images/2013/social-sprite.png);
	background-repeat: no-repeat;
	background-position: -208px -42px;
	float: left;
	height: 45px;
	width: 45px;
}

#socialmedia ul .youtube a:hover {
	background-position: -208px 1px;
}

#address .head {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 3px;
	margin-top: 6px;
	line-height: 18px;
}

#address p {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

#address .phone {
	font-size: 16px;
	line-height: 18px;
	margin-top: -2px;
}

#main-nav .right-link {
	margin-right: 0px !important;
}

#last {
	left: -23px;
}

#subfeatures ul li ul li a {
	font-size: 16px;
	line-height: 12px;
	font-weight: 600;
	text-transform: lowercase;
	color: rgba(255,255,255,1);
	text-decoration: none;
	background-image: url(../../images/2013/learn-more-tag.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 45px;
	width: 85px;
	position: relative;
	letter-spacing: 0.05em;
	text-align: center;
	display: block;
	padding-top: 8px;
	z-index: 1;
	top: 172px;
	clear: both;
	left: -3px;
}

#subfeatures ul li ul li a:hover {
	color: rgba(156,226,231,1);
}

#subfeatures ul .last ul li strong {
	font-weight: 800;
}

#feature-menu ul li strong {
	font-family: Oswald;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 24px;
	color: rgba(255,255,255,1);
	font-style: normal;
	text-decoration: none;
}

.big-btn a {
	font-size: 18px;
	line-height: 14px;
	font-weight: 800;
	text-transform: lowercase;
	color: rgba(60,61,64,1);
	text-decoration: none;
	background-image: url(../../images/2013/big-btn-sprite.png);
	background-repeat: no-repeat;
	background-position: center -48px;
	display: block;
	height: 36px;
	width: 166px;
	margin-left: 5px;
	float: left;
	padding-top: 10px;
	margin-top: -10px;
	letter-spacing: 0.02em;
	text-shadow: 1px 1px 1px rgba(204,204,204,.8);
}

.big-btn a:hover {
	color: rgba(90,92,97,1);
	background-position: center -2px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.8);
}

#main-body ul li {
	font-weight: 600;
	padding-left: 5px;
	margin-bottom: 6px;
	list-style-type: none;
	display: block;
}

#emailBox #email form p {
	font-size: 18px;
	line-height: 18px;
	font-weight: 800;
	text-align: left;
	display: block;
	width: 107px;
	margin-right: 0px;
	padding-right: 0px;
	float: left;
}

#emailBox #email form .emailBox input {
	display: inline;
	height: 20px;
	width: 150px;
	border: 3px solid rgba(34,34,34,1);
	float: none;
	position: relative;
	border-radius: 6px 0px 0px 6px;
	margin-top: 24px;
	padding-left: 3px;
}

#emailBox #email form .emailGO {
}

#emailBox #email form .emailGO .submit {
	font-weight: 800;
	color: rgba(255,255,255,1);
	background-color: rgba(34,34,34,1);
	border-style: none;
	float: right;
	height: 28px;
	width: 53px;
	font-size: 12px;
	margin-top: -28px;
	border-radius: 0px 6px 6px 0px;
}

#main-contact ul span {
	font-size: 24px;
	font-weight: 600;
	color: rgba(220,41,30,1);
	line-height: 22px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	/* [disabled]margin-top: 3px; */
	/* [disabled]padding-top: 3px; */
}

#main-contact ul .chat #lpChatBtn:hover {
	border-bottom: 1px solid rgba(220,41,30,1);
}

#main-body ul {
	padding-left: 10px;
}

#services ul li a {
	color: rgba(62,57,61,1);
	text-decoration: none;
}

#services ul li a:hover {
	color: rgba(62,57,61,1);
	text-decoration: none;
	background:none;
}

#copyright {
	text-align: center;
	display: block;
	height: 25px;
	width: 100%;
	margin: 0px auto -35px;
	background-color: rgba(97,98,101,.15);
	padding-top: 5px;
	clear: none;
	border-top: 5px solid #A4A4A6;
}

#floatdiv {
	position: absolute;
	width: 135px;
	height: 50px;
	top: 5px;
	right: 0px;
	z-index: 100;
	background-image: url(../../images/2013/floating-tag-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 15px 16px 0px;
	text-align: center;
	text-decoration: none;
	line-height: 15px;
	text-shadow: 1px 1px 4px rgba(102,102,102,.6);
}

#floatdiv a span {
	font-size: 18px;
	font-weight: 800;
	color: #FFFFFF;
}

#floatdiv a {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}

#floatdiv2 {
	position: absolute;
	width: 135px;
	height: 60px;
	top: 5px;
	right: 0px;
	z-index: 100;
	background-image: url(../../images/2013/floating-tag-left2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 15px 16px 0px;
	text-align: center;
	text-decoration: none;
	line-height: 15px;
	text-shadow: 1px 1px 4px rgba(102,102,102,.6);
}

#floatdiv2 a span {
	font-size: 18px;
	font-weight: 800;
	color: #FFFFFF;
}

#floatdiv2 a {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
.side-feature {
	display: block;
	margin-bottom: 20px;
}