@charset "utf-8";
/* CSS Document */

.sidehead { 
	 font-size: 15px;
	 font-weight: bold;
	 color: #FEE415;
	 line-height: 1.1em;
	}

.ishwarlogo {
	font-family:Monotype Corsiva, Algerian, verdana, Arial, helvetica; 
	font-size:24px;
	text-shadow:#FF0000;
	color:#FFFF00;
	text-align:center;
}

/* Text color codes for different side links*/

.green { 
	font-size: inherit;
	color: #66FF00;
}

.yellow {
	font-size: inherit;
	color:#FFFF00;
}

.headingyellow { 
	font-size: inherit;
	color:#FFFF4A;
}
.orange {
	font-size: inherit;
	color:#FF6600;
}

.pink {
	font-size: inherit;
	color:#FF0099;
}

.blue {
	font-size: inherit;
	color:#00FFFF;
}

.purple {
	font-size: inherit;
	color: #6600FF;
}

.lightgreen {
	font-size: inherit;
	color:#00FF99;
}


/* end of text color codes for different side links*/

.heading { 
	 font-size: 27px;
	 font-family:Algerian, Verdana; 
	 /*font-weight: bold; */
	 /*color: #FEE415;*/
	 color:#FFFF4A;
	 text-align: center;
}

.SaiHerbsHeading { 
	 font-size: 42px;
	 font-family:Algerian, Verdana; 
	 /*font-weight: bold; */
	 /*color: #FEE415;*/
	 color:#FFFF4A;
	 text-align: center;
}
	
a:link  {
	text-decoration: none;
	color: #ffffcc;
	
}

a:visited {
	text-decoration: none;
	color: #ffffcc;
	
}
a:active {
	text-decoration: none;
	color: #ffffcc;
	
}
a:hover {
	text-decoration: underline;
	color: #FF8309;	
}

.footer {
	
	font-size: 12px;
	font-weight: bold;
	color: #ffffcc;
}

.centertext {
	margin: 0 0 0 200px;
	/*color: #FF8603;*/
	color:#FFFF33;
	font-size: 13px;
	font-weight: bold;
}

.whitehead {
	
	text-align: Center;
	color: #FFFFcc;
	font-weight: bold;
}

.orangehead {
	font-size: 24px;
	text-align: center;

}

.orangeheadbold {
	font-size: 24px;
	font-weight: bold;
	margin: auto;
	text-align: center;

}

.orangebold {
	font-size: 15px;
	font-weight: bold; 

}

.SaiHerbsSmallfont{
	font-size: 12px;
}

.SaiHerbsOrangebold {
	font-size: 36px;
	font-weight: bold; 

}

.highlight {
	color:#FC9;	
	
}

.highlightbold {
	color:#FC9;
	font-weight: bold;
	
}

.testimonials {
	font-style: italic;	
	color:#FC9;

}

.italic {
	font-style: italic;	
	
}

.aims {
	font-size: 16px;
	padding: 0 0 0 15px;
}

/* Sidebar Code */

.sidebar {
   
   background-color: #770401;
   /*background-color:#FF9428; */
   width: 195px;
   float: left;
}
.roundedcornr_top_615700 div {
   background: url('images/roundedcornr_615700_tl.png') no-repeat top left;
}
.roundedcornr_top_615700 {
   background: url('images/roundedcornr_615700_tr.png') no-repeat top right;
}
.roundedcornr_bottom_615700 div {
   background: url('images/roundedcornr_615700_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_615700 {
   background: url('images/roundedcornr_615700_br.png') no-repeat bottom right;
}

.roundedcornr_top_615700 div, .roundedcornr_top_615700, 
.roundedcornr_bottom_615700 div, .roundedcornr_bottom_615700 {
   width: 100%;
   height: 20px;
   font-size: 1px;
   }
.roundedcornr_content_615700 { 

	margin: 15px;
	font-size: 12px;
	line-height: 1.5;
}

/* Content Code */

.content {
   
	margin: 0 0 0 10px;
	width: 795px;
	background-color:#770401;
	float: left;

}
.roundedcornr_top_615701 div {
   background: url('images/roundedcornr_615701_tl.png') no-repeat top left;
}
.roundedcornr_top_615701 {
   background: url('images/roundedcornr_615701_tr.png') no-repeat top right;
}
.roundedcornr_bottom_615701 div {
   background: url('images/roundedcornr_615701_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_615701 {
   background: url('images/roundedcornr_615701_br.png') no-repeat bottom right;
}

.roundedcornr_top_615701 div, .roundedcornr_top_615701, 
.roundedcornr_bottom_615701 div, .roundedcornr_bottom_615701 {
   width: 100%;
   height: 20px;
   font-size: 1px;
   }


/*this is the code for the main content of the website*/
.roundedcornr_content_615701 { 
	margin: 20px 40px 30px 40px;
	/*this is the text color for the entire main content of the website*/
	color:#FFCC00;
	font-size: 14px;
	text-align: justify;
}

.table {
	font-size: 12px;
	font-weight: bold;
}


.button { /*button created by CSSButtonGenerator.com */
	-moz-box-shadow:inset -36px 1px 0px -39px #caefab;
	-webkit-box-shadow:inset -36px 1px 0px -39px #caefab;
	box-shadow:inset -36px 1px 0px -39px #caefab;
	background-color:#090;/*#77d42a;*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #268a16;
	display:inline-block;
	color: #FFF;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 7px;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #aade7c;*/
}.button:link, .button:visited{
	color:#ffffff;
	text-decoration:none;
}.button:hover {
	background-color:#5cb811;
	color:#ffffff;
}.button:active {
	position:relative;
	top:1px;
}/*end of button created by CSSButtonGenerator.com */