/* 
   Fuel Industries - Main Stylesheet
======================================================================*/


html, body { background-color: #dddab1; width: 100%; height: 100%; text-align: center; margin:0; padding:0; }
body, input, select, th, td, textarea { font-size: 12px; font-family: Arial, Sans-Serif; color: #4b4b4b; }

a        { color: #000000; }
a:hover  { color: #000000; }
a:active { outline: none;  }

/*global ----------------------------------- */

.hide { display: none; }
.show { display: block; }
.padding { padding: 10px; display: block; }
.debug { display: block; color: white; background-color: black; white-space:pre; font-size:10px;}

/*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; } 

#flash { width: 1024px; }
#legal { color: #fff; text-align: right; font-size: 11px; }
#legal a { color: #34b233; text-decoration: none;  }
#legal a:hover { color: #006643; text-decoration: none;  }
