@media only screen and (max-width: 800px)
{
	iframe
	{
		max-width: 100%;
	}

	.no-mobile
	{
		display: none;
		visibility: hidden;
	}

	.mobile-only
	{
		display: inline;
		visibility: visible !important;
	}

	div .mobile-only
	{
		display: block !important;
	}

	.image-right
	{
		float: none;
		margin: 0px;
	}

	.image-left
	{
		float: none;
		margin: 0px;
	}


	.image-right-shadow
	{
		float: none;
		margin: 0px;
	}

	.image-left-shadow
	{
		float: none;
		margin: 0px;
	}

	.formbutton
	{
		display: block;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		float: none !important;
		margin-top: 8px;
	}

	.two-col, .two-col-nospace, .three-col, .four-col, .two-col-center, .three-col-center, .four-col-center
	{
		float: none;
		width: auto !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-top: 15px;
	}

	h1
	{
		padding-top: 18px;
	}

	h2
	{
		padding-left: 0px;
	}

	.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: 95%;
	}

	.search-list-col
	{
		display: block;
		float: none;
		width: auto;
		padding-right: 0px;
	}

	#container
	{
		width: 100% !important;	
	}

	#popupDiv
	{
		top: 0% !important;
		margin-left: 0% !important;
		width: 98% !important;
		height: 98% !important;
		padding-left: 1% !important;
		padding-right: 1% !important;
		padding-top: 1% !important;
		padding-bottom: 1% !important;
		border: 1% solid #cccccc;
		-moz-box-shadow: 0px 0px 0px #999999;
		-webkit-box-shadow: 0px 0px 0px #999999;
		box-shadow: 0px 0px 0px #999999;
	}

	#popupFrame
	{
		width: 99% !important;
		height: 98% !important;
		overflow-y: scroll;
	}

	#popup-close-button
	{
		margin-top: 1%;
		margin-right: 1%;
	}

	#top-strip
	{
		width: 100% !important;
		height: auto;
		text-align: center;
		background-color: #666666;
	}

	#top-strip a
	{
		font-family: Arial;
		font-size: 13px;
	}

	#search-form
	{
		position: relative;
		padding-left: 10px;
		text-align: left;
	}


	#search-form
	{
		position: relative;
		padding-left: 2px;
		text-align: left;
		margin-top: 0px;
		padding-top: 1px;
	}

	#header-links
	{
		float: none;
		text-align: center;
	}
	#header-links a
	{
		display: block;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px dotted #ffffff;
		color: #ffffff;
		text-decoration: none;
	}
	#header-links a:hover
	{
		color: #ffffff;
		text-decoration: none;
	}

	#google_translate_element
	{
		display: none;
	}

	#header-outer
	{
		height: auto;
	}

	#header-container
	{
		height: 50px;
	}

	#header
	{
		height: 50px;
	}

	#header-banner
	{
		height: 40px;
		top: 5px;
		left: 5px;
	}

	#header-info
	{
		display: none;
	}

	#header h1, #header h2
	{
		display: none;
		visibility: hidden;
	}

	#mobile-menu-button
	{
		position: absolute;
		display: block;
		top: 5px;
		right: 5px;
		z-index: 95;
		font-size: 40px;
		line-height: 40px;
		color: #808080;
		text-decoration: none;
	}

	#menu-container
	{
		background-color: transparent;
	}

	#mainmenu
	{
		display: none !important;
	}

	#mobilemenu
	{
		position: absolute;
		z-index: 300 !important;
		width: 100%;
		right: 100%;
		background-color: #ffffff;
		top: 88px;
		padding-top: 8px;
		padding-bottom: 8px;
		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 > a, #mobilemenu > a: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;
	}

	#header-rfq
	{
		margin: 0px auto;
		float: none;
	}

	#header-contact
	{
		width: auto;
		height: 20px;
		padding-left: 0px;
		padding-top: 17px;
		display: block;
		background-image: none;
		float: none;
		margin-top: 0px;
		margin-right: 0px;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}

	#header-oem
	{
		display: none;
		visibility: hidden;
	}

	.button-rfq
	{
		display: none;
		visibility: hidden;
	}

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

	.submenu-section-content
	{
		display: table;
		width: 100%;
	}

	#mainmenu
	{
		display: none !important;
	}

	#mobilemenu
	{
		position: absolute;
		z-index: 102;
		width: 100%;
		right: 100%;
		background-color: #ffffff;
		margin-top: -38px;
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid #666666;

		-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;
	}

	#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
	{
		padding-top: 50px;
	}

	#breadcrumbs
	{
		display: none;
		margin-left: 12px;
		margin-right: 12px;
	}

	#content-leftnav
	{
		display: none;
		visibility: hidden;
	}

	#content
	{
		padding-top: 0px;
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
		min-height: 200px;
		min-width: 280px;
		width: auto !important;
		border: 0px !important;
	}

	#content-thin
	{
		margin-left: 0px !important;
		padding-left: 10px !important;
		padding-top: 0px !important;
		padding-right: 10px !important;
		min-height: 200px !important;
		min-width: 280px;
		width: auto !important;
		overflow-x: hidden;
	}

	#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, #blog-content img
	{
		max-width: 100%;
		height: auto;
		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-bottom: 10px;
	}

	#footer-inner
	{
		width: auto;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	#footer-about
	{
		float: none;
		width: auto;
		padding-right: 0px;
	}

	#footer-menu
	{
		float: none;
		width: auto;
		padding-right: 0px;
		padding-top: 25px;
	}

	#footer-tweets
	{
		float: none;
		width: auto;
		padding-right: 0px;
		padding-top: 25px;
		text-align: center;
	}
	#footer-tweets h3
	{
		text-align: center;
	}

	#footer-sub-inner
	{
		width: auto;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	#footer-copyright
	{
		float: none;
		width: auto;
		padding-right: 0px;
		text-align: center;
	}

	#footer-social-media
	{
		float: none;
		width: auto;
		padding-right: 0px;
		padding-top: 25px;
		text-align: center;
	}

	#actionTabs img
	{
		margin-left: 10px !important;
	}

	.social-icon
	{
		display: inline !important;
	}

	#blog-sidebar
	{
		display: none !important;
		visibility: hidden !important;
	}

	#blog-content
	{
		min-height: 300px !important;
		margin: 0px !important;
		padding-left: 10px;
		padding-right: 10px;
	}

	.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
	{
		font-size: 11px;
	}
	.data-grid td
	{
		font-size: 11px;
	}

	.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
	***********************************************************/

	#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;
		line-height: 12px;
		padding: 3px;
	}
	.checkout-table td img
	{
		width: 32px;
		height: auto;
	}
	.checkout-table td select
	{
		font-size: 11px;
		max-width: 80px;
	}

	#checkout-totals
	{
		width: auto !important;
		margin-left: 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-left
	{
		float: none;
		width: auto;
	}

	#calendardiv, #event-calendardiv
	{
		margin: 0px auto;
		max-width: 260px;
	
	}


	/***********************************************************
	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;
	}


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

	#request-buttons
	{
		display: block;
		float: none;
		text-align: center;
		padding-top: 3px;
	}

	#slideshowContainer
	{
		margin-left: -10px;
	}

	.homepage-bottom-box
	{
		display: block;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
		width: auto;
	}

	.homepage-bottom-box-img
	{
		width: auto;
	}
	.homepage-bottom-box-img > iframe
	{
		width: 100% !important;
	}

	.oem-product-row
	{
		clear: both;
		padding-top: 25px;
		padding-right: 0px;
		height: auto;
	}

	.oem-product-left
	{
		float: left;
		width: 100px;
		height: 90px;
		margin-right: 15px;
		margin-bottom: 5px;
	}

	.oem-product-right
	{
		display: none;
		visibility: hidden;
	}

	.oem-product-info
	{
		border: 0px;
		padding: 0px;
		font-size: 12px;
		line-height: 16px;
		margin-left: auto;
		margin-right: auto;
		height: auto;
	}


	#subcategory-main
	{
		float: none;
		max-width: auto;
	}

	#subcategory-description
	{
		float: none;
		display: block;
		clear: both;
		width: auto;
		padding-left: 0px;
	}

	.checkbox-hover-img img
	{
		display: none;
		visibility: hidden;
	}


	.form-table
	{
		display: block;
		width: auto;
		max-width: auto;
	}
	.form-table input
	{
		max-width: 260px;
	}
	.form-table .signupFormLabel
	{
		width: auto;
	}
	.form-table .signupFormField
	{
		margin-left: 0px;
	}

	.form-row
	{
		display: block;
	}

	.form-cell-33
	{
		display: block;
		width: auto;
		max-width: auto;
	}

	#rfq-left
	{
		position: relative;
		display: block;
		max-width: auto;
	}

	#rfq-right
	{
		margin-left: 0px;
	}

	.form-small-table
	{
		display: block;
		width: auto;
	}

	.form-small-cell-33
	{
		display: block;
		width: auto;
		max-width: auto;
	}

	#product-page-top
	{
		float: none;
		width: auto !important;
		display: block;
		height: auto !important;
	}

	#product-page-thumbnails
	{
		float: none !important;
		display: block !important;
		margin: 0px !important;
		padding: 20px !important;
		text-align: center;
		width: auto !important;
	}

	.product-page-thumbnails-inner
	{
		display: block !important;
		width: 100% !important;
	}

	.product-page-thumbnails-up, .product-page-thumbnails-down
	{
		display: none !important;
	}

	.product-slideshow-thumb, .product-slideshow-thumb-on
	{
		display: block;
		margin: 0px;
		height: auto !important;
		width: 100% !important;
		border: 0px !important;
	}

	.product-slideshow-thumb img, .product-slideshow-thumb-on img
	{
		height: auto !important;
		width: 100% !important;
	}

	.product-page-thumbnails-col
	{
		width: 100% !important;
		height: auto !important;
	}

	.product-page-thumbnails-inner
	{
		width: 100% !important;
		height: auto !important;
	}

	#product-page-center
	{
		position: relative !important;
		margin-left: 0px !important;
		left: 0px !important;
		display: block !important;
		width: auto !important;
		height: auto !important;
		overflow: hidden !important;
	}

	#product-page-image-hover, #prouct-page-image-zoom, #product-page-images
	{
		display: none !important;
		visibility: hidden !important;
	}

	#product-page-captions
	{
		display: none !important;
	}

	.product-image-caption
	{
		width: 380px;
		max-width: 100%;
	}

	#product-page-buildlist
	{
		display: none !important;
	}

	#product-page-description
	{
		padding-top: 40px;
		padding-right: 0px;
	}

	#product-page-bottom
	{
		float: none;
		width: auto;
		display: block;
		clear: both;
	}

	.product-page-bottom-button
	{
		margin: 0px;
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}

	#oemCatContainer
	{
		height: 200px;
	}

	#oemCatDiv0
	{
		height: 200px;
	}

	.oem-category-vitem
	{
		height: 200px !important;
	}

	.oem-category-item
	{
		width: auto;
		height: 200px;
	}


	/**********************************************************
	* CUSTOM PRODUCT DETAILS PAGE
	**********************************************************/

	#header-tagline
	{
		display: none !important;
	}

	#shop-details-image
	{
		position: relative !important;
		width: auto !important;
		display: block !important;
	}
	#shop-details-image img
	{
		margin: 0px auto !important;
	}

	#shop-details-info
	{
		padding: 0px !important;
	}

	#shop-details-image-full
	{
		position: relative !important;
		width: auto !important;
		display: block !important;
		text-align: center !important;
	}

	#shop-details-slideshow
	{
		clear: both !important;
		position: relative !important;
		margin-left: 0px !important;
		width: auto !important;
		height: 320px !important;
		overflow: hidden !important;
	}

	.shop-details-slideshow-img
	{
		position: absolute !important;
		width: 100% !important;
		left: 0px !important;
		height: 320px !important;
	}

	.shop-details-slideshow-img-large
	{
		position: display: none !important;
		visibility: hidden !important;
	}

	#shop-details-thumbs
	{
		position: relative !important;
		width: auto !important;
		height: auto !important;
		display: block !important;
		text-align: center !important;
	}

	.shop-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;
	}

	.shop-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;
	}

	#shop-details-info-full
	{
		clear: both !important;
		padding-left: 0px !important;
		min-height: auto !important;
	}

	.remove-x
	{
		clear: both !important;
		height: 32px !important;
		line-height: 32px !important;
	}

	.browse-shop-row
	{
		min-height: auto !important;
		padding-top: 20px !important;
		text-align: center !important;
	}

	.browse-shop-row-left
	{
		position: relative !important;
		margin: 0px auto !important;
	}

	.browse-shop-row-right
	{
		position: relative !important;
		right: auto !important;
		width: auto !important;
		text-align: center !important;
		padding-top: 12px !important;
	}


	.browse-shop-row-mid
	{
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-top: 10px !important;
		text-align: left !important;
	}

	#top-strip-cart
	{
		right: 0px;
		margin-top: -32px;
	}

	h1
	{
		font-size: 18px;
		line-height: 18px;
		padding: 0px;
		text-align: center;
	}

	.h1-highlight
	{
		height: 18px;
		padding: 6px;
	}

	#specialties-container
	{
	}


	#home-2025-float-text
	{
		display: none !important;
	}

	#specialties-left
	{
		display: block;
		float: none;
		width: auto;
		height: 270px;
		overflow: hidden;
	}
	#specialties-left img
	{
		width: 100%;
		z-index: 1;
	}

	#specialties-right
	{
		float: none;
		width: auto;
		margin: 10px;
		padding-bottom: 40px;
	}
	#specialties-right h3
	{
		padding-top: 0px;
		margin-top: 0px;
	}

	#specialties-text-container
	{
		margin-right: 0px;
		padding: 12px;
		-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
	}

	#manufacturing-expertise
	{
		display: block;
		background-image: none;
	}

	#manufacturing-expertise-left-top
	{
		padding-top: 0px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#manufacturing-expertise-left-bottom span
	{
		display: block;
		text-align: center;
	}

	#manufacturing-expertise-mobile
	{
		display: block !important;
		height: 210px;
		overflow: hidden;
		border-radius: 30px;
		margin-bottom: 20px;
	}

	#manufacturing-expertise-mobile iframe
	{
		width: 100%;
		height: 210px;
	}

	#manufacturing-expertise-right
	{
		display: none !important;
		padding-top: 20px;
	}

	#homepage-section-2
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#homepage-section-2-grid
	{
		display: block;
	}

	.homepage-section-2-item
	{
		margin: 15px;
	}

	#homepage-section-3-grid
	{
		padding-top: 10px;
		display: block;
	}

	.homepage-section-3-item
	{
		margin: 12px;
		padding-bottom: 20px;
	}

	#homepage-section-4
	{
		height: auto;
		background-image: none;
	}

	#homepage-section-4-grid
	{
		padding-top: 0px;
		display: block;
	}

	.homepage-section-4-item
	{
		margin: 12px;
		display: block;
		height: 240px;
	}

	#homepage-section-5-h1
	{
		padding-left: 0px;
		padding-top: 30px;
	}

	#homepage-section-5-top
	{
		height: auto;
	}

	#homepage-section-5-top-1
	{
		position: relative;
		top: auto;
		left: auto;
	}

	#homepage-section-5-top-2
	{
		position: relative;
		top: auto;
		left: auto;
	}

	#homepage-section-5-bottom
	{
		height: auto;
	}

	#homepage-section-5-bottom-1
	{
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		padding: 20px;
	}

	#homepage-section-5-bottom-2
	{
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0px;
		padding-bottom: 60px;
	}

	.landing-page
	{
		padding-top: 35px;
	}

	.landing-page-description
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.landing-page-items
	{
		padding-left: 0px;
		text-align: center;
	}

	.landing-page-item
	{
		display: block;
		padding-bottom: 30px;
	}

	.landing-page-item-img
	{
		display: inline-block;
		margin: 0px auto;
		width: 192px;
		height: 132px;
	}

	.landing-page-item-info
	{
		display: block;
		padding-left: 0px;
		padding-top: 12px;
		text-align: center;
	}

	.landing-page-item-title, .landing-page-item-title:hover
	{
		max-width: auto !important;
	}

	.landing-page-item-summary
	{
		display: block;
		margin: 0px auto;
		padding-top: 8px;
		padding-bottom: 16px;
		max-width: auto !important;
	}

	.landing-page-item-button
	{
		padding-left: 0px;
	}

	.product-page
	{
		padding-top: 45px;
		text-align: center;
	}

	#product-page-thumbs
	{
		position: relative;
		left: 0px;
		display: inline-grid;
		margin: 0px auto;
		grid-template-columns: 80px 80px 80px 80px;
		grid-template-rows: 60px;
		column-gap: 10px;
	}
	#product-page-thumbs a, #product-page-thumbs a:hover
	{
		width: 100%;
		height: 58px;
		margin-bottom: 0px;
	}

	#product-page-aluminum, #product-page-aluminum-2
	{
		display: none !important;
	}

	#product-page-aluminum-mobile
	{
		display: block !important;
		position: relative;
		left: auto;
		display: block;
		margin: 16px;
		width: auto;
		border-radius: 20px 20px 20px 20px;
	}

	#product-page-image-container
	{
		margin-left: 0px;
		width: auto;
		height: 360px;
	}

	#product-image-left, #product-image-left:hover
	{
		top: 150px;
	}

	#product-image-right, #product-image-right:hover
	{
		top: 150px;
	}

	.product-page-image
	{
		width: 100%;
		height: 360px;
	}
}
