@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #5255A5;
	background-image: url(../img/inner_bg.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	margin:8px 0 8px  0;
	color:#FFF
}
a:active {
	outline:none;
}
.clear {
	clear:both;
}
.headerbg {
	background:url(../img/pageheaderbg.png) no-repeat center top;
	height:189px;
}
.headerbg h1 {
	color:#FFF;
	font-size:46px;
	font-weight:lighter;
	margin:110px 0 0 90px;
}
.flashnav {
	text-align:center;
	margin-top:12px;
}
.nav {
	margin:12px 0 0 15px;
	padding:0;
	list-style:none;
}
.nav li {
	display:inline;
}
.nav li a {
	display:block;
	float:left;
	text-indent:-900em;
	margin:0 1px 0 0px;
	
}
.nav li.nav-home a {
	background:url(../img/nav_images/home.png) no-repeat right top;
	height:26px;
	width:108px;
}
.nav li.nav-home a:hover {
	background:url(../img/nav_images/home.png) no-repeat left top;
	height:26px;
	width:108px;
}


.nav li.nav-stylists a {
	background:url(../img/nav_images/stylists.png) no-repeat right top;
	height:26px;
	width:108px;
}
.nav li.nav-stylists a:hover {
	background:url(../img/nav_images/stylists.png) no-repeat left top;
	height:26px;
	width:108px;
}



.nav li.nav-tours a {
	background:url(../img/nav_images/tour.png) no-repeat right top;
	height:26px;
	width:107px;
}
.nav li.nav-tours a:hover {
	background:url(../img/nav_images/tour.png) no-repeat left top;
	height:26px;
	width:107px;
}



.nav li.nav-services a {
	background:url(../img/nav_images/services_products.png) no-repeat right top;
	height:26px;
	width:146px;
}
.nav li.nav-services a:hover {
	background:url(../img/nav_images/services_products.png) no-repeat left top;
	height:26px;
	width:146px;
}


.nav li.nav-contact a {
	background:url(../img/nav_images/contact_career.png) no-repeat right top;
	height:26px;
	width:147px;
}
.nav li.nav-contact a:hover {
	background:url(../img/nav_images/contact_career.png) no-repeat left top;
	height:26px;
	width:147px;
}

.nav li.nav-location a {
	background:url(../img/nav_images/location_hours.png) no-repeat right top;
	height:26px;
	width:135px;
}
.nav li.nav-location a:hover {
	background:url(../img/nav_images/location_hours.png) no-repeat left top;
	height:26px;
	width:135px;
}

.nav li.nav-blogii a {
	background:url(../img/nav_images/blogii.png) no-repeat right top;
	height:26px;
	width:108px;
}
.nav li.nav-blogii a:hover {
	background:url(../img/nav_images/blogii.png) no-repeat left top;
	height:26px;
	width:108px;
}


.nxt-home {
	list-style:none;
	margin:150px 160px 0 0;
	padding:0;
	float:right;
}
.nxt-home li {
	display:inline;
}
.nxt-home li a.left {
	float:left;
	color:#FFF;
	display:block;
	background:url(../img/nxt_home.png) no-repeat left top;
	text-decoration:none;
	text-indent:-900em;
	width:34px;
	height:19px;
}

.nxt-home li a.right {
	float:left;
	color:#FFF;
	display:block;
	background:url(../img/nxt_home.png) no-repeat right top;
	text-decoration:none;
	text-indent:-900em;
	width:39px;
	height:19px;
}
.innerbottomcotentbg {
	background:url(../img/pagecontentbg.png) no-repeat center bottom;
	padding-bottom:60px;
}
/*ie7 hack code*/
html* .innerbottomcotentbg {
	background:url(../img/pagecontentbg.png) no-repeat center bottom;
	padding-bottom:0;
}
/*ie7 hack code*/
.stylists {
	list-style:none;
	margin:45px 0 0 40px;
	padding:0;
}
.stylists li {
	display:block;
	float:left;
	width:131px;
	padding:0;
	margin:0 10px 0 20px;
}
.stylists li img {
	border:#000 3px solid;
}
.stylists li a {
	text-decoration:none;
}
.stylists li p {
	color:#FFF;
	padding:3px 10px 0 10px;
	margin:0;
	font-size:12px;
}
.stylists li p.level-3 {
	color:#7BC142;
}
.stylists li p.level-2 {
	color:#5255A5;
}
.stylists li p.level-1 {
	color:#F9A350;
}
.stylists li p.designation {
	color:#BBB1A5;
}
.stylists li p.specialize {
	font-size:11px;
	color:#BBB1A5;
}
.morebtn {
	float:right;
}
.morebtn ul {
	margin:0 18px 0 0;
	list-style:none;
	padding:0;
}
.morebtn li {
	display:inline;
	margin:0;
	padding:0;
}
.morebtn a {
	float:left;
	padding-left:8px;
	background:url(../img/more_btn_left.png) no-repeat left top;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	height:19px;
}

.morebtn a div {
	background:url(../img/more_btn_right.png) no-repeat right top;
	padding:0 20px 0 12px;
	height:19px;
	cursor:pointer;
	
}
.tour-headerbg {
	
	background:url(../img/tour_pageheaderbg.png) no-repeat center top;
	height:189px;
}
.tour-headerbg h1 {
	color:#FFF;
	font-size:46px;
	font-weight:lighter;
	margin:110px 0 0 90px;
}
.tour-innerbottomcotentbg {
	background:url(../img/tour_pagecontentbg.png) no-repeat center bottom;
	padding-bottom:60px;
}


.services-headerbg {
	background:url(../img/services_pageheaderbg.png) no-repeat center top;
	height:189px;
}
.services-headerbg h1 {
	color:#FFF;
	font-size:46px;
	font-weight:lighter;
	margin:110px 0 0 90px;
}
.services-innerbottomcotentbg {
	background:url(../img/services_pagecontentbg.png) no-repeat center bottom;
	color:#FFF;
}
/*ie7 hack code*/
html* .services-innerbottomcotentbg {
	background:url(../img/pagecontentbg.png) no-repeat center bottom;
	padding-bottom:0;
}
.nxt-blkhome {
	list-style:none;
	margin:150px 160px 0 0;
	padding:0;
	float:right;
}
.nxt-blkhome li {
	display:inline;
}
.nxt-blkhome li a.left {
	float:left;
	color:#FFF;
	display:block;
	background:url(../img/nxt_blkhome.png) no-repeat left top;
	text-decoration:none;
	text-indent:-900em;
	width:34px;
	height:19px;
}

.nxt-blkhome li a.right {
	float:left;
	color:#FFF;
	display:block;
	background:url(../img/nxt_blkhome.png) no-repeat right top;
	text-decoration:none;
	text-indent:-900em;
	width:39px;
	height:19px;
}
.level-3 {
	color:#7BC142;
}
.level-2 {
	color:#5255A5;
}
.level-1 {
	color:#F9A350;
}

.news-headerbg {
	background:url(../img/news_pageheaderbg.png) no-repeat center top;
	height:189px;
}
.news-headerbg h1 {
	color:#FFF;
	font-size:46px;
	font-weight:lighter;
	margin:110px 0 0 90px;
}
.newslisting {
	float:left;
	margin:0 80px 0 80px;
	padding:0;
	list-style:none;
}
.newslisting li {
	border-bottom:#666 dotted 1px;
	margin-top:10px;
}
.newslisting span {
	display:block;
	background-color:#80C34E;
	float:left;
	padding:5px;
}
.newslisting p {
	clear:both;
	font-size:12px;
	padding:10px 0 0 10px;
	line-height:18px;
}
.contact-headerbg {
	background:url(../img/contact_pageheaderbg.png) no-repeat center top;
	height:189px;
}
.contact-headerbg h1 {
	color:#FFF;
	font-size:46px;
	font-weight:lighter;
	margin:110px 0 0 90px;
}
.image-caption {
	font-size:24px;
	color:#F095BF;
	padding:20px;
}
/*********************Added By Dhara Shah***********************/
#slider {

	/* You MUST specify the width and height */
	width:403px;
	height:403px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
/*	width:900px;*/
	overflow:hidden;
}

#gallery li {
	/* float left, so that the items are arrangged horizontally */
	float:left;
}

#mask-excerpt {
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	/* width should be lesser than #slider width */
	width:100px;
	margin:0 auto;
	overflow:hidden;
	height:50px;	

}
#mask-excerpt ul li {
	width:403px;
	text-align:center;
}
#excerpt {
	/* Opacity setting for different browsers */
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
		/* Set the style */
	width:100px;
	font-family:arial;
	font-size:10px;
	color:#000;	
	position:absolute;
	left:0;
}

#excerpt li {
	padding:5px;
}
	
.clear {
	clear:both;	
}
.pagination
{
padding-left:720px;
 padding-top:10px; 
 font-size:15px;
}
.current
{
background-color:#80C34E;
color:#FFF;
padding:2px 5px;
}
.paging  {
color:#FFF;
text-decoration:underline;
}