body
{
	font-size: 16px;
	line-height: 25px;
	background-image: none !important;
}

#main
{
	background-image: none !important;
}

iframe
{
	max-width: 100%;
}

h1
{
	font-size: 32px;
	line-height: 36px;
}
h2
{
	font-size: 22px;
	line-height: 26px;
	padding-top: 18px;
}

.content-band-inner
{
	text-align: center;
}
.content-band-inner img
{
	max-width: 100% !important;
}

.mobile-only
{
	display: inherit;
	visibility: inherit;
}

.tablet-only, .desktop-only
{
	display: none !important;
	visibility: none !important;
}

.no-mobile
{
	display: none !important;
	visibility: hidden !important;
}

div.mobile-only
{
	display: block !important;
}
span.mobile-only
{
	display: inline-block !important;
}

.image-right, .div-right
{
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
}

.image-left, .div-left
{
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
}


.image-right-shadow, .div-right-shadow
{
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.image-left-shadow, .div-left-shadow
{
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.div-circle-400, .div-circle-360, .div-circle-270
{
	width: 240px;
	height: 240px;
}

.formbutton, .formbutton-yellow, .formbutton-blue
{
	display: block;
	text-align: center;
	float: none !important;
	margin-top: 8px;
}

.collapse-table
{
	display: block;
}
.collapse-row
{
	display: block;
}
.collapse-cell
{
	display: block;
}

.two-col, .two-col-nospace, .two-col-right, .three-col, .four-col, .five-col, .two-col-center, .three-col-center, .four-col-center, .fill-col, .col-40, .col-60
{
	float: none;
	width: auto !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 15px;
}

.formRow
{
	clear: both;
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email]
{
	width: 95%;
}
.formRow input[type=number]
{
	width: 50%;
}
.formRow input[type=password]
{
	width: 95%;
}
.formRow select
{
	width: 95%;
}
.formRow textarea
{
	width: 92%;
}

.signupFormRow label, .formRow label, .signupFormRow input:focus + label, .formRow input:focus + label, .signupFormRow textarea:focus + label, .formRow textarea:focus + label, .signupFormRow input:valid + label, .formRow input:valid + label, .signupFormRow textarea:valid + label, .formRow textarea:valid + label
{
	position: relative;
	color: #666666;
	font-size: 13px;
	margin-left: 10px;
	margin-top: 0px;
	line-height: 18px;
	cursor: default;
	left: auto;
	z-index: auto;
}

.search-list-col
{
	display: block;
	float: none;
	width: auto;
	padding-right: 0px;
}

#container
{
	width: 100% !important;	
}

#popupDiv
{
	top: 0px !important;
	left: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	border: 0px;
	-moz-box-shadow: 0px 0px 0px #999999;
	-webkit-box-shadow: 0px 0px 0px #999999;
	box-shadow: 0px 0px 0px #999999;
}

#popupFrame
{
	width: 100% !important;
	height: 100% !important;
	overflow-y: scroll;
}

#popup-close-button
{
	margin-top: 1%;
	margin-right: 1%;
}

#top-strip-container, #top-strip
{
	display: none;
}

#top-strip a
{
	font-family: Arial;
	font-size: 13px;
}

#search-form
{
	position: relative;
	left: auto;
	padding-left: 10px;
	float: left;
}

#keywords
{
	width: 120px;
}

#header-links
{
	position: relative;
	right: auto;
	padding-right: 0px;
	padding-top: 3px;
	float: left;
	padding-left: 8px;
}

#google_translate_element
{
	display: none;
}

#header-container
{
	height: 40px;
	border-bottom: 1px solid #dddddd;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content-container
{
	padding-top: 55px;
}

#header
{
	width: 100%;
	height: 40px;
	display: block;
	padding: 0px;
	text-align: left;
}

#header-banner, #header-logo
{
	margin: 0px auto;
	width: auto;
	height: auto;
	height: 40px;
	width: auto;
	position: relative;
	float: left;
}

#header-info
{
	display: none;
}

#header-contrast
{
	top: 5px;
	left: 5px;
	width: 38px;
	height: 38px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#header h1, #header h2
{
	display: none;
	visibility: hidden;
}

#mobile-menu-button
{
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	z-index: 95;
	font-size: 36px;
	line-height: 36px;
	color: #cccccc;
	text-decoration: none;
}

#mainmenu
{
	display: none !important;
}

#mobilemenu
{
	position: absolute;
	z-index: 102;
	width: 100%;
	right: 100%;
	background-color: #ffffff;
	margin-top: 45px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #666666;
	text-align: left;

	-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;

	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
}

.mobilemenu-link, .mobilemenu-link:hover
{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-decoration: none;
}

.mobile-submenu-link, .mobile-submenu-link:hover
{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	text-decoration: none;
}

#breadcrumbs
{
	display: none;
}

#left-column
{
	position: relative;
	width: auto;
	color: #666666;
}
#left-column h3
{
	padding-left: 12px;
	color: #000000;
}

#left-column-products
{
	width: auto;
	border-bottom: 1px solid #dddddd;
}
#left-column-products li
{
	padding-left: 24px;
	padding-right: 12px;
	width: auto;
}
#left-column-products li a
{
	color: #666666;
}
#left-column-products li a:hover
{
	color: #000000;
}

#right-column, #sidebar
{
	width: auto;
	float: none;
	margin-top: 10px;
	min-height: auto;
}

#page-main
{
	margin-top: 0px;
	padding-top: 0px;
	-moz-box-shadow: 0px 0px 0px #000000 !important;
	-webkit-box-shadow: 0px 0px 0px #000000 !important;
	box-shadow: 0px 0px 0px #000000 !important;
}

.content-band-outer
{
	background-sizex: 0px 0px !important;
}

.content-band-inner
{
	max-width: auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}


.pad-right, .pad-left
{
	padding: 0px !important;
}

#content
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 200px;
	width: auto !important;
	border: 0px !important;
}

#content-thin
{
	margin-left: 0px !important;
	padding-bottom: 210px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	min-height: 200px !important;
	min-width: 280px;
	width: auto !important;
}

#content-sidebar
{
	margin-right: 0px !important;
	padding-bottom: 10px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	min-height: 200px !important;
	min-width: 280px;
	width: auto !important;
	float: none;
}

#content img, #content-thin img, #content-sidebar img, #homepage-content img
{
	max-width: 100%;
	height: auto !important;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	float: none;
}

.image-left, .image-right, .image-left-shadow, .image-right-shadow
{
	display: block;
}

#footer
{
	padding-top: 12px;
	padding-bottom: 0px;
}
#footer h3
{
	padding-top: 24px;
	margin-bottom: 8px;
}

#footer-inner
{
	padding-top: 0px;
	padding-bottom: 24px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}

#footer-about
{
	display: block;
	float: none;
	width: auto;
	padding: 0px;
	text-align: center;
	padding-top: 20px;
}

#footer-menu
{
	display: block;
	float: none;
	width: auto;
	padding: 0px;
	min-height: auto;
}

#footer-tweets
{
	float: none;
	width: auto;
	text-align: center;
	padding-top: 20px;
}

#footer-social-media
{
	display: block;
	float: none;
	width: auto;
	text-align: center;
	padding: 0px;
	min-height: auto;
}

#footer-signup
{
	display: block;
	width: 31.5%;
	width: auto;
	text-align: center;
	padding: 0px;
	min-height: auto;
	border-left: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
}

#footer_email
{
}

#footer_submit
{
}

#footer-sub-inner
{
	width: auto;
	text-align: center;
}

#footer-copyright
{
	text-align: center;
}

#actionTabs img
{
	margin-left: 10px !important;
}

.social-icon
{
	display: inline !important;
}


#blog-content
{
	display: block !important;
	float: none !imporatn;
	width: auto !important;
	min-height: auto !important;
}

#blog-sidebar
{
	padding-top: 40px !important;
	text-align: center !important;
	display: block !important;
	float: none !imporatn;
	width: auto !important;
}

.main-blog-post
{
	text-align: center;
}

.main-blog-img
{
	position: relative;
	width: 100%;
	height: 240px;
}

.main-blog-info
{
	padding-left: 0px;
	padding-top: 20px;
}

.main-blog-title
{
	font-size: 18px;
}

#slideshow-arrow-left, #slideshow-arrow-right
{
	display: none;
	visibility: hidden;
}

.slideshow-element-main
{
	font-size: 18px;
	line-height: 20px;
}

.slideshow-element-sub
{
	font-size: 11px;
	line-height: 13px;
}

.twitter-share-button, .blog-facebook-like
{
	display: none !important;
	visibility: hidden !important;
}

.gallery-list-row
{
	min-height: 122px;
}

.gallery-list-thumb-box
{
	width: 120px;
	height: 120px;
	margin-right: 10px;
}

.galleryThumb
{
	width: 120px;
	height: 120px;
}

.gallery-list-thumb-box-img, .galleryThumbImg
{
	display: block !important;
	visibility: visible !important;
}

.signupFormRow
{
	padding-top: 5px;
}
.signupFormLabel
{
	float: none;
	width: auto;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
}

.signupFormField
{
	margin-left: 0px;
	line-height: 16px;
}

#validate-password
{
	position: relative;
	margin-left: 0px;
	margin-top: 10px;
}

.news-pic
{
	position: relative;
	float: left;
	margin-right: 18px;
	margin-bottom: 2px;
}

.news-info
{
	margin-left: 0px;
}

/* BEGIN ADMIN MOBILE */

#admin-menu
{
	float: none;
	min-height: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 0px;
	line-height: 32px;
	overflow: hidden;
	margin: 0px;
	font-size: 16px;
	color: #666666;
	z-index: 150;
}

#admin-menu h3
{
	padding-top: 0px;
}

.admin-menu-item
{
	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);
}

#admin-content
{
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
	width: auto;
}

#admin-accountlinks
{
	float: none;
	width: auto;
	text-align: center;
	padding-bottom: 20px;
	display: none;
	visibility: hidden;
}

#button-i-need-help

	margin-top: 10px;
}

.float-right-box
{
	float: none;
	width: auto !important;
	padding: 12px;
	margin-bottom: 10px;
	bakcground-color: #00ff00 !important;
}

.admin-edit-tab-off
{
	width: 16%;
	font-size: 10px;
}

.admin-edit-tab-on
{
	width: 16%;
	font-size: 10px;
}

.data-grid th
{
	display: none;
}
.data-grid tr
{
	display: block;
	border-bottom: 1px solid #999999;
}
.data-grid td
{
	display: block;
	border-bottom: 0px;
}

.table-grid th
{
	padding: 2px;
	font-size: 11px;
	line-height: 12px;
}
.table-grid td
{
	padding: 2px;
	font-size: 11px;
	line-height: 12px;
}

.sitemap-col
{
	float: none;
	width: auto;
	padding-right: 0px;
}
.sitemap-col ul
{
	margin: 0px;
	padding: 0;
	list-style: none;
}
.sitemap-col ul li
{
	border-top: 1px solid #cccccc;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sitemap-col ul li ul li
{
	border-top: 0px;
	font-weight: normal;
}

#contact-google-map
{
	float: none;
	margin: 0px;
	width: 100%;
	height: 300px;
	border: 0px;
}

#contact-form
{
	width: auto;
	padding-top: 20px;
}

/***********************************************************
SHOPPING CART
***********************************************************/

#product-sortby
{
	display: block;
	float: none;
	text-align: center;
}

#category-header
{
	padding-right: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

#category-header-image
{
	display: none;
	visibility: hidden;
}

.category-header-shifted
{
	margin-left: 0px;
}

#search-result-controls
{
	margin-left: 0px;
	padding-left: 12px;
	padding-right: 12px;
	width: auto;
	height: auto;
	background-color: #1e1e1e;
	font-size: 12px;
	line-height: 37px;
	color: #ffffff;
}
#search-result-controls label
{
	display: inline-block;
	width: 60px;
	float: left;
}

#sortby-options
{
	float: none;
	display: block;
	padding-right: 0px;
}
#sortby-options select
{
	width: 160px;
}

#option-options
{
	float: none;
	display: block;
	padding-right: 0px;
}
#option-options select
{
	width: 160px;
}

#paginate-options
{
	float: none;
	display: block;
	padding-right: 0px;
}
#paginate-options select
{
	width: 160px;
}

.pagelist-row
{
	height: auto;
	padding-top: 8px;
	padding-bottom: 10px;
}

.pagelist-links
{
	float: none;
	display: block;
	width: auto;
	padding-bottom: 4px;
}


/***********************************************************
PRODUCT DETAILS PAGE
***********************************************************/

#product-box-h1
{
	margin-top: 0px;
	margin-bottom: 7px;
	padding-top: 16px;
	padding-bottom: 8px;
	font-size: 20px;
	line-height: 21px;
}

#product-brand
{
	display: none;
	visibility: hidden;
	float: none;
	width: auto;
	text-align: left;
	margin-top: 0;
}

#product-sidebar
{
	float: none;
	width: auto;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 0px;
}

#product-sidebar-related
{
	display: none;
	visibility: hidden;
}

#product-box
{
	width: auto;
	margin-top: 42px;
	clear: both;
	margin-right: 0px;
}

#productslideshow-arrow-left
{
	margin-top: 50px !important;
	left: 16px;
}

#productslideshow-arrow-right
{
	margin-top: 50px !important;
	margin-left: auto;
	right: 16px;
}

#productSlides
{
	position: relative;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 0px;
	border-right: 0px;
	width: 100%;
	height: 170px;
	left: 0px;
	margin-top: 0px;
}

.productslideshow-slide
{
	width: 100%;
	height: 170px;
}
.productslideshow-slide td
{
	width: 100%;
	height: 170px;
}
.productslideshow-slide td img
{
	max-width: 100%;
	max-height: 170px;
}

#product-info-tabs
{
	display: none;
	visibility: hidden;
}

.product-info-box, .product-info-boxOn
{
	display: block;
	border-top: 1px solid #dddddd;
	padding-top: 0px;
	padding-bottom: 12px;
}

/***********************************************************
CHECKOUT TABLE AND ELEMENTS
***********************************************************/

.checkout-table th, .checkout-table td
{
	font-size: 11px !important;
	line-height: 12px !important;
	padding: 3px !important;
}
.checkout-table td img
{
	width: 32px;
	height: auto;
}
.checkout-table td select
{
	font-size: 11px;
	max-width: 80px;
}

.remove-x
{
	clear: both !important;
	height: 32px !important;
	line-height: 32px !important;
}

#calendardiv, #event-calendardiv
{
	margin: 0px auto;
	max-width: 260px;
	
}

#checkout-totals
{
	padding-top: 10px;
	width: auto !important;
	margin: 0px !important;
}

#checkout-totals-narrow
{
	width: auto !important;
	float: none !important;
}

.checkout-totals-left
{
	clear: both !important;
	font-size: 13px !important;
	font-weight: 300 !important;
	width: 70% !important;
}

.checkout-totals-right
{
	font-size: 13px !important;
	width: 30% !important;
}

#checkout-totals-narrow
{
	padding-top: 15px;
	width: auto !important;
	margin: 0px !important;
}

.checkout-blue-button
{
	display: block !important;
	float: none !important;
}


/***********************************************************
STAFF LIST
***********************************************************/

.staff-row
{
	min-height: auto;
}

.staff-image
{
	float: left;
	width: 150px;
	height: 200px;
	margin-right: 15px;
}

.staff-info
{
	margin-left: auto;
}


/***********************************************************
MESSAGE BOARD
***********************************************************/

.message-board
{
	display: block;
	width: auto;
}

.message-board-header
{
	display: none;
}

.message-board-item
{
	display: block;
	border-bottom: 1px solid #999999;
}

.message-board-item-col
{
	display: block;
	border-bottom: 0px solid #999999;
}

.message-board-col1
{
	width: auto;
}

.message-board-col4
{
	text-align: left;
}

.message-board-col5
{
	text-align: left;
}


/***********************************************************
TIMELINE
***********************************************************/

#timeline-container
{
	margin-top: -20px;
}

.timeline-block
{
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.75);
}

.timeline-event-image-container
{
	display: block;
	width: auto;
	text-align: center;
	height: 128px;
}

.timeline-event-image
{
	display: inline-block;
	margin: 0px auto;
	width: 128px;
	height: 128px;
	-moz-border-radius: 64px;
	-webkit-border-radius: 64px;
	border-radius: 64px;
}

.timeline-event-spacer
{
	width: 128px;
	height: 128px;
}

.timeline-event-title
{
	display: block;
	width: auto;
	height: auto;;
	padding: 10px;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
}

.timeline-event-caption
{
	display: blcok;
	width: auto;
	height: auto;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}


/**********************************************************
* CUSTOM PRODUCT DETAILS PAGE
**********************************************************/

#product-details-image
{
	position: relative !important;
	width: auto !important;
	display: block !important;
}
#product-details-image img
{
	margin: 0px auto !important;
}

#product-details-info
{
	padding: 0px !important;
}

#product-details-image-full
{
	position: relative !important;
	width: auto !important;
	display: block !important;
	text-align: center !important;
}

#product-details-slideshow
{
	clear: both !important;
	position: relative !important;
	margin-left: 0px !important;
	width: auto !important;
	height: 320px !important;
	overflow: hidden !important;
}

.product-details-slideshow-img
{
	position: absolute !important;
	width: 100% !important;
	left: 0px !important;
	height: 320px !important;
}

.product-details-slideshow-img-large
{
	position: display: none !important;
	visibility: hidden !important;
}

#product-details-thumbs
{
	position: relative !important;
	width: auto !important;
	height: auto !important;
	display: block !important;
	text-align: center !important;
}

.product-details-thumb-img
{
	margin: 0x auto !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	width: 60px !important;
	height: 60px !important;
	display: inline-block !important;
}

.product-details-thumb-img-on
{
	margin: 0x auto !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	width: 60px !important;
	height: 60px !important;
	display: inline-block !important;
}

#product-details-info-full
{
	clear: both !important;
	padding-left: 0px !important;
	min-height: auto !important;
}


/***********************************************************
CHAT DIV OVERLAY
***********************************************************/

#chatDiv
{
	margin-left: 2%;
	width: 96%;
	height: 365px;
	border: 0px;
}


/***********************************************************
HERO BANNER
***********************************************************/

#hero-banner-outer
{
	height: auto !important;
	overflow: hidden !important;
}

#hero-banner-inner
{
	display: block;
	max-width: auto !important;
	height: auto !important;
}

#hero-banner
{
	display: block;
	height: auto !important;
	width: auto !important;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center !important;
}
#hero-banner h1
{
	font-size: 36px;
	line-height: 36px;

	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	-ms-transition: all 0ms ease-in-out;
	-o-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
}
#hero-banner h2
{
	font-size: 20px;
	line-height: 28px;

	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	-ms-transition: all 0ms ease-in-out;
	-o-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
}

#hero-text
{
	font-size: 18px;
	line-height: 24px;
	width: auto !important;

	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	-ms-transition: all 0ms ease-in-out;
	-o-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
}

.hero-banner-h1-a, .hero-banner-h2-a, .hero-banner-text-a
{
	opacity: 1.0 !important;
	filter: alpha(opacity=100) !important;
}
.hero-banner-h1-b, .hero-banner-h2-b, .hero-banner-text-b
{
	padding-left: 0px !important;
}

/***********************************************************
CLIENT-SPECIFIC STYLES
***********************************************************/

.services-grid
{
	display: block;
	text-align: center;
}

.services-item
{
	display: inline-block;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 180px;
	height: 210px;
}

.services-item-title, .services-item-title:hover
{
}

.services-item-icon, .services-item-icon:hover
{
}
