a {
	background: transparent;
	color: #01016E;
}

a:visited {
	background: transparent;
	color: #960160;
}

a:hover {
	background: #FFFFFF;
	color: #330066;
}

abbr, acronym, .help /* necessary on first instance only */ {
	cursor: help; /* doesn't work in Opera 5/6 */
}

address /* block element contains contact info */ {
	margin: 1em 2em;
}

address, caption, dd, dt, label, legend, li, p, textarea {
	font: 1em/1.3em Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

blockquote /* encloses quoted information */ {
	margin: 1.5em;
}

body {
	background: url(../images/essence.jpg) #BB7FB5 repeat-x;
	color: #000000;
	font-size: 100%;
}

body, div, html, img, .nomargin {
	border: 0;
	margin: 0;
	padding: 0;
}

br {
	clear: both;
}

code {
	background: #FAF5FB;
	color: #000000;
	display: block; /* normally an inline element */
	font: 1em/1.3em "Courier New", Courier, monospace;
	margin: 1.5em 3em;
	padding: .5em;
}

dd, dt {
	margin: 1em;
}

dt, strong, th {
	font-weight: bold;
}

em {
	font-style: italic;
}

fieldset /* encloses 'input' in forms */ {
	border: 2px solid #BB7FB5;
	margin: 1em 2em;
	padding: .2em 2em .5em 2em;
}

font /* WTF?! */ {
	background: #FF0000;
	color: #00FFFF;
	margin: 0 3em;
}

form {
	z-index: 255;
}

h1 {
	font-size: 1.5em;
	margin: .5em;
}

h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: #960160;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	margin: .6em;
}

h3 {
	font-size: 1.3em;
	margin: .7em;
}

h4 {
	font-size: 1.2em;
	margin: .8em;
}

h5 {
	font-size: 1.1em;
	margin: .9em;
}

h6 {
	font-size: 1em;
	margin: 1em;
}

hr {
	background: #BB7FB5;
	border: 0;
	color: #BB7FB5;
	height: 4px;
	margin: 0 1em;
}

input {
	font: .8em/1em Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

input, textarea /* form elements -- add 'select' and 'option'? */ {
	background: #FFFFFF; /* color inside box */
	border: 1px outset #960160; /* play with this? */
	color: #000000; /* text color */
	padding: .2em;
}

legend /* caption for forms */ {
	padding: 0 .5em;
	text-align: left;
}

ol {
	list-style: upper-roman;
}

ol li {
	margin: 1em 2em;
}

p {
	margin: 1em;
}

pre {
	font: 1em monospace;
	margin: 1.3em;
	white-space: pre; /* use white-space to control text wrapping */
}

td {
	vertical-align: top;
}

ul {
	list-style-image: url(../images/bullet.gif);
	vertical-align: middle;
}

ul li /*necessary for IE */ {
	margin: 0 1em;
}

.absolute {
	position: absolute;
}

.box {
	border: 2px solid #960160;
	margin:1em;
}

.hidden {
	display:none;
}

.center {
	text-align: center;
}

.essence {
	background: transparent;
	color: #960160;
	font-weight: bold;
	border:#960160;
}

.float-left /* floats don't work on IE/Mac */ {
	clear: left;
	float: left;
	text-align: left;
}

.float-right /* floats don't work on IE/Mac */ {
	clear: right;
	float: right;
	text-align: right;
}

.print {
	display: none;
}

.quote /* testimonial */ {
	background: #FFFFFF;
	border: 2px solid #960160;
	color: #000000;
	margin: .5em;
	width: auto; /* makes it fill the available space */
}

.quote p {
	margin: .5em;
}

.redbold {
	background: transparent;
	color: #FF0000;
	font-weight: bold;
}

.relative {
	clear: both;
	position: relative;
	width: auto; /* makes it fill the available space */
}

.right {
	text-align: right;
}

.small-center {
	font-size: .8em;
	line-height: 1em;
	margin: .5em 1.5em;
	text-align: center;
}

.small-left {
	font-size: .8em;
	line-height: 1em;
	margin: .5em 1.5em;
	text-align: left;
}

.small-right {
	font-size: .8em;
	line-height: 1em;
	margin: .5em 1.5em;
	text-align: right;
}

.sm-ctr200 {
	font-size: .8em;
	line-height: 1em;
	margin: 10px;
	text-align: center;
	width: 220px;
}

.subtext p {
	font-size: .9em;
}

.zone {
	background: transparent;
	border: 0;
	color: #960160;
}

#appointment {
	width: 30em;
}

#bright-wings /* company logo */ {
	background: url(../images/bright-wings.jpg) no-repeat top right;
	height: 100px;
	right: 20px;
	top: 0;
	width: 200px;
}

#footer {
	background: transparent;
	border-top: 3px solid #330066;
	color: #CCCCCC;
	height: 3em; /* IE doesn't get it right without a height specified */
}

#footer-center {
	height: 3em; /* IE doesn't get it right without a height specified */
	left: 30%;
	position: absolute;
	right: 30%;
	width: 40%;
}

#footer-left {
	height: 3em; /* IE doesn't get it right without a height specified */
	left: 0;
	position: absolute;
	width: 29%;
}

#footer-right {
	height: 3em; /* IE doesn't get it right without a height specified */
	position: absolute;
	right: 0;
	width: 29%;
}

#header {
	background: url(../images/flower.jpg) no-repeat top left;
	border-bottom: 5px solid #330066;
	height: 135px; /* IE gets this wrong; includes border in calculation */
}

#madsci a {
	margin: 0;
	padding: .3em;
}

#madsci a:hover {
	background: #CD9EC8;
	color: #000000;
}

#meds /* seperator */ {
	background: #BB7FB5;
	color: #BB7FB5;
	width: 2%;
}

#menu /* contains #nav */ {
	height: 20px;
	right: 2%;
	text-align: center;
	top: 112px;
	z-index: 245;
}

#nav {
	list-style: none;
	margin: 0;
}

#nav a {
	background: #E7D4E7;
	border-top: 1px solid #BB7FB5;
	color: #01016E;
	padding: .2em .5em;
}

#nav a:visited {
	background: #E7D4E7;
	color: #960160;
}

#nav a:hover {
	background: #FAF5FB;
	color: #330066;
}

#nav li {
	display: inline;
	font-weight: bold;
	margin: 0;
}

#pet /* left column */ {
	width: 20%;
}

#pet li {
	margin: 1em .5em 1em -.5em;
}

#signup {
	margin: 0;
	text-align: center;
	width: 30em;
}

#skip {
	height: 1em;
	left: 1em;
	top: .5em;
	width: 6em;
	z-index: 250;
}

#skip a {
	background: transparent;
	color: #333333;
	font-size: .8em;
	padding: .2em;
}

#skip a:hover {
	background: #FAF5FB;
	color: #000000;
}

#supply /* content */ {
	width: 60%;
}

#therapy /* layout table */ {
	background: #FAF5FB;
	color: #000000;
	margin: 2% 1% 2% 2%;
}

.top {
	background: transparent url(../images/up.gif) no-repeat;
	color: #156F7A;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 0.3em;
	padding-left: 20px;
}

#xmar {
	margin-left: 5em;
}
