body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #3B3429;
	margin: 0px;
	padding: 0px;
	background: #F3F0DE;
}
p{	text-align: justify;
}

* { 	font: 13px Arial, Helvetica, sans-serif;}
b {
font-weight:bold;}
.content {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #3B3429;
	margin: 0px;
	padding: 0px;
}
div.content {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #3B3429;
	margin: 0px;
	padding: 20px;
}
h1, form {
	margin: 0px;
	padding: 0px;
}
.subhead3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #7BA400;
}
.subhead4 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #5B5638;
}
.subhead5 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FF9000;
}
.subhead6 {
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	color: #5B5638;
	margin: 0px;
	padding: 0px;
	}
.notes {
	font: 10px Arial, Helvetica, sans-serif;
	color: #6B7462;
	margin: 0px;
	padding: 0px;
}
.searchinput{
	width:170px;
	height:24px;
	border:1px solid #FFFFFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5B5638;
	padding: 3px;
}
.queryinput{
	background:#EFF6E8;
	height:25px;
	border:1px solid #EFF6E8;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5B5638;
	padding: 3px;
	text-align: left;
}

.querytxt{
	background:#EFF6E8;
	width:99%;
	border:1px solid #EFF6E8;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5B5638;
	padding: 3px;
	text-align: left;
	height: 60px;
	margin: 0px;
}

.footer {
	color: #7D6A2A;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;
}
.footer a {
	color: #7D6A2A;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

.credits {
	color: #769600;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: right;
}

.credits a {
	color: #769600;
	text-decoration: none;
	font: 10px Arial, Helvetica, sans-serif;

}

.ques {
	font: 13px Arial, Helvetica, sans-serif;
	color: #5B5638;
		text-align:justify;

}
.hr {
	/*	color: #D2C78C;
	height:1px;
		clear: both;*/
	border-top: 1px solid #D2C78C;
	margin:10px 0px;
	padding: 0px;
}
.correct{
	color:#93B31B;
	font: bold 16px/24px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.wrong{
	color:#FF9000;
	font: bold 16px/24px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


	/* collaps faqs ques and ans  --------------------------------- */
 #boxes .handcursor{cursor:hand;  margin-top:-2px; line-height:20px; color:#3F3F00; }
.thequestion {

	font:bold 13px/18px Arial, Helvetica, sans-serif;
	color: #5B5638;
	margin:1px 0px;
	padding: 6px 6px 6px 28px;
	cursor:hand;
	cursor: pointer; 
}
 
.openlanguage {COLOR:#F27B00; background: url(../images/bg_ques_2.gif) no-repeat 4px 2px;}
.closedlanguage {COLOR:#F27B00;background: url(../images/bg_ques.gif) no-repeat 4px 2px;}

.theanswer{
	padding: 6px 6px 6px 28px;
	margin-top:1px;
	margin-bottom:1px;
	font: 13px/18px Arial, Helvetica, sans-serif;
	background: url(../images/bg_ans.gif) no-repeat;
	text-align: justify;
}
.paging { 	text-align: center; }


/* for navigation ddsmoothmenu */

.ddsmoothmenu{
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
background: #F3F0DE; /*background of menu bar (default state)*/
width: 100%;
 
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #F3F0DE; /*background of menu items (default state)*/
color: #ffffff;
margin:0px;
padding: 0px;
border-right:none;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #C2BAA0;
}

.ddsmoothmenu ul li a:hover{
background: #F3F0DE; /*background of menu items during onmouseover (hover state)*/
color:#ffffff;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding: 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
text-align: right;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
color: #C2BAA0;
font: bold 12px Verdana;
width: 143px; 
padding: 4px;
margin: 0px;
border: 0px; 
background:#000000;
}
.ddsmoothmenu ul li ul li a:hover{
color:#FFA333;
background:#000000;

}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
.quesprefix {
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #93B31B;
	margin: 0px 15px 0px 0px;
	padding: 2px 15px;
	width: 60px;
}
.theques {
	font: bold 15px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 20px 0px;
}
.theopt {
	font: normal 13px/30px Arial, Helvetica, sans-serif;
	color: #5B5638;
	margin: 20px 20px 20px 70px;
	padding: 0px;
	height: 150px;
}
.questionguide {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FCDCB2;
	background: #FF9000;
	padding: 10px 25px;
	margin: 0px;
}
.query {
	color:#586A15;
	font-weight: bold;
}
.submitted{
	color:#586A15;
	font-weight: normal;
}
.even {
	background: #CAE1B6;
	padding: 16px;
}
.odd {
	background: #D6E8C5;
	padding: 8px 16px;
}
/*search result*/
.keyword{
font-size:15px;
font-weight:bold;
color:#ff9000;
}
.searchresult {
	padding:16px;
}
.searchresult a{
 color:#ff9000;
 text-decoration:none;
 line-height:30px;
 }

/***** h1  tags  section wise ****/

.intro{
	background: #5B6D15 url(../images/h1-intro.gif) no-repeat right;
	height: 64px;
}

.whyhairfalls{
	background: #5B6D15 url(../images/h1-whyhairfalls.gif) no-repeat right;
	height: 64px;
}

.hairgrowthcycle {
	background: #5B6D15 url(../images/h1-hairgrowthcycle.gif) no-repeat right;
	height: 64px;
}

.roleofstress {
	background: #5B6D15 url(../images/h1-roleofstress.gif) no-repeat right;
	height: 64px;
}

.roleofdiet {
	background: #5B6D15 url(../images/h1-roleofdiet.gif) no-repeat right;
	height: 64px;
}
.hairfallindex{
	background: #5B6D15 url(../images/h1-hairfallindex.gif) no-repeat right;
	height: 64px;
}
.gaugehairfallindex{
	background: #5B6D15 url(../images/h1-gaugehairfallindex.gif) no-repeat right;
	height: 64px;
}
.testimonials {
	background: #5B6D15 url(../images/h1-testimonials.gif) no-repeat right;
	height: 64px;
}

.legaldisclaimers {
	background: #5B6D15 url(../images/h1-legal.gif) no-repeat right;
	height: 64px;
}
.mythsquiz{
	background: #5B6D15 url(../images/h1-mythsquiz.gif) no-repeat right;
	height: 64px;
}
.hairfallfaqs{
	background: #5B6D15 url(../images/h1-hairfallfaqs.gif) no-repeat right;
	height: 64px;
}
.therapiefaqs{
	background: #5B6D15 url(../images/h1-therapiefaqs.gif) no-repeat right;
	height: 64px;
}
.everydayhaircare {
	background: #5B6D15 url(../images/h1-everydayhaircare.gif) no-repeat right;
	height: 64px;
}
.therapieexpertise{
	background: #5B6D15 url(../images/h1-therapieexpertise.gif) no-repeat right;
	height: 64px;
}

.ourexpert{
	background: #5B6D15 url(../images/h1-ourexpert.gif) no-repeat right;
	height: 64px;
}
.askanexpert {
	background: #5B6D15 url(../images/h1-askanexpert.gif) no-repeat right;
	height: 64px;
}
.viewallqueries{
	background: #5B6D15 url(../images/h1-viewallqueries.gif) no-repeat right;
	height: 64px;
}
.search{
	background: #5B6D15 url(../images/h1-search.gif) no-repeat right;
	height: 64px;
}
.hairfallfactors{
	background: #5B6D15 url(../images/h1-hairfallfactors.gif) no-repeat right;
	height: 64px;
}
.roleofdiet h1, .legaldisclaimers h1, .testimonials h1, .roleofstress h1, .mythsquiz h1, .therapiefaqs h1, .hairfallfaqs h1, .everydayhaircare h1, .hairgrowthcycle h1, .whyhairfalls h1, .hairfallindex h1, .intro h1, .ourexpert h1, .askanexpert h1, .viewallqueries h1, .search h1, .therapieexpertise h1, .hairfallfactors h1, .gaugehairfallindex h1 {
	display: none;
}
