/* CSS Document */
body
{
width:970px;
margin-left:15px;
}

#header
{
height:150px;
margin:0 0 7px 0;
}
#head
{
float:right;
width:763px;
height:150px;
margin:0 0 0 0;
background:url(images/KeralaAyurvedashram.jpg);
background-repeat:no-repeat;
}

#headleft
{
float:left;
width:200px;
margin:0 7px 0 0; 
}
#menu
{
float:right;
height:150px;
width:188px;
background-color:#5E9925;
}

#menu ul {
	float: right;
	width:180px;
	margin:7px 0 0 0;
	padding:0 0 0 0;
	}

#menu li {
padding-top:3px;
width:170px;
height:24px;
list-style-type:none;
border-bottom: dashed #000000 1px;
}

#menu a {
	width:160px;
	text-decoration: none;
	font-size:15px;
	font-weight:bold;
	color: #ffffff;
}

#menu a:hover {
color:#FFFF00;
	
	}

#menu li.botline{
border-bottom:none;}

#page1
{
width:970px;
}

#leftmenu
{
float:left;
width:200px;
margin:2px 7px 0 0; 
background-color:#e4f6c2;
}

#leftmenu ul
{
margin:0 0 0 0;
padding:0 0 0 12px;
}
#leftmenu li
{
width:180px;
height:19.5px;
margin-bottom:2px;
list-style-type:none;
border-bottom: dashed #000000 1px;
}
#leftmenu li.tline
{
height: auto;


}
#leftmenu a
{
padding:0 0 3px 0;
}

#leftmenu li a.links
{
padding:0 0 0 0;
font-family:"Times New Roman", Times, serif;
text-decoration:none;
color:#097d56;
}

#leftmenu li a:hover
{
color: #993399;
font-size:13px;
text-transform:uppercase;
}
#leftmenu h4
{
margin:0 0 0 0;
padding:7px 0 0 0;
color:#FFFFFF;
text-align:center;
height:30px;
background-color:#097D56;}

#leftmenu li.botline{
border-bottom:none;
margin-bottom:7px;}

#mid
{
float:left;
width:567px;
color: #666666;
font-size:14px;
}
#mid p
{
line-height:22px;
margin:0 0 0 0;}
#mid ul
{
padding:0 0 0 0;
margin:0 0 0 0;
}

#mid li
{
list-style-type:none;
margin-bottom:3px;
}

#mid li.botspace
{
margin:0;
height:26px;
color:#FFFFFF;
font-weight:bold;
padding-left:4px;
font-size:17px;
}

#mid li.pack a
{   
    font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	background-color:#EFF3F9;
	text-align:center;
	border-bottom:solid #666666 1px;
	text-decoration:none;
	display:block;
}
#mid h3
{
margin:6px 0 6px 0;
font-size:19px;

}
#mid h2
{
margin:6px 0 6px 0;
font-size:21px;

}
#rightmenu
{
float:right;
width:188px;
}

#rightmenu ul
{
padding:0 0 0 0;
margin:0 0 0 0;
}

#rightmenu li
{
list-style-type:none;
margin-bottom:3px;
}

#rightmenu li a.addthis
{
list-style-type:none;
margin: 0 ;
}
#rightmenu a
{
display:block;
margin-bottom:3px;
text-decoration:none;
}
#rightmenu  h3
{
margin:0 0 0 0;
padding:7px 0 7px 0;
color:#FFFFFF;
height:65px;
text-align:center;
background-color:#097D56;}
#rightmenu h3
{
margin:0 0 0 0;
padding:7px 0 0 0;
color:#FFFFFF;
text-align:center;
height:50px;
background-color:#097D56;}
#page {
width:565px;
margin-left:2px;
}


	#page ul {
			font-family: Arial, Verdana;
			font-size: 14px;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#page ul li {
	        display: block;
			position: static;
			float: left;
		}
		#page li ul { display: none; }
		#page ul li a {
			display: block;
			text-decoration: none;
			text-align:center;
			width:165px;
			color: #000000;
			border: 1px solid #BBB;
			padding: 5px 5px 5px 5px;
			background: #eff3f9;
			margin-left:8px;
			margin-bottom:6px;
			white-space: nowrap;
		}
		
		#page ul li a:hover {
		background: #ffffff;
		}


.chromestyle{
width:557px;
height:100px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 95%;
background-color:#eff3f9;
 /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
text-align:center;
color: #494949;
padding: 4px 4px;
margin: 0;
text-decoration: none;
font-size:12px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 175px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
background-color:#eff3f9;
padding: 2px 0;
text-decoration: none;
color:#000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
}


		
		
#trans{
width:970px;
clear:both;
}	
#trans ul{
width:545px;
font-family: Arial, Verdana;
			font-size: 14px;
			margin:0 0 0 0;
			padding:0 0 0 222px;
			list-style: none;}
#trans ul li{
display: block;
position: static;
float: left;}





#trans ul li a{
border: 1px solid #000000;
display:inline;
display:block;
width:23px;
height:15px;
margin-top:2px;
margin-left:2px;}	



#a ,#b,#c,#d,#e
{
display:none;

}
.packtable
{
background-color:#EFF3F9;
font-weight:bold;
border-style:solid;
border-color:#009900;
border-width:1px;

}

.packtable td
{border-style:solid;
border-color:#009900;
border-width:1px;}

.packtable td.bl
{
color:#0033FF;}

.packtable td.mg
{
color:#CC66CC;}
.packtable td.gr
{
color: #009933;}


#footer {
	width: 970px;
	clear: both;
	padding-top:15px;
	border-top: 2px solid #918E48;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #009966;
	
}
	
#footmenu {
	width: 970px;
}

#footmenu ul {
padding-left:300px;
	margin: 0;
	list-style: none;
	line-height: normal;
}

#footmenu li {
text-align:center;
	display: inline;
}


#sco{
margin-top:8px;
text-align:center;
padding-left:305px;
}	
#sco ul{
font-family: Arial, Verdana;
			font-size: 12px;
			margin: 0;
			padding: 0;
			list-style: none;}
#sco ul li{
border: 1px solid #000000;
display: block;
height:auto;
text-align:center;
position: static;
float: left;
margin-left:3px;}


#sco ul li a{
display:inline;
display:block;
width:70px;
margin-top:2px;
}	

		
		
.menu_list {	
	width: 567px;
}
.menu_list p{
padding:0;
margin:0 0 2px 0;}
.menu_head {
	cursor: pointer;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	background:#EFF3F9 url(images/left.jpg) center right no-repeat;	
}
.menu_body {
	display:none;
}
#sddm
{	margin: 0;
	padding: 0;
}

#sddm li
{	margin: 0;
	padding: 0;
	}

#sddm li a
{	display: block;
	margin: 0 0 3px 0;
	padding:0;
	border-bottom: 1px solid #5970B2;	
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{}

#sddm div
{	position: absolute;
    width:186px;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background:#EFF3F9;
	border: 1px solid #5970B2}

#contacttext
{
font-size:14px;
color:#000000;
}

#headertext2
{
color:#FFFFFF;
font-size:16px;
}

