@charset "UTF-8";

/*=========================================================
	[ reset.css ]
	Studio SPEC Pty. Ltd.
	date - creation:16,JUL,2010 // update:20,JUL,2010
=========================================================*/

/*=========================================================
	index
		1. browser style reset
		2. element style
		3. clear class
=========================================================*/

/* 1. browser style reset
=========================================================*/
html,body,div,
h1,h2,h3,h4,h5,h6,p,pre,
table,caption,
dl,dt,dd,ul,ol,li,
fieldset,form,label,legend{
	margin:0;
	padding:0;
	font-size:100%;
}
table,tr,th,td{
	border-collapse:collapse;
	border-spacing:0;
}

/* 2. element style
=========================================================*/
ul,ol{list-style: none;}
strong{font-weight: bold;}
img,a img{border: none;vertical-align: middle;}

/* 3. clear & reset class
=========================================================*/
/* Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php */
.clfix:after{
	content:"."; 
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0;
}
.clfix{display:inline-block;}
/* Hides from IE-mac \*/
* html .clfix{height:1%;}
.clfix{display:block;}
/* End hide from IE-mac */

.clr{clear:both !important;}
.first{margin-top:0 !important;}
.hide{display:none !important;}
.fEnd{float:none !important;}
.pEnd{border:none !important;}

br.clr{
	clear:both;
	font-size:1px;
	line-height:1px;
}

