@charset "utf-8";
/* CSS Document */

a.nav:link { color:#4EAFB1; text-decoration:none; }
a.nav:visited { color:#4EAFB1; text-decoration:none; }
a.nav:hover { color:#FFFFFF; text-decoration:none; }

html {
	scrollbar-face-color: #005959;
	scrollbar-shadow-color: #013F3F;
	scrollbar-highlight-color: #007575;
	scrollbar-3dlight-color: #007575;
	scrollbar-darkshadow-color: #013F3F;
	scrollbar-track-color: #009595;
	scrollbar-arrow-color: #50CFD5;
}

body {
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.navBg {
	background-image:url(../images/asghar-ali-nav-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
.productAreaBg {
	background-image:url(../images/product-th-section.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
.productRightBg {
	background-image:url(../images/product-section.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
.productThumbBg {
	background:transparent url(../images/product-th-bg.png);
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/product-th-bg.png', sizingMethod='crop');*/
	background-repeat:no-repeat;
	background-position:top;
	}
	
	
.productNavaBg {
	background-image:url(../images/product-nav-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
.ourFrag {
	background-image:url(../images/our-frangrances-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}	
	
.ourFragPic {
	background-image:url(../images/our-frangrances-pic-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
.innerPageBg {
	background-image:url(../inner-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
	
.footerBg 	{
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
	
/******************************** TEXT ****************************/
.productName {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	letter-spacing:0pt;
	font-weight: bold;
	}
	
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#98CED1;
	letter-spacing:1pt;
	line-height:13pt;
	}
	
.textDir {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#98CED1;
	letter-spacing:normal;
	line-height:12pt;
	}
	
.subHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#98CED1;
	letter-spacing:1pt;
	line-height:13pt;
	}

.slideDesp { 
	line-height:28pt;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	letter-spacing:1pt;
}	
	
/******************************** FOR SCROLLING ****************************/

ul, ol {
    margin-left 0;
}

ul ul {
    margin-bottom: 5px;
}

#wrap {
    /*color: #404040;*/
    /*margin: 0 12%;*/
    /*margin: 20px 40px;*/
}


/******************************** TRANSPARENT ****************************/

.myfade {
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
}
