/* 
-----------------------------------------------
Superior Internet Services - Basics Stylesheet
Author:   Bas van Ekkendonk
Version:  2008.04
----------------------------------------------- */

@import url("reset.css");       /* Reset */
@import url("typography.css");  /* Typography */


/* Global Super Classes 
----------------------------------------------- */

.hide               { display: none; }
.invisible          { visibility: hidden; }

.left               { float: left; }
.right              { float: right; }
.center 			{ margin: 0 auto 0 auto; }

.clearfix:after     { clear: both; content: ".";  display: block; height: 0; visibility: hidden; }
.clearfix           { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix    { height: 1%; }
.clearfix           { display: block; }
/* End hide from IE-mac */

/* IE PNG fix
----------------------------------------------- */
img, div { behavior: url(iepngfix.htc) }