* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}
:link,:visited {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}
p {
	margin: 0 0 1em;
}
h1, h2, h3, h4, h5, h6, p {
	position: relative;
}
ul,ol {
	list-style: none;
}
a img,:link img,:visited img {
	border: 0;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
.hide {
	display: none;
}
.clearit {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.centerit {
	text-align: center;
}



/*-----------------------clearfix--------------------*/



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



/*---------------------------------------------------------------------------------------------------------
Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html
-----------------------------------------------------------------------------------------------------------*/



.replace { 
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ overflow: hidden; /* */ 
} 
.replace span {
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

/*Example HTML - all elements that require replacement use the .replace class then
set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span
{ 
	height:100px; 
	width:300px; 
	background-image: url(http://itdepartmentuk.com/css/head.png); 
} 
*/