﻿@import url("calendar.css");

/*** BEGIN GOOGLE WEB FONTS ***/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800|Oswald:100,300,400,700|Poppins);
/*** END GOOGLE WEB FONTS ***/


/***********************************************************
GENERAL HTML OBJECTS
***********************************************************/

html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	font-family: 'Open Sans', Arial;
	font-size: 15px;
	font-weight: 200;
	line-height: 21px;
	color: #666666;
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
	min-width: 320px;
	background-repeat: repeat-x;
	background-position: left top;
}
input, select, textarea
{
	font-family: 'Open Sans', Arial;
}

img
{
	border: 0px;
}

a
{
	text-decoration: underline;
	color: #00661A;
	outline: 0;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}
a:focus
{
	outline: none;
}

a.black-link, a.black-link:hover
{
	color: #000000;
	text-decoration: none;
}

li
{
	padding-bottom: 10px;
}

hr
{
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0px;
}

h1
{
	margin: 6px auto;
	font-size: 32px;
	font-family: 'Open Sans', Arial;
	font-weight: 400;
	line-height: 30px;
	color: #000000;
	padding-top: 0px;
	text-align: center;
	text-transform: capitalize;	
}

h2
{
	font-size: 20px;
	font-family: 'Oswald';
	line-height: 22px;
	font-weight: 400;
	color: #000000;
}

.h1-centered
{
	clear: both;
	text-align: center;
	background-image: url('/images/dot-black.png');
	background-position: left center;
	background-repeat: repeat-x;
	margin-bottom: 60px;
	
}
.h1-centered > h1, .h1-centered > .title-category
{
	display: inline-block;
	margin: 0px auto;
	font-family: 'Oswald';
	font-size: 34px;
	line-height: 34px;
	font-weight: 200;
	color: #000000;
	padding-left: 80px;
	padding-right: 115px;
	padding-top: 0px;
	background-color: #ffffff;
	background-image: url('/images/h1-center-icon.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.h1-centered-2
{
	clear: both;
	text-align: center;
	font-family: 'Oswald';
	font-size: 20px;
	font-weight: 200;
	background-image: url('/images/dot-black.png');
	background-position: left center;
	background-repeat: repeat-x;
	margin-top: 18px;
	margin-bottom: 12px;
	padding-bottom: 10px;	
}
.h1-centered-2 > h1
{
	display: inline-block;
	margin: -30px auto;
	font-family: 'Oswald';
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	color: #000000;
	text-transform: capitalize;
	padding-top: 15px;
	padding-left: 32px;
	padding-right: 32px;
	background-color: #ffffff
}

h1.h1-centered-bold
{
	text-align: center;
        font-size: 38px;
	font-weight: 200;
}

h2.h2-centered
{
	color: #000000;
	text-align: center;
	font-weight: normal;
	margin-top: 5px;
	line-height: 16px;
	padding-bottom: 18px;
}

h4
{
	font-family: 'Poppins';
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #666666;
	text-transform: capitalize;
}
#header-clear-location
{
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	margin-top: 22px;
	margin-left: -76px;
	text-decoration: none;
	color: #999999;
	font-style: italic;
}
#header-clear-location:hover
{
	text-decoration: none;
	color: #666666;
}


blockquote
{
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	padding: 15px;
}
blockquote h3
{
	margin-top: 0px;
	margin-bottom: 4px;
}
blockquote input[type='text'], blockquote input[type='password'], blockquote input[type='email'], blockquote input[type='tel'], blockquote select, blockquote textarea
{
	background-color: #ffffff !important;
}

.no-transition
{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.purple-text
{
	color: #3D0059 !important;
}

.green-text
{
	color: #009900 !important;
}


/***********************************************************
IMAGES IN CONTENT
***********************************************************/

.image-shadow
{
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}

.image-left-shadow
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}

.image-right-shadow
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}

.image-left
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.image-right
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

.div-right
{
	display: inline-block;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 15px;
}

.div-right-shadow
{
	display: inline-block;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 15px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}

.div-left
{
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 15px;
}

.div-left-shadow
{
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 15px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}


/***********************************************************
COMMONLY USED ELEMENTS
***********************************************************/

.newrow {clear: both;}

.dragme
{
	position: relative;
}

.formbutton
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 12px;
	border: 1px solid #999999;
	color: #666666;
	background-color: #dddddd;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));
	background: -webkit-linear-gradient(top, #ffffff, #cccccc);
	background: -moz-linear-gradient(top, #ffffff, #cccccc);
	background: -ms-linear-gradient(top, #ffffff, #cccccc);
	background: -o-linear-gradient(top, #ffffff, #cccccc);
	text-decoration: none;
}
.formbutton:hover
{
	color: #000000;
	text-decoration: none;
}

.formbutton-purple
{
	margin-top: 12px;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	height: 36px;
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 300;
	background-color: #68008b;
	text-decoration: none;
}
.formbutton-purple:hover
{
	background-color: #78109b;
	color: #ffffff;
	text-decoration: none;
}

.formbutton-green
{
	margin-top: 0px;
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
	height: 38px;
	font-size: 17px;
	line-height: 35px;
	color: #ffffff !important;
	font-weight: 300;
	background-color: #5aac3e;
	text-decoration: none;
	border: 1px solid #5aac3e;
}
.formbutton-green:hover
{
	background-color: #399b2d;
	color: #ffffff !important;
	text-decoration: none;
}

.formbutton-green-large
{
	display: inline-block;
	margin-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	color: #ffffff !important;
	font-weight: 300;
	background-color: #5aac3e;
	text-decoration: none;
}
.formbutton-green-large:hover
{
	background-color: #399b2d;
	color: #ffffff !important;
	text-decoration: none;
}

.popout-object
{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0% auto;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.popout-text
{
	opacity: 0.0;
	filter:alpha(opacity=0); 
}

.form-break
{
	border-top: 1px solid #cccccc;
	font-weight: bold; 
	margin-top: 6px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#ffffff));
	background: -webkit-linear-gradient(top, #eeeeee, #ffffff);
	background: -moz-linear-gradient(top, #eeeeee, #ffffff);
	background: -ms-linear-gradient(top, #eeeeee, #ffffff);
	background: -o-linear-gradient(top, #eeeeee, #ffffff);
}

.red-asterik
{
	color: #990000;
	font-weight: bold;
}

.footnote
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
}

.footnote-left
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
	margin-top: -6px;
}

.opacity100 {opacity: 1.0; filter: alpha(opacity=100);}
.opacity95 {opacity: 0.95; filter: alpha(opacity=95);}
.opacity90 {opacity: 0.9; filter: alpha(opacity=90);}
.opacity85 {opacity: 0.85; filter: alpha(opacity=85);}
.opacity80 {opacity: 0.8; filter: alpha(opacity=80);}
.opacity75 {opacity: 0.75; filter: alpha(opacity=75);}
.opacity70 {opacity: 0.7; filter: alpha(opacity=70);}
.opacity65 {opacity: 0.65; filter: alpha(opacity=65);}
.opacity60 {opacity: 0.6; filter: alpha(opacity=60);}
.opacity55 {opacity: 0.55; filter: alpha(opacity=55);}
.opacity50 {opacity: 0.5; filter: alpha(opacity=50);}
.opacity45 {opacity: 0.45; filter: alpha(opacity=45);}
.opacity40 {opacity: 0.4; filter: alpha(opacity=40);}
.opacity35 {opacity: 0.35; filter: alpha(opacity=35);}
.opacity30 {opacity: 0.3; filter: alpha(opacity=30);}
.opacity25 {opacity: 0.25; filter: alpha(opacity=25);}
.opacity20 {opacity: 0.2; filter: alpha(opacity=20);}
.opacity15 {opacity: 0.15; filter: alpha(opacity=15);}
.opacity10 {opacity: 0.1; filter: alpha(opacity=10);}
.opacity5 {opacity: 0.05; filter: alpha(opacity=5);}
.opacity0 {opacity: 0.0; filter: alpha(opacity=0);}

.four-col-table
{
	width: 100%;
}
.four-col-table td
{
	width: 25%;
	vertical-align: top;
}

.five-col
{
	float: left;
	width: 19%;
	padding-right: 1%;
}
.five-col img
{
	max-width: 100%;
}

.two-col
{
	float: left;
	width: 48%;
	padding-right: 2%;
}
.two-col-nospace
{
	float: left;
	width: 50%;
}
.two-col img, .two-col-nospace img
{
	max-width: 100%;
}

.two-col-right
{
	float: left;
	width: 48%;
	padding-left: 2%;
}

.three-col
{
	float: left;
	width: 31%;
	padding-right: 2%;
}
.three-col img
{
	max-width: 100%;
}

.four-col
{
	float: left;
	width: 23%;
	padding-right: 2%;
}
.four-col img
{
	max-width: 100%;
}

.two-col-center
{
	float: left;
	width: 48%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.two-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}

.three-col-center
{
	float: left;
	width: 31%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.three-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}

.four-col-center
{
	float: left;
	width: 23%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.four-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}

.file-browser-button-box
{
	width: 209px;
	height: 32px;
	background-color: #000000;
	overflow: hidden;
	background-image: url('/images/button-upload-file.png');
	background-position: center center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0px 0px 12px #000000;
	-webkit-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
}
.file-browser-button
{
	display: block;
	opacity: 0.00;
	filter: alpha(opacity=0);
	cursor: default;
}


/***********************************************************
CENTER OBJECTS VERTICALLY AND HORIZONTALLY
***********************************************************/

.vc-element
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}


/***********************************************************
GENERAL TEMPLATE
***********************************************************/

#please-wait-overlay
{
	z-index: 599;
	display: none;
	position: fixed;
	width: 100%;
	height: 80%;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0px;
	padding-top: 20%;
	text-align: center;
}
#please-wait-overlay img
{
	margin: 0px auto;
}

.please-wait-dot
{
	margin: 0px auto;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	width: 12px;
	height: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #999999;

	opacity: 0.3;
	filter: alpha(opacity=30);

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#changes-saved
{
	height: 50px;
	overflow: hidden;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#main
{
	width: 100%;
	min-height: 100%;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left top;
}

#header-announcement
{
	display: block;
	width: 100%;
	background-color: #ffffff;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	-moz-box-shadow: 1px 1px 12px #000000;
	-webkit-box-shadow: 1px 1px 12px #000000;
	box-shadow: 1px 1px 12px #000000;
	color: #000000;
}

#container
{
	width: 100%;
	margin: 0px auto;
	text-align: left;
}

#fadeBack
{
	*visibility: hidden;
	z-index: 495;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	top: 0px;
	text-align: center;
}

#popupDiv
{
	margin: 0px auto;
	position: relative;
	top: 40px;
	width: 800px;
	height: 720px;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
	border: 1px solid #000000;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#popupFrame
{
	width: 100%;
	height: 720px;
	overflow-x: hidden;
	overflow-y: auto;
	border: none;
}

#popup-close-button
{
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}


/***********************************************************
TOP STRIP ABOVE HEADER
***********************************************************/

#google_translate_element
{
	position: absolute;
	display: inline-block;
	height: 22px;
	line-height: 23px;
	padding-left: 6px;
	top: 3px;
	text-transform: uppercase;
}
#google_translate_element a
{
	color: #999999;
}
#google_translate_element a:hover
{
	color: #999999;
}


/***********************************************************
HEADER
***********************************************************/

#header-container
{
	height: 64px;
	padding-top: 16px;
	text-align: center;
	background-color: #ffffff;
}

#header
{
	margin: 0px auto;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	height: 64px;
	text-align: center;
}

#header-banner, #header-logo
{
	margin: 0px auto;

}

#header h1
{
	text-align: right;
}
#header h1 a
{
	text-decoration: none;
	color: #000000;
}

#header h2
{
	display: inline-block;
	margin: 0px;
	float: left;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	color: #ffeec2;
	height: 121px;
	line-height: 121px;
	background-image: url('/images/header-clock.png');
	background-position: 100px 0px;
	background-repeat: no-repeat;
	padding-left: 190px;
}

#mobile-menu-button, #mobile-search-button
{
	display: none;
	padding-left: 8px;
}

#header-right
{
	float: right;
	display: inline-block;
	padding-right: 20px;
	padding-top: 10px;
	width: 306px;
}


#header-info
{
	font-family: 'Oswald', Arial;
	display: inline-block;
	float: left;
	text-align: left;
	font-size: 14px;
	line-height: 45px;
	height: 45px;
	font-weight: 400;	
}
#header-info a
{
	text-decoration: none;
	color: #ffeec2;
}
#header-info a:hover
{
	text-decoration: none;
	color: #ffeec2;
}

#header-links
{
	display: inline-block;
	float: right;
	width: 40%;
	text-align: left;
}
#header-links a
{
	display: inline-block;
	padding-top: 42px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	background-position: center 12px;
	background-repeat: no-repeat;
	margin-left: 32px;
	margin-right: 32px;
	color: #000000;
}
#header-links a:hover
{
	color: #000000;
	text-decoration: none;
}

#top-strip-assistance
{
	background-image: url('/images/icon-header-assistance.png');
}

#top-strip-search
{
	background-image: url('/images/icon-header-search.png');
}

#top-strip-account
{
	background-image: url('/images/icon-header-account.png');
}

#top-strip-cart
{
	background-image: url('/images/icon-header-cart.png');
}

#cart-num
{
	position: absolute;
	margin-top: -25px;
	margin-left: -10px;
	font-size: 13px;
}

#search-form
{
	clear: both;
	display: block;
	background-color: #ffffff;
	height: 40px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#keywords
{
	width: 220px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	background-color: transparent; 
	border: 0px;
	color: #999999;
	padding-left: 34px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-image: url('/images/icon-search-2.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}
#keywords:focus
{
	outline: none;
}

#search-form-go
{
	float: right;
	display: inline-block;
	width: 38px;
	height: 30px;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	color: #ffeec2;
	text-decoration: none;
	background-color: #68008b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 5px;
	margin-right: 5px;
}
#search-form-go:hover
{
	color: #ffffff;
	text-decoration: none;
}

/***********************************************************
CONTAINER FOR LEFT AND RIGHT COLUMNS, MAIN CONTENT AREA
***********************************************************/

#page-main
{
	padding-top: 8px;
}


/***********************************************************
PAGE SIDEBAR
***********************************************************/

#sidebar-menu
{
	display: none;
	visibility: hidden;
}

#sidebar
{
	width: 220px;
	float: right;
	margin-top: 10px;
	padding: 15px;
	background-color: #f2f2f2;
	min-height: 480px;
	font-size: 13px;
	text-align: center;
}
#sidebar h3
{
	margin-top: 0px;
	font-size: 15px;
}
#sidebar img
{
	margin: 0px auto;
	max-width: 100% !important;
	height: auto !important;
}

.sub-right-facebook-post
{
	padding: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	margin-top: 15px;
	text-align: left;
}

.sub-right-twitter-item
{
	padding: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	margin-top: 15px;
	text-align: left;
}

.twitter-tweet
{
	padding-left: 50px;
	padding-right: 30px;
	background-image: url('/images/twitter-logo-30.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}


/***********************************************************
BREADCRUMBS
***********************************************************/

#breadcrumbs
{
	padding-bottom: 12px;
	font-size: 12px;
}
#breadcrumbs a
{
	color: #000000;
	text-decoration: none;
	font-family: 'Oswald';
}
#breadcrumbs a:hover
{
	color: #666666;
	text-decoration: none;
}

/***********************************************************
MAIN CONTENT AREA
***********************************************************/

#content
{
	position: relative;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: -40px;
	padding-left: 70px;
	padding-right: 70px;
	min-height: 480px;
}

#footer-content
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#content-thin
{
	padding-top: 10px;
	margin-right: 270px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 480px;
}

#content-sidebar
{
	float: left;
	padding-top: 10px;
	padding-bottom: 60px;
	padding-left: 20px;
	width: 900px;
	min-height: 480px;
}


/***********************************************************
FOOTER
***********************************************************/

#button-back-to-top
{
	position: fixed;
	z-index: 104;
	right: 10px;
	bottom: 10px;
	display: inline-block;
	width: 48px;
	height: 48px;
	text-align: center;
	font-size: 24px;
	line-height: 48px;
	font-stretch: expanded;
	text-decoration: none;
	color: #ffffff;
	background-color: #505050;

	opacity: 0.0;
	filter: alpha(opacity=0);

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#button-back-to-top:hover
{
	text-decoration: none;
	color: #ffffff;
	background-color: #707070;
	padding-bottom: 30px;
}

#footer
{
	clear: both;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	color: #505050;
	padding-top: 50px;
	padding-bottom: 10px;
	background-color: #7F0065;
}
#footer a
{
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	line-height: 37px;
}
#footer a:hover
{
	text-decoration: none;
	color: #707070;
}
#footer h3
{
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	height: 15px;
	margin-top: 0px;
	color: #ffffff;
	padding-right: 23px;
	background-image: url('/images/mini-bloom-icon.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.footer-h3-bottom
{
	display: block;
	height: 15px;
}

#footer-inner
{
	margin: 0px auto;
	max-width: 1240px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#footer-column-1
{
	display: block;
	float: left;
	width: 21%;
	padding-right: 1%;
}

#footer-column-2
{
	display: block;
	float: left;
	width: 21%;
	padding-right: 1%;
}

#footer-column-3
{
	display: block;
	float: left;
	width: 21%;
	padding-right: 1%;
}

#footer-column-4
{
	display: block;
	float: left;
	width: 34%;
}

.footer-notes
{
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
	line-height: 22px;
	padding-bottom: 10px;
}

#signupForm-footer
{
	text-align: left;
}

#signupForm-footer input[type='text'], #signupForm-footer input[type='email']
{
	float: left;
	border: 0px;
	display: inline-block;
	border: 1px solid #dadada;
	width: 250px;
	height: 38px;
	line-height: 48px;
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 300;
	color: #999999;
	text-transform: uppercase;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
}

#signupThankyou-footer
{
	display: none;
	font-size: 18px;
	line-height: 24px;
}

#footer-social-media
{
	padding-top: 12px;
	padding-bottom: 12px;
}
#footer-social-media a
{
	text-decoration: none;
	width: 52px;
	height: 52px;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 6px;
}
#footer-social-media a:hover
{
	text-decoration: none;
}

#footer-icon-facebook
{
	background-image: url('/images/facebook-icon.png');
}
#footer-icon-instagram
{
	background-image: url('/images/instagram-icon.png');
}
#footer-icon-pinterest
{
	background-image: url('/images/pinterest-icon.png');
}
#footer-icon-twitter
{
	background-image: url('/images/twitter-icon.png');
}

#footer-sub
{
	clear: both;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	font-weight: 300;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #505050;
	background-color: #f8f8f8;
}
#footer-sub a
{
	color: #505050;
	font-weight: 300;
	text-decoration: underline;
}
#footer-sub a:hover
{
	text-decoration: underline;
	color: #505050;
}

#footer-logo
{
	clear: both;
	width: 250px;
	height: auto;
}

#footer-sub-inner
{
	text-align: center;
	line-height: 22px;
}


/***********************************************************
EVENT CALENDAR
***********************************************************/

.calendar-prevmonth
{
	display: inline-block;
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-left-arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	float: left;
}
.calendar-prevmonth:hover
{
	text-decoration: none;
	background-position: 0px -30px;
}

#calendar-title
{
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	display: inline-block;
	width: 150px;
	height: 30px;
	text-align: center;
	float: left;
}

.calendar-nextmonth
{
	display: inline-block;
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-right-arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	float: left;
}
.calendar-nextmonth:hover
{
	text-decoration: none;
	background-position: 0px -30px;
}

.calendar-month
{
	border: 0px;
	background-color: #666666;
	width: 100%;
}
.calendar-month th
{
	background-color: #444444;
	color: #ffffff;
	text-align: center;
	padding: 6px;
}
.calendar-month td
{
	width: 14.28%;
	height: 100px;		
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	padding: 8px;
}

.calendar-noday
{
	background-color: #cccccc !important;
}

.calendar-number
{
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

.calendarLink
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}
.calendarLink:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


/***********************************************************
PHOTO GALLERY SLIDESHOW
***********************************************************/

#Gallery_Controls
{
	width: 845px;
	height: 30px;
	text-align: right;
	padding-right: 15px;
	display: block;
}

#
_Gallery_Left
{
	width: 16px;
	height: 30px;
	background-image: url('/images/gallery-left-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px -30px;
	float: right;
	text-decoration: none;
}

#Button_Gallery_Right
{
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-right-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	text-decoration: none;
}

#Gallery_Slidebar_Container
{
	width: 860px;
	height: 125px;
	overflow: hidden;
	display: block;
	position: relative;
}

#Gallery_Slidebar
{
	position: relative;
	height: 125px;
	left: -15px;
}

.thumb-view
{
	max-width: 100px;
	max-height: 100px;
	width: expression(this.width > 100 ? 100: true);
	height: expression(this.height > 100 ? 100: true);
}

.event-thumbnail
{
	max-width: 200px;
	max-height: 100px;
	width: expression(this.width > 200 ? 200: true);
	height: expression(this.height > 100 ? 100: true);
	float: left;
	margin-right: 15px;
}


/***********************************************************
ACCOUNT EDIT BUTTON CONTAINER
***********************************************************/

#actionTabs
{
	text-align: right;
	font-size: 10px;
	line-height: 11px;
	position: relative;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 6px;
}
#actionTabs img
{
	margin-left: 10px;
}

#formTabs
{
	height: 32px;
	padding-bottom: 6px;
}

#formTabs a
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #999999;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #eeeeee;
}

.formBox
{
	padding: 15px;
	border: 1px solid #999999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #eeeeee;
}

.account-product-category
{
	display: block;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	padding-top: 6px;
}
.account-product-category:hover
{
	color: #000000;
	border-bottom: 1px solid #999999;
	text-decoration: none;
}

.account-product-subcat
{
	width: 200px;
	padding-left: 20px;
	float: left;
}


/***********************************************************
NEWS LANDING PAGE
***********************************************************/

.news-row
{
	min-height: 152px;
	padding-bottom: 24px;
}

.news-pic
{
	position: absolute;
	width: 152px;
}

.news-pic img
{
	width: 150px;
	border: 1px solid #999999;
}

.news-info
{
	min-height: 152px;
	margin-left: 170px;
}



/***********************************************************
SLIDESHOW - FADE IN/OUT - NO CONTROLS
***********************************************************/

#slideshow-container, .slideshow-container, #slideshowContainer
{
	width: 1160px;
	height: 450px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.slideshow-slide
{
	position: absolute;
	width: 100%;
	height: 450px;
	overflow: hidden;
	opacity: 0.0;
	filter: alpha(opacity=0);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	visbility: hidden;
}

#slideshow-captions
{
	width: 100%;
	height: 90px;
	position: absolute;
	cursor: pointer;
	margin-top: -280px;
	background-color: rgba(255, 255, 255, 0.85);
	padding-top: 20px;
	padding-bottom: 20px;
}

.slideshow-caption
{
	opacity: 0.0;
	filter: alpha(opacity=0);
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	display: block;
	color: #3d9646;
	position: absolute;
	width: 100%;
}
.slideshow-caption h3
{
	font-size: 36px;
	line-height: 48px;
	display: block;
	color: #004d91;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: center;
}



/***********************************************************
SLIDESHOW - SLIDE LEFT/RIGHT - WITH CONTROLS
***********************************************************/


#slideshowOuter
{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 400px;
}

#slideshowInner
{
	position: relative;
}

.slideshowItem
{
	float: left;
	border: 0px;
	margin: 0px;
	width: 1200px;
	height: 400px;
	text-align: center;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}

.slideshow-element-main
{
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 85;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	margin-top: 400px;
	margin-left: 0px;
	text-align: left;
	opacity: 0.0;
	filter: alpha(opacity=0);
	font-size: 40px;
	line-height: 42px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	cursor: pointer;
	display: block;
}

.slideshow-element-sub
{
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 85;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	margin-top: 480px;
	margin-left: 0px;
	text-align: left;
	opacity: 0.0;
	filter: alpha(opacity=0);
	font-size: 26px;
	line-height: 28px;
	color: #ffffcc;
	text-shadow: 1px 1px 2px #000000;
	cursor: pointer;
	display: block;
}


#slideshowThumbs
{
	display: block;
	height: 16px;
	margin-top: -32px;
	text-align: center;
}

#slideshowThumbList
{
	margin: 0px auto;
	display: inline-block;
	height: 16px;
	padding: 0px;
}

.slideshowThumb
{
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-decoration: none;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

	width: 16px;
	height: 16px;
	background-color: #999999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.slideshowThumb:hover
{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.slideshowThumbOn
{
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-decoration: none;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

	width: 16px;
	height: 16px;
	background-color: #999999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.slideshowThumbOn:hover
{
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#slideshow-arrow-left
{
	position: absolute;
	left: 10px;
	margin-top: 215px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 90;
	border: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#slideshow-arrow-left:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#slideshow-arrow-right
{
	position: absolute;
	right: 10px;
	margin-top: 215px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 90;
	border: 0px;
	margin-left: 10px !important;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#slideshow-arrow-right:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#slideshowCaption
{
}

#slideshow-spacer
{
	height: 400px;
}



/***********************************************************
CONTACT FORM, SIGNUP FORM, ACCOUNT FORMS
***********************************************************/

.formRow
{
	position: relative;
	padding-bottom: 24px;
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}
.formRow input[type=number]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 100px;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}
.formRow input[type=password]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}
.formRow select
{
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}
.formRow textarea
{
	height: 120px;
	line-height: 21px;
	padding: 10px;
	width: 95%;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}

.twoCol > .formRow input[type=text], .formRow input[type=tel], .formRow input[type=email]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 100%;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email], .formRow input[type=password], .formRow select, .formRow textarea
{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.formRow input[type=text]:hover, .formRow input[type=tel]:hover, .formRow input[type=email]:hover, .formRow input[type=password]:hover, .formRow select:hover, .formRow textarea:hover,
.formRow input[type=text]:focus, .formRow input[type=tel]:focus, .formRow input[type=email]:focus, .formRow input[type=password]:focus, .formRow select:focus, .formRow textarea:focus
{
	background-color: rgba(204, 204, 204, 0.25);
}

.formRow input[type=button], .formRow input[type=submit]
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}

.text-money
{
	padding-left: 12px;
	background-image: url('/images/text-money.png');
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

.form-note
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ccffcc;
	border: 1px solid #006600;
}

.form-error
{
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #000000;
}

.error-note
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #990000;
}

.important-note
{
	padding: 12px;
	border: 1px solid #338dcb;
	background-color: rgba(51, 141, 203, 0.25);
	color: #000000;
}

.warning-message
{
	padding: 12px;
	background-color: #ffff99;
	border: 1px solid #999933;
	color: #000000;
}

.rounded-box
{
	border: 1px solid #999999;
	padding: 10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#signup-form-container
{
	background-color: #233449;
	padding: 12px;
}

#signup-form-container h2
{
	margin-top: 0px;
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 25px;
	font-weight: normal;
}

#signup-form-container input
{
	margin-bottom: 8px;
	border: 0px;
	height: 25px;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 195px;
	padding-left: 10px;
}

#signup-submit
{
	margin-top: 4px;
	display: block;
	background-color: #a01824;
	width: 180px;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #ffffff !important;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#signup-submit:hover
{
	background-color: #000000;
	color: #ffffff !important;
	text-decoration: none;
}


#signupForm
{
	text-align: left;
	position: relative;
	margin-left: 20px;
}

.signupFormRow label, .formRow label
{
	position: absolute;
	transition: 0.2s;
	color: #666666;
	font-size: 13px;
	margin-left: 10px;
	margin-top: -8px;
	line-height: 36px;
	cursor: text;
	left: 0px;
	z-index: -1;
}

.signupFormRow input:focus + label, .formRow input:focus + label, .signupFormRow textarea:focus + label, .formRow textarea:focus + label
{
	font-size: 9px;
	line-height: 9px;
	color: #999999;
	margin-left: 3px;
	margin-top: 2px;
}

.signupFormRow input:valid + label, .formRow input:valid + label, .signupFormRow textarea:valid + label, .formRow textarea:valid + label
{
	font-size: 9px;
	line-height: 9px;
	color: #999999;
	margin-left: 3px;
	margin-top: 2px;
}

.signupFormRow
{
	min-height: 48px;
	position: relative;
}

.signupFormRow input[type=text], .signupFormRow input[type=tel], .signupFormRow input[type=email]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=number]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 100px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=password]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 120px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow select
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow textarea
{
	height: 150px;
	line-height: 21px;
	padding: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
}

.text-dollars
{
	background-image: url('/images/dollar-sign.png');
	background-position: 4px 4px;
	background-repeat: no-repeat;
	width: 60px !important;
	padding-left: 16px !important;
}

.signupFormRow input[type=button], .signupFormRow input[type=submit]
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}

.signupFormLabel
{
	float: left;
	width: 150px;
	padding-top: 6px;
	text-align: right;
}

.signupFormField
{
	margin-left: 160px;
	text-align: left;
}

#validate-password
{
	position: absolute;
	margin-left: 30px;
	-moz-box-shadow: 0px 0px 10px #cccccc;
	-webkit-box-shadow: 0px 0px 10px #cccccc;
	box-shadow: 0px 0px 10px #cccccc;
	padding: 15px;
	border: 1px solid #999999;
	background-color: #eeeeee;
	display: none;
	z-index: 101;
}

.tab-content-on
{
	display: block;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.tab-content
{
	display: none;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.search-list-col
{
	display: inline-block;
	float: left;
	width: 45%;
	padding-right: 5%;
}


/***********************************************************
ACCORDION CONTENT ELEMENTS
***********************************************************/

.accordion-section-container
{
	height: 0px;
	overflow: hidden;
}

.accordion-section-content
{
	display: table;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
}


/***********************************************************
HOMEPAGE - FEATURED BLOG POST
***********************************************************/

.home-blog-title
{
	font-size: 21px;
	line-height: 23px;
	text-decoration: none;
}
.home-blog-title:hover
{
	text-decoration: none;
}


/***********************************************************
HOMEPAGE - FEATURED NEWS ITEMS
***********************************************************/

.home-news-row
{
	clear: both;
	padding-bottom: 30px;
}

.home-news-thumb
{
	float: left;
	margin-right: 20px;
}

.home-news-title
{
	font-size: 21px;
	line-height: 32px;
	text-decoration: none;
}
.home-news-title:hover
{
	text-decoration: none;
}

.home-news-date
{
	font-style: italic;
	color: #666666;
}


/***********************************************************
VIDEO PAGE ELEMENTS
***********************************************************/

.videoThumb
{
	width: 242px;
	height: 240px;
	padding: 25px;
	overflow: hidden;
	text-align: center;
	float: left;
	display: inline-block;
}
.videoThumb a
{
	text-decoration: none;
}
.videoThumb a:hover
{
	text-decoration: none;
}

.videoThumbImg
{
	width: 240px;
	height: 180px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 5px;
	border: 1px solid #666666;
	background-color: #666666;
	padding: 0px !important;
}
.videoThumbImg img
{
	margin: 0px auto;
	height: 180px;
}


/***********************************************************
HOVER ZOOM FEATURE
***********************************************************/

#productZoomContainer
{
	display: none;
	position: fixed;
	overflow: hidden;
	width: 450px;
	height: 550px;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 12px #999999;
	-moz-box-shadow: 0px 0px 12px #999999;
	-webkit-box-shadow: 0px 0px 12px #999999;
	background-color: #ffffff;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url('/images/pleasewait.gif');
}

#hoverZoomImage
{
	position: absolute;
}





/***********************************************************
PHOTO GALLERY PAGES
***********************************************************/

.gallery-list-row
{
	clear: both;
	padding-top: 15px;
}

.gallery-list-thumb-box
{
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-right: 15px;
	text-align: center;
	border: 1px solid #999999;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.galleryThumb
{
	margin: 0px auto;
	display: inline-block;
	width: 150px;
	height: 150px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	border: 1px solid #999999;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}


/***********************************************************
DATABASE LISTS - DIV FORMATTING
***********************************************************/

.admin-list-col
{
	float: left;
	width: 300px;
	padding-right: 20px;
}

.list-item-row
{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 1px solid #cccccc;
}
.list-item-row h3
{
	margin-top: 0px;
	margin-bottom: 12px;
}

.list-item-row-image
{
	float: left;
	width: 200px;
	height: 180px;
	background-color: #666666;
	overflow: hidden;
	text-align: center;
	margin-right: 25px;
}
.list-item-row-image img
{
	margin: 0px auto;
}


/***********************************************************
SITEMAP FORMATTING
***********************************************************/

.sitemap-col
{
	float: left;
	width: 48%;
	padding-right: 2%;
}

.sitemap-list li
{
	padding-bottom: 0px;	
}


/***********************************************************
PREVIOUS/NEXT PAGE CONTROLS
***********************************************************/

#previous-page
{
	float: left;
	width: 200px;
	font-size: 12px;
	text-align: left;
}
#previous-page a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#previous-page a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

#next-page
{
	float: right;
	text-align: right;
	width: 200px;
	font-size: 12px;
}
#next-page a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#next-page a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}


/***********************************************************
SEARCH RESULTS - FORMAT 1 - TABLE GRID
***********************************************************/

.table-grid
{
	border: 0px;
	width: 100%;
}

.table-grid th
{
	font-size: 13px;
}

.table-grid td
{
	font-size: 13px;
	border-bottom: 1px solid #dddddd;
}

/***********************************************************
SEARCH RESULTS - FORMAT 2 - DATA GRID
***********************************************************/

.data-grid
{
	border: 0px;
	width: 100%;
}
.data-grid th
{
	text-align: left;
	padding: 3px;
	background-color: #cccccc;
}
.data-grid td
{
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}
.data-grid td input[type='text'], .data-grid td input[type='password'], .data-grid td input[type='email'], .data-grid td input[type='tel']
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td select
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td textarea
{
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #666666;
	padding: 5px;
}
.data-grid .formbutton
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

.data-grid-totals
{
	border-top: 3px solid #cccccc;
	padding-top: 5px;
}

.data-grid tr:hover td
{
	background-color: #eeeeee !important;
}


/***********************************************************
SEARCH RESULTS - PAGINATION
***********************************************************/

.pagelist-row
{
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.pagelist-links
{
	float: right;
}
.pagelist-links a
{
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #999999;
}
.pagelist-links a:hover
{
	color: #999999;
	background-color: #eeeeee;
	text-decoration: none;
}

.pagelist-links-selected
{
	border: 1px solid #000000 !important;
	color: #000000 !important;
	cursor: default !important;
}
.pagelist-links-selected:hover
{
	color: #000000 !important;
	background-color: #ffffff !important;
}


/***********************************************************
CUSTOMER REVIEWS
***********************************************************/

.customer-review-box
{
	margin-top: 10px;
	border: 1px solid #cccccc;
	background-color: #f2f2ff;
	padding: 12px;
}
.customer-review-box p
{
	margin-top: 0px;
}

.customer-review-likes
{
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}


/***********************************************************
CHAT DIV OVERLAY
***********************************************************/

#chatDiv
{
	position: fixed !important;
	top: 0px;
	margin-left: 50px;
	width: 400px;
	height: 365px;
	border: 2px solid #999999;
	background-color: #999999;
	padding: 0px;
	display: none;
	z-index: 395;
	box-shadow: 1px 1px 10px #000000;
	-moz-box-shadow: 1px 1px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	cursor: move;
	line-height: 25px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#chatDiv-close
{
	float: right;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}
#chatDiv-close:hover
{
	color: #eeeeee;
	text-decoration: none;
	border: 1px solid #eeeeee;
}

#chatFrame
{
	margin-top: 2px;
	width: 100%;
	height: 340px;
}


/***********************************************************
CONTACT PAGE
***********************************************************/

#contact-google-map
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
	width: 480px;
	height: 560px;
	border: 0px;
}

#contact-form
{
}

#contact-thankyou
{
	display: none;
}


/***********************************************************
PROGRESS BAR
***********************************************************/

#progressContainer
{
	height: 20px;
	background-color: #dddddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#progressBar
{
	width: 0px;
	height: 20px;
	overflow: hidden;
	display: block;
	background-color: #005027;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#60b087), to(#308057));
	background: -webkit-linear-gradient(top, #60b087, #308057);
	background: -moz-linear-gradient(top, #60b087, #308057);
	background: -ms-linear-gradient(top, #60b087, #308057);
	background: -o-linear-gradient(top, #60b087, #308057);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}


/***********************************************************
STAFF LIST
***********************************************************/

.staff-row
{
	clear: both;
	padding-top: 15px;
}

.staff-image
{
	float: left;
	width: 150px;
	height: 200px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.staff-image-small
{
	float: left;
	width: 150px;
	height: 150px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.staff-info
{
	margin-left: 175px;
}
.staff-info h3
{
	margin-top: 0px;
	margin-bottom: 4px;
	color: #000000;
}

.staff-readmore
{
	text-decoration: none;
}
.staff-readmore:hover
{
	text-decoration: none;
}


/***********************************************************
MESSAGE BOARD
***********************************************************/

.message-board
{
	display: table;
	width: 100%;
}

.message-board-header
{
	display: table-row;
}

.message-board-header-col
{
	padding: 5px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	display: table-cell;
	border-bottom: 2px solid #999999;
}

.message-board-item
{
	display: table-row;
}

.message-board-item-col
{
	padding: 5px;
	font-size: 14px;
	line-height: 17px;
	display: table-cell;
	border-bottom: 1px solid #999999;
}

.message-board-col1
{
	width: 450px;
}

.message-board-col2
{
}

.message-board-col3
{
}

.message-board-col4
{
	text-align: right;
}

.message-board-col5
{
	text-align: right;
}

.message-author
{
	font-size: 14px;
	color: #333333;
}

.message-new
{
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	line-height: 22px;
}


/***********************************************************
FAQ
***********************************************************/

.faq-item
{
	padding-bottom: 10px;
}

.faq-link
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.faq-link:hover
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.faq-toggle
{
	font-weight: normal;
	display: inline-block;
	width: 14px;
}


/***********************************************************
GENERAL BLOG CONTENT
Most of the blog CSS elements are in blog.css
The elements below are for the admin editor.
***********************************************************/

#blog-content img
{
	max-width: 600px;
	height: auto;
}


/***********************************************************
TIMELINE
***********************************************************/

#timeline-container
{
	display: block;
	background-image: url('/images/timeline-line.png');
	background-repeat: repeat-y;
	background-position: center 0px;
	margin-top: -30px;
}

.timeline-no-event
{
	height: 36px;
	background-image: url('/images/timeline-dot-small.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.timeline-event
{
	height: 36px;
	background-image: url('/images/timeline-dot-large.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	position: relative;
}

.timeline-block
{
	display: table;
	position: absolute;
	width: 1200px;
	height: 256px;
	opacity: 0.0;
	filter: alpha(opacity=0);
	margin-top: 0px;
}

.timeline-event-image-container
{
	display: table-cell;
	width: 256px;
	height: 256px;
}

.timeline-event-image
{
	width: 256px;
	height: 256px;
	-moz-border-radius: 128px;
	-webkit-border-radius: 128px;
	border-radius: 128px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.timeline-event-spacer
{
	width: 256px;
	height: 256px;
}

.timeline-event-title
{
	display: table-cell;
	width: 50%;
	height: 256px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: middle;
	font-size: 32px;
	line-height: 36px;
	text-align: right;
}

.timeline-event-caption
{
	display: table-cell;
	width: 50%;
	height: 256px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: middle;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
}


/***********************************************************
THUMBNAIL GRID FOR PRODUCTS
***********************************************************/

#browse-display-collection h2
{
	text-align: center;
}

#browse-product-box-container
{
	width: auto;
	position: relative;
	text-align: center;
	margin-left: -70px;
	margin-right: -70px;
}

.browse-product-box
{
	display: inline-block;
	margin: 0px auto;
	margin-left: 2%;
	margin-right: 2%;
	width: 20%;
	height: auto;
	overflow: hidden;
}

.browse-product-box-photo
{
	width: 100%;
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.browse-product-box-circle
{
	position: absolute;
	width: 90%;
	height: 90%;
	margin-left: 5%;
	margin-top: 5%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #a5609c;
	background-color: rgba(165, 96, 156, 0.25);
}
.browse-product-box-circle:hover
{
	background-color: rgba(94, 172, 63, 0.25);

}

.browse-product-box-info
{
	padding-bottom: 45px;
	text-align: left;
	display: block;
	height: 20px;
}
.browse-product-box-info h3
{
	margin: 0px;
	padding-bottom: 10px;
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	text-transform: none;
}
.browse-product-box-info h3 a
{
	color: #71AD57;
	text-decoration: underline;
}
.browse-product-box-info h3 a:hover
{
	color: #3D0059;
	text-decoration: none;
}

.browse-product-box-pricenotes
{
	font-family: 'Oswald';
}

.browse-product-box-info > .browse-product-box-pricenotes
{
	padding-top: 12px;
}

.browse-product-box-price
{
	display: inline-block;
	float: left;
	font-size: 22px;
	line-height: 22px;
	color: #000000;
	font-weight: 700;
	padding-right: 14px;
}

.local-premium-design
{
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	height: 22px;
	padding-left: 22px;
	color: #808080;
	background-image: url('/images/mini-bloom-icon2.png');
	background-position: left center;
	background-repeat: no-repeat;
}

.browse-product-box-small
{
	display: inline-block;
	font-family: 'Lato', 'Open Sans';
	vertical-align: top;
	margin: 0px auto;
	margin-left: 28px;
	margin-right: 28px;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 120px;
	height: 185px;
	overflow: hidden;
}

.browse-product-box-photo-small
{
	width: 120px;
	height: 134px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	overflow: hidden;
}

.browse-product-box-info-small
{
	padding-top: 4px;
	text-align: left;
    font-family: 'Oswald';
	font-weight: 400;
}
.browse-product-box-info-small h3
{
	margin: 0px;
	margin-top: -8px;
    font-family: 'Oswald';
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	text-transform: none;
}
.browse-product-box-info-small h3 a
{
	color: #000000;
	text-decoration: none;
	padding-bottom: 1px;
}
.browse-product-box-info-small h3 a:hover
{
	color: #000000;
	text-decoration: none;
}

.browse-product-box-price-small
{
	padding-top: 5px;
	margin-bottom: -20px;
	font-size: 14px;
	line-height: 13px;
	color: #68008b;
	font-weight: 600;
}

.browse-product-box-large
{
	display: inline-block;
	margin: 0px auto;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 20px;
	width: 259px;
	height: 360px;
	overflow: hidden;
}

.browse-product-box-photo-large
{
	width: 259px;
	height: 285px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	overflow: hidden;
}

.browse-product-box-info-large
{
	padding-top: 4px;
	text-align: left;
}
.browse-product-box-info-large h3
{
	margin: 0px;
	font-family: 'Lato', 'Open Sans';
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-transform: none;
}
.browse-product-box-info-large h3 a
{
	color: #000000;
	text-decoration: none;
}
.browse-product-box-info-large h3 a:hover
{
	color: #000000;
	text-decoration: none;
}

.browse-product-box-price-large
{
	padding-top: 4px;
	font-size: 16px;
	line-height: 16px;
	color: #68008b;
	font-weight: 400;
}

.browse-product-box-photo-img
{
	width: 100%;
	height: auto;
	padding-top: 10px;
}


/***********************************************************
CLIENT-SPECIFIC STYLES
***********************************************************/

#location-header-promos
{
	display: block;
	text-align: center;
	width: 1160px;
}

#location-header-promo-1
{
	float: left;
	width: auto;
	height: 295px;
}

#location-header-promo-2
{
	float: right;
	width: auto;
	height: 295px;
}

#location-header-purplebanner
{
	float: left;
	width: 59.5%;
	height: 300px;
	text-align: left;
	background-image: url('/images/shop-banner-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.location-header-purplebanner-title
{
	margin: 0px;
	padding-left: 20px;
	padding-top: 15px;
	color: #ffffff;
	font-family: 'Oswald';
	font-weight: 200;
	font-size: 42px;
	line-height: 42px;
}

.location-header-purplebanner-subtitle
{
	margin: 0px;
	padding-left: 22px;
	padding-top: 10px;
	color: #ffffff;
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 26px;
	line-height: 24px;
}

#location-header-purplebanner-button
{
	float: right;
	margin-right: 25px;
	margin-top: 100px;
	background-color: rgba(255, 255, 255, 0.85);
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: #68008b;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#location-header-purplebanner-button:hover
{
	background-color: rgba(255, 255, 255, 0.9);
	color: #68008b;
	text-decoration: none;
}

#location-header-googlemap
{
	float: right;
	display: inline-block;
	width: 532px;
	height: 300px;
	border: 0px;
}

.business-category-row
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.business-category-item
{
	width: 250px;
	height: 285px;
	margin: 0px auto;
	margin-left: 7px;
	margin-right: 7px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.business-category-item a
{
	display: table-cell;
	width: 250px;
	height: 285px;
	text-align: center;
	vertical-align: middle;
	font-size: 48px;
	line-height: 56px;
	color: #ffffff;
	text-decoration: none;
	background-color: rgba(104, 0, 139, 0.5);

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.business-category-item a:hover
{
	color: #ffffff;
	text-decoration: none;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.product-slider-container
{
	display: block;
	position: relative;
	height: 380px;
}

.product-slider-arrow-left
{
	position: absolute;
	left: 0px;
	margin-top: 133px;
	font-size: 44px;
	line-height: 44px;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.25);

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.product-slider-arrow-left:hover
{
	color: #000000;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.5);
}

.product-slider-arrow-right
{
	position: absolute;
	right: 0px;
	margin-top: 133px;
	font-size: 44px;
	line-height: 44px;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.25);

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.product-slider-arrow-right:hover
{
	color: #000000;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.5);
}

.product-slider
{
	display: block;
	height: 380px;
	overflow: hidden;
	margin-left: 30px;
	margin-right: 30px;
}

.product-slider-inner
{
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}

.product-slider-inner-notransition
{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#product-sortby-form
{
	padding-top: 8px;
	text-align: right;
	padding-right: 30px;
}
#product-sortby-form a
{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	color: #808080;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
#product-sortby-form a:hover
{
	color: #000000;
	text-decoration: none;
}

#home-form-full
{
	height: 540px;
	display: block;
	text-align: center;
	background-color: #f2f2f2;
	background-image: url('/images/home-search-banner.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#home-form-outer
{
	margin: 0px auto;
	display: table;
	padding-top: 100px;
}

#sub-form-full
{
	height: 200px;
	display: block;
	text-align: center;
	background-color: #f2f2f2;
	background-image: url('/images/top-background-image.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#sub-form-outer
{
	margin: 0px auto;
	display: table;
	padding-top: 75px;
}

.home-form-inner
{
	height: 50px;
	display: table-row;
}

.home-form-input
{
	position: relative;
	display: table-cell;
	height: 50px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.home-form-input input[type='text']
{
	display: block;
	border: 1px solid #dadada;
	width: 175px;
	height: 38px;
	line-height: 48px;
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 300;
	color: #999999;
	text-transform: uppercase;
	margin: 0px;
	padding-left: 30px;
	text-align: left;
	background-color: #ffffff;
}
.home-form-input input[type='text']:focus
{
	outline: 0px;
}
.home-form-input input[type='text'].text-dropdown
{
	cursor: pointer;
	background-image: url('/images/select-dropdown.png');
	background-position: right center;
	background-repeat: no-repeat;
}
.home-form-input select
{
	border: 1px solid #dadada;
	display: block;
	width: 175px;
	height: 50px;
	line-height: 48px;
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 100;
	color: #999999;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	text-align-last: center;

	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;

	background-color: #ffffff;
	background-image: url('/images/select-dropdown.png');
	background-position: right center;
	background-repeat: no-repeat;
}
.home-form-input select::-ms-expand {
     display: none;
}
.home-form-input select:focus
{
	outline: 0px;
}

::-webkit-input-placeholder {
	color: #999999;
}
:-ms-input-placeholder {
	color: #999999;
}
::placeholder {
	color: #999999;
}

.home-form-dropdown-container
{
	position: absolute;
	z-index: 80;
	margin-top: -32px;
}

.home-form-dropdown
{
	border: 1px solid #dadada;
	display: block;
	width: 205px;
	line-height: 32px;
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #ffffff;
}
.home-form-dropdown a
{
	display: block;
	color: #999999;
	text-decoration: none;
	padding-left: 30px;
}

#lookup_reason
{
	width: 205px;
}

.home-form-submit
{
	display: inline-block;
	position: absolute;
	right: 0px;
	width: 25px;
	height: 33px;
	background-image: url('/images/button-submit-purple.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
.home-form-submit:hover
{
	text-decoration: none;
}

#best-guess-list
{
	position: absolute;
	display: none;
	width: 280px;
	background-color: #ffffff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	z-index: 115;
}

.best-guess-option
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	font-weight: 300 !important;
}
.best-guess-option:hover
{
	color: #666666;
	text-decoration: none;
}
.best-guess-option:focus
{
	color: #666666;
	text-decoration: none;
	background-color: #eeeeee;
}

#home-form-outer #home-blurb-outer
{
	margin-top: 60px;
}
#home-form-outer #home-blurb-outer #home-blurb-inner
{
	padding-left: 96px;
	padding-right: 96px;
}
#home-form-outer #home-blurb-outer #home-blurb-inner h1
{
	font-size: 36px;
	line-height: 36px;
}
#home-form-outer #home-blurb-outer #home-blurb-inner h3
{
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
}

#sub-form-outer #home-blurb-outer
{
	margin-top: 2px;
}
#sub-form-outer #home-blurb-outer #home-blurb-inner
{
	padding-left: 48px;
	padding-right: 48px;
}
#sub-form-outer #home-blurb-outer #home-blurb-inner h1
{
	font-size: 24px;
	line-height: 24px;
}
#sub-form-outer #home-blurb-outer #home-blurb-inner h3
{
	font-size: 12px;
	line-height: 12px;
	margin-top: -8px;
	margin-bottom: 0px;
}

#home-blurb-outer
{
	display: inline-block;
	margin: 30px auto;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 9px;
}

#home-blurb-inner
{
	border: 1px solid #000000;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
}
#home-blurb-inner h1
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
	font-family: 'Poppins';
	font-weight: 400;
	color: #000000;
	text-transform: uppercase;

	-webkit-transform:scale(1.20,1); /* Safari and Chrome */
	-moz-transform:scale(1.20,1); /* Firefox */
	-ms-transform:scale(1.20,1); /* IE 9 */
	-o-transform:scale(1.20,1); /* Opera */
	transform:scale(1.20,1); /* W3C */
}
#home-blurb-inner h3
{
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'Oswald';
	font-weight: 400;
	color: #000000;

	-webkit-transform:scale(1.15,1); /* Safari and Chrome */
	-moz-transform:scale(1.15,1); /* Firefox */
	-ms-transform:scale(1.15,1); /* IE 9 */
	-o-transform:scale(1.15,1); /* Opera */
	transform:scale(1.15,1); /* W3C */
}
#home-blurb-inner h4
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 9px;
	font-family: 'Poppins';
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: #5aac3e;
	text-transform: uppercase;

	-webkit-transform:scale(1.15,1); /* Safari and Chrome */
	-moz-transform:scale(1.15,1); /* Firefox */
	-ms-transform:scale(1.15,1); /* IE 9 */
	-o-transform:scale(1.15,1); /* Opera */
	transform:scale(1.15,1); /* W3C */
}

#bannerSlideshowContainer
{
	float: right;
	width: 413px;
	height: 295px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#home-tagline
{
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
}

#home-form-outer #home-tagline
{
	padding-top: 100px;
}

#sub-form-outer #home-tagline
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.banner-slideshow-slide
{
	position: absolute;
	width: 100%;
	height: 295px;
	overflow: hidden;
	opacity: 0.0;
	filter: alpha(opacity=0);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	visibility: hidden;
}

#business-page-map
{
	float: right;
	width: 39%;
	height: 300px;
	border: 1px solid #b2b2b2;
	display: inline-block;
	margin: 0px;
}

#businessSlideshowContainer
{
	float: left;
	width: 59.5%;
	height: 302px;
	position: relative;
	display: block;
	margin: 0px;
	cursor: pointer;
}

.business-slideshow-slide
{
	position: absolute;
	width: 100%;
	height: 302px;
	overflow: hidden;
	opacity: 0.0;
	filter: alpha(opacity=0);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	visbility: hidden;
}

.business-slideshow-caption
{
	display: block;
	margin-top: 247px;
	height: 55px;
	text-align: center;
	font-size: 32px;
	line-height: 55px;
	color: #ffffff;
	cursor: pointer;
	background-color: rgba(104, 0, 139, 0.6);
}

#secure-logos
{
	position: absolute;
	right: 70px;
}
#secure-logos img
{
	margin-right: 12px;
	border: 1px solid #e5e5e5;
}

#city-businesses
{
	display: table;
	width: 104%;
	position: relative;
	margin-left: -2%;
	margin-right: -2%;
}

.city-business-outer
{
	display: table-cell;
	margin: 0px auto;
	width: 25%;
	padding-left: 2%;
	padding-right: 2%;
	vertical-align: top;
}

.city-business
{
	display: block;
	border: 1px solid #000000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
	font-weight: 400;
	color: #666666;
	text-align: left;
}
.city-business h3
{
	font-weight: 100;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #666666;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}

.city-business-list
{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.city-business-item
{
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

.city-business-item-left
{
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.city-business-item-left h4
{
	color: #666666;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0px;
	font-size: 14px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.city-business-item-address
{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	text-transform: uppercase;
}

.city-business-item-right a
{
	display: inline-block;
	margin-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	color: #ffffff !important;
	font-weight: 100;
	background-color: #5aac3e;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.city-business-item-right a:hover
{
	background-color: #399b2d;
	color: #ffffff !important;
	text-decoration: none;
}

.city-business-more
{
	clear: both;
	text-align: right;
	font-size: 15px;
	text-align: right;
	font-style: italic;
}

.state-city-list
{
	display: block;
	border: 1px solid #000000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
	font-family: 'Oswald';
	font-weight: 100;
	color: #666666;
	text-align: left;
}
.state-city-list h3
{
	display: inline-block;
	font-weight: 100;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #666666;
	font-size: 18px;
	line-height: 18px;
}

.city-col
{
	float: left;
	width: 150px;
	height: 36px;
	padding-right: 15px;
}
.city-col a
{
	color: #666666;
	text-decoration: none;
	font-size: 16px;
}
.city-col a:hover
{
	color: #666666;
	text-decoration: none;
	font-size: 16px;
}

#featured-category-container
{
	display: block;
	text-align: center;
	padding: 1%;
}

.featured-category-outer
{
	margin: 0px auto;
	display: inline-block;
	width: 46%;
	height: 500px;
	padding: 1%;
}

.featured-category
{
	position: relative;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.featured-category a
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	background-color: rgba(158, 0, 121, 0.85);
	color: #ffffff;
	font-size: 32px;
	line-height: 50px;
	font-family: 'Oswald';
	font-weight: 400;
	text-decoration: none;
	text-align: left;
}
.featured-category a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.h3-centered-subtitle
{
	font-family: 'Oswald';
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	margin-top: -10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: 100;
}


#checkout-process
{
	display: table;
	float: right;
	width: 220px;
	margin-top: 8px;
	border-spacing: 1px;
}

#checkout-process-steps, #checkout-process-labels
{
	display: table-row;
	width: 100%;
}

.checkout-process-step-off
{
	display: table-cell;
	width: 25%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
	background-color: #ffffff;
	color: #999999;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.checkout-process-step-active
{
	display: table-cell;
	width: 25%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
	background-color: #820065;
	color: #ffffff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.checkout-process-step-done
{
	display: table-cell;
	width: 25%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
	background-color: #999999;
	color: #333333;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.checkout-process-label
{
	display: table-cell;
	width: 25%;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	line-height: 10px;
	padding: 6px;
}

.subcat-product-num
{
	color: #851672 !important;
	font-weight: 300;
}
