/*
This code authored by Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

The purpose of a reset file, stated in the words of Yahoo, "removes and neutralizes the
inconsistent default styling of HTML elements, creating a level playing field across
A-grade browsers and providing a sound foundation upon which you can explicitly
declare your intentions." (see http://developer.yahoo.com/yui/reset/)
*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
DIV#bottonbuttons IMG
{
	margin: 0px 10px 0px 0px;
}
.home
{
}
.home
{
	width: 59px;
}
LI .home
{
}
A
{
}
BODY
{
	line-height: 1;
}
OL LI, UL LI
{
	list-style: none;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: separate;
	border-spacing: 0;
}
CAPTION, TH, TD
{
	text-align: left;
	font-weight: normal;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: "";
}
BLOCKQUOTE, Q
{
	quotes: "" "";
}
INPUT:-webkit-autofill
{
	color: #2A2A2A !important;
	text-shadow: 0 0 0 !important;
}
/*
P.I.E. FLOAT CLEARING ----------------------------
See http://www.positioniseverything.net/easyclearing.html
and http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clear:after
{
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clear
{
	display: inline-block;
}
.clear
{
	display: block;
}
@font-face
{
	font-family: Museo;
	src: url(MuseoSans_500.otf);
}
@font-face
{
	font-family: "Eau Sans";
	src: url(eau_sans_book.otf);
}
@font-face
{
	font-family: "Eau Sans Bold";
	src: url(eau_sans_bold.otf);
}
