@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
body 
{
    text-align:center;  /* for ie   */
	background:#ebeaea;
	max-height:1500px;
}
img 
{
	max-width: 100%;
}
a
{
	text-decoration:none;
	outline:none;
	border:0px;
}
* html .clearfix 
{
	height:1%;
	overflow:visible;
}
*+html .clearfix 
{
	min-height:1%
}
.clearfix:after 
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	font-size:0
}
.clear 
{
	clear:both;
	height:0;
	overflow:hidden
}
.mainTbl
{
	margin:0 auto;
}
#top
{
	float:left;
	width:1300px;
	height:666px;
}
#header
{
	float:left;
	width:1300px;
	height:177px;
	background:#61280b;
	z-index:1;
}
.topLeaf
{
	position:absolute;
	margin-left:51px;
}
.ayurvedaHd
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#ff9966;
	margin-top:51px;
}
.ayurvedaSubHd
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#cc6633;
	margin-top:17px;
}
#quote
{
	margin:0 auto;
	position:relative;
	width:817px;
	height:46px;
	margin-top:17px;
	background:url(../images/top-bottom-bg.png) no-repeat;
}
.quoteHd
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ffffff;
	line-height:38px;
}
#banner
{
	float:left;
	width:1300px;
	height:487px;
	z-index:0;
}
#middle
{
	float:left;
	width:1300px;
	height:588px;
	background:url(../images/middle-bg.jpg) no-repeat;
}
#middleTop
{
	margin:0 auto;
	width:1093px;
	height:141px;
	margin-top:70px;
}
.clinicHd
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#669900;
}
#middleTop p
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#61280b;
	line-height:26px;
	margin-top:20px;
}
#middleLeft
{
	float:left;
	width:800px;
	height:290px;
	margin-left:55px;
	margin-top:-333px;
	position:relative;
}
.featureHd
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#61280b;
}
.featureUl
{
	float:left;
	margin-left:20px;
	margin-top:20px;
}
.featureUl li
{
	list-style:decimal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#61280b;
	line-height:30px;
}
#middleRight
{
	float:right;
	width:325px;
	height:305px;
	position:relative;
	margin-top:-320px;
	margin-right:30px;
}
.loginHd
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#669900;
	margin-top:15px;
}
#loginTbl
{
	margin:0 auto;
	width:305px;
	height:228px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.greenFont
{
	color:#669900;
}
.inputBox
{
	margin:0 auto;
	background:#ffffff;
	border:1px solid #8d8d8d;
	padding:5px;
	width:200px;
	height:22px;
	font-family:calibri, serif;
	font-size:15px;
	color:#323232;
	-webkit-transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    -moz-transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    -ms-transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    -o-transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.inputBox:focus
{
	border:1px solid #669900;
	box-shadow: 0 0 6px #669900;
}
.forgotPwdLink
{
	text-align:right;
	float:right;
	margin-right:15px;
	font-size:15px;
	color:#61280b;
	-webkit-transition: color .4s linear;  
    -moz-transition: color .4s linear;   
    transition: color .4s linear;
}
.forgotPwdLink:hover
{
	color:#669900;
}
.loginLink
{
	font-size:17px;
	color:#61280b;
	-webkit-transition: color .4s linear;  
    -moz-transition: color .4s linear;   
    transition: color .4s linear;
}
.loginLink:hover
{
	color:#669900;
}
#footer
{
	float:left;
	margin-top:0;
	width:1300px;
	height:68px;
	background:#61280b;
}
.powered
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	margin-left:50px;
	line-height:70px;
}
.aatlink
{
	color:#ffffff;
	-webkit-transition: color .4s linear;  
    -moz-transition: color .4s linear;   
    transition: color .4s linear;
}
.aatlink:hover
{
	color:#4785b9;
}
#bottom
{
	float:left;
	width:1300px;
	height:178px;
	background:url(../images/bottom-bg.jpg) no-repeat;
}
#bottomLeft
{
	float:left;
	width:622px;
	height:144px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#ffffff;
	line-height:45px;
	margin-left:90px;
	margin-top:20px;
}
#contactAdrs
{
	float:right;
	width:391px;
	height:166px;
	margin-top:7px;
	font-family:Arial, Helvetica, sans-serif;
}
.adrsHd
{
	color:#61280b;
	font-size:22px;
}
#adrsData
{
	font-size:17px;
	color:#ffffff;
	line-height:22px;
	margin-top:6px;
}