/* BONDART.CO.UK
Mass reset CSS doc to remove inconsistencies in the default display across different browsers
----------------------------------------------------------*/

  html, body, h1, h2 ,h3, h4, h5, h6, p, blockquote, ul, ol, li, dl, dd, dt, form, fieldset, input, address, pre, th, td {
    margin: 0;
	padding: 0;
	}
	
  fieldset, img, a, iframe{
    border: 0;
	}
	
  h1, h2 ,h3, h4, h5, h6, input, select, textarea {
    font-size: 100%;
	}

  table{
    border-collapse: collapse;
	border-spacing: 0;
	}
	
  ol, ul{
    list-style: none;
	}
	
  