/* 
================================
Website : www.pranashakty.org 
Designed by Pranashakty Web Team
================================
*/

body{
	text-align:center;
	background-color:#F7F9FA;
	margin:0px;
}

#header{
   width:980px;
   text-align:left;
   height:10px;
   margin: 0px auto;
}

#wrapper{
	text-align:center;
	width:990px;
	margin: 0px auto;
	background-color:#FFFFFF;
}

#pageTop, #pageBottom{
	width:100%;
	height:8px;
	background-repeat:no-repeat;
	background-position:center;
}

#pageBottom{
	background-image:url(../images/template/page-bottom-curve.jpg);
}

#pageTop{
	background-image:url(../images/template/page-top-curve.jpg);
}

#main{
	background-color:#FFFFFF;
	width:100%;
	background-image:url(../images/template/page-main-bk.jpg);
	background-repeat:repeat;
	background-position:center;
	text-align:left;
}

#headerImage{
	width:100%;
	background-position:top center;
	background-repeat:no-repeat;
}

#headerImage .headerLinks{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CCCCCC;
	padding-top:150px;
	padding-left:430px;
	width:250px;
}

#headerImage .headerLinks li{
	padding:4px;
	border-bottom:1px solid #666666;
}

#headerImage .headerLinks a{
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
}

#headerImage .headerLinks a:hover{
	color:#FFFFFF;
}

#textHolder{   
	text-align:justify;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:0.8em;
	line-height:1.6em;
	padding-left:30px;
	padding-top:20px;
	padding-right:30px;
	padding-bottom:30px;
}
#textHolder b, strong{
	color:#333333;
}
#textHolder a{
	color:#1779A8;
	text-decoration:none;
	font-weight:bold;
}
#textHolder a:hover{
	color:#3366FF;
	border-bottom:1px dotted #3366FF;
	padding-bottom:2px;
}
h1{
	font-size:1.1em;
	font-weight:bold;
}
#pageHeading{
	color:#660000;
	font-family:Garamond, Georgia, Tahoma;
	font-size:32px;
	text-align:left;
	padding-top:15px;
	padding-left:30px;
	padding-right:20px;
}


#ibMenu{
	padding-top:128px;
}
#ibMenu a{
	text-decoration:none;
	font-weight:bold;
	color:#E8E6D2;
	padding:5px;
}
#ibMenu a:hover{
	text-decoration:none;
	color:#FFFFFF;
}
#ibMenu a:active{
	text-decoration:none;
	color:#FFFFFF;
}

#innerWrapper{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:23px;
	padding-right:23px;
	text-align:left;
}
#ib-product-accord{
	padding-left:30px;
}
#accordion {
	background:#FFFFFF url(../inner-beauty/products/images/product-bk.jpg) repeat scroll 0;
	height:190px;
	padding:10px 0 10px 20px;
	width:820px;
	
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:10px;
	cursor:pointer;
	margin-top:3px;
}

/* currently active header */
#accordion img.current {
	cursor:default;
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;			
	margin-right:10px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#660000;
	font-family:Garamond, Georgia, Tahoma;
	font-size:18px;
	text-align:left;
	margin:0 0 -10px 0;
	padding-top:7px;
	width:190px;
}
	
#accordion div p {	
	font-size:13px;
	font-family:"Trebuchet MS";
	text-align:left;
	width:190px;
	padding-right:5px;
}
#ibProdContentHeading{
	color:#660000;
	font-family:Garamond, Georgia, Tahoma;
	font-size:20px;
	text-align:left;
}
