
* html body			{padding-bottom:10px;}
#cContainer			{width:100%; margin:0; padding:0;}

.hide   {display:none;}
.show   {display:block;}

.floatholder:after {content: ".";  display: block; height: 0; clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */
.left		{float:left;}
.right		{float:right;}
.clear		{clear:both; margin:0; padding:0; height:0; line-height:0px; font-size:1px; overflow:hidden;}

/**** FOOTER STYLES WHEN IN EDIT MODE ****/
#footerEditor {overflow:hidden; position:absolute; width:100%; bottom:0; left:0; height:80px; z-index:999; background:transparent; font-size:0.70em;}
@media screen { body > div#footerEditor {position: fixed;} }