body {
	background: #CCCCCC url(../images/bg.png) repeat-y center top;
	color: #666666;
	padding: 0;
	margin: 0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#0c98c3;
	text-decoration:underline;
	font-weight:normal;
	margin-top:7px;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	padding:0;

}

.aesthetic_header{
	color:#9f7cba;

}

.comingsoon ul {
	z-index:100;
	list-style-type: disc;
}

.comingsoon ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.ls_aesthetic_medical{
	background:url(../images/nav_left_aesthetic_medicine.png) #FFFFFF no-repeat;
	width:199px;
	height:97px;
}

.ls_aesthetic_medical:hover{
	background:url(../images/nav_left_aesthetic_medicine_hover.png) #FFFFFF no-repeat;
	width:199px;
	height:97px;
}

.ls_skin_care{
	background:url(../images/nav_left_skin_care_therapy.png) #FFFFFF no-repeat;
	width:199px;
	height:69px;
}

.ls_skin_care:hover{
	background:url(../images/nav_left_skin_care_therapy_hover.png) #FFFFFF no-repeat;
	width:199px;
	height:69px;
}

.ls_slimming_therapy{
	background:url(../images/nav_left_slimming_therapy.png) #FFFFFF no-repeat;
	width:199px;
	height:69px;
}

.ls_slimming_therapy:hover{
	background:url(../images/nav_left_slimming_therapy_hover.png) #FFFFFF no-repeat;
	width:199px;
	height:69px;
}

.ls_aesthetic_medical_training{
	background:url(../images/nav_left_aesthetic_medical_training.png) #FFFFFF no-repeat;
	width:199px;
	height:97px;
}

.ls_aesthetic_medical_training:hover{
	background:url(../images/nav_left_aesthetic_medical_training_hover.png) #FFFFFF no-repeat;
	width:199px;
	height:97px;
}
	
/* HORIZONTAL NAVIGATION MENU */
.menu {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/nav_bg.png) #FFFFFF no-repeat;
	width:800px;
	height:40px;
}

.menu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.menu ul li {
	position: relative;
	display: inline;
	float:left;
}

/*Top level menu link items style*/
.menu ul li a {
	display: block;
	margin-left:14px;
	color: white;
	padding: 11px 0px;
	color: #999999;
	text-decoration: none;
}

* html .menu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.menu ul li a:link, .menu ul li a:visited {
	color: #0c98c3; /*Colour of text*/
	padding-left:20px;
	padding-top:12px;
	
}

.menu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: none; 
	color: blue; /*Colour of text*/
}

.menu ul li a:hover {
	color: #134c64;
}
	
/*1st sub level menu*/
.menu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background-color:#9fc4e2;
	margin-left:30px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li {
	display:list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul {
	top: 0;
	margin-left:0px;
}

/* Sub level menu links style */
.menu ul li ul li a {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	width: 180px; /*width of sub menus*/
	padding: 5px 5px 12px;
	margin-left: 0px;
	border-top-width: 0;
	border-bottom: 1px solid #0c98c3;
}

/* Holly Hack for IE \*/
* html .menu {height:1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 15px;
	right: 5px;
}

.rightarrowclass {
	position: absolute;
	top: 11px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #dbe9f7;
}

.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}

/* MAIN CONTAINERS */

.maincontainer {
	border: #bfdbf0 solid 2px;
	padding:0 0 0 0;
}

/* AESTHETIC MEDICINE */
		.aesthetic_medicine_container {
	border: #ECF3FB solid 2px;
	background-color: #ECF3FB;
		}
		.aesthetic_medicine_container .outer_frame_top {
			background:url(../images/aesthetic_medicine_bg/2.png) repeat-x;
		}
		.aesthetic_medicine_container .outer_frame_left {
			background:url(../images/aesthetic_medicine_bg/4.png) repeat-y;
		}
		.aesthetic_medicine_container .outer_frame_right {
			background:url(../images/aesthetic_medicine_bg/5.png) repeat-y;
		}
		.aesthetic_medicine_container .outer_frame_bottom {
			background:url(../images/aesthetic_medicine_bg/10.png) repeat-x;
		}
		.aesthetic_medicine_container .outer_frame_middle {
			background:url(../images/aesthetic_medicine_bg/7.png) repeat-x;
		}
		/* AESTHETIC MEDICINE PAGE */
				.aesthetic_medicine  {
					font-family: Verdana, Arial, Helvetica, sans-serif;
				}
				
				.aesthetic_medicine .heading  {
					font-size: 17px;
					text-decoration: underline;
					color: #134c64;
				}
				
				.aesthetic_medicine .description  {
					font-size: 11px;
					color: #387fb6;
				}
				
				.aesthetic_medicine .product  {
	font-size: 10px;
	color: #0099CC;
				}
				
				.aesthetic_medicine .price  {
	font-size: 10px;
	color: #0066CC;
	text-align:right;
				}

/* SKIN CARE THERAPY */
		.skin_care_therapy_container {
	border: #F5E8E4 solid 2px;
	background-color: #F5E8E4;
		}
		.skin_care_therapy_container .outer_frame_top {
			background:url(../images/skin_care_therapy_bg/2.png) repeat-x;
		}
		.skin_care_therapy_container .outer_frame_left {
			background:url(../images/skin_care_therapy_bg/4.png) repeat-y;
		}
		.skin_care_therapy_container .outer_frame_right {
			background:url(../images/skin_care_therapy_bg/5.png) repeat-y;
		}
		.skin_care_therapy_container .outer_frame_bottom {
			background:url(../images/skin_care_therapy_bg/10.png) repeat-x;
		}
		.skin_care_therapy_container .outer_frame_middle {
			background:url(../images/skin_care_therapy_bg/7.png) repeat-x;
		}
		/* AESTHETIC MEDICINE PAGE */
				.skin_care_therapy  {
					font-family: Verdana, Arial, Helvetica, sans-serif;
				}
				
				.skin_care_therapy .heading  {
					font-size: 17px;
					text-decoration: underline;
					color: #9d715a;
				}
				
				.skin_care_therapy .description  {
					font-size: 11px;
					color: #666666;
				}
				
				.skin_care_therapy .product  {
	font-size: 10px;
	color: #996600;
				}
				
				.skin_care_therapy .price  {
	font-size: 10px;
	color: #663300;
	text-align:right;
				}

/* SLIMMING THERAPY */
		.slimming_therapy_container {
	border: #E9FCD0 solid 2px;
	background-color: #E9FCD0;
		}
		.slimming_therapy_container .outer_frame_top {
			background:url(../images/slimming_therapy_bg/2.png) repeat-x;
		}
		.slimming_therapy_container .outer_frame_left {
			background:url(../images/slimming_therapy_bg/4.png) repeat-y;
		}
		.slimming_therapy_container .outer_frame_right {
			background:url(../images/slimming_therapy_bg/5.png) repeat-y;
		}
		.slimming_therapy_container .outer_frame_bottom {
			background:url(../images/slimming_therapy_bg/10.png) repeat-x;
		}
		.slimming_therapy_container .outer_frame_middle {
			background:url(../images/slimming_therapy_bg/7.png) repeat-x;
		}
		/* SLIMMING THERAPY PAGE */
				.slimming_therapy  {
					font-family: Verdana, Arial, Helvetica, sans-serif;
				}
				
				.slimming_therapy .heading  {
	font-size: 17px;
	text-decoration: underline;
	color: #005F2E;
				}
				
				.slimming_therapy .description  {
					font-size: 11px;
					color: #666666;
				}
				
				.slimming_therapy .product  {
	font-size: 10px;
	color: #009933;
				}
				
				.slimming_therapy .price  {
	font-size: 10px;
	color: #006633;
	text-align:right;
				}

/* AESTHETIC MEDICAL TRAINING */
		.aesthetic_medical_training_container {
	border: #9f7cba solid 2px;
	background-color: #f9e5fc;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}

.aesthetic_medical_training_container fieldset{
	margin-left:8px;
	margin-right:8px;
	border-color:#9f7cba;
	text-align:center;
	}

.aesthetic_medical_training_container legend{
	color:#9f7cba;
	font-weight:bold;
	font-size:13px;
	}
	
.aesthetic_medical_training_container a{
	font-size:12px;
	}
		
.training_heading {
		font-size: 17px;
        text-decoration: underline;
		color: #134c64;
}

.training .heading  {
					font-size: 17px;
					text-decoration: underline;
					color: #9d715a;
}
				
.training .description  {
					font-size: 11px;
					color: #666666;
}
				
				
				
				
/* ADVERT */
.advert {
	padding-left:6px;
	padding-top:1px;
	width: 153px;
	height:153px;
}

.advert3 {
	background: #FFFFFF url(../images/advert2.png) no-repeat top;
	width: 153px;
	height: 266px;
}

/* FOOTER */

.footer {
	background: #FFFFFF url(../images/footer.png);
	width: 800px;
	height: 46px;
	margin-top: 10px;
}

.footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-top: 5px;
	text-align: center;
}

.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-top: 5px;
	text-align: center;
	text-decoration:none;
}

.footer a:hover {
	color:#000000;
	text-decoration:underline;
}

.text1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #666666;
	padding: 0px 10px 10px 10px;
	text-align: left;
}

.text2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #CC0000;
	padding: 0px 10px 10px 10px;
	text-align: left;
	margin-top:-10px;
}

.text3 {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color: #666666;
	text-align: left;
}

.text4 {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color: #666666;
	text-align: left;
	margin-right:10px;
}

.text5 {
	font-family:Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #0000FF;
	text-align: left;
	padding: 0px 10px 10px 10px;
}

.list-text1{
	font-size:12px;
	color:#CC0000;
	list-style-type:square;
	text-align:left;
	margin-top:-10px;
	}

.form-label{
	font-size:11px;
	text-decoration:none;
	margin-bottom:8px;
	font-weight:normal;
}

.form-label2{
	font-size:11px;
	text-decoration:none;
	margin-bottom:8px;
	font-weight:normal;
	color:#000000;
}

.contact_text1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #666666;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

/* IMAGES */
.imageBorder {
	border: #bfdbf0 solid 3px;
	padding: 0 0 0 0;
	display: block;
}

/* CONTACT PAGE */
.contact {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
}

.contact input {
	margin-left:15px;
}

.contact textarea {
	margin-left: 15px;
}

/* TRAINING FEEDBACK PAGE */
.training_feedback {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
}

.training_feedback input {
	margin-left:15px;
}

/* HINT BOX */	
#hintbox{ 
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px;  
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}
.hintanchor{ 
font-weight: bold;
color: #FF6600;
margin: 3px 8px;
border:0 0 0 0;
text-decoration:none;
}

fieldset {
	border:#bfdbf0 solid 2px;
	border-color:#bfdbf0;
	margin-left:16px;
	margin-right:16px;
	font-family:Arial, Helvetica, sans-serif;
}

legend {
	font-size:14px;
	padding-bottom:3px;
	color:#0c98c3;
	font-weight:bold;
}

label {
	font-size:11px;
}

.form-textfield{
	margin:0; padding:2px;
	width:180px;
	background:#fdfefe url(../images/post-box-top.gif) repeat-x top center;
	border:1px solid #c8e2f3;
	font:0.92em Arial, Helvetica, sans-serif;
	color:#0E2025;
	font-weight:normal;
}

.form-select{
	margin:0; padding:2px;
	width:180px;
	background:#fdfefe url(../images/post-box-top.gif) repeat-x top center;
	border:1px solid #c8e2f3;
	font:0.8em Arial, Helvetica, sans-serif;
	color:#0E2025;
	font-weight:normal;
}

.form-textarea{
	margin:0; padding:2px;
	background:#fdfefe url(../images/post-box-top.gif) repeat-x top center;
	border:1px solid #c8e2f3;
	font:0.92em Arial, Helvetica, sans-serif;
	color:#0E2025;
	font-weight:normal;
}

.submit1 {
	background:url(../images/continue1.png) no-repeat center;
	width:84px;
	height:30px;
	border:none;
}

.submit2 {
	background:url(../images/finish1.png) no-repeat center;
	width:84px;
	height:30px;
	border:none;
}

.text_10{
	font-size:10px;
	color:#990000;
	font-family:Verdana;
	font-weight:bold;
	}

.message_print {
	color:#990000;
	font-size:9px;
}
.message_container {
	font: 12px Verdana;
	color:#CC0000;
	padding-left:8px;
}

.fb_button {
	background:url(../images/fb_group_button.png) no-repeat;
	margin:10px 0 0 5px;
	width:153px;
	height:41px;
	border:#FFFFFF solid 1px;
}

.fb_button:hover{
	border:#333333 solid 1px;
}

.newsletter_signup_button {
	background:url(../images/newsletter_signup_button.png) no-repeat;
	margin-left:5px;
	margin-bottom:8px;
	width:153px;
	height:41px;
	border:#FFFFFF solid 1px;
}

.newsletter_signout_button {
	background:url(../images/newsletter_signout_button.png) no-repeat;
	margin-left:5px;
	margin-bottom:8px;
	width:153px;
	height:41px;
	border:#FFFFFF solid 1px;
}

.newsletter_signup_button:hover{
	border:#333333 solid 1px;
}

.tf_button {
	background:url(../images/training_feedback_button.png) no-repeat;
	margin:10px 0 0 5px;
	width:153px;
	height:153px;
	border:#FFFFFF solid 1px;
}

.tf_button:hover{
	border:#333333 solid 1px;
}

.dialog_frame{
	border:#990000 solid 1px;
}

.dialog_head{
	padding:6px;
	background:#0c98c3;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	border-left:#0c98c3 solid 1px;
	border-right:#0c98c3 solid 1px;
	border-top:#0c98c3 solid 1px;
}

.dialog_body{
	padding:6px;
	margin-left:20px;
	font-size:11px;
}

.dialog_foot{
  	border-top: 1px solid #DDDDDD;
	background-color:#f2f2f2;
  	padding: 5px;
  	margin-top: 10px;
  	text-align: right;
}

.button {
	background-color:#cfd1d1;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border:#999999 solid 1px;
}

.button:hover{
	border:#000000 solid 1px;
	
}

.button_2 {
	background-color:#0c98c3;
	color:#FFFFFF;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border: #999999 solid 1px;
}

.button_2:hover{
	border:#000000 solid 1px;
	
}

.check_err{
	width:200px;
  	border:#CC0000 solid 1px;
	padding:3px;
	background-color:#FF6666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#000000;
	text-align:center;
}

.check_err2{
	width:400px;
	margin:5px;
  	border:#CC0000 solid 1px;
	padding:3px;
	background-color:#FF6666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#000000;
	text-align:center;
}

.check-err3{
	width:330px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
  	border:#CC0000 solid 1px;
	padding:3px;
	background-color:#FF6666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#000000;
	text-align:center;
	float:left;
}

.loader{
	background-image: url('../images/loading_small.gif');
	background-repeat: no-repeat;
	height: 11px;
	width: 16px;
	float:left;
	margin-top:3px;
	margin-left:5px;
}

.loader-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	margin-top:3px;
	margin-left:10px;
	float:left;
}

/* NEWS FEED */
.news-feed-con{
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
	margin-right:10px;
}

.news-feed-head{
	background:url(../images/news_feed_head.png) no-repeat;
	width:98px;
	height:24px;
}

.news-feed-content{
	border:#c8e2f3 solid 2px;
	padding:7px;
	font-size:11px;
}

.news-feed-date{
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
}

.news-feed-text{
	margin-bottom:15px;
}

/* ADMIN */
.admin-menu-bg{
	background:url(../images/nav_bg.png) #FFFFFF no-repeat;
	width:800px;
	height:40px;
	text-align:center;
}

.admin-menu-text{
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.admin-login-con{
	border:#c8e2f3 solid 2px;
	padding:7px;
	padding-left:200px;
	padding-right:200px;
	margin:9px;
	font-family:Arial, Helvetica, sans-serif;
}

.admin-main-con{
	border:#c8e2f3 solid 2px;
	padding:7px;
	margin:9px;
	font-family:Arial, Helvetica, sans-serif;
}

.admin-head{
	font-size:16px;
	text-decoration:underline;
	margin-bottom:8px;
}

.admin-form-con{
	border:1px solid #c8e2f3;
	padding-top:8px;
	font-size:12px;
}

.admin-form-field-label-padding{
	padding-right:10px;
}

.admin-input{
	margin:0; padding:2px;
	width:240px;
	background:#fdfefe url(../images/post-box-top.gif) repeat-x top center;
	border:1px solid #c8e2f3;
	font:0.92em Arial, Helvetica, sans-serif;
	color:#0E2025;
	font-weight:normal;
}

.admin-input2{
	margin:0; padding:2px;
	width:100px;
	background:#fdfefe url(../images/post-box-top.gif) repeat-x top center;
	border:1px solid #c8e2f3;
	font:0.92em Arial, Helvetica, sans-serif;
	color:#0E2025;
	font-weight:normal;
}

.admin-textarea{
	margin:0; padding:2px;
	background:#fdfefe url(../images/post-box-top.gif) repeat-x top center;
	border:1px solid #c8e2f3;
	font:0.92em Arial, Helvetica, sans-serif;
	color:#0E2025;
	font-weight:normal;
}

.admin-button-padding{
	padding-right:21px;
	
}

.admin-check-err{
	width:260px;
  	border:#CC0000 solid 1px;
	padding:3px;
	background-color:#FF6666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#000000;
	text-align:center;
	float:left;
}

.admin-check-err2{
	width:auto;
  	border:#CC0000 solid 1px;
	padding:5px;
	background-color:#FF6666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#000000;
	text-align:center;
	float:left;
}

.admin-success{
	background:#99f099;
	border:1px solid #339933;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#000000;
	text-align:center;
	float:left;
}

.admin-sub-header-con {
	width:auto;
}

.admin-sub-header-text {
	font-size:16px;
	font-weight:bold;
	margin-left:5px;
	margin-bottom:5px;
	color:#0E2025;
	text-decoration:underline;
}

.admin-nav{
	float:left;
	width:200px;
	font-size:12px;
	border:2px solid #c8e2f3;
	margin-right:10px;
	padding:0;
}

.admin-nav-button {
	background-color:#0c98c3;
	color:#FFFFFF;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	width:200px;
	border:#c8e2f3 solid 1px;
	margin:0;
}

.admin-nav-button:hover{
	color:#333333;
	
}

#admin-sub-loader{
	border:2px solid #c8e2f3;
	width:526px;
	height:auto;
	padding:10px;
	float:left;
}

#admin-sub-loader a{
	font-size:12px;
	color:#0000FF;
	text-decoration:none;
	margin-left:10px;
}

#admin-sub-loader a:hover{
	text-decoration:underline;
}

.admin-sub-loader-head{
	font-size:14px;
	text-decoration:underline;
	margin-bottom:8px;
	color:#333333;
}

.admin-sub-loader-text{
	font-size:12px;
	text-decoration:none;
	margin-bottom:8px;
}

.admin-form-label{
	font-size:12px;
	text-decoration:none;
	margin-bottom:8px;
	font-weight:bold;
}
