/**
* Panintelligence
* Reset CSS			
*
* CSS developed by Bloom Media Ltd. | www.bloommedia.co.uk
*/

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a{ 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}


img, div, a  { behavior: url(iepngfix.htc) }		
	
body {
	margin: 0 0 0 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color:#333;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;
	}

/*typography*/
a {
	text-decoration: none;
	}

a:link {
	}
a:visited {
	}
a:active {
	}

a:hover {
	text-decoration: underline;
	}
	
.clearfix{
	clear:both;
	}

