@charset "utf-8";
/* CSS Document */

/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media only screen and (max-width:974px) {
	
	
#Header_Width {
	width: 768px;}	
	
#captionWrapper{
	width: 768px;}
	
#MainMenu {
	width: 768px;}	


#HomeContentWidth {
	width:768px;}

#HomeCallouts UL LI, #HomeCallouts iframe {
	width:230px;}
		
#HomeCallouts UL LI H2{
	font-size:18px;
}

#dropdownNavLinks{
	display:none;
}

/* Interior */
 #InteriorContentWidth {
    width: 768px;}
    
    
/* Homeslideshow */

#HomeSlideshow{
	height:300px;
}
.narrow #slideshow{
	width:768px;
}
.rslides li {
	height:300px;}

.caption {
    width: 720px;
	margin-left: 0!important;
}
#slideControls UL{
	width:768px;}

/* Interior Pages */

#ContentContainer{
	
	/* Changed to 100% - Bobby
	width:768px; */
	width:100%;
	}

#ContentLeft {
	float: left;
	width: 300px;}

#ContentRight {
	width: 460px;
	float: right;}

div#Sub_Page_Listing_Right {
	float: left;
	width: 355px;
}

#SingleProductImage img {
    width: 480px;
}

#FooterContent{
	width:auto;}
	
#FooterWidth {
    width: 768px;
	}
	
/*LEFT*/

#FooterLayout_left #FooterSectionOne {
	width: 300px;
}

#FooterLayout_left #FooterSectionTwo {
	width: 460px;
}


/*RIGHT*/
#FooterLayout_right #FooterSectionOne {
	width: 300px;
}

#FooterLayout_right #FooterSectionTwo {
	width: 460px;
}

.PDPImage {
    display:none;
}
.PDPDetails {
    width: 100%;
}
.SubPageTiles {
    width: 190px;
}


/* Bobby Edits */
.AnlikerCard {
    width: 220px;
}
.EROptions p {
    display:none;
}
.EROptions {
    width: 39%;
}

.SubPageTiles .CategoryThumbProdTitle {
    padding-top:10px;
}
}

