/* min-width emulation for ie/win (for ie6, set quirks mode to prevent crash) */

#body { width:expression(document.body.clientWidth < 750 ? "750px": "auto"); }
* html .menubar ul li { margin-left:-16px;ma\rgin-left:0; } /* ie5.x/win */
* html .menubar ul li a { width:150px; }

/* ie 3px text-jog hack \*/

* html p { height:1%; }
* html img.left, * html img.right { margin:0 -3px; }

/* template specific */

/* ie/win only \*/

* html .template6 #wrapper { width:100%; }
* html .template6a #portfolio-slidenav li.previous { padding-top:16px; }
* html .template6a #portfolio-slidenav li.next { padding-top:16px; }

/**/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
