



/*
================
SMALL LAYOUT 
================
*/

@media only screen and (max-width: 1070px) {
	 
	
	.header {
		/* background:url(pics/page/header-small.jpg) no-repeat top left; */
		width:760px; 
	}
	
	.footer {
		/* background:url(pics/page/footer-small.jpg) no-repeat top left; 
		height:19px; */
		width:760px; 
	}
	
	.rainbowfooter {
		padding:0px;
		margin:0px;
		margin-bottom:20px;
		margin-left:0px;
		width:720px;
	}
	
	
	
	.rainbowfooter-left {
		text-align:left;
		float:left;
		font-size:11px;
		width:340px;
		margin-left:10px;
	}
	
	
	.rainbowfooter-right {
		text-align:right;
		float:left;
		font-size:11px;
		width:325px;
	}
	
	
	
	.outerpagewrapper {		
		width:760px;
		left:50%;
		margin-left:-380px;
		position:absolute;	
		margin-top:0px;
		padding-left:0px;
		padding-right:0px;
		/* border:4px blue solid; */
	}
	
	
	.middlepagewrapper {
		
	}
	
	.innerpagewrapper {		
		/* background:url(pics/page/pagewrapper-bkgnd-small.jpg) repeat top left;	/* border:4px blue solid; */
		width:760px;
		margin-left:20px;
	
	}
	
	
	.framewrapper {
		width:720px;
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
	}
	
	.contentwrapper {
		width:720px;
		/* border:4px pink solid; */
	}
	
	
	
	.contentmiddle {	
		margin-left:20px;
		width:700px;

		/* border:4px pink solid; */
	
		/* you can put a background image for the entire content block here */
		
	}
	
	.contentbottom {
		
		/* you can put a background image for the bottom
		of the content block here, as a footer */
		
	}
	

.form-wide-1 {
	display:block;
	width:684px;	
}

.form-narrow-1 {
	display:none;
}



.form-wide-2 {
	display:block;
	width:448px;	
}

.form-narrow-2 {
	display:none;
}


.form-wide-3 {
	display:none;
}

.form-narrow-3 {
	display:block;
	width:214px;
}


.form-wide-4 {
	display:block;
	width:684px;	
}

.form-narrow-4 {
	display:none;
}



.form-wide-5 {
	display:none;
}

.form-narrow-5 {
	display:block;
	width:214px;
}


	

.story-width-1 {
	width:684px;		
}

.story-width-2  {	
	width:448px;	
}

.story-width-3  {	
	width:214px;	
}
	
	
.story-width-4 {	
	width:684px;			
}
	
.story-width-5  {	
	width:214px;			
}
	
	.extralarge {   /* small */
		display:none;
	}
	
	.large {   /* small */
		display:none;
	}
	
	.small {   /* small */
		display:block;
	}
	
	.extrasmall {   /* small */
		display:none;
	}
	
	.medium {   /* small */
		display:none;
	}
	
	.mobile {   /* small */
		display:none;
	}
	
	

	
	.menubar {   /* small */
		display:block;
	}

	
	.dropwndownmanu {   /* small */
		display:none;
	}
	
	body {   /* small */
		padding: 0px;
		padding-top:0;
	
	}   
	
	.col1div  {	     /* small */
		float:none;
		width:684px;	
		padding-right:0px;	
		display:block;	
	}
	
	.col2div  {	     /* small */
		clear:both;
		float:left;
		width:446px;		
		padding-right:0px;
		margin-right:20px;
		display:block;
	}
	
	
	.col12div {     /* small */
		width:446px;	
		float:left;		
		padding-right:20px;
		display:none;
	}
	
	.col13div {     /* small */
		width:214px;	
		float:left;		
		padding-right:0px;
		display:none;
	}
	
	.col3div  {	     /* small */
		float:left;
		width:214px;		
		padding-right:0px;
	}
	
	.col3bdiv  {	
		display:none;
	}
	
	.col2bdiv  {	
		display:block;
	}
	
	.col4div  {	     /* small */
		clear:both;
		float:none;
		width:684px;		
		padding-right:0px;
			
	}
	
	.col5div  {	     /* small */
		display:none;
	}
	
	.featuredpagespaneldivider {   /* small */
		display: none;
	}
	
	
		
	.form-wide {   /* small */
		display: none;
	}
	
	.form-medium {   /* small */
		display: block;
	}
	
	.form-narrow {   /* small */
		display: none;
	}
	
	.large-layout-left-column-filler {   /* small */
		display:none;
		float:left;
	}
	
	
	.products-info {   /* small */
		float:left;
		width:220px;
		text-align:left;
		padding-left:10px;
	}
	
	.products-text {   /* small */
		width:230px;
		margin-right:10px;
	}
	
	.products-prices {   /* small */
		width:230px;
		float:none;
		text-align:left;
		margin-right:10px;
		background-color:#FFFFFF;
		height:33px;
		padding-top:8px;
	}
	
	.products-addtocart {   /* small */
		width:170px;
		float:none;
		text-align"left;
	} 	
	
}





