/***************
START Media Queries - RESPONSIVE FOR SMALLER MOBILE SCREENS
                      CLASSES HERE CAN ALSO BE FOUND IN THE style.css
***************/
@media handheld and (max-width: 482px),
   screen and (max-device-width: 482px),
   screen and (max-width: 482px) 
	{




/* MQS GENERAL FONTS */

body, div, table 	{ font-size: 33px; line-height: normal; }

.title  	{ font-size: 36px; letter-spacing: 3px; }

.subtitle  	{ font-size: 36px; }

.smalltitle 	{ font-size: 34px; }

.phonetitle	{ font-size: 28px; }

.quote-hilite	{ font-size: 30px; }

.top-phone-link { font-size: 40px; }

.just 		{ text-align: left; }

.hidemobile	{ display: none; }




/* MQs CONTENT WIDTHS */

.pagewrapper	{
		width: auto;
		min-width: 750px;
		max-width: none;
		}

.content-width	{ width: 98%; }

.contentpad 	{ padding: 25px 20px 25px 20px; }




/* MQS TEXT LOGO HEADER */

.logo, .logo2	{ font-size: 50px; }




/* MQS FOOTER */

.footertext 	  { font-size: 25px; }

.footer-menu 	  { font-size: 45px; }

.social-icons	  { width: 42px; height: 42px; }

.soc-text	  { display: none; }




/* MQS GALLERY & CART */

.gallery-text	  { font-size: 20px; line-height: normal; }

.price 		  { font-size: 22px; }

.button-order, .buttonon-order  { font-size: 19px; }

.cartdrop 	  { font-size: 18px; width: auto; }




/* CONTACT & QUOTES FORMS */

.shadeform, .textarea, .dropdown, 
.button-submit, .buttonon-submit, 
.quoteform, .dropquotes  { font-size: 19px; }

.dropdown, .dropquotes   { width: auto; }




/* MQS SEARCH */

.searcharea-width	{ width: 2px; }

.searcharea		{ display: none; }




/* LINKS PAGE */

.searchterms, .searchbutton  { font-size: 15px; }




/* MQS MENUS */

.menu			{ font-size: 40px; }

#top-menu-display	{ display: none; }

#top-menu-mobilebar	{ display: block; }




	}
/***************
END Media Queries
***************/
