/* ================general Css ================== */
html > body *{
	outline:none;
 }
 
body{
 	margin:0;
	padding:0;
	background:url(../images/bg-body.gif) repeat-x left top;
	font:11px/14px Tahoma;
	color:#191919;
 }
.clr{
	clear:both;
}
 
*{
 	margin:0;
	padding:0;
}
a{
	cursor:pointer;
	color:#191919;
	text-decoration:underline;
}

a:hover{
	color:#191919;
	text-decoration:none;
}
acronyme{
	cursor:help;
}
 
h1, h2, h3, h4, h5, h6{
 	margin:0;
	padding:0;
 	
 }
 
#container{
 	width:766px;
	margin:auto;
}

 /* ================header Css ================== */

#header{
 	width:766px;
	float:left;
}
 
  /* ================ End header Css ================== */
#page{
  	width:701px;
	float:left;
	padding:33px 55px 10px 10px;
	clear:both;
}

 /* ================left Css ================== */
 
#left{
 	width:201px;
	float:left;
	background:#0066A5 url(../images/left-bg.gif) no-repeat left top;
	padding-top:18px;
}


 
#left img{
  	float:left;
}

 
#left h3{
 	color:#FFFFFF;
	font: normal 18px Arial, Helvetica, sans-serif;
	padding-left:18px;
}
 
#left ul{
  	margin:0;
	padding:0 0 0 18px;
	list-style-type:none;
}
  
#left ul li{
  	margin:0;
	padding:0 0 0 18px;
	font:11px/22px Tahoma;
	color:#191919;
	background:url(../images/bullet-left.gif) no-repeat left 50%; 
}
#left ul li a sup{
	font:10px/10px Tahoma;
	vertical-align:top;
}
  
#left ul li a{
   	color:#FFFFFF;
	text-decoration:underline;
}
   
#left ul li a:hover{
   	color:#FFFFFF;
	text-decoration:none;
}
 
 
 /* ================ En dleft Css ================== */
  
 /* ================ right Css ================== */
#content{
 	width:465px;
	float:right;
}

#content sup{
	font:bold 10px/10px Tahoma;
	vertical-align:top;
}
  
 
h1{
 	color:#7AA100;
	font:27px Arial, Helvetica, sans-serif;
	padding-bottom:15px;
 }
 
h1 span{
 	color:#7D735B;
	font:16px Arial, Helvetica, sans-serif;
 }
h2{
 	color:#D92F2D;
	font:bold 11px Tahoma;
	padding-bottom:5px;
	text-decoration:underline;
	text-transform:uppercase;
 }
#content .text-image{
	padding-top:5px;
	float:left;
	width:100%;
}

#content p{
	padding-bottom:10px;
}
 
.img{
  	float:left;
	padding:0 15px 0 0;
 }
 
 ul{
 	margin:0;
	padding:0  0 20px 20px;
	list-style-type:none;
 }
 
 ul li{
 	margin:0;
	padding:0 5px 0 10px;
	background:url(../images/bullet3.gif) no-repeat left 6px;
	line-height:16px;

 }
  
 /* ================ End right Css ================== */
 
  /* ================ footer Css ================== */
#footer{
 	background:url(../images/bg-footer.gif) repeat-x left top;
	width:100%;
	height:102px;
	clear:both;
}
 
#footer .container{
 	width:690px;
	padding:39px 50px 0 20px;
	margin:auto;
	font:11px Tahoma;
	color:#0A0A0A;
}

#footer .container span{
 	display:block;
	padding-top:5px;
}

#footer .container a{
	text-decoration:none;
}

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

/* ================ End Footer Css ================== */
.text-image .left{
	width:235px;
	float:left;
}

.text-image .right{
	width:220px;
	float:right;
}

.text-image ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:120px;
	float:left;
}

.text-image ul li{
	margin:0;
	padding:0 0 0 10px;
	background:url(../images/bullet2.gif) no-repeat left 6px;
	float:left;
	text-align:left;
	clear:both;
	width:110px;
	line-height:18px;
	
}

.text-image ul li a{
	color:#D92F2D;
}

/* ================ Treatment page Css ================== */

 
/* ================ contact us page Css ================== */
  
h3{
 	color:#7AA100;
	font:20px Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

.text-image .contact1{
	width:60px;
	float:left;
	line-height:20px;
}

.text-image .contact2{
	width:160px;
	float:left;
	line-height:20px;
}
form{
	margin:0;
	padding:0;
}

form input{
	height:14px;
	border:1px solid #0066A5;
	font:11px Tahoma;
	color:#0066A5;
	padding:1 1px;
	width:100px;
}



form span.first{
	width:100px;
	display:block;
	float:left;
	line-height:20px;
	font-weight:bold;
}

form span.second{
	width:120px;
	display:block;
	float:left;
	padding:2px 0;
	line-height:20px;
}

form textarea{
	width:196px;
	height:100px;
	margin:5px 0;
	font:11px Tahoma;
	padding:2px 2px;
}
/* ================ contact us page Css ================== */