/* CSS Document */

body{
	padding:0; margin:0;
	color:#000000;
	background-image:url(images/blend.jpg);
	background-position: 0 100%; 
	background-repeat:no-repeat;/* background-repeat:repeat-x; */
	font-size:90%;
	}

div, p, ul, li, a, form, label, input{ 
	padding:0; margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	h1, h2, h3, h4 { 
	padding:0; margin:0;
	font-family: georgia, times, "times new roman", serif;
	margin: 0 0 25px 0;
	}
	
	p {
		line-height: 140%;
		margin: 0 0 15px 0;
	}
	
.spacer{
	line-height:0; font-size:0; clear:both;
	}	

/*---------------------------------------Header Start------------------------------------*/
	
#outercontainer {
	width:838px;
	left:0;
	height:100%;
	background-image:url(images/background.jpg);
	background-position:top left;
	 background-repeat:no-repeat;
}
	
#header{
	width:783px; 
	left:55px; position:relative;
	height:240px;
	background-image:url(images/header.jpg); background-repeat:no-repeat;
	background-position:top left;
	}
	
#topmenu {
	position:absolute;
	right:0px;
	top:159px;
	
}	

#topmenu ul{
	list-style:none;
	}
	
#topmenu ul li{
	float:left;
	text-align:center;
	margin:0px 1px;
	padding:2px;
	height:26px;
	}
	
#topmenu ul li a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:.85em; line-height:.90em;
	color:#703574; 
	background-color: #fff; 
	width:70px; 
	height:22px; 
	padding:4px 8px;
	text-decoration:none; 
	border:1px solid #703574 ;
	}

	
#topmenu ul li a:hover{
	background-color:#ECF4CF;
	color:#375D0B;
		border: 1px solid #a056a1;
	}
	
#home #topmenu ul li.home a, #about #topmenu ul li.about a,#treatments #topmenu ul li.treatments a,
#therapies #topmenu ul li.therapies a, #courses #topmenu ul li.courses a, 
#events #topmenu ul li.events a, #prices #topmenu ul li.prices a , #contact ul li.contact a
{
background-color: #FFFFAA;
}

/*------------------------------------------Header End---------------------------------------*/

/*---------------------------------------Typography Start------------------------------------*/



h1 {
font-family: georgia, times, "times new roman", serif;
 font-size:1.8em; 
	color:#821579; 
	margin: 0 0 25px 0;
}	


/*---------------------------------- Typography End -----------------------------------------------------*/	

/*---------------------------------- Content area  Start-----------------------------------------------------*/	

#content{
	float:right;
	width:550px;
	padding:10px 15px;
	min-height:500px;
  height:auto !important;
height:500px;
	}
	.contentop {
		/* background:#fff url(images/content-top.gif) 0 -5px no-repeat ; */
	}

	
#left-admin{
	float:left;
	width:490px;
	padding:19px 5px 0 5px;
	min-height:500px;
	}
	
	#left-admin p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#334714;
	line-height:1.2em;
	margin:1px 0 10px 0;
	}

#content h2{

	font-size:2em; color:#821579; /*background-color:#e5d6e7;*/
	margin: 0 0 15px 0;
	}
	
#content p{
font-size:.9em;
	color:#000; 
	margin: 0 0 15px 0;
	}
	
#content ul{
	margin: 0 0 15px 0; padding:0;
	}

#content ul li{
	list-style:none;
	background:url(images/bullet.gif) center left no-repeat ;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px; 
	line-height: 140%;
	}
	
#content ul li a{
	background:url(images/bullet.gif) top left no-repeat #F8FFED;;
	color:#775C14; font-size:1em;
	line-height:1.3em; text-decoration:none;
	font-weight:bold; text-transform:uppercase;
	padding-left:20px; 
	line-height: 160%;
	}
	
#content ul li a:hover{
	color:#990000; background-color:#DCEBC4;
	}
	
	#content img {
		margin:5px 20px 5px 0;
	}
	
		#content-admin img {
		margin:0;
	}
	
#content table td{
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
border-bottom:1px solid #999;
}

#content table td.noline{
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
border:none;
}

#content table td a, a:link, a:visited, a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:99%;
color:#578b30;
}

#content a,  a:hover {
text-decoration:underline;
}

#content input.submit{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px; color:#423301; font-weight:bold;
	padding:0 12px 2px 5px;
	background:url(images/go_arrow.gif) no-repeat 24px 3px;
	background-color:#DCEBC4;
	width:31px; height:11px;
	border:none;
	cursor:pointer;
	margin:1px 0 1px 23px;
	}
	
	#content .submit{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em; color:#423301; font-weight:bold;
	padding:0 12px 2px 5px;
	background-color:#DCEBC4;
	width:31px; height:16px;
	border:none;
	cursor:pointer;
	margin:1px 0 1px 23px;
	}
	
	#content img{
	border-width:0px;
	margin:5px;
}

#content a,  #content a:link {color:#821579; text-decoration:none}
#content a:hover {color: #0000CD; text-decoration:none}
#content a:visited {color: #98A7B4; text-decoration:none}
	
/*----------------------------------Content area  End-----------------------------------------------------*/	

/*----------------------------------Left side menu Start-----------------------------------------------------*/

#leftmenu{
	position:relative;
	/*float:left;*/
	left:55px;
	width:175px;
	/*padding:0px 6px 21px 5px;
	background-color:#d9b4d9;*/
	padding:10px 0 0 0;
	margin:0 ;/*  0 0 55px */
	color:#821579;
	background-image: url(images/submenu-top.gif);
	background-position: 0px 0;
	background-repeat: no-repeat;
	}
	#leftmenubot{
	background-image: url(images/submenu-bot.gif);
	/*background-position:0 100%;*/
	background-position:0 98%;
	background-repeat: no-repeat;
	height:10px;

	}
	
#submenu {
background-color:#d9b4d9;
padding:0 0 0px 0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;}

#submenu dl {
width: 140px; 
margin:  5px 0 0 15px; 
padding: 0; 
background-color: #d9b4d9;
}
#submenu dt {
margin:0; 
padding:0; 
font-size: .3em; 
font-weight:bold; 
color: #fff; 
/*border-bottom:1px solid #821579; */
background-color: #d9b4d9;
}

#submenu dd {
margin:0; 
padding:0; 
color: #fff; 
font-size: .7em; 
border-bottom:1px solid #821579; 
background: #d9b4d9;
}

#submenu dd a, a:link, a:hover, a:visited, a:active{
font-size: 1.2em; 
}

#submenu h2{
width:150px;
font-size: 1.6em; 
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
line-height:90%;
color:#fff;
margin-left:5px;
}


#submenu p.today {
	color:#fff;
	font-size: .9em;
	font-family: georgia, times, "times new roman", serif;
	font-style: normal;  font-weight:bold;
	line-height:140%;
	padding: 0 5px 20px 10px;
	margin:0;
}

#gallery a, #gallery a:visited {
color:#821579; 
text-decoration:none; 
display:block; 
padding:5px 0px 5px 0px;
background-color: #d9b4d9; 
width:140px;
}
#gallery a:hover {
background-color: #854486; 
color: #fff;}
	
/*----------------------------------Left side menu End-----------------------------------------------------*/	

	
/*----------------- Contact Form ------------------*/	
	
#right form .input2{
	width:167px;
	padding:4px;
	background-color:#fff;
	border:#821579  solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; color:#821579; ;
	}

#right p.login{
	margin:10px 0 0 0;
	background-color:#fff;
	height:11px; padding:0; color:#821579; ;
	text-align:right;
	}
	
loginBtn{
	background:url(images/login_arrow.gif) no-repeat 55px 3px;
	background-color:#121504;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:left; font-weight:bold; line-height:11px;
	color:#FFFFFF; border:0;
	width:65px; height:11px;
	cursor:pointer;
	padding:0 15px 0 14px; margin:0; float:right;
	} */
	
#right h4{
	background-image:url(images/computer_1.gif);
	background-repeat:repeat-x; background-color:#999999;
	height:80px; color:#000000; line-height:0;
	margin-bottom:17px; padding:0 0 0 80px;
	}

#right h4 span.small{
	font:normal 20px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0; padding:0;
	}

#right h4 span.big{
	font:normal 39px/39px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0; margin:0; 
	}

#right  h4 span.click{
	background-color:#F8FFED;
	width:67px; color:#1B3100;
	}
	
#right h4 span.click a{
	background:url(images/click_arrow.gif) no-repeat 50px 3px;
	background-color:#F8FFED;
	width:51px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px; font-weight:bold; text-align:left;
	line-height:11px; text-decoration:none;
	color:#1B3100; padding-left:16px; margin:5px 0 0 0;
	display:block;
	}
	
#right h2.contact{
	background-color:#646E36;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px; color:#FFFFFF;
	line-height:32px;
	padding-left:16px;
	margin-bottom:15px;
	}
	
#right .input3{
	width:367px;
	padding:4px; margin:0;
	background-color:#F8FFED;
	border:#715803 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; color:#000000;
	}

#right .inputTextarea{
	width:304px;
	background-color:#F8FFED;
	border:#715803 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; color:#000000;
	}

.contactForm{
	padding:0 18px 0 16px;
	}
	
.contactText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; font-weight:bold;
	color:#821579; ;
	line-height:14px;
	background-color:#fff;
	height:14px; width:175px;
	display:block;
	margin:5px 0 5px 0;;
	}
	
.contactBtn{
	background-color:#821579;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left; font-weight:bold; line-height:14px;
	color:#FFFFFF; border:0;
	width:65px; height:16px;
	cursor:pointer;
	padding:0 15px 0 10px; margin:5px 1px 0 0; float:left;
	}
	
	/*----------------- Contact Form Ends ------------------*/	


/*----------------------------------footer Start-----------------------------------------------------*/	

#footer{
	clear:both;
	background-color:#a056a1;
	background-image: url(images/footer-top.jpg);
	background-position: 0px 0;
	background-repeat: no-repeat;
	position:relative;
	left:55px;
	width:783px;
	padding:12px 0 0 0;
	margin:0 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	}
	
#footerbot{
	background-image: url(images/footer-bot.jpg);
	background-position:0 100%;
	background-repeat: no-repeat;
	}

#footer ul{
	list-style:none;
	margin:0 auto; padding:5px;
	width:604px;	
	text-align:center;
	
	}
	
#footer ul li{
	list-style:none;
	float:left;
	text-align:center;
	}
	
#footer ul li a, #footer ul li a:link{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.85em;color:#Fff; 
	background-color:#a056a1;
	padding:2px 9px;
	margin: 0 5px; 
	text-decoration:none;
	}

#footer ul li a:hover{
	color:#fbd36a; background-color:#821579;
	}

#footer p.copyright{
color:#fbd36a;
margin:5px;
font-size:.75em }

#footer a.validate, #footer a:link.validate{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.80em;color:#Fff; 
	background-color:#a056a1;
	padding:2px 9px;
	margin: 0 5px; 
	text-decoration:none;
	display:block;
	width:75px;
	height: 20px;
	/*float:left;*/
	border:1px solid #fff;
}

#footer a:hover.validate, #footer a:visited.validate{
color:#fbd36a;
}


/*----------------------------------footer End-----------------------------------------------------*/	

.redtext{
color: Red;
}