@charset "UTF-8";

/* 

MANBI WEBSITE AW 2011-2012

RESET ALL BROWSER PRE-DEFINED STYLES

AUTHER: ROBERT CURRAN

CREATED: 29TH JULY 2011

LAST UPDATED: 30TH JULY 2011

 */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
button{
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* DEFINE CUSTOM FONTS */

@font-face {
	font-family: 'Aaaiight-Fat';
	src: url(../site/fonts/aaaiight-fat/aaaiight-fat-webfont.eot);
	src: url(../site/fonts/aaaiight-fat/aaaiight-fat-webfont.ttf) format('truetype'); 
}

