@charset "utf-8";
/* Default Style Starts Here */
* {
	margin:0;
	padding:0;
	}
body {	
	font:13px/17px Georgia, "Times New Roman", Times, serif;
	color:#707070;
	background:#0C0C0C;
}
ul, li {
	list-style-type:none;
	}
a {
	outline:none;
	text-decoration:none;
	}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
	}
/* Main Container Style */
#container {
	width:836px;
	margin:0 auto;
	background:#fff url(../images/cont-main-bg.gif) repeat-y 0 0;
	color:inherit;
	padding:22px 0 0;
	}
#mainContainer {
	width:699px;
	margin:0 auto;
	}
p.logoLP {
	text-align:center;
	}
p.logoMain {
	text-align:center;
	margin:0 0 20px;
	}

/* Navigation Style Start */

#nav {

	}
#nav ul{
	width:675px;
	margin:0 auto;
	text-align:center;
	padding:0 ;
}
#nav ul li {
	float:left;
	position:relative;
	}
#nav ul li a {
	display:block;
	float:left;
	font-size:13px;
	line-height:17px;
	padding:0 18px 5px;
	font-weight:bold;
	color:#5C5C5C;
	background-color:inherit;
	}
#nav ul li a:hover {
	color:#8B1505;
	background-color:inherit;
	}
#nav ul li a.active {
	color:#8B1505;
	background-color:inherit;
	}
#nav ul li.noBg {
	background:none;
	}
	
/* Style for drop down dutton 
.ddsubmenustyle{
	position:relative;
}*/

.ddsubmenustyle{ /*topmost and sub ULs, respectively*/
	margin: 0 0 0 0px;
	padding: 0 6px;
	position: absolute;
	left: 0;
	top: 0 ;
	list-style-type: none;
	display:none;
	z-index: 100;
	background:url(../images/sub-menu-bg.gif) 0 0 no-repeat;
	width:164px;
	font-size:12px;
	line-height:22px;
}

.ddsubmenustyle li {
	color:inherit;
	background-color:#fff !important;
}
.ddsubmenustyle li a{
	display: block;
	width: 128px; /*width of menu (not including side paddings)*/
	color: #565656;
	background-color:inherit;
	text-decoration: none;
	padding: 4px 0 4px 8px;
	margin:0 14px;
	background:url(../images/sub-menu-arrow.gif) 0 12px no-repeat ;
	border-bottom:solid 1px #DFDFDF;
}
.ddsubmenustyle li a.noBor{
	border:0 !important;
}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 136px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	background-color: inherit;
	color: #4583A8;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
.indexBg{
	background:url(../images/sub-menu-bg1.gif) 0 6px no-repeat !important;
}

/* Style for Drop down button end */


.barLp {
	background:url(../images/bar-lp.gif) no-repeat 0 0;
	height:11px;
	}
.bar {
	background:url(../images/bar.gif) repeat-x 0 0;
	height:11px;
	}
.bar span {
	background:url(../images/bar01.gif) no-repeat 50% 0;
	height:11px;
	display:block;
	padding:0;
	margin:0;
	}
.barBtm {
	background:url(../images/bar.gif) repeat-x 0 0;
	height:11px;
	margin:0 0 6px;
	}
.barBtm span {
	background:url(../images/bar01.gif) no-repeat 50% 0;
	height:11px;
	display:block;
	}				
/* LP Main Container Style Starts Here */
.lpMain {
	width:724px;
	margin:0 auto;
	padding:26px 0 52px;
	}
.animateBox {
	width:724px;
	height:351px;
	padding:0 0 15px;
	}
.lpMain p {
	font-size:11px;
	line-height:13px;
	text-align:center;
	padding:10px 0 0;
	color:#808081;
	background-color:inherit;
	} 
/* LP Main Container Style End Here */
/* Header Style Starts Here */
#header {
	position:relative;
	padding:0 0 20px;
	}
ul.socialMedia {
	position:absolute;
	width:90px;
	top:98px;
	right:0;
	}
ul.socialMedia li {
	float:left;
	padding:0 0 0 9px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	font-style:italic;
	color:#99999A;
	background-color:inherit;
	}	
/* Header Style End Here */
/* Top Body Style Starts Here */
.topBody {
	background:#7CB4D4;
	color:#FFFFFF;
	padding:0 0 14px;
	}
.topBody ul li {
	float:left;
	width:auto;
	}
/*.topBody ul li img{
	border:solid 1px #000;
}*/
.topBody h2 {
	background:url(../images/top-title.gif) no-repeat 50% 0;
	height:21px;
	text-indent:-50000px;
	margin:10px 0 0;
	}
.topBody p {
	padding:8px 50px;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	text-align:center;
	}
.topBody a {
	background:url(../images/view-more-bg.gif) no-repeat 50% 0;
	width:86px;
	height:30px;
	margin:0 auto;
	display:block;
	line-height:29px;
	text-align:center;
	color:#fff;
	background-color:inherit;
	}
.topBody a:hover {
	color:#7CB4D4;
	background-color:inherit;
	}	
/* Top Body Style End Here */
/* Body Style Starts Here */
#bodyPan {
	padding:25px 0 40px;
	}
/* Left Style Starts Here */
#leftPan {
	float:left;
	width:420px;
	padding:10px 0 0;
	}
#bodyPan h2 {
	background:no-repeat 50% 0;
	height:22px;
	text-indent:-50000px;
	margin:0 0 30px;
	}
#bodyPan h2.title {
	background:url(../images/body-title.gif) 0 0 no-repeat;
	}
#bodyPan h2.titleAbout {
	background-image:url(../images/about-title.gif);
	}
#bodyPan h2.titleServices {
	background-image:url(../images/services-title.gif);
	}
#bodyPan h2.titleBridal {
	background-image:url(../images/bridal-title.gif);
	}
#bodyPan h2.titleGallery {
	background-image:url(../images/gallery-title.gif);
	}
#bodyPan h2.titleContact {
	background-image:url(../images/contact-title.gif);
	}
#bodyPan h2.titleTeam {
	background-image:url(../images/team-title.gif);
	}
#bodyPan h2.titleBrow {
	background-image:url(../images/brow-title.gif);
	}
#bodyPan h2.titleEyelash {
	background-image:url(../images/eyelash-title.gif);
	}
#bodyPan h2.titleHair {
	background-image:url(../images/hair-title.gif);
	}
#bodyPan h2.titleMakeup {
	background-image:url(../images/make-up-title.gif);
	}
#bodyPan h2.titleNails {
	background-image:url(../images/nail-title.gif);
	}
#bodyPan h2.titleClients {
	background-image:url(../images/clents.gif);
	}
#bodyPan h2.titleFitness {
	background-image:url(../images/fitness-title.gif);
	}
#bodyPan h2.titleSalon {
	background-image:url(../images/salon-title.gif);
	}
#bodyPan h2.titleBlog {
	background-image:url(../images/blog-title.gif);
	}
#bodyPan p {
	padding:0 0 22px;
	line-height:19px;
	}
p strong{
	font-size:16px;
	color:#7CB4D4;
	background-color:inherit;
}
p span{
	font-weight:bold;
}
#bodyPan p span.big{
	font-size:26px;
	color:#7CB4D4;
	background-color:inherit;
}
#bodyPan p span.black{
	font-weight:bold;
	color:#000000;
}
#bodyPan p a{
	color:#707070;
	background-color:inherit;
}
#bodyPan p a:hover{
	color:#000;
	background-color:inherit;
}
#bodyPan h3{
	font-size:15px;
	line-height:17px;
	color:#000;
	background-color:inherit;
	text-transform:uppercase;
	padding:0 0 12px 0;
	}
#bodyPan h4{
	font-size:13px;
	line-height:15px;
	padding:0 0 8px;
	text-transform:uppercase;
}
/* Right Style Starts Here */
#rightPan {
	float:right;
	width:266px;
	padding:10px 0 0;
	}
#rightPan p{
	padding:0 !important;
}
.boxOne {
	background:#DFF3F7;
	color:inherit;
	margin:0 0 14px;
	}
.boxTwo {
	background:#FEE3F2;
	color:inherit;
	margin:0 0 14px;
	}
.boxThree {
	background:#E4F2E0;
	color:inherit;
	margin:0 0 14px;
	}	
.boxOne img, .boxTwo img, .boxThree img {
	float:left;
	width:auto;
	margin:0 10px 0 0;
	}
.boxOneTop {
	background:url(../images/boxone-top.gif) no-repeat 0 0;
	font-size:11px;
	line-height:15px;
	color:#555555;
	background-color:inherit;
	}
.boxTwoTop {
	background:url(../images/boxtwo-top.gif) no-repeat 0 0;
	font-size:11px;
	line-height:15px;
	color:#555555;
	background-color:inherit;
	}
.boxThreeTop {
	background:url(../images/boxthree-top.gif) no-repeat 0 0;
	font-size:11px;
	line-height:15px;
	color:#555555;
	background-color:inherit;
	}	
.boxOneBtm {
	background:url(../images/boxone-btm.gif) no-repeat 0 0;
	height:10px;
	}
.boxTwoBtm {
	background:url(../images/boxtwo-btm.gif) no-repeat 0 0;
	height:10px;
	}
.boxThreeBtm {
	background:url(../images/boxthree-btm.gif) no-repeat 0 0;
	height:10px;
	}	
.boxOneTop .content, .boxTwo .content, .boxThree .content {
	padding:13px 10px 5px 12px;	
	}
.boxOneTop .content h4 {
	font-size:15px;
	line-height:17px;
	color:#438590;
	background-color:inherit;
	padding:0 0 8px;
	}
.boxTwoTop .content h4 {
	font-size:15px;
	line-height:17px;
	color:#9F4462;
	background-color:inherit;
	padding:0 0 8px;
	}
.boxThreeTop .content h4 {
	font-size:15px;
	line-height:17px;
	color:#619F53;
	background-color:inherit;
	padding:0 0 8px;
	}		
.boxOneTop .content a {
	color:#438590;
	background-color:inherit;
	text-decoration:underline;
	}
.boxTwoTop .content a {
	color:#9F4462;
	background-color:inherit;
	text-decoration:underline;
	}
.boxThreeTop .content a {
	color:#619F53;
	background-color:inherit;
	text-decoration:underline;
	}		
.boxOneTop .content a:hover, .boxTwoTop .content a:hover, .boxThreeTop .content a:hover {
	text-decoration:none;
	}	
/* Body Style End Here */
/* Footer Style Starts Here */
#footer {
	padding:0 0 35px;
	}
#footer ul {
	text-align:center;
	padding:15px 0 5px;
	}
#footer ul li {
	display:inline;
	padding:0 10px;
	}
#footer ul li a {
	font-size:12px;
	line-height:16px;
	color:#808081;
	background-color:inherit;
	}
#footer ul li a:hover {	
	color:#8B1505;
	background-color:inherit;
	}
#footer p {
	font-size:11px;
	line-height:13px;
	text-align:center;
	color:#808081;
	background-color:inherit;
	} 
/* Footer Style End Here */

/* table style */
.priceChart{
	margin:0 0 10px;
}
.priceChart td{
	padding:0 0 6px;
}

/* Gallery style */

#gallery{
	width:630px; margin:20px auto; }
#gallery li{
	float:left; width:130px; height:140px; padding:0 0 0 20px;}
#gallery li.noPad{
	padding:0;}
#gallery li img{
	margin:4px; width:109px; height:101px; border:#7CB4D4 1px solid;}
#gallery li a{
	display:block; width:119px; height:111px;
	background:#7CB4D4; color:#000;}
#gallery li a:hover{
	background:#D2D2D2; color:#000;}
#gallery li a:hover img{
 border:#D2D2D2 1px solid;}
 
 
 /* Bridal Quote style */
.faqContent {
	background:url(../images/ans-icon.gif) 5px 9px no-repeat;
	padding:9px 10px 10px 30px;
	}
.bridalBg{
	width:500px;
	margin:0 auto;
}
.bridalForm{
	border:solid 4px #E2E2E2;
	color:inherit;
	background-color:#F6FCFD;
	padding:10px 20px;
}
.bridalForm label{
	display:block;
	color:#63A2C6;
	background-color:inherit;
	padding:0 0 3px 0;
}
.bridalForm input.large{
	width:350px;
	border:solid 1px #E2E2E2;
	height:20px;
	margin:0 0 10px 0;
}
.bridalForm select{
	border:solid 1px #E2E2E2;
	width:100px;
	margin:0 0 10px 0;
}
.bridalForm textarea{
	width:350px;
	border:solid 1px #E2E2E2;
	height:50px;
	margin:0 0 10px 0;
}
.bridalForm input.calenderBox{
	float:left;
	width:100px;
	border:solid 1px #E2E2E2;
	height:20px;
	margin:0 10px 10px 0;
}
.calender{
	width:20px;
	height:20px;
	display:block;
	float:left;
	background:url(../images/calender2.gif) 0 0 no-repeat;
}
.submit{
	margin:0 0 10px 0;
}
p.mandatory{
	font-size:11px;
}
p.mandatory span{
	color:#63A2C6;
	background-color:inherit;	
}
.quote a{
	font-weight:bold;
	color:#7CB4D4 !important;
	background-color:inherit;
}
.quote a:hover{
	color:#0099FF !important;
	background-color:inherit;
}
p.center{
	text-align:center;
}

div.contactLeft{
	float:left;
	width:350px;
	border-right:solid 1px #E1E1E1;
}
div.contactRight{
	float:right;
	width:300px;
}

/* Client page style */
ul.clientList{
	float:left;
	font-size:13px;
	line-height:20px;
	margin:10px 50px 30px 0;
}
ul.clientList li{
	background:url(../images/sub-menu-arrow.gif) 0 7px no-repeat;
	padding:0 0 0 12px;
}
ul.clientList.noMar{
	margin:10px 0 30px 0 !important;	
}
li span{
	color:#7CB4D4;
	background-color:inherit;
}
.galler2{
	width:700px !important;
}
.galler2 li{
	padding:0 0 0 10px !important;}