/* -----------------------------------------------------------------------

   The Salon Intersalon Theme CSS (Going Inwards)
   v1.0 | 17/11/2011
   Created by Ben Legate ben.legate@creativeatheart.com

----------------------------------------------------------------------- */

/*#reset.css#*/
html {
	margin:0;
	padding:0;
	border:0;
}
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, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
body {
	line-height:1.5;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
	float:none !important;
}
table, th, td {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
:focus {
	outline:0;
}
/*#typography.css#*/
html {
	font-size:100.01%;
}
body {
	font-size:14px;
	color:#444444;
	line-height:18px;
	background:#ffffff url(../images/bg.aspx) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#514425;
	margin:0 0 0 0;
	font-family:georgia;
	text-shadow:1px 1px 1px #ffffff;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 15px 0;
	font-family:arial;
	line-height:18px;
	color: #444444;
	font-size:12px;
}
.aboutpimg {
	margin-right: 10px;
}
a:focus, a:hover {
	color:#f067a6;
}
a {
	color:#e70087;
	text-decoration:underline;
}
strong {
	font-weight:bold;
}
ul {
	margin:0 0 0 0;
	float:left;
}
li {
	margin:0;
	list-style-type: circle;
}
li a:link, li a:visited {
	color:#ffffff;
	margin:0;
	text-decoration:none;
}
li a:hover {
	color:#f067a6;
	margin:0;
	text-decoration:none;
}
a.read-more:link, a.read-more:visited {
	background: url(../images/quicklinks-button.aspx) left top;
	cursor:pointer;
	width:23px;
	height:23px;
	margin:-20px 10px 10px 0;
	float:right;
}
a.read-more:hover {
	background: url(../images/quicklinks-button.aspx) right top;
	cursor:pointer;
	width:23px;
	height:23px;
	margin:-20px 10px 10px 0;
	float:right;
}
.clear {
	clear:both;
}
/*#grid.css#*/
.container {
	width:960px;
	margin:0 auto;
}
.masthead-container {
	width:960px;
	height:110px;
	margin:0 auto;
}
.masthead {
	background: url(../images/masthead-bg.aspx) no-repeat;
	width:960px;
	height:110px;
	margin:0 0 0 -1px;
}
.masthead .logo {
	background: url(../images/logo.aspx) no-repeat scroll 0 0 transparent;
	float: left;
	height: 95px;
	margin: 10px 0 0 0;
	width: 352px;
}
.masthead .logo a {
	cursor: pointer;
	float: left;
	height: 95px;
	margin: 0;
	width: 352px;
}
.masthead .social {
	float:right;
	width:360px;
	margin:30px 0 0 0;
	text-align:right;
}
.masthead .social p {
	width:450px;
	font-size:28px;
	color: #367c75;
	margin: 0 0 15px 0;
	font-weight:normal;
	font-family:georgia;
	text-shadow:1px 1px 1px #ffffff;
	float:right;
}
.masthead .social p span {
	font-size:28px;
	color: #514425;
	font-weight:normal;
	font-family:georgia;
	text-shadow:1px 1px 1px #ffffff;
	float:left;
}
.masthead .social ul {
	margin:0 0 10px 0;
	padding:0 0 0 0;
	float:right;
	width:100px;
}
.masthead .social ul li {
	padding:0 0 0 0;
	display:inline;
}
.header {
	width:960px;
	height:333px;
	margin:0 auto;
	background: url(../images/header-bg.aspx) no-repeat;
}
.header .navigation {
	width:245px;
	height:300px;
	float:left;
	font-size:20px;
	margin:33px 0 0 0;
}
.header .navigation ul {
	margin:0 0 0 0;
	float:right;
	width:245px;
}
.header .navigation li {
	width:245px;
	height:43px;
	float:left;
	margin:0 0 0 0;
	display:block;
	line-height:34px;
}
.header .navigation li a:link, .header .navigation li a:visited {
	width:225px;
	height:38px;
	background: url(../images/nav-bg.aspx) left bottom;
	color:#666666;
	margin:0;
	text-decoration:none;
	font-family:georgia;
	font-size:20px;
	float:left;
	padding:5px 0 0 20px;
	text-shadow:1px 1px 1px #ffffff;
}
.header .navigation li a:hover {
	width:225px;
	height:38px;
	background: url(../images/nav-bg.aspx) left top;
	color:#367c75;
	margin:0;
	text-decoration:none;
	font-family:georgia;
	font-size:20px;
	float:left;
	padding:5px 0 0 20px;
	text-shadow:1px 1px 1px #ffffff;
}
.quicklinks {
	width:960px;
	float:left;
	margin:33px 0 0 0;
}
.quick-desc {
	background: #d4d4d4 url(../images/quicklink-bg.aspx)no-repeat;
	width:235px;
	float:left;
height:100px;
}
.one {
	width:235px;
	float:left;
	margin:0 5px 30px 0;
}
.one h2, .one h2 a:link, .one h2 a:visited {
	width:235px;
	float:left;
	margin:5px 0 3px 7px;
	font-size:20px;
	color: #28736c;
	font-weight:normal;
	font-family:georgia;
	text-decoration:none;
}
.one h2 a:hover {
	width:235px;
	float:left;
	margin:5px 0 3px 7px;
	font-size:20px;
	color: #514425;
	font-weight:normal;
	font-family:georgia;
	text-decoration:underline;
}
.one p {
	width:215px;
	float:left;
	margin:0 0 5px 15px;
	font-size:12px;
	color: #666666;
	font-weight:normal;
	font-family:arial;
	line-height:18px;
}
.two {
	width:235px;
	float:left;
	margin:0 5px 30px 0;
}
.two h2, .two h2 a:link, .two h2 a:visited {
	width:235px;
	float:left;
	margin:5px 0 3px 7px;
	font-size:20px;
	color: #28736c;
	font-weight:normal;
	font-family:georgia;
	text-decoration:none;
}
.two h2 a:hover {
	width:235px;
	float:left;
	margin:5px 0 3px 7px;
	font-size:20px;
	color: #514425;
	font-weight:normal;
	font-family:georgia;
	text-decoration:underline;
}
.two p {
	width:215px;
	float:left;
	margin:0 0 5px 15px;
	font-size:12px;
	color: #666666;
	font-weight:normal;
	font-family:arial;
	line-height:18px;
}
.three {
	width:235px;
	float:left;
	margin:0 5px 30px 0;
}
.three h2, .three h2 a:link, .three h2 a:visited {
	width:235px;
	float:left;
	margin:5px 0 3px 7px;
	font-size:20px;
	color: #28736c;
	font-weight:normal;
	font-family:georgia;
	text-decoration:none;
}
.three h2 a:hover {
	width:235px;
	float:left;
	margin:5px 0 3px 7px;
	font-size:20px;
	color: #514425;
	font-weight:normal;
	font-family:georgia;
	text-decoration:underline;
}
.three p {
	width:215px;
	float:left;
	margin:0 0 5px 15px;
	font-size:12px;
	color: #666666;
	font-weight:normal;
	font-family:arial;
	line-height:18px;
}
.four {
	width:235px;
	float:left;
	margin:0 5px 30px 0;
}
.four h2, .four h2 a:link, .four h2 a:visited {
	width:235px;
	float:left;
	margin:5px 0 3px 7px;
	font-size:20px;
	color: #28736c;
	font-weight:normal;
	font-family:georgia;
	text-decoration:none;
}
.four h2 a:hover {
	width:235px;
	float:left;
	margin:5px 0 3px 7px;
	font-size:20px;
	color: #514425;
	font-weight:normal;
	font-family:georgia;
	text-decoration:underline;
}
.four p {
	width:215px;
	float:left;
	margin:0 0 5px 15px;
	font-size:12px;
	color: #666666;
	font-weight:normal;
	font-family:arial;
	line-height:18px;
}
.quickintro {
	width:960px;
	float:left;
	margin:0 0 0 0;
}
.oneintro {
	width:720px;
	float:left;
	margin:0 5px 30px 0;
}
.oneintro h1 {
    color: #28736C;
    float: left;
    font-family: georgia;
    font-size: 30px;
    font-weight: normal;
    line-height: 33px;
    margin: 5px 0 10px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}
.oneintro p {
	width:670px;
	float:left;
	margin:0 0 15px 0;
	font-size:12px;
	color: #444444;
	font-weight:normal;
	font-family:arial;
	line-height:18px;
}
.oneintro p strong {
	/*float:left;*/
	margin:0 0 15px 0;
	font-size:14px;
	color: #28736c;
	font-weight:bold;
	font-family:arial;
	line-height:18px;
}
.oneintro p img.quoteleft {
	float:left;
	margin:0 20px 0 0;
}
.oneintro p img.quoteright {
	float:right;
	margin:0 0 0 0;
}
.twointro {
	width:190px;
	float:left;
	margin:0 0 30px 0;
	background-color: #ffffff;
	padding:15px;
}
.twointro h2 {
	width:195px;
	float:left;
	font-size:20px;
	color: #28736c;
	font-weight:normal;
	font-family:georgia;
	text-decoration:none;
	margin:0 0 10px 0;
}
.twointro p {
	width:190px;
	float:left;
	margin:0 0 10px 0;
	font-size:12px;
	color: #666666;
	font-weight:normal;
	font-family:arial;
	line-height:18px;
}
.twointro p span {
	float:right;
	font-size:12px;
	color: #28736c;
	font-weight:normal;
	font-family:arial;
	line-height:18px;
	margin:0 0 0 0;
}
.twointro img {
	float:left;
	margin:0 0 0 -8px;
}
.blog-post {
	width:220px;
	float:left;
	margin:0 0 10px 0;
}
.blog-post a img {
	float:left;
	margin:0 10px 10px 0;
}
.blog-post p {
	width:160px;
	float:right;
	margin:0 0 10px 0;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	font-family:arial;
}
.blog-post p a:link, .blog-post p a:visited {
	width:160px;
	float:right;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
}
.blog-post p a:hover {
	width:160px;
	float:right;
	font-size:12px;
	color: #eb0089;
	font-weight:bold;
	font-family:arial;
	text-decoration:underline;
}
.blog-post p span {
	font-size:11px;
	color: #515151;
	font-weight:normal;
	font-family:arial;
}
.content-area {
	width:960px;
	float:left;
}
.content {
	width:680px;
	float:left;
	margin:15px 0 0 0;
min-height:450px;
}
.content h1, .sidebar h1 {
	font-size:34px;
	margin:30px 0 15px 0;
}
.content h2, .sidebar h2 {
	font-size:30px;
	margin:30px 0 15px 0;
}
.content h3, .sidebar h3 {
	font-size:24px;
	margin:30px 0 15px 0;
}
.content h4, .sidebar h4 {
	font-size:16px;
	margin:30px 0 15px 0;
}
.content h5, .sidebar h5 {
	font-size:14px;
	margin:30px 0 15px 0;
}
.content #gallery {
	width:680px;
	float:left;
	margin:15px 0 30px 0;
}
.content #gallery a img {
	float:left;
	width:200px;
	border:solid 3px #347B75;
	margin:0 10px 10px 0;
}
.content #gallery a:hover img {
	float:left;
	width:200px;
	border:solid 3px #514425;
	margin:0 10px 10px 0;
}
.content .item .item-img a:hover img {
	float:left;
	width:200px;
	border:solid 3px #514425;
}
.content ul {
	margin:0 0 15px 0;
	padding:15px 15px 15px 30px;
	float:left;
	border-radius: 10px 10px 10px 10px;
	border-style: none !important;
}
.sidebar ul {
	margin:0 0 15px 0;
	padding:15px 15px 15px 30px;
	float:left;
	background-color: #a0d9d4;
	width:180px;
	border-radius: 10px 10px 10px 10px;
	border-style: none !important;
}
.content li, .sidebar li {
	margin:0;
	list-style-type: none;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	color: #347B75;
}
.content li a:link, .content li a:visited, .sidebar li a:link, .sidebar li a:visited {
	color:#347B75;
	margin:0;
	text-decoration:none;
}
.content li a:hover, .sidebar li a:hover {
	color:#347B75;
	margin:0;
	text-decoration:underline;
}
.content a:link, .content a:visited, .sidebar a:link, .sidebar a:visited {
	color:#347B75;
	margin:0;
	text-decoration:underline;
}
.content a:hover, .sidebar a:hover {
	color:#347B75;
	margin:0;
	text-decoration:underline;
}
.sidebar ul.category {
	margin:0 0 15px 0;
	padding:15px 15px 15px 15px;
	float:left;
	background-color: #a0d9d4;
	width:180px;
	border-radius: 10px 10px 10px 10px;
	border-style: none !important;
}
.sidebar ul.category li {
	margin:0 0 10px 0;
	padding:0 0 0 30px;
	background: url(../images/camera-icon.aspx)no-repeat;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	color: #347B75;
	list-style:none;
}
.sidebar ul.category li a:link, .sidebar ul.category li a:visited {
	color:#347B75;
	margin:0;
	text-decoration:none;
}
.sidebar ul.category li a:hover {
	color:#347B75;
	margin:0;
	text-decoration:underline;
}
.content .item {
	margin:0 0 15px 0;
	padding:15px 15px 15px 30px;
	float:left;
	background-color: #eee;
	width:600px;
	border-radius: 10px 10px 10px 10px;
	border-style: none !important;
}
.content .item .item-img a img {
	float:left;
	width:235px;
	border:solid 3px #ffffff;
}
.content .item .item-img img {
	float:left;
	width:235px;
	border:solid 3px #eeeeee;
}
.content .item .item-img a:hover img {
	float:left;
	width:235px;
	border:solid 3px #514425;
}
.content .item .item-overview {
	float:right;
	width:350px;
}
.content .item .item-overview .item-title h2, .content .item .item-overview .item-title h2 a:link, .content .item .item-overview .item-title h2 a:visited {
	width:350px;
	float:left;
	margin:0 0 10px 0;
	font-size:24px;
	color: #28736c;
	font-weight:normal;
	font-family:georgia;
	text-decoration:none;
}
.content .item .item-overview .item-title h2 a:hover {
	width:350px;
	float:left;
	margin:0 0 10px 0;
	font-size:24px;
	color: #514425;
	font-weight:normal;
	font-family:georgia;
	text-decoration:underline;
}
.content .item .item-overview .item-description p.price {
	float:left;
	margin:0 0 10px 0;
	font-size:24px;
	color: #514425;
	font-family:georgia;
	font-weight:bold;
}
.content .item a.item-more {
	background:#514425;
	font-size:16px;
	color: #ffffff;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
	cursor:pointer;
	padding:5px 10px 5px 10px;
	margin:0 0 0 0;
	float:right;
	border-radius: 10px 10px 10px 10px;
	border-style: none !important;
}
.content .item a.item-more:hover {
	background:#000;
	font-size:16px;
	color: #ffffff;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
	cursor:pointer;
	padding:5px 10px 5px 10px;
	margin:0 0 0 0;
	float:right;
	border-radius: 10px 10px 10px 10px;
	border-style: none !important;
}
.content .PagerControl {
	margin:0 0 15px 0;
	padding:15px 15px 15px 30px;
	float:left;
	background-color: #eeeeee;
	width:600px;
	border-radius: 10px 10px 10px 10px;
	border-style: none !important;
	font-size:14px;
}
.content .PagerControl a.UnselectedPage, .content .PagerControl a.SelectedPrev {
	background-color: #999;
	color: #fff;
	padding:5px 10px 5px 10px;
	text-decoration:none;
}
.content .PagerControl a.UnselectedPage:hover, .content .PagerControl a.SelectedPrev:hover {
	background-color: #347B75;
	color: #fff;
	padding:5px 10px 5px 10px;
	text-decoration:none;
}
.content .PagerControl .SelectedPage {
	background-color: #347B75;
	color: #fff;
	padding:5px 10px 5px 10px;
	text-decoration:none;
}
.content .PagerControl .PagerResults {
	float:right;
	font-weight:bold;
	width:200px;
}
.content .PagerControl .PagerNumberArea {
	float:left;
	width:400px;
}
.service {
    background-color: #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    border-style: none !important;
    float: left;
    margin: 0 0 15px;
    padding: 15px 15px 15px 30px;
    width: 600px;
    position: relative;
}
.serviceprice {
    color: #514425;
    position: absolute;
    bottom: 0;
    left: 25px;
    font-family: georgia;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}
.servicename {
        width:235px;
	margin:5px 0 3px 0px;
	font-size:20px;
	color: #28736c;
	font-weight:normal;
	font-family:georgia;
	text-decoration:none;
}
.servicedescription {
	margin-bottom:20px;
}
.bookingHeaderAction {
    margin-right:60px;
}
.bookingStylistLabel {
    margin-right:15px;
    margin-left:20px;
}
.bookingHeaderStartTime {
    margin-right:25px;
    margin-left:100px;
}
.bookingTotalPriceLabel {
    margin-left:20px;
}
.bookingBookLink {
    background: none repeat scroll 0 0 #514425;
    border-color: -moz-use-text-color;
    border-radius: 10px 10px 10px 10px;
    border-style: none !important;
    border-width: 0;
    color: #FFFFFF !important;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}   
}
.sidebar {
	width:240px;
	float:right;
	border-left:solid 2px #ffffff;
	padding:0 0 0 20px;
	margin:30px 0 0 0;
}
.sidebar form.side-contact {
	width:180px;
	background-color: #347B75;
	padding:20px!important;
	margin: 0 0 0 0 !important;
	border-radius: 10px 10px 10px 10px;
	border-style: none !important;
}
.sidebar form.side-contact label {
	font-weight:bold;
}
.sidebar form.side-contact input {
	padding:5px;
	font-size:12px;
	width:160px;
	color: #444;
	border:solid 2px #fff;
	background-color:#a0d9d4;
	margin:0 0 5px 0;
	font-family:arial;
}
.sidebar form.side-contact textarea {
	width:170px;
	height:60px;
	padding:5px;
	border:solid 2px #fff;
	background-color:#a0d9d4;
	margin:0 0 0 0;
	color: #999999;
	font-size:12px;
	font-family:arial;
}
.sidebar form.side-contact input.send_btn {
	background: #514425;
	border:0pt none;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
	cursor:pointer;
	padding:5px 10px 5px 10px;
	margin:10px 0 0 0;
	float:right;
	width:120px;
	border-radius: 10px 10px 10px 10px;
	border-style: none !important;
}
.sidebar form.side-contact input.send_btn:hover {
	background:#000;
	border:0pt none;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
	cursor:pointer;
	padding:5px 10px 5px 10px;
	margin:10px 0 0 0;
	float:right;
	width:120px;
	border-radius: 10px 10px 10px 10px;
	border-style: none !important;
}
.footer-expand {
	border-top:solid 5px #ffffff;
	background: #514425 url(../images/footer-bg.aspx) repeat-x;
	margin:0 0 0 0;
	height:50px;
}
.footer {
	width:960px;
	margin:0pt auto;
	height:50px;
}
.footer p.copyright {
	width:960px;
	font-size:12px;
	color: #fff;
	float:left;
	margin:15px 0 0 0;
}

/*
#gallery span span {
    float: left;
    height: 220px;
    text-align: center;
    vertical-align: middle;
    width: 220px;
}
*/
.SelectedPage, .SelectedPrev, .SelectedNext {
float:none !important;
}

#gallery span br {
clear:both;
}
/*
#gallery span img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border:3px solid #b6016b;
}

#fancybox-content {
border-color: #b6016b !important;
}*/

.PagerControl {
clear:both;
}

.BlogPTitle h3 a {
text-decoration:none !important;
}

.sidebar span, .sidebar a {
font-size:12px;
}

.ShoppingCartIcon {
display:none;
}

.BookingPanel, .LogonDialog, .content label {
font-size:12px;
color:#444444;
}

.dxMonthGridWithWeekNumbers td {
padding:0px 1px 0px 1px !important;
margin:0 !important;
text-align:center !important;
}

.dxeCalendarFooter table {
text-align:center;
margin:auto;
}
.TabsHeader {
    margin-top:15px;
}

.ProductListText {
padding-left:10px;
}

.ProductListCommands {
width:80px;
}

.ProductList h6 {
margin-bottom:10px;
}

#ShoppingCart .UnitsTextBox {
	margin-bottom: 0px;
	margin-top: 3px;
	width: 50px;
	display: block;
	border: 1px solid #ccc;
}

#ShoppingCart select {
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 3px;
	display: line;
	border: 1px solid #9CB700;
}


.TabsHeader table {
	width:100%;	
}

.TabControlSelected {
	border-top: 1px solid #333;
}

.TabControl,.TabControlLeft,.TabControlRight {
	border-bottom: 1px solid #333;
}

 .TabControlSelectedLeft {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
.TabControlSelectedRight {
	border-right: 1px solid #333;
	border-top: 1px solid #333;
}



.TabControl a{
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #383838;
}

.TabControlSelected a{
	font: bold 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	
}


.TabsContent {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 10px 10px 10px;
}

#MyAccount table td,#ShoppingCart table td,#Booking table td, #RegistrationForm table td,
#ContactForm table td{
	padding: 3px;
	width:auto;
}

#MyAccount table th,#ShoppingCart table th, #Booking table th{
	padding: 5px;
}

.skipPayment {
display:none !important;
}