 /* CSS Document ------------------------------------ */
 
 /* Static layouts ---------------------------------- */
#mainContainer{width:780px; text-align:left; margin:0 auto; margin-top:0px;margin-bottom:10px;}
	#mainContainerInner{ margin:0px; padding:0px}
		#header{ padding:0; margin:0 auto; height:70px; }
			#header .wrapper{padding:0px; margin:0px;}
			#logo{float:left;padding:0; margin:0 auto; margin-top:2px;}
			#header > #logo {margin-top:0px;}
			#logoIE {}
			#banner{padding:0; margin:0; float:right; width:660px; overflow:hidden;}
		#navBar{ clear:both;padding:0px; margin-bottom:10px; margin-top:0px; height:30px; *margin-top:-2;}
		#navBarInner{margin:8px 10px 10px 10px;} 
		
		#mainContentWrapperInner{margin:0; padding:0; }
		#mainContentWrapper { *width:780px; }
			#mainContent{float:left; width:629px; *width:625px; /* margin-bottom:-2000px; padding-bottom:2000px; */}
			#mainContent .wrapper{padding:0px; margin:14px}
					#mainFeatureProducts{ clear:both }
					#mainFeatureSub{ }
					#bodyFooter{padding:0px; margin:0px}
					#bodyFooterInner{padding:8px; margin:0px}
			#columnOne{float:left; width:148px; *width:148px; /* margin-bottom:-2000px; padding-bottom:2000px; */ }
				#columnOne .wrapper{ margin:0px; padding:0px; }
				#search {padding:0px; margin:0px;}
				#search .wrapper {margin:0px 10px 10px 10px; padding:0px; *padding-bottom:15px;}
				#categories {padding-bottom:15px; margin:0px;}
				#cart {padding-bottom:15px; margin:0px;}

#footer{ width:780px; padding:0; margin:0 auto; text-align:center;}
#footer .wrapper{margin:0px; padding:10px;}

#bottom { clear:both; width:780px;margin:0 auto; }
#bottom .wrapper {margin:0;padding:10px;}
	#bottom a:link { }
	#bottom a:hover { }
	#bottom a:visited { }
  
/** BEGIN CUSTOM SKIN **/
 /*
  -- -- -- -- -- -- --
  Base CSS
  -- -- -- -- -- -- --
  
  This file simply removes default styling on most HTML elements in 
  order to reduce the need to later override them.
  
  */
  
 .hidden{display:none}

 a img, :link img, :visited img{border:none}

 /** END CUSTOM SKIN **/
 /*
  -- -- -- -- -- -- --
  Browser Fixes
  -- -- -- -- -- -- --
  
  This file uses CSS filtering methods to fix various
  layout bugs.
  Each of the following three imported files is a 
  separate, browser-specific CSS file that keeps all 
  hacks out of the main style sheet.
  
  Over time, as supporting these browsers no longer
  remains a priority, cleaning up the hacks is as
  easy as deleting the @import statement below, or
  simply no longer linking this file from the HTML.
  
  */
 /* 
    fix ie6 "peekaboo bug"using the "holly hack". 
    Note, this style only gets applied to ie6
  */
 * html .wrapper{height:0.1%} 