
body{
	text-align:center;
	background-color:#051325;
	background-repeat:repeat-y;
	background-position:top center;
	background-image:url(../inner-beauty/images/page-bk.jpg);
	margin:0px;
}
#topWrap{
	width:100%;
	height:30px;
	background-color:#000000;
}

#header{
   width:900px;
   text-align:left;
   margin: 0px auto;
}

#wrapper{
	text-align:center;
	width:900px;
	margin: 0px auto;
	background-color:#FFFFFF;
}

#main{
	background-color:#FFFFFF;
	background-position:center;
	width:100%;
	background-image:url(../inner-beauty/images/main.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:left;
	
}
#contentWrapper{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana;
	font-size:13px;
	line-height:1.6em;
	text-align:justify;
	padding:30px;
}

#contentHolder{
    padding-left:30px;
	padding-top:20px;
	padding-right:30px;
	padding-bottom:30px;
	text-align:left;
	font-size:13px;
	font-family:"Trebuchet MS";
}
#pageHeading{
	color:#660000;
	font-family:Garamond, Georgia, Tahoma;
	font-size:32px;
	text-align:left;
	padding-top:15px;
	padding-bottom:25px;
	padding-left:30px;
	padding-right:20px;
}
#pageTop{
	width:100%;
	height:8px;
	background-image:url(../images/page-bk-top.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#pageBottom{
	width:100%;
	height:8px;
	background-image:url(../images/page-bk-bottom.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#ibHeading{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#F2F0E6;
	text-align:right;
	width:890px;
	height:170px;
	background-image:url(../inner-beauty/images/ib-heading.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#ibMenu{
	padding-top:140px;
}
#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;
}
.transparent{
	text-align:justify;
	background-image:url(../images/transp-white-bk.png);
	background-repeat:repeat;
	overflow:auto;
	border:1px solid #CCCCCC;
	padding:15px;
}
#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;
}

