html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}


@font-face {
		font-family: 'Berk';
		src: url('/fonts/berkshireswashregular.eot');
		src: url('/fonts/berkshireswashregular.eot?#iefix') format('embedded-opentype'),
				 url('/fonts/berkshireswashregular.woff') format('woff'),
				 url('/fonts/berkshireswashregular.ttf') format('truetype'),
				 url('/fonts/berkshireswashregular.svg#angelina') format('svg');
		font-weight: normal;
		font-style: normal;
}
		
		
		
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/*-------------- common tag ------------*/
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
i, em { 
	font-style:italic; 
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear  {
	clear:both;
	line-height:1px;
	height:1px;
}
textarea{
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a { 
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#333;
}
address {
	font-style:normal;
}
{
	box-shadow:rgba(0, 0, 0, 0.30) 0px 1px 0px;
	box-shadow:rgba(0, 0, 0, 0.30) 0px 1px 0px inset;
	text-shadow:rgba(0, 0, 0, 0.30) 0px 1px 0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(PIE.htc);
	position:relative;
}

/*-------------- layout tag ------------*/
body {
	background:url(../images/bg_body.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.box {
	width:950px;
	margin:0 auto;
}
.navigation li, .showcase .caption h2, .about .button, .title, .overlay .detail span span, .overlay .txtb h3{
	font-family: Berk;
	font-weight: normal;
}

/* header */
.header{
	width:100%;
	height:134px;
	background:url(../images/bg_header.png) repeat-x;
	position:fixed;
	z-index:20;
}
.logo{
	background:url(../images/bg_logo.png) no-repeat;
	width:127px;
	height:130px;
	padding:12px 31px 40px 34px;
	position:absolute;
	left:50%;
	top:10px;
	margin-left:-96px;
}
.navigation{
	padding:44px 0 0 0;
}
.navigation li{
	background:url(../images/divider_nav.png) no-repeat left top;
	font-size:28px;
	color:#8e7a9e;
	line-height:37px;
	float:left;
	padding:0 38px;
}
.navigation li:first-child{
	background:none;
	padding-left:95px;
}
.navigation li.gap{
	padding-left:210px;
	background:none;
}
.navigation li a{
	color:#8e7a9e;
}
.navigation li a:hover{
	color:#fff;
}

/* container */
.container{
	width:100%;
	padding:105px 0 0 0;
}

/* showcase */
.showcase{
	background:#fff;
	padding:9px 9px 0 9px;
	position:relative;
}
.showcase-bg{
	width:950px;
	height:99px;
	background:url(../images/bg_showcase.png) no-repeat;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
}
.next, .prev{
	width:40px;
	height:39px;
	display:block;
	background:url(../images/ico_arrow.png) no-repeat;
	position:absolute;
	top:185px;
	text-indent:-9999px;
}
.next{
	background-position:right top;
	right:20px;
}
.next:hover{
	background-position:right bottom;
}
.prev{
	background-position:left top;
	left:20px;
}
.prev:hover{
	background-position:left bottom;
}
.pagination{
	width:950px;
	height:15px;
	position:absolute;
	left:0;
	bottom:85px;
	z-index:3;
	text-align:center;
}
.pagination li{
	width:15px;
	height:15px;
	display:inline;
	padding:0 1px;
}
.pagination li a{
	display:inline-block;
	width:15px;
	height:15px;
	background:url(../images/bullet_pagination.png) no-repeat right top;
}
.pagination li a:hover, .pagination li a.active{
	background-position:left top;
}
.showcase {
	background: #e5e5e5;
	/*background-image: url(../images/ilusions-beauty-hero-main.jpg);*/
	background-image: url(../images/Acrylic-Dip.jpg);
	background-repeat: no-repeat;
	background-position: right;
	min-height: 414px;
}

.showcase .caption{
	width:370px;
	position:absolute;
	left:30px;
	top:100px;
	z-index:4;
}
.showcase .caption h2{
	font-size:35px;
	color:#46225e;
}
.showcase .caption p{
	font-size:25px;
	color:#000;
	line-height:28px;
}

.top-btn{
	width:70px;
	height:39px;
	display:block;
	position:absolute;
	right:49px;
	bottom:67px;
	z-index:10;
}
.about{
	width:865px;
	background:url(../images/bg_about.jpg) no-repeat center bottom #dbcce7;
	padding:10px 35px 120px 50px;
	position:relative;
}
.about .txtb{
	width:435px;
	float:left;
	padding:0 15px 0 0;
}
.title{
	font-size:30px;
	color:#45215d;
	text-decoration:underline;
	padding-bottom:15px;
}
.about p{
	line-height:18px;
	padding-bottom:15px;
	font-size: 14px;
}
.about .button{
	background:#6b4d7f;
	font-size:15px;
	color:#fff;
	line-height:34px;
	font-weight:bold;
	display:inline-block;
	padding:0 20px;
}
.about .button:hover{
	background:#754496;
}
.about .imgb{
	width:392px;
	height:221px;
	background:url(../images/bg_about_imgb.png) no-repeat;
	float:left;
	padding:7px 10px 8px 9px;
}

.services{
	background:url(../images/bg_services.jpg) no-repeat center bottom #b7a3c6;
	padding:40px 50px 145px 50px;
	position:relative;
}

.services h2{
	padding-bottom:20px;
}
.services ul{
	margin:0 0 0 -20px;
}
.services li{
	border:solid 2px #68487d;
	float:left;
	margin:0 0 20px 20px;
	position:relative;
}
.services li img{
	float:left;
}
.services li .caption{
	width:216px;
	background:url(../images/bg_caption.png) repeat;
	font-size:24px;
	color:#fff;
	line-height:35px;
	position:absolute;
	left:0;
	bottom:0;
	padding:0 25px;
}
.services li .arrow{
	width:33px;
	height:16px;
	background:url(../images/ico_arrow2.png) no-repeat;
	position:absolute;
	right:11px;
	top:-16px;
}
.overlay{
	background:url(../images/bg_caption.png) repeat;
	width:266px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;
}
.services li:hover .overlay{
	visibility:visible;
}
.services li:hover .caption{
	visibility:hidden;
}
.overlay .txtb{
	padding:25px 30px 0 30px;
}
.overlay .txtb h3{
	font-size:20px;
	color:#fff;
	padding-bottom:8px;
}
.overlay .txtb p{
	line-height:13px;
	color:#fff;
}
.overlay .detail{
	background:url(../images/bg_caption.png) repeat;
	width:216px;
	position:absolute;
	left:0;
	bottom:0;
	padding:15px 20px 15px 30px;
}
.overlay .detail span{
	display:block;
	font-size:16px;
	color:#fff;
	line-height:20px;
}
.overlay .detail span span{
	float:right;
	font-size:20px;
}
.overlay .detail .gap{
	padding-bottom:8px;
}

.gallery{
	background:url(../images/bg_gallery.jpg) no-repeat center bottom #8e799e;
	padding:40px 50px 135px 50px;
	position:relative;
}
.gallery h2{
	color:#fff;
	padding-bottom:25px;
}
.gallery ul{
	margin:0 0 0 -20px;
}
.gallery li{
	border:solid 2px #5b3c71;
	margin:0 0 20px 20px;
	float:left;
}
.gallery li img{
	float:left;
}
.gallery p {
	font-size: 20px; 
	color: #fff;
}
.gallery p a {
	color: #fff;
	text-decoration: underline;
}


.contact{
	width:850px;
	background:#593472;
	padding:30px 50px 45px 50px;
	position:relative;
}
.contact .top-btn{
	width:71px;
	height:35px;
	bottom:0;
}
.contact h2{
	color:#fff;
}
.contact .col1{
	width:420px;
	float:left;
}
.contact .contact-form{
	width:430px;
	float:left;
}
.footer-logo{
	width:225px;
	height:39px;
	padding:0 0 10px 0;
}
.contact .col1 address{
	font-size:12px;
	color:#fff;
	line-height:15px;
}
.contact .col1 address span{
	display:block;
}
.social{
	padding:25px 0 0 0;
}
.social li{
	float:left;
	padding:0 10px 0 0;
}
.contact-form .input, .contact-form .textarea{
	background:#d5d5d5;
	width:258px;
	height:18px;
	padding:4px 10px;
	margin-bottom:9px;
	border:solid 2px #aa94ba;
	font-size:12px;
	color:#606060;
	line-height:18px;
}
.contact-form .textarea{
	width:404px;
	max-width:404px;
	height:77px;
	padding:10px;
	line-height:15px;
}

/* footer */
.footer{
	background:#46225e;
	font-size:10px;
	color:#fff;
	text-align:center;
	padding:18px 0 23px 0;
}




/* Landing Styles */

.landing-box {
	background: url("../img/pampered-map.jpg") 0 0 no-repeat;
	width: 950px;
	min-height: 586px;
}
.landing-text {
	margin-left: 370px;
	padding: 100px 30px 0 0;
	text-align: center;
}
.landing-text p {
	color: #45215d;
	font-size: 22px;
	padding: 20px 0;
}

/* Season Box */

.season-box {
	background: #e5e5e5;
	width: 950px;
	min-height: 500px;
	text-align: center;
}
.season-box h2 {
	font-family: Berk;
  font-weight: normal;
	font-size: 35px;
	color: #46225e;
	margin: 0 0 40px 0;
}
.season-box p {
	font-size: 18px; 
	line-height: 24px;
	margin: 10px 0;
}