/* 
Title: Project Name
Author: design@solidhex.com
*/

/* import advanced styles */
@import url(layout.css);
@import url(typog.css);


* {
	border: 0;
	outline: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

td {
	vertical-align: top;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: #F1EEE7 url(../imgs/bg.gif) 0 0 repeat-x;  
	padding-bottom: 2em;
}

/* ------------------------------------------------------------

	self-clearing floats

------------------------------------------------------------ */

.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 */

