/*	
   Fuel Industries - Reset Stylesheet
======================================================================*/

html, body, div, 
h1, h2, h3, h4, h5, h6, 
form, legend, textarea, fieldset, 
p, pre, blockquote, 
th, td, tbody, thead, tfoot
{ margin: 0; padding: 0; }	

fieldset { border: none; }
h1, h2, h3, h4, p { text-align: left; }
input, select, textarea, table, td, th { font-family: inherit; text-align: left; }

table    { border-collapse: collapse; border-spacing: 0; } 
img      { border: 0; }
a, label { cursor: pointer; }

/*	clearfix 
----------------------------------- */

.c { clear: both; height: 0; overflow: hidden; visibility: hidden; display: block; }
.clear { display: inline-block; } 
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 