﻿/* --- Divs used for page structure ---*/
.clearfix:after, #page:after #container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, #page, #container
{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix, * html #page, * html #container {height: 1%;}
clearfix, #page, .innerContainer {display: block;}
/* End hide from IE-mac */
.clear {clear:both;}

