html, body, div, span, h1, h2, h3, p, a, em, img, strong, sub, sup, ul, li, fieldset, form, label, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	background: white;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #666;
}
body {
	background: repeat-x url(../img/bgr.jpg);
	background-position: center 146px;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #666;
}
h1 {
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 18px;
	color: #666;
}
a {
	color: #0e3ecf;
	outline: none;
}

/* ID's - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#center {
	margin: 0 auto 0 -455px;
	width: 910px;
	position: relative;
	left: 50%;
	display: block;
}
#content {
	width: 910px;
}
#header {
	height: 146px;
}
#logo {
	margin: 25px 0 0 50px;
	float: left;
}
#menu {
	float: right;
	width: 445px;
	margin-right: 40px;
}
#menu a {
	height: 146px;
	line-height: 146px;
	display: block;
	margin: 0 2px;
	width: 140px;
	float: left;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: white;
	background: repeat-x url(../img/menu.gif);
	background-position: 0 5px;
}
#menu a.current {
	font-size: 18px;
	background: repeat-x url(../img/menu-current.gif);
	background-position: 0 5px;
}
#main {
	background: no-repeat url(../img/main.gif);
	background-position: center 26px;
	padding: 75px 40px 0;
}
#main p {
	margin: 10px 0;
}
#footer {
	text-align: center;
	padding: 25px 0;
}
#footer p {
	color: #999;
}
#products {
	background: no-repeat url(../img/products-bgr.gif);
	background-position: center 26px;
}
#productColumns {
	width: 890px;
	height: 536px;
	margin: 26px 10px 20px 10px;
}
#productColumns td {
	vertical-align: top;
	width: 296px;
}
#productColumns td.blank {
	width: 1px;
	padding: 0;
}
#productColumns a {
	width: 286px;
	height: 500px;
	display: block;
	overflow: hidden;
	margin: 5px;
	text-align: center;
}
#dolphin a {
	background: center 336px no-repeat url(../img/bottom-dolphin.gif);
}
#dolphin a:hover {
	background: center 336px no-repeat url(../img/bottom-dolphin-on.gif);
}
#breathing a {
	background: center 336px no-repeat url(../img/bottom-breathing.gif);
}
#breathing a:hover {
	background: center 336px no-repeat url(../img/bottom-breathing-on.gif);
}
#aromaslo a {
	background: center 336px no-repeat url(../img/bottom-aromaslo.gif);
}
#aromaslo a:hover {
	background: center 336px no-repeat url(../img/bottom-aromaslo-on.gif);
}
#productColumns a span {
	line-height: 20px;
}
#floatText {
	float: right;
	width: 530px;
}
#photo {
	float: left;
	height: 409px;
	width: 263px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#photo img {  
	top: 0;
	left: 0;
}
#main iframe {
	float: left;
	border: 1px solid #ccc;
}
#contactText {
	float: right;
	width: 330px;
}
#eX {
	display: none;
}
#medPost {
	height: 255px;
	width: 910px;
	background: no-repeat url(../img/med-post.jpg);
	overflow: hidden;
}
#medPost a {
	display: block;
	/*padding: 120px 30px 0 557px;*/
	color: #666;
	text-decoration: none;
	height: 255px;
	width: 910px;
}
#href {
	margin: 120px 30px 0 557px;
	display: block;
}
#hrefDecoration {
	color: #0e3ecf;
	text-decoration: underline;
}
#office {
	margin: 50px 30px 0;
	width: 840px;
}
#office p {
	margin: 0 0 10px 0;
}
#feedback {
	margin-top: 10px;
}
#feedback p {
	margin: 0;
}
#feedback input, textarea {
	border: 1px solid #ccc;
	margin: 0;
	width: 300px;
	margin-bottom: 10px;
	padding: 3px 0 0 5px;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #666;
}
#feedback input {
	height: 25px;
}
#feedback textarea {
	height: 105px;
}
#form #script_on, #form #script_off {
	width: 150px;
	height: 28px;
	background: repeat-x url(../img/menu.gif);
	background-position: 50% 50%;
	color: white;
	border: 0;
	background-color: #0099dc;
}
#threeTd td{
	width: 280px;
}

#script_on, #loading {
	display: none;
}

/* Classes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.topImg {
	margin: 42px 0 80px;
}
.none {
	display: none;
}