/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#666666;background:#fff; font-style:normal; font-variant:normal;font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin:10px 0 10px 0;}
h2 {font-size:2em;margin-bottom:0.1em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#ff9900; outline:none}
a {color:#1a4788;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix {display:block;}
.clear {clear:both;}
a:hover{color:#999999 !important;}
iframe{background-color: transparent;}
/*----------------Global--------------*/
body{
	color:#999999;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#fff url(image/body-bg.gif) repeat-x left top;
	text-align:center;
	}
#main{
	width:980px;
	text-align:left;
	margin:0 auto 0 auto;
	overflow:hidden;
	}
label.error{display:none !important;}
	
/*----------------Header--------------*/
.top-links{
	width:285px;
	float:left;
	padding:18px 0 0 21px;
	}
.top-links .live-chat{
	font-weight:bold;
	font-size:11px;
	color:#808080;
	}
.top-links .live-chat img {
	vertical-align: middle;
	}
.top-links .live-chat span {
	padding-left: 5px;
	}
.top-links ul{
	list-style-type:none;
	margin:0;
	}
.top-links ul li{
	float:left;
	background:url(image/sep-1.gif) no-repeat left 6px;
	padding:0 5px 0 5px;
	}
.top-links ul li.first{
	background:none;
	padding:0 5px 0 0;
	}
.top-links ul li a{
	font-size:11px;
	color:#8c8c8c;
	}
.top-links ul li a:hover{
	color:#fff !important;
	}
.top-links ul li.current a{
	color:#fff !important;
	font-weight:bold !important;
	}
.logo{
	width:317px;
	height:58px;
	float:left;
	padding:0 0 0 37px;
	background:url(image/logo.jpg) no-repeat 37px top;
	}
.logo a{
	text-indent:-100000px;
	display:block;
	width:317px;
	height:58px;
	}
.search-box{
	float:right;
	width:200px;
	margin:29px 20px 0 0;
	}
.search-box dl, .search-box dt, .search-box dd{
	margin:0;
	}
.search-box dt{
	background:url(image/search-bg.gif) no-repeat left top;
	float:left;
	width:152px;
	height:22px;
	padding:0 0 0 15px;
	}
.search-box dt input{
	border:none;
	background-color:#4f4f4f;
	color:#959595;
	font-size:11px;
	width:150px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	}
	
/*----------------Footer--------------*/
#footer{
	background:url(image/footer-bg.gif) repeat-x;
	height:100px;
	width:100%;
	margin:-10px 0 0 0;
	position:relative;
	}
.footer-home{
	margin:0 !important;
	}
.footer-ins{
	width:940px;
	margin:0 auto 0 auto;
	overflow:hidden;
	padding:37px 0 0 40px;
	}
#footer p{
	float:left;
	font-size:11px;
	color:#999999;
	padding-right:10px;
	}
.foot-nav{
	list-style-type:none;
	margin:0;
	}
.foot-nav li{
	float:left;
	line-height:15px;
	padding:0 8px 0 10px;
	background:url(image/sep-2.gif) no-repeat left 6px;
	}
.foot-nav li.first{
	padding:0 8px 0 0;
	background:none;
	}
.foot-nav li a{
	font-size:11px;
	color:#cccccc;
	line-height:11px;
	}
.foot-nav li a:hover{
	color:#fff !important;
	}
.foot-nav li.current a{
	font-weight:bold !important;
	color:#fff !important;
	}
/*----------------Home--------------*/
.global-navigation{
	float:left;
	margin:2px 0 0 0;
	}
#wrap{
	clear:both;
	}
.home-content{
	padding:0 0 0 21px;
	}
.home-content .block{
	width:220px;
	float:left;
	padding:19px 20px 0 0;
	}
.home-content .block p{
	line-height:18px;
	}
.home-content .block-1 p{
	font-weight:bold;
	margin:0;
	padding:10px 0 0 0;
	}
.home-content .block-1{
	background:url(image/block-1-bg.gif) no-repeat 188px 138px;
	}
.home-content .block-2{
	background:url(image/block-2-bg.gif) no-repeat 169px 141px;
	}
.home-content .block-4{
	background:url(image/block-3-bg.gif) no-repeat 183px 161px;
	}
.home-content .block-4 #newslettercontainer p.success{
	margin:21px 0;
	width:190px;
	}
.home-content .block-4 #newslettercontainer p.newsletter-error{
	color:#fff;
	background-color:#6d3393;
	padding:10px;
	position:absolute;
	top:20px;
	left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:190px;
	display:none;
	}
.home-content .block a.know-more{
	background:url(image/know-more.gif) no-repeat left top;
	width:107px;
	height:19px;
	display:block;
	text-indent:-1000000px;
	margin:23px 0 0 0;
	}
.home-content .block-2 p, .note-3{
	font-size:20px;
	font-weight:normal;
	padding:8px 0 0 0;
	}
.home-content .block-2 p span, .note-3 span{
	color:#f47920;
	font-size:27px;
	display:block;
	width:150px;
	line-height:22px;
	padding:6px 0 0 0;
	}
.home-content .block a.click-here-online{
	background:url(image/click-here-online.gif) no-repeat left top;
	width:107px;
	height:19px;
	display:block;
	text-indent:-1000000px;
	margin:32px 0 0 0;
	}
.home-content .block a.click-here-offline{
	/*background:url(image/click-here-offline.gif) no-repeat left top;*/
	background:url(image/click-here-online.gif) no-repeat left top;
	width:107px;
	height:19px;
	display:block;
	text-indent:-1000000px;
	margin:32px 0 0 0;
	}
.side-block .block a.click-here-online{
	background:url(image/click-here-online.gif) no-repeat left top;
	width:107px;
	height:19px;
	display:block;
	text-indent:-1000000px;
	margin:0 0 12px 22px;
	}
.side-block a.click-here-offline{
	background:url(image/click-here-offline.gif) no-repeat left top;
	width:107px;
	height:19px;
	display:block;
	text-indent:-1000000px;
	margin:0 0 12px 22px;
	}
.home-content .block-3{
	padding:0;
	margin:-10px 20px 0 0;
	}
.home-content .block-4{
	padding:18px 0 0 0;
	}
.home-content .block-4 dl{
	margin:12px 0 0 0 !important;
	}
.home-content .block-4 dt{
	margin:0;
	}
.home-content .block-4 dd, .side-block .block dd{
	margin:0 0 7px 0;
	}
.home-content .block-4 dd  input.text, .side-block .block dd input.text{
	background:url(image/text-bg.gif) no-repeat left top;
	padding:3px 7px 0 13px;
	width:200px;
	height:18px;
	}
.home-content .block-4 dd  input.error, .side-block .block dd input.error{
	background-position:0 -21px;
	}
.home-content .block-4 dd input{
	border:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	width:195px;
	}
.home-content .block-4 dd.button{
	background:none;
	padding:0;
	margin:20px 0 0 0;
	}
.home-content .block-4 dd.button input{
	width:auto !important;
	}
	
/*----------------Inside-Page--------------*/
.wrap-inside{
	background:url(image/wrap-bg.gif) repeat-y;
	float:left;
	width:100%;
	padding:0 0 20px 0;
	position:relative;
	}
.wrap-news{
	min-height:1030px;
	}
.date{
	font-size:12px;
	color:#666666;
	}
.content{
	padding:15px 0 25px 20px;
	width:700px;
	float:left;
	background:url(image/star.gif) no-repeat 650px -2px;
	}
.content h2{
	font-weight:bold;
	font-size:19px;
	line-height:19px;
	border-bottom:3px solid #e0e0e0;
	width:458px;
	color:#333333;
	padding:0 0 16px 0;
	}
.content img{
	background:url(image/shadow-1.gif) no-repeat left top;
	padding:5px;
	float:left;
	margin:16px 15px 0 0;
	}
.content h3{
	font-size:13px;
	font-weight:bold;
	padding:4px 0 0 0;
	margin:16px 0 4px 0;
	color:#333333;
	}
.content p{
	line-height:20px;
	color:#666666;
	font-size:13px;
	margin:0 0 17px 0;
	}
.content a.email{
	background:url(image/email.gif) no-repeat 20px top;
	padding:0 0 0 20px;
	}
.content a.print{
	background:url(image/print.gif) no-repeat left top;
	border-right:1px solid #dedede;
	}
.content a.email, .content a.print{
	width:90px;
	height:35px;
	display:block;
	margin:12px 0 0 0;
	padding:0 20px 0 0;
	float:left;
	text-indent:-1000000px;
	}
.side-block{
	float:right;
	width:220px;
	margin:0 20px 0 0;
	}
.side-block h3{
	padding:10px 0 0 20px;
	margin:0;
	}
.side-form{
	padding:0;
	height:147px;
	width:180px;
	margin:0 0 0 21px;
	background:url(image/side-form-bg.gif) no-repeat 142px 83px;
	}
.side-form dl{
	margin:12px 0 0 0 !important;
	}
.side-form dt{
	margin:0;
	}
.side-form dd{
	margin:5px 0 0 0;
	}
.side-form dd input.text{
	background:url(image/text-bg-2.gif) no-repeat left top;
	padding:3px 7px 0 13px;
	width:160px;
	height:18px;
	}
.side-form dd input.error{
	background:url(image/text-bg-2.gif) no-repeat left -21px;
	}
#newslettercontainer{
	position:relative;
	}
#newslettercontainer p.success{
	color:#fff;
	background-color:#6d3393;
	padding:10px;
	margin:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:162px;
	}
.newsletter-error{
	color:#fff;
	background-color:#6d3393;
	padding:10px;
	position:absolute;
	top:20px;
	left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:162px;
	display:none;
	}
.side-form dd input{
	border:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}
.side-form dd.button{
	background:none;
	padding:0;
	margin:20px 0 0 0;
	}
.side-form dd.button input{
	width:auto !important; 
	}
.image-link{
	margin:0 0 0 18px;
	float:left;
	padding:20px 0 0 0;
	border-top:3px solid #d4d4d4;
	}
.clear{
	margin:-20px 0 0 18px;
	display:block;
	padding:0 0 20px 0;
	}
	
/*----------------Inside-Page--------------*/
.col-1{
	width:462px;
	float:left;
	overflow:hidden;
	}
.note{
	width:462px;
	color:#4e616f !important;
	font-size:12px !important;
	margin:0 !important;
	line-height:17px !important;
	}
.news-listing{
	width:462px;
	padding:14px 0 0 0;
	margin:16px 0 0 0;
	border-bottom:3px solid #e0e0e0;
	}
.listing{
	padding:14px 0 0 0;
	margin:0;
	}
.news-listing, .listing{
	list-style-type:none;
	border-top:3px solid #e0e0e0;
	}
.news-listing li, .listing li{
	border-bottom:1px solid #e0e0e0;
	margin-bottom:9px;
	}
.listing li, .listing{
	float:left;
	width:100%;
	}
.news-listing li.last{
	border:none;
	margin-bottom:20px;
	}
.listing li.last{
	border-bottom:3px solid #e0e0e0;
	}
.news-listing p, .listing p{
	font-size:12px;
	line-height:17px;
	}
.news-listing img, .listing img{
	background:url(image/list-item-bg.gif) no-repeat left top;
	}
.news-listing img{
	margin:4px 18px 0 -2px;
	}
.listing img{
	margin:0 18px 20px -2px;
	}
.news-listing h4, .listing h4{
	margin:0;
	}
.news-listing h4 a, .listing h4 a{
	color:#6d3393;
	background:url(image/pointer-1.gif) no-repeat left 5px;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 0 13px;
	}
.news-listing span.date{
	color:#999999;
	font-size:11px;
	line-height:11px;
	}
.paging{
	list-style-type:none;
	margin:0;
	padding:18px 0 0 0;
	float:left;
	width:100%;
	}
.paging li{
	float:left;
	font-size:11px;
	padding:0 8px 0 8px;
	line-height:7px;
	border-right:1px solid #e0e0e0;
	}
.paging li a{
	font-size:11px;
	display:block;
	width:8px;
	height:9px;
	color:#6d3393;
	}
.paging .nexts{
	background:url(image/next.gif) no-repeat left top;
	}
.paging .prevs{
	background:url(image/prev.gif) no-repeat left top;
	}
.no-bord{
	border:none !important;
	}
.content-image{
	float:right;
	width:220px;
	overflow:hidden;
	}
.content-image img{
	margin:0 0 10px 0;
	background:#e3e0e1;
	padding:8px;
	}
.big-image{
	position:absolute;
	bottom:0px;
	right:30px;
	display:none;
	}
.note-2{
	color:#a3a3a3 !important;
	font-size:14px !important;
	font-weight:bold;
	padding:0 0 14px 0;
	line-height:22px !important;
	border-bottom:3px solid #e0e0e0;
	}
.related-links{
	list-style-type:none;
	margin:20px 0 0 21px;
	padding:0 0 32px 0;
	width:182px;
	}
.related-links li a{
	color:#333333;
	padding:0 0 0 20px;
	background:url(image/pointer-2.gif) no-repeat left 5px;
	}
.content h5{
	font-size:12px;
	margin:0 0 15px 0;
	}
.content h5 span{
	font-size:13px;
	font-weight:bold;
	color:#333333;
	}

/*----------------Careers--------------*/
.careers tr.detail{
	display:none;
	}
.careers tr.current-prev td{
	border:none;
	color:#333;
	}
.careers tr.current{
	display:table-row;
	}
.careers tr td h6{
	font-size:12px;
	color:#6d3393;
	font-weight:normal;
	}
.careers tr td, .careers tr td p{
	color:#666;
	margin:0 0 0 0;
	}
.careers tr td ul{
	margin:0 0 10px 12px;
	}
.careers td, .careers th, .careers tr, .careers table{
	margin:0;
	padding:0;
	}
.careers{
	text-align:left;
	margin:0;
	}
.careers th{
	color:#6d3393;
	font-size:14px;
	font-weight:bold;
	background-color:#f1f0f0;
	padding:5px 0 5px 18px;
	}
.careers td{
	font-size:13px;
	padding:10px 0 5px 18px;
	color:#666666;
	border-bottom:1px solid #dcdfe2;
	}
.careers td a{
	color:#6d3393;
	background:url(image/pointer-1.gif) no-repeat left 5px;
	padding:0 0 0 11px;
	}
.bottom-bar{
	float:left;
	width:100%;
	padding:18px 0 0 0;
	}
.bottom-bar div.no-of-items{
	float:left;
	}
.bottom-bar ul.paging{
	float:right;
	padding:8px 0 0 0;
	}
.bottom-bar div.no-of-items label{
	font-size:12px;
	}
/*----------------Sitemap--------------*/
.sitemap, .sitemap ul{
	list-style-type:none;
	margin:0;
	}
.sitemap{
	padding:10px 0 100px 41px;
	float:left;
	width:100%;
	background:url(image/sitemap-bg.jpg) no-repeat right top;
	}
.sitemap ul li{
	float:left;
	width:250px;
	margin:0 0 15px 0;
	}
.sitemap ul{
	padding:22px 0 0 0;

	}
.sitemap ul li ul{
	padding:5px 0 0 0;
	}
.sitemap ul li ul li{
	clear:both;
	padding:5px 0 0 0;
	margin:0;
	}
.sitemap ul li ul li a{
	color:#333333;
	background:url(image/pointer-1.gif) no-repeat 0 5px;
	padding:0 0 0 17px;
	}
.one-column p{
	font-size:12px;
	padding:0 21px 0 21px;
	margin:0;
	}
.one-column h3{
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin:10px 0 10px 0;
	padding:0 21px 0 21px;
	}
.one-column{
	padding:18px 0 58px 0;
	float:left;
	min-height:330px;
	width:96%;
	background:url(image/body-sitemap.gif) no-repeat left 10px;
	}
/*----------------Contact Us--------------*/
.address h3{
	font-size:15px;
	font-weight:bold;
	margin:0;
	}
.address{
	margin:0 0 0 2px;
	border-bottom:3px solid #e0e0e0;
	}
.address p{
	line-height:18px;
	}
.address p a{
	color:#6d3393;
	}
.contact-us{
	float:left;
	padding:14px 0 0 0;
	min-height:500px;
	}
#time-table-form .contact-us{
	width:100%;
	}
#time-table-form form.contact-us dl{
	width:370px !important;
	margin:0 0 0 20px;
	}
.contact-us h4{
	margin:0;
	}
.contact-us img{
	background:none;
	margin:0;
	}
.contact-us dl{
	background:url(image/star.gif) no-repeat 380px 120px;
	}
.contact-us dl, .contact-us dt, .contact-us dd{
	margin:0;
	float:left;
	}
.contact-us dl{
	padding:15px 0 0 2px;
	}
.contact-us dt{
	font-size:13px;
	color:#666;
	width:120px;
	}
.contact-us dd, .contact-us dd.text input, .contact-us dd select{
	width:245px;
	border:none;
	color:#666666;
	}
.contact-us .text{
	height:28px;
	}
.contact-us .textarea{
	margin:13px 0 0 0;
	height:73px;
	}
.contact-us dd.text input, .contact-us dd.text select{
	background-color:#f0f0f0;
	height:20px;
	}
.contact-us dd.textarea textarea{
	background-color:#f0f0f0;
	height:50px;
	width:245px;
	border:none;
	color:#666666;
	}
.contact-us .button{
	height:28px;
	width:113px;
	position:relative;
	}
.contact-us .button a{
	width:98px;
	height:25px;
	position:absolute;
	left:124px;
	top:-6px;
	}
.no-bg{
	background:none !important;
	padding-left:0 !important;
	}
.note-3{
	padding:8px 0 17px 21px;
	line-height:21px;
	font-size:18px;
	}
.contact-us dd.text input.error, .contact-us dd.text select.error, .contact-us dd.textarea textarea.error{
	border:1px solid #f49696;
	}
/*----------------Salon Menu--------------*/
.menu h5 img{
	background:none;
	margin:0;
	padding:0;
	}
.menu h6{
	float:left;
	width:100%;
	color:#2e56a6;
	font-weight:bold;
	background-color:#f1f0f0;
	padding:5px 0 5px 20px;
	margin:12px 0 0 0;
	}
.menu dl, .menu dt, .menu dd{
	margin:0;
	float:left;
	}
.menu dt{
	width:383px;
	font-size:12px;
	padding:0 0 10px 0;
	font-weight:bold;
	}
.menu dl{
	padding:10px 0 0 20px;
	}
.menu dd{
	font-size:12px;
	color:#666;
	}
.content a.email-b{
	background:url(image/email-b.gif) no-repeat 20px top;
	padding:0 0 0 20px;
	}
.content a.print-b{
	background:url(image/print-b.gif) no-repeat left top;
	border-right:1px solid #dedede;
	}

/*----------------Book Online--------------*/
.cal{
	float:left;
	}
.cal h5{
	margin:0;
	padding:0 0 5px 0;
	font-size:13px;
	}
.select-box, .time-box{
	float:left;
	width:222px;
	margin:20px 0 0 18px;
	overflow:hidden;
	}
.select-box h5, .time-box h5{
	font-size:13px;
	line-height:17px;
	margin:0;
	}
.select-box dl, .select-box dt, .select-box dd, .timings dl, .timings dt, .timings dd{
	margin:0;
	padding:0;
	float:left;
	}
.select-box dl{
	height:100px;
	}
.select-box dt{
	width:27px;
	}
.select-box dd{
	width:193px;
	font-size:13px;
	color:#10a25c;
	}
.select-box dt, .select-box dd{
	margin:10px 0 0 0;
	height:18px;
	overflow:hidden;
	}
.select-box dt.button, .select-box dd.button{
	width:auto;
	margin:22px 0 0 0;
	}

.now{
	color:#10a25c;
	}
.single-col a.email-g{
	background:url(image/email-g.gif) no-repeat 20px top;
	padding:0 0 0 20px;
	}
.single-col a.print-g{
	background:url(image/print-g.gif) no-repeat left top;
	border-right:1px solid #dedede;
	}
.single-col a.email, .single-col a.print {
	margin:10px 0 30px 0 !important;
	}
.content a.email, .content a.print, .single-col a.email, .single-col a.print {
	display:block;
	float:left;
	height:35px;
	margin:12px 0 0;
	padding:0 20px 0 0;
	text-indent:-1000000px;
	width:90px;
	}
.one-col-inside{
	width:940px;
	margin:0 0 0 20px;
	padding:18px 0 24px 0;
	float:left;
	min-height:330px;
	position:relative;
	}
.col-block{
	width:708px;
	float:left;
	}
.timings{
	float:left;
	width:200px !important;
	height:138px;
	overflow:auto;
	list-style-type:none;
	margin:0;
	}
.timings li{
	float:left;
	width:100%;
	}
.timings li a{
	font-size:11px;
	color:#686868;
	display:block;
	padding:8px;
	}
.timings li a:hover, .timings li a.current{
	color:#000 !important;
	background-color:#e5e5e5;
	}
.one-col-inside p{
	padding:0 0 14px 0;
	}
.available-time{
	float:left;
	width:442px;
	margin:16px 0 0 20px;
	padding:15px 0 0 0;
	position:relative;
	}
.no-of-kids, .avltime{
	margin:20px 0 0 0;
	width:220px;
	}
.message-1{
	float:left;
	padding:10px;
	background-color:#f0f0f0;
	margin:0;
	position:absolute;
	right:0;
	top:42px;
	width:230px;
	height:220px;
	}
.message-1 h4{
	color:#1c9c5f;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	}
.message-1 dl, .message-1 dt, .message-1 dd{
	margin:0;
	padding:0;
	}
.message-1 dl{
	margin:20px 0 20px 0;
	}
.message-1 dt, .message-1 dd{
	font-size:12px;
	margin-bottom:5px;
	color:#000;
	}
.message-1 dt{
	float:left;
	width:120px;
	}
.message-1 p{
	font-size:13px;
	color:#1C9C5F;
	font-weight:bold;
	}
#select-box .continue{
	background-color:#fff;
	position:absolute;
	right:148px;
	top:290px;
	z-index:10000;
	}
.time-table{
	float:left;
	overflow:hidden;
	width:940px;
	margin:0 0 0 20px;
	position:relative;
	}
.table-item{
	width:100px;
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
	background-color:#fff;
	}
.table-ins{
	width:1380px;
	position:absolute;
	left:100px;
	top:0;
	z-index:999;
	}
.time-table th{
	font-size:11px;
	color:#fff;
	text-align:center;
	background-color:#10a15c;
	}
.time-table td img{
	float:left;	
	}
.time-table td.first span{
	float:left;
	padding:10px;
	border-right:1px solid #bababa;
	}
.time-table td{
	color:#10a15c;
	height:73px;
	overflow:hidden;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding:14px 0 14px 0;
	*padding:0;
	border-bottom:1px solid #e5e5e5;
	}
.time-table td span{
	display:block;
	}
.time-table td.available{
	background:url(image/star.gif) no-repeat center center;
	}
.time-table td.not-available{
	background:url(image/star-disabled.gif) no-repeat center center;
	}
.notice{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	margin:30px 0 0 0;
	border-bottom:1px solid #e4e4e4;
	border-top:1px solid #e4e4e4;
	padding:10px 0 14px 28px;
	line-height:28px;
	background:url(image/stars.gif) no-repeat left 14px;
	}
.scroll{
	height:20px;
	}
.scroll a.prev{
	position:absolute;
	left:86px;
	top:9px;
	z-index:1001;
	}
.scroll a.prev img{
	display:none;
	}
.scroll a.next{
	background-color:#10A15C;
	display:block;
	height:16px;
	padding:8px 0 0 3px;
	position:absolute;
	right:0;
	top:0;
	width:18px;
	z-index:1001;
	}
.book input{
	margin:10px 0 0 0;
	}
/*----------------About Us Landing Page--------------*/
.cols{
	float:left;
	background:url(image/about-land-bg.gif) no-repeat left top;
	padding-bottom:55px;
	}
.block-col{
	width:460px;
	float:left;
	}
.block-col-1, .block-col-2{
	padding:20px 0 0 21px;
	}
.block-col-3, .block-col-4{
	padding:9px 0 3px 21px;
	}
.block-col-1 img{
	float:left;
	background:url(image/block-img-bg.gif) no-repeat left top;
	padding:4px;
	margin-right:16px;
	}
.block-col h3{
	margin:0 0 17px 0;
	float:left;
	width:100%;
	}
.block-col-1, .block-col-2{
	background:url(image/sep-3.gif) no-repeat 20px bottom;
	height:149px;
	}
.block-col-1 h3 img{
	background:none;
	padding:0;
	}
.block-col-1 p{
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	}
.block-col a.know-more{
	background:url(image/know-more.gif) no-repeat left top;
	width:107px;
	height:20px;
	float:left;
	text-indent:-1000000px;
	margin:0;
	}
.block-col-3 a.know-more{
	margin:12px 0 0 0;
	}
.block-col-2 div{
	width:262px;
	float:left;
	}
.block-col-2 div h3{
	margin:0 0 13px 0;
	}
.block-col-2 div h3 img{
	margin:0;
	}
.block-col-2 div h4{
	color:#333333;
	font-weight:bold;
	font-size:13px;
	margin:0;
	}
.block-col-2 div p{
	color:#666;
	font-size:12px;
	line-height:16px;
	}
.block-col-2 img{
	margin:-27px 0 0 0;
	}
.block-col-3 img, .block-col-4 img{
	float:left;
	}
.block-col-3 div, .block-col-4 div{
	float:left;
	width:250px;
	padding:18px 0 0 10px;
	}
.block-col-3 div ul{
	list-style-type:none;
	margin:0;
	padding:10px 0 0 0;
	}
.block-col-3 div ul li{
	font-size:12px;
	color:#666;
	background:url(image/pointer-1.gif) no-repeat left 5px;
	padding:0 0 0 17px;
	}
.block-col-4{
	background:url(image/sep-3.gif) no-repeat 20px bottom;
	}
.block-col-4 div{
	padding:18px 0 0 30px;
	}
.block-col-4 div span{
	color:#666666;
	font-size:11px;
	padding:10px 0 0 3px;
	float:left;
	background:url(image/sep-4.gif) no-repeat right 13px;
	}
.block-col-4 div span.date{
	padding-right:10px;
	}
.block-col-4 div span.time{
	padding-left:7px;
	background:none !important;
	}
.block-col-4 div h6{
	color:#6d3393;
	font-size:13px;
	float:left;
	width:100%;
	line-height:17px;
	padding:0 0 0 5px;	
	}
.block-col-4 dl, .block-col-4 dt, .block-col-4 dd{
	float:left;
	margin:0;
	color:#666;
	font-size:11px;
	font-weight:normal;
	}
.block-col-4 dl{
	padding:0 0 0 5px;	
	}
.block-col-4 p{
	font-size:13px;
	width:242px;
	float:left;
	padding:0 0 0 5px;
	}
	
/*----------------Global Navigation--------------*/
.wrap-top{
	position:relative;
	float:left;
	margin:0 0 0 0;
	padding:2px 0 0 13px;
	width:967px;
	min-height:18px;
	background:url(image/spot-bg.gif) repeat-x left top;
	}
.global-navigation{
	position:absolute;
	left:32px;
	margin:0;
	list-style-type:none;
	z-index:9999;
	}
.single-col ul.global-navigation{
	left:30px;
	}
.wrap-inside .global-navigation{
	left:30px;
	}
.global-navigation li{
	float:left;
	margin-right:2px;
	height:28px;
	}
.global-navigation li span, .global-navigation li span a{
	float:left;
	height:28px;
	}
.global-navigation li span a{
	margin:0;
	padding:6px 0 0 17px;
	}
.global-navigation li span{
	padding:0 17px 0 0;
	}
.global-navigation li.blue span{
	background:url(image/nav-blue-2.png) no-repeat right top;
	}
.global-navigation li.blue span a{
	background:url(image/nav-blue.png) no-repeat left top;
	}
.global-navigation li.rose span{
	background:url(image/nav-rose-2.png) no-repeat right top;
	}
.global-navigation li.rose span a{
	background:url(image/nav-rose.png) no-repeat left top;
	}
.global-navigation li.orange span{
	background:url(image/nav-orange-2.png) no-repeat right top;
	}
.global-navigation li.orange span a{
	background:url(image/nav-orange.png) no-repeat left top;
	}
.global-navigation li.green span{
	background:url(image/nav-green-2.png) no-repeat right top;
	}
.global-navigation li.green span a{
	background:url(image/nav-green.png) no-repeat left top;
	}
.global-navigation li.yellow span{
	background:url(image/nav-yellow-2.png) no-repeat right top;
	}
.global-navigation li.yellow span a{
	background:url(image/nav-yellow.png) no-repeat left top;
	}
.global-navigation li.red span{
	background:url(image/nav-red-2.png) no-repeat right top;
	}
.global-navigation li.red span a{
	background:url(image/nav-red.png) no-repeat left top;
	}
#wrap div.spotlight{
	margin:8px 0 0 -24px;
	}
.wrap-inside div.spotlight{
	margin:8px 0 0 0 !important;
	}
.home-spotlight{
	background:url(image/spotlight-bg.gif) no-repeat -11px -1px;
	height:360px;
	width:962px;
	overflow:hidden;
	}
.home-spotlight div.scroll-image{
	width:940px !important;
	height:336px;
	margin:0 0 0 14px;
	}
.home-spotlight ul{
	margin:16px 0 0 0 !important;
	list-style-type:none;
	float:left;
	}
a.next, a.prev{
	position:absolute;
	width:67px;
	height:65px;
	top:158px;
	display:block;
	z-index:9999;
	}
a.next{
	right:-15px;
	background:url(image/next-arrow.png) no-repeat left top;
	}
a.prev{
	left:0;
	background:url(image/prev-arrow.png) no-repeat left top;
	}
a.disabled{
	display:none;
	}
.title-block{
	margin:16px 0 0 0;
	padding:0 8px 8px 7px;
	float:left;
	height:124px;
	width:940px;
	background:url(image/top-bg.gif) no-repeat left top;
	}
.title-block a{
	color:#fff;
	font-size:11px;
	}
.title-block span{
	color:#fff;
	font-size:11px;
	}
.title-block h2{
	margin:4px 0 0 0;
	}
.title-block div{
	height:74px;
	width:920px;
	padding:50px 0 0 20px;
	}
.title-block div.blue{
	background:#2e56a6;
	}
.title-block div.rose{
	background:#f63c69;
	}
.title-block div.orange{
	background:#f47920;
	}
.title-block div.green{
	background:#10a25c;
	}
.title-block div.yellow{
	background:#ffc600;
	}
.title-block div.red{
	background:#ed1c24;
	}
.title-block div.violet{
	background-color: #6D3393;
	}
.message ul li.success{
	font-weight:bold;
	color:#10a25c;
	}
.message ul{
	list-style-type:no;
	margin:0;
	}
/*---------------Jscroll---------------------*/

.jScrollPaneContainer {
	position:relative;
	overflow: hidden;
	float:left;
	background-color:#F7F7F7;
	margin:10px 0 0 0;
	}
.jScrollPaneTrack {
	position:absolute;
	cursor: pointer;
	right:20px;
	top: 0;
	height: 100%;
	width:2px !important;
	background-color:#acacac;
	}
.jScrollPaneDrag {
	position: absolute;
	background:url(image/drag-bg.gif) repeat-y left center;
	cursor: pointer;
	left:-2px;
	width:6px !important;
	overflow: hidden;
	}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	width:6px;
	height:3px;
	overflow: hidden;
	background:url(image/drag-top.gif) no-repeat left top;
	}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width:6px;
	height:3px;
	overflow: hidden;
	background:url(image/drag-bot.gif) no-repeat left top;
	}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
	}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
	}

/*---------------Select-Box---------------------*/
.selectbox {
	border:none;
	color:##686868;
	cursor:pointer;
	font-family:Tahoma, Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:20px 5px 0 0;
	padding:8px 0 8px 11px;
	text-align:left;
	width:220px;
	background:#e5e5e5 url(image/arrow.gif) no-repeat 210px;
	}
.selectbox-wrapper{
	position:relative;
	}
.selectbox-wrapper ul{
	float:left;
	width:230px !important;
	overflow:auto;
	height:138px;
	list-style-type:none;
	margin:0;
	position:absolute;
	overflow-x:hidden;
	left:0;
	top:0;
	background-color:#F7F7F7;
	}
.selectbox-wrapper ul li{
	float:left;
	width:100%;
	font-size:11px;
	color:#686868;
	padding:8px;
	cursor:pointer;
	}
.selectbox-wrapper{
	margin:0;
	}
/*---------------Error-Msg---------------------*/
.error-msg p{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	height:15px;
	padding:10px;
	background:#10A25C;
	}
/*---------------Success-Msg---------------------*/
#time-table p.success{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	height:15px;
	padding:10px;
	background:#10A25C;
	}
#select-box-indicator{
	left:184px;
	position:absolute;
	top:-200px;
	}
.available-time p{
	top:-220px;
	left:184px;
	position:absolute;
	}
#time-table-form{
	float:left;
	height:300px;
	width:41%;
	position:absolute;
	right:0;
	top:42px;
	z-index:10001;
	background-color:#fff;
	}
#time-table-indicator{
	left:251px;
	position:absolute;
	top:224px;
	}