/* tags */
* {
	margin: 0; padding: 0;
	font-size: 100.01%; }

body {
	font-size: 62.25%; font-family: Arial, sans-serif;
	background: #fff url('../images/bg.jpg') repeat-x; }

a {
	text-decoration: underline;
	color: #000; }

/*a:hover,
a:active {
	color: #f48400;
  text-decoration: none; }*/

td {
	vertical-align: top; }


a img { border: none; }

/* standard classes */
.clearer { clear: both; height: 0px; font-size: 1px }
.clearer img { display: block; height: 0px; }
.w100 { width: 100% }

/* 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 */

.invisible {
  display: none; }
