﻿/*
********************************
			BODY
********************************
*/
body {
	background-color: #f5efd8;
	background-image: url(../Images/Design/flower_bg.jpg);
	background-repeat: no-repeat;
	background-position: 360px 150px;
	background-attachment: fixed;
}
/*
********************************
			MAIN DIV`s
********************************
*/
#Main {
	padding: 0px;
	height: auto;
	width: 647px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: absolute;
	left: 30px;
	top: 0px;
}
/*
********************************
			HEADER
********************************
*/
#Header {
	padding: 0px;
	float: left;
	height: 110px;
	width: 647px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../Images/Design/lang.gif);
	background-repeat: no-repeat;
	background-position: 30px top;
}
#Lang {
	padding: 0px;
	height: 20px;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: absolute;
	left: 50px;
	top: 50px;
}

#Logo {
	background-image: url(../Images/Design/logo.gif);
	background-repeat: no-repeat;
	padding: 0px;
	float: right;
	height: 70px;
	width: 237px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	top: 25px;
	right: 5px;
}
/*
********************************
			CONTENT
********************************
*/
#Content {
	padding: 0px;
	float: left;
	height: auto;
	width: 647px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}
#LeftContent {
	padding: 0px;
	float: left;
	height: 360px;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}
#LeftContentTop {
	background-image: url(../Images/Design/activator_top.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 20px;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	float: left;
}
#LeftContentBody {
	padding: 0px;
	float: left;
	height: 320px;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../Images/Design/activator_body.png);
	background-repeat: repeat-y;
}
*html #LeftContentBody {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../Images/Design/activator_body.png');
}
#Menu {
	padding: 0px;
	float: left;
	height: 220px;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
}
#Menu table {
	width: 180px;
	height: 180px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e4;
}
.MenuLink {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e4;
	height: 22px;
	width: 180px;
}
.MenuLinkActive {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	height: 22px;
	width: 180px;
	background-color: #f4eeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e6e4;
	border-left-color: #e6e6e4;
}
.MenuLink a {
	cursor: pointer;
	width: 168px;
	height: 22px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.MenuLinkActive a {
	cursor: pointer;
	width: 168px;
	height: 22px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.MenuLink a:hover {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7a2e34;
}
#LeftContentLogo {
	background-image: url(../Images/Design/dermatology_logo.gif);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	height: 61px;
	width: 63px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	left: 60px;
	top: 30px;
}
#LeftContentBottom {
	background-image: url(../Images/Design/activator_footer.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding: 0px;
	height: 20px;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	float: left;
}
*html #LeftContentBottom {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../Images/Design/activator_footer.png');
}
#RightContent {
	padding: 0px;
	float: right;
	height: auto;
	width: 455px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../Images/Design/marbo_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#RightContentBody {
	background-image: url(../Images/Design/marbo_body.png);
	background-repeat: repeat-y;
	padding: 20px 0px 0px;
	height: auto;
	width: 455px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	float: left;
	top: 20px;
}
*html #RightContentBody {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../Images/Design/marbo_body.png');
}
#RightContentBottom {
	background-image: url(../Images/Design/marbo_footer.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 20px;
	width: 455px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	float: left;
	top: -26px;
}
*html #RightContentBottom {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../Images/Design/marbo_footer.png');
}
#RightContentFooter {
	background-image: url(../Images/Design/footer.gif);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	height: 46px;
	width: 455px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
}
#ingredients {
	background-image: url(../Images/Design/INGREDIENTS.gif);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	height: 450px;
	width: 362px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	left: 45px;
	background-position: left bottom;
}
#RightContentHeader {
	padding: 0px;
	float: left;
	height: auto;
	width: 455px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}
#RightContentHeaderText {
	padding: 0px;
	height: auto;
	width: 455px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	float: left;
}

#RightContentHeaderText hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 450px;
	position: relative;
}
#Marbo {
	background-image: url(../Images/Design/marbo.gif);
	background-repeat: no-repeat;
	padding: 0px;
	float: right;
	height: 145px;
	width: 76px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	top: 25px;
	right: 35px;
}
#MarboBottle {
	background-image: url(../Images/Design/marbo_bottle.gif);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	height: 175px;
	width: 61px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	left: 40px;
	background-position: left center;
	top: 35px;
}
#RightContentClear {
	clear: both;
}
.Line {
	background-image: url(../Images/Design/line.gif);
	background-repeat: repeat-x;
	padding: 0px;
	float: left;
	height: 1px;
	width: 425px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	left: 15px;
}
.pFullText{
	margin: 15px 0px 0px;
	padding: 0px;
	float: left;
	width: 420px;
	position: relative;
	left: 15px;
}
.pContactText {
	margin: 15px 0px 0px;
	padding: 0px;
	float: left;
	width: 180px;
	position: relative;
	left: 15px;
}	
.Testimonies {
	padding: 0px;
	float: left;
	height: auto;
	width: 425px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	left: 15px;
	top: 15px;
}
.TestPicLeft {
	padding: 7px 0px 0px 1px;
	float: left;
	height: 102px;
	width: 182px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	left: 10px;
	background-image: url(../Images/Design/marbo_pic.gif);
	background-repeat: no-repeat;
	text-align: center;
}
.TestPicRight {
	padding: 7px 0px 0px 1px;
	float: right;
	height: 102px;
	width: 182px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	right: 10px;
	background-image: url(../Images/Design/marbo_pic.gif);
	background-repeat: no-repeat;
	text-align: center;
}
#ContactLeft {
	padding: 0px;
	float: left;
	height: 100px;
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	left: 20px;
	top: 20px;
	background-image: url(../Images/Design/world.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#ContactRight {
	padding: 0px;
	float: right;
	height: auto;
	width: 240px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	right: 15px;
	top: 15px;
}
.TestInfo {
	padding: 20px 0px 30px;
	clear: both;
	float: left;
	height: auto;
	width: 425px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}
.TestInfo table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
	margin: 0px;
	padding: 0px;
	width: 425px;
}
.testInfoMain {
	background-color: #7a2e34;
	height: 20px;
	padding-left: 5px;
}
.testInfoLeft {
	width: 35%;
	padding: 5px 0px 5px 5px;
}
.testInfoRight {
	width: 65%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
