@charset "utf-8";
/* CSS Document */

/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media only screen and (max-width:614px) {
	
#Header_Container {}
#Header_Width {
  width: 100%;
}
#Header_Container_left #Header_Logo {
  padding-left: 20px;
}
#Header_Logo IMG {
  width: 220px;
  height: auto;
}
.SearchLink, .LoginLink {
  display: none;
}
#captionWrapper {
  width: 100%;
  float: left;
}
#navMicrositeMenu {
  display: none;
}
.caption {
/*   position: relative !important; */
  width: 100%;
  height: 200px;
  width: 480px;
  margin: 0 auto;
  top: 0px!important;
  bottom: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.caption h2 {
	margin:0!important;

	font-size: 34px!important;

    line-height: 44px!important;
}
#HomeSlideshow {
  height: 420px;
}
#slideControls UL {
  width: 480px;
}
.narrow #slideshow {
  width: 480px;
}
#slideshow .rslides li a {
  width: 100%;
  height: 220px;
}
#MainMenu {
  width: 480px;
}
#HomeContentWidth {
  width: 480px;
}
#HomeContentSection

#HomeCallouts UL LI, #HomeCallouts iframe {
	width:450px;}
	
#HomeCallouts iframe {
	height:253px;}


#HomeCallouts UL LI{
	display:block;
	margin-top:10px;	}

	
#HomeCallouts UL LI H2{
	font-size:18px;
}


#navLinksContainer {
display: none;
}

#dropdownNavLinks {
display: block;
padding-top: 10px;}



/* Interior */
 #InteriorContentWidth {
    width: 480px;}
/* Homeslideshow */

.rslides li {
	height:370px;}

	
#FooterWidth {
    width: 480px;
	}
	
/*LEFT*/

#FooterLayout_left #FooterSectionOne {
	width: 240px;
}

#FooterLayout_left #FooterSectionTwo {
	width: 240px;
}


/*RIGHT*/
#FooterLayout_right #FooterSectionOne {
	width: 240px;
}

#FooterLayout_right #FooterSectionTwo {
	width: 240px;
}
	
/* Interior Pages */

#ContentContainer{
	width:480px;
}

#ContentLeft {
	display:none;}

#ContentRight {
	width: 480px;
	float: none;}

div#Sub_Page_Listing_Right {
	float: left;
	width: 375px;
}
    
#SingleProductImage img {
    width: 460px;
}


/* Bobby Edits*/
.SubPageTiles {
	    margin: 0 10px 30px 10px;
		float:none;
}

.AnlikerCard {
    width: 230px;
}
#QuoteImg img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
}
 #QuoteMessage {
    padding: 20px 0;
}   
#QuoteCopy p {
width: auto;
} 

#QuoteCopy {
    width: 90%;
}
#QuoteImg {
    margin: auto;
    float: none;
}
/* Product Page Tiles */
.ProductPageTiles {
        width: 215px;
    height: 275px;
    
    margin: 30px 10px;
    
}
.EROptions {
    width: 40%;
	    margin: 10px auto;
}
.EROptions h3 {
    font-size: 17px;
    line-height: 28px;
    margin: 10px auto 20px auto;
}
#featuresbtn {
    display: none!important;
}
    
}