
/* CSS RESET */
/* ---------------------------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, ol, ul, li, form, table, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

/* GENERAL */
/* ---------------------------------------------------------------------------------------------------*/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
	font-size: 12px;
	line-height: 23px;
	background:url(../images/backgrounds/general.jpg) repeat-x top fixed #fff;
}

p {
	margin-bottom: 10px;
}

#container {
	background:url(../images/backgrounds/container.jpg) repeat-y;
	width: 968px;
	margin: 0 auto;
	overflow: hidden;
	border-left: 1px solid #282320;
	border-right: 1px solid #282320;
}

a{
	text-decoration: underline;
	color: #36292a;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

/* HEADER */
/* ---------------------------------------------------------------------------------------------------*/

#header {
	width: 970px;
	height: 301px;
	font-size: 15px;
	margin: 60px auto 0 auto;
}

.logo {
	margin-top: 40px;
	margin-left: 50px;
	float: left;
}

/* CONTENT */
/* ---------------------------------------------------------------------------------------------------*/

#mainmenu {
	height: 30px;
	width: 970px;
	background: url(../images/backgrounds/mainmenu.jpg) repeat-x;
	margin: 0 auto;
	padding-top: 7px;
}

#mainmenu ul {
	list-style-type: none;
	margin-left: 145px;
}

#mainmenu li {
	float: left;
	margin-right: 50px;
}

#mainmenu a{
	color: #eee3c9;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu a:hover{
	color: #b59c73;
}

/* COLUMN RIGHT */
/* ---------------------------------------------------------------------------------------------------*/

#column-right {
	float: right;
	width: 700px;
	margin-right: 15px;
	margin-top: 25px;
}

#column-right ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 25px;
}

#column-right ol {
	margin-left: 20px;
	margin-bottom: 25px;
}

#column-right li {
	margin-bottom: 2px;
}

#contents {
	float: right;
	width: 170px;
	height:217px;
	background: url(../images/backgrounds/contents.jpg) no-repeat #333;
	padding: 10px;
	margin: 10px 0 10px 10px;
	color: #efe6d0;
	text-decoration: none;
}

#contents ol {
	padding: 0;
	margin-left: 20px;
}

#contents li {
	padding: 0;
	margin: 0;
}

#contents a {
	font-weight: normal;
	color: #efe6d0;
}

/* LEFT COLUMN/
/* ---------------------------------------------------------------------------------------------------*/

#column-left {
	float: left;
	width: 226px;
	color: #efe6d0;
}

#column-left ul {
	list-style-type: none;
}

#submenu-top {
	background: url(../images/backgrounds/sub-top.jpg) no-repeat #312728;
	overflow: hidden;
	width: 211px;
	margin-left: 15px;
	margin-top: 15px;
}

#submenu-bottom {
	background: url(../images/backgrounds/sub-bottom.jpg) bottom no-repeat;
	overflow: hidden;
	width: 191px;
	padding: 10px;
	padding-bottom: 50px;
	color: #efe6d0;
	font-weight: bold;
}

#submenu-bottom a {
	text-decoration: none;
	color: #efe6d0;
	font-weight: normal
}

#submenu-bottom a:hover {
	text-decoration: underline;
	color: #efe6d0;
}

#submenu-bottom li {
	margin-bottom:10px;

}

#tier_skincare, #tier_spa, #tier_beauty, #tier_male, #tier_inject, #tier_ipl{
	display: none;
}

#tier_skincare li, #tier_spa li, #tier_beauty li, #tier_male li, #tier_inject li, #tier_ipl li{
	padding-left:14px;
	line-height: 15px;
	font-size: 11px;
	background: url(../images/backgrounds/bullet.png) no-repeat top left;
}


#tier_skincare li a, #tier_spa li a, #tier_beauty li a, #tier_male li a, #tier_inject li a, , #tier_ipl li a{
	color: #b29f7c;
}


/* FOOTER */
/* ---------------------------------------------------------------------------------------------------*/

#footer {
	background: transparent url(../images/backgrounds/footer.png) top no-repeat;
	width: 970px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto 20px auto;
	padding-top: 26px;
	color: #282320;
	font-size: 11px;
}

.company-number{
	float: right;
	text-align: right;
	line-height: 15px;
}

/* STYLES */
/* ---------------------------------------------------------------------------------------------------*/

.active {
	font-weight: bold;
	text-decoration: none;
}

.line-break{
	height: 30px;
	border-bottom: 1px solid #282320;
	margin-bottom: 30px;
	clear: right;
}

.float-right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 3px solid #af9b87;
	padding: 5px;
}

.float-right-borderless{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.image-wide{
	margin: 10px 0;
	border: 3px solid #af9b87;
	padding: 5px;
}

.alert{
	background: #302b2a;
	padding: 10px;
	color: #efe6d0;
	font-weight: bold;
	margin: 30px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* HEADERS */
/* ---------------------------------------------------------------------------------------------------*/

/*section name*/
h1 {
	color: #000;
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	text-transform:capitalize;
}

/*left menu header*/
h2 {
	color: #efe6d0;
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 10px;
	text-transform:capitalize;
}

/*sub header. e.g. faq's*/
h3 {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform:capitalize;
}

.text-beige{
	color: #efe6d0;
}

/*sub sub header*/
h4 {
	font-weight: bold;
	margin: 0px;
	text-transform:capitalize;
	font-size: 13px;
}
.offer{color:#C00}

/* PHONE BACK */
/* ---------------------------------------------------------------------------------------------------*/

#callback-top {
	background: url(../images/backgrounds/sub-top.jpg) no-repeat #312728;
	width: 211px;
	margin-left: 15px;
	margin-top: 15px;
	overflow: hidden;
}

#callback-bottom {
	background: url(../images/backgrounds/sub-bottom.jpg) bottom no-repeat;
	overflow: hidden;
	width: 191px;
	padding: 10px;
	padding-bottom: 50px;
	color: #d4c5a8;
}

label {
	font-size:90%;
	display:block;
	float:left;
	color:#ffd;
	font-weight:bold;
	padding:5px 0px;
}

.text-input {
	width: 183px;
	height: 20px;
	margin-bottom: 10px;
	margin-left: -2px;
	border: none;
	padding: 3px 0 0 5px;
	background:url(../images/backgrounds/input-field.jpg) transparent;
}

#submitinput {
	padding:3px 6px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 background:#d7caaf;
	border: none;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

#submitinput:hover {
	background:#b6a788;
	cursor: pointer;
}

#error, #badserver,#success{
	display:none;
	font-weight:bold;
}

/* BEFORE / AFTER */
/* ---------------------------------------------------------------------------------------------------*/

.before{
	width: 150px;
	border: 1px solid #000;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	float: left;
	margin-right:20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.before-text{
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.before-right{
	width: 150px;
	border: 1px solid #000;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	float: right;
	margin-left:20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

/* VIDEO */
/* ---------------------------------------------------------------------------------------------------*/

#flvplayer{
	border-style: 1px solid #333;
}

/* TABLES*/
/* ---------------------------------------------------------------------------------------------------*/

table{
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 11px;
	background: #cfc2a8;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 17px;
}

thead tr{
	font-weight: bold;
	color: #FFF;
	background: #282222;
}

td{
	border-bottom: 1px solid #FFF;
}