@charset "utf-8";

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;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	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: "" "";
}


/******************************************************************************************************/


/* Menu System */
#navigation {
	list-style: none;
	height: 53px;
	margin:0px;	
	padding:0px 32px 0px 0px;
}
#navigation li {
	float: right;
}
#navigation a * {
	display: none;
}
#navigation .highlight a {
	cursor:default;
}
#navigation a, #navigation a .hover {
	height: 50px;
	display: block;
	background: url(http://drflowersmcat.com/drf_files/images/menu.jpg) 0 0 no-repeat;
}
#navigation a.home {
	background-position: 0 0;
	width: 124px;	
}
#navigation a.home:hover, #navigation .highlight a.home {
	background-position: 0px -50px;
}
#navigation a.about {
	background-position: -124px 0px;
	width: 123px;
}
#navigation a.about:hover, #navigation .highlight a.about {
	background-position: -124px -50px;
}





