 /* CSS Document ------------------------------------ */
 
 /* Static layouts ---------------------------------- */
#mainContainer{width:780px; *width:780px; text-align:left; margin:0 auto; margin-top:0px;margin-bottom:0px; }
	#mainContainerInner{ margin:0px; padding:0px}
		#header{ padding:0; margin:0px; }
		#header .wrapper {padding:0px; margin:0px; padding-right:10px;}
			#logo{float:left;padding:0; margin:0;}
			#logoIE {}
			#banner{padding:0; margin:0;}
		#navBar{width:780px; *width:780px; margin:0px auto; clear:both;padding:0px; margin-bottom:15px;  }
		#navBarInner{margin:0px; padding:0px;} 
		#mainContentWrapperInner{ margin:0; padding:0; }
		#mainContentWrapper { *width:780px; }
			#mainContent{float:left; width:580px; *width:570px; }
			#mainContent .wrapper{padding:0px; margin-left:10px;}
					#mainFeature{ }
					#mainFeatureText{}
					#mainFeatureProducts{ clear:both }
					#mainFeatureSub{ }
					#bodyFooter{padding:0px; margin:0px}
					#bodyFooterInner{padding:8px; margin:0px;}

			#columnOne {float:left; width:200px; *width:200px; margin-top:0px; }			
				#columnOne .wrapper{ margin:0px; padding:0px; }

#footer{ padding:0; margin:0 auto; text-align:center;}
#footer .wrapper{margin:0px; padding:30px 20px 20px 20px}

#bottom { clear:both; width:700px;margin:0 auto; }

 

 
/** 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%}




 
 