@import url("menu.css");

img { border:0px; }

/* Content Items Default */
div.content_item {
	float:left;
	width:100%;
}

div.Header {
	line-height:0; /* Required due to Empty Divs */
	font-size:1px;
}
div.Header .txt {
	
}
div.Content {
	float:left;
}
div.Base {
	line-height:0; /* Required due to Empty Divs */
	font-size:1px;
	clear:both;
}

/* Fix for Floating Elements */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */