@charset "utf-8";
/* Barwon Water CLASSES.CSS */
/* Author: Mateusz Michalik (Rodeo) */
/* Description: All CSS classes and helpers here */
/* Version: 090811 */

/***** HELPERS *****/
.text_indent {
	text-indent:-999em;
}
sub { vertical-align: sub; vertical-align: text-bottom; font-size: 0.6em; line-height:0.7em; }
sup { vertical-align: super; vertical-align: text-top; font-size: 0.6em; line-height:0.7em; }
.fl { float: left; }
.fr { float: right; }
.al { text-align: left; }
.ar { text-align: right; }
.autoWidth { width: auto; }
.no_decoration {
	text-decoration:none;
}
.bigger, .large { font-size: 1.25em; }
.normal, .medium { font-size: 1em; }
.smaller, .small { font-size: 0.85em; }
.emergency { color: #FF0000; }
.skipLink { position: absolute; top: 50px; left: -999em; z-index: 2; }
.skipLink:active, .skipLink:focus, .skipLink:hover { display:inline; left: 200px; color: #FFF; background-color: #000; padding: 5px; font-weight: bold; }

.clear {
	clear:both;
}
