/* -------------------------------------------------------------- 

   clears.css
   * List all clearing classes/id's
   
-------------------------------------------------------------- */


.sdhome-container
{ content: ".";  display: block;  height: 0;  clear: both;  visibility: hidden; overflow:hidden; }



