/*	-------------------------------------------------------------
	CLIENT:
	=============================================================
	Description:	reset all element styles
	Filename:		reset.css	
	Author:			Cimex Media Ltd	
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	RESETS 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}

	table{border-collapse:collapse; border-spacing:0; font-size:inherit; font:100%;}
	address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
	ol,ul {list-style:none;}
	caption,th {text-align:left;}
	h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

	blockquote:before, blockquote:after,
	q:before, q:after { content: ""; }
	blockquote, q { quotes: "" ""; }
	abbr,acronym {border:0;}
	a,u{text-decoration:none;}

	a img {border:none;}
	img { display:block; } 

/*	-------------------------------------------------------------
	BASE 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	input, 
	textarea, 
	select {
		font-size: 100%;
		font-family: inherit;
		margin: 0;
		padding: 1px;
	}

	body {font-size: 62.5%;}
	hr {display: none;}

	pre, code{font:115% monospace;*font-size:100%;}
	code, pre, samp {font-family: Consolas, "Courier New", Courier, mono;}