html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}
body {
	background: #fff;
	}
body, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: 135%;
	}
table {
	border-spacing: 0;
	empty-cells: show;
	border-collapse: collapse;
	border: 0px;
	}
td, form {
	margin: 0em;
	padding: 0em;
	border: 0px;
	}
a {
	color: #17377e;
	text-decoration: underline;
	}
a:hover {
	color: #ee3338;
	}
a img {
	border: 0px;
	}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c92b2f;
	padding-left: 4px;
	border: #17377e 1px solid;
	background: #fff;
	}
input {
	border: expression(this.type=='text'||this.type=='password'?'#17377e 1px solid':'0px');
	background: expression(this.type=='checkbox'||this.type=='radio'?'0':'#fff');
	}
.main {
	padding: 16px 10px 20px 10px;
	}
ul {
	padding: 0px;
	margin-left: 20px; 
	}
ul li {
	line-height: 180%;
	list-style-image: url(/pic/li.gif);
	padding: 0px 0px 0px 5px;
	}
h1 {
	font-family: Georgia, Arial, helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 120%;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	color: #17377e;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
	}
.big {
	font-size: 20px;
	font-weight: bold;
	}
.red {
	color: #c92b2f;
	}
.b {
	font-weight: bold;
	}
.s {
	font-size: 11px;
	}
.g {
	color: #a6a6a6;
	}
td.langs, td.langs a {
	color: #fff;
	}
td.langs a:hover {
	color: #d7d7d7;
	}
table.menu {
	width: 100%;
	margin-bottom: 20px;
	}
table.menu td {
	border-bottom: #d7d7d7 1px solid;
	}
table.menu td img {
	margin: 5px 0px;
	}
table.submenu {
	width: 100%;
	height: 80px;
	}
table.submenu td {
	padding: 7px 15px 7px 0px;
	}
table.submenu td a, table.menu td a {
	font-weight: bold;
	text-decoration: none;
	}
ul.prod, ul.shop, ul.logos {
	margin: 0px -10px 0px 0px;
	padding: 0px;
	width: 100%;
	}
ul.prod li, ul.shop li, ul.logos li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0px 20px 25px 0px;
	}
ul.prod li {
	width: 305px;
	height: 250px;
	background: url(/pic/prod_shadow.gif) no-repeat right bottom;
	}
ul.prod li table {
	width: 290px;
	height: 245px;
	}
ul.prod li table td {
	padding-bottom: 10px;
	}
ul.prod li table td p {
	font-size: 10px;
	line-height: 120%;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	}
ul.prod li table td img {
	margin: 0px 15px 0px 0px;
	}
ul.prod li table td a img {
	margin-top: 20px;
	}
ul.prod li table td h2, ul.shop li table td h2 {
	margin: 0px;
	font-size: 14px;
	text-align: center;
	}
ul.shop li table td h2 {
	text-decoration: underline;
	}
table.prod td {
	background: url(/pic/prod1_shadow.gif) no-repeat right bottom;
	}
table.prod td table td {
	background: 0;
	font-size: 11px;
	}
table.prod td table td h2 {
	margin: 0px;
	font-size: 14px;
	text-align: center;
	}
ul.shop li {
	background: url(/pic/shop_shadow.gif) no-repeat right bottom;
	height: 290px;
	width: 290px;
	}
ul.shop li table {
	height: 280px;
	width: 100%;
	}
ul.shop li table td {
	padding: 0px 10px 0px 0px;
	text-align: center;
	}
ul.shop li table td.g {
	text-align: left;
	}
ul.shop li table td table {
	height: 36px;
	width: 100%;
	margin-top: 3px;
	}
ul.shop li table td table td {
	text-align: right;
	}
ul.shop li table td.price {
	text-align: right;
	color: #953735;
	font-weight: bold;
	white-space: nowrap;
	width: 58px;
	padding-right: 10px;
	}
ul.shop li table td p {
	margin: 2px 0px;
	font-size: 11px;
	line-height: 120%;
	}
table.cart th {
	background: #e5e5e5;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 10px;
	text-align: center;
	}
table.cart tr td {
	padding: 5px 20px;
	font-weight: bold;
	border-bottom: #e5e5e5 3px solid;
	}
table.cart tr.no td {
	border: 0px;
	}
table.cart td input {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	}
table.cart td select {
	margin: 2px 10px 2px 0px;
	}
table.forms {
	width: 500px;
	margin-top: 2em;
	}
table.forms td input, table.forms td textarea, table.forms td select {
	margin: 3px 0px;
	}
.selected, .selected td {
	color: #c92b2f;
	}
.unselected, .unselected td {
	color: #003366;
	}
table.book a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	}
table.itable th {
	font-size: 13px;
	font-weight: bold;
	background: #e5e5e5;
	}
table.itable th, table.itable td {
	border: #d7d7d7 1px solid;
	padding: 5px 3px;
	}
table.contact td {
	padding: 3px;
	}
ul.quiz li {
	list-style: none;
	list-style-image: none;
	background: 0;
	}
ul.logos li {
	height: 50px;
	}
#intro {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
	padding: 0px;
	}
#intro table td table {
	background: url(/pic/intro_shadow.png) no-repeat right bottom;
	}
.edel-tonic {
	padding: 16px 10px 20px 10px;
	background: #4885ac;
	border: #1b6895 1px solid;
	}
.edel-tonic h1, .edel-tonic h2, .edel-tonic p, .edel-tonic td, .edel-tonic a, .edel-tonic li {
	color: #fff;
	}
.edel-tonic h3 {
	color: #fff;
	font-size: 13px;
	}
.edel-tonic ul {
	list-style: none;
	margin-left: 0px;
	}
.edel-tonic li {
	list-style: none;
	list-style-image: none;
	background: url(/pic/li_.gif) no-repeat 0px 11px;
	padding-left: 10px;
	}
.edel-tonic span.ac {
	color: #ffffd9;
	font-weight: bold;
	}
table.in td {
	vertical-align: top;
	padding: 5px 5px 5px 0px;
	background: url(/pic/bl.gif) repeat-x top;
	}
table.in td.f {
	width: 20%;
	padding-right: 30px;
	}
table.in td table {
	margin-right: 10px;
	}
table.in td table td {
	background: #fff;
	border: #1b6895 1px solid;
	width: 110px;
	height: 110px;
	vertical-align: middle !important;
	padding: 0px;
	}
#gallery, #gallery ul {
	background: 0;
	}
#gallery ul li {
	background: 0;
	display: inline;
	float: left;
	padding-left: 0px;
	width: 170px;
	height: 128px;
	margin: 0px 10px 10px 0px;
	}
#gallery ul li img {
	border: #17377e 1px solid;
	}
table.skincare td table td {
	padding-bottom: 40px;
	}
table.skincare td table td img {
	margin: 0px 20px 0px 0px;
	}
table.skincare td table td h2 {
	margin-top: 20px;
	}