/* Reset */

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: 20px; background: #fff; margin:0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.clear { display: inline-block; }
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clear { height: 1%; }
.clear { display: block; }

html,body {height:100%;}
body { font-size:13px; background:url("/images/site/bg1.png") repeat-x top left; background-color:#2e1d16;}

/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family:Helvetica, Arial, sans-serif; color: #d8caa8; }


/* Headings
-------------------------------------------------------------- */

/* h1,h2,h3,h4,h5,h6 { font-weight: bold; } */

h1 { float:left; display:block;font-size: 35px;}
h2 { font-size: 16px; color:#361b0a;margin-bottom:10px;}
h3 { font-size: 20px; margin-bottom:15px; color:#fff}
h4 { font-size: 16px; margin-bottom:15px; color:#fff}
h5 { font-size: 16px;}


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 20px;}

ul, ol { margin: 0 20px 20px 20px; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

dl { margin: 0 0 20px 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 20px; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 20px; font-style: italic; }
del { color: #000; }

a { color: #ffffff;}
a:hover { text-decoration: underline; }

blockquote { margin: 20px; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 20px 0; white-space: pre; }
pre, code, tt { font: 13px monospace; line-height: 20px; } 
tt { display: block; margin: 13px 0; line-height: 20px; }


/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 18px; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */

.small { font-size: 10px; margin-bottom: 24px; line-height: 24px; }
.large { font-size: 16px; line-height: 33px; margin-bottom: 16; }
.quiet { color: #999; font-style:oblique;}

.hide { display: none; }
.highlight { background: #ffc; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }



label { font-weight: bold; }

/* Fieldsets */
fieldset { width:450px; padding: 18px; margin: 0 0 20px 0; }
legend { padding: 0 5px; font-weight: bold; font-size: 16px; }

/* Textareas */
textarea { padding: 5px; }


/* hForm
-------------------------------------------------------------- */
form.hform p { margin: 0 0 20px; }
form.hform p label { float: left; width: 80px; font-size:13px; margin: 0 0 7px; color:#fff}

form.hform p input { width: 250px; color:#361b0a; border-color:#e6dec9; border-style:solid; border-width:1px; padding:5px; font-size:13px; background-color:#d8caa8;-moz-border-radius: 5px; -webkit-border-radius: 5px;}
form.hform p textarea { width: 440px; color:#361b0a; border-color:#e6dec9;border-style:solid; border-width:1px; padding:5px; font-size:13px;background-color:#d8caa8;-moz-border-radius: 5px; -webkit-border-radius: 5px;}
form.hform p select { width: 250px; border-color:#bfb294; border-style:solid; border-width:1px; padding:5px; font-size:13px;}

form.hform p input.button { width: auto; border-color:#654430;border-style:solid;border-width:1px;font-size:13px;background:#54301a; color:#fff; cursor:pointer;margin-top:7px; padding:10px 20px;}
form.hform p input.button:hover { width: auto; border-color:#654430;border-style:solid;border-width:1px;font-size:13px;background:#654430; color:#fff; cursor:pointer;margin-top:7px; padding:10px 20px;}
form.hform p input.checkbox { width: auto; }
form.hform p input.radio { width: auto; }

form.hform p.checkbox { margin-left: 100px; }
form.hform p.checkbox label { float: none; }
form.hform p.checkbox input { width: auto; }


/* vForm
-------------------------------------------------------------- */
form.vform p { margin: 0 0 13px; }
form.vform p label { display: block; font-size:13px; width:auto; margin: 0 0 7px;}

form.vform p input { width: 250px; border-color:#d8caa8; border-style:solid; border-width:3px; padding:5px; font-size:13px;}
form.vform p textarea { width: 440px; border-color:#d8caa8;border-style:solid; border-width:3px; padding:5px; font-size:13px;}
form.vform p select { width: 250px; }

form.vform p input.button { width: auto; border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;border-style:solid;border-width:1px;font-size:13px;background:#2c2b27; color:#fff; cursor:pointer;margin-top:7px;}

form.vform p.checkbox label { display: inline; }



/* Wrapper - Keep it fresh
-------------------------------------------------------------- */
#wrapper { min-height:100%; position:relative;}


/* Top
-------------------------------------------------------------- */

#header {height:113px;margin:0 0 20px 0;}
#header-content {margin: 0 auto;width:1030px;}

#header .tabs { margin-top:20px; float:right; list-style: none; }
#header .tabs li { float:left; text-indent: -9999px; margin-left: 6px; height:32px;}
#header .tabs a { display:block; width:auto; line-height:32px; color: #666; text-decoration: none; cursor:pointer;}

#header #home {background: url("/images/site/topnav-home.png") 0 0 no-repeat; width:91px; height:32px;}
#header #home:hover {background: url("/images/site/topnav-home.png") 0 -32px no-repeat;}
#header #home.selected {background: url("/images/site/topnav-home.png") 0 -32px no-repeat;}

#header #menu {background: url("/images/site/topnav-ourmenu.png") 0 0 no-repeat; width:113px; height:32px;}
#header #menu:hover {background: url("/images/site/topnav-ourmenu.png") 0 -32px no-repeat;}
#header #menu.selected {background: url("/images/site/topnav-ourmenu.png") 0 -32px no-repeat;}

#header #salon {background: url("/images/site/topnav-thesalon.png") 0 0 no-repeat; width:113px; height:32px;}
#header #salon:hover {background: url("/images/site/topnav-thesalon.png") 0 -32px no-repeat;}
#header #salon.selected {background: url("/images/site/topnav-thesalon.png") 0 -32px no-repeat;}

/* 2014_05_28_SJB: Start "Our Staff" Button: Uploaded to "Website images" directory "/images/site/topnav-ourstaff.png"  */

#header #staff {background: url("/images/site/topnav-ourstaff.png") 0 0 no-repeat; width:113px; height:32px;}
#header #staff:hover {background: url("/images/site/topnav-ourstaff.png") 0 -32px no-repeat;}
#header #staff.selected {background: url("/images/site/topnav-ourstaff.png") 0 -32px no-repeat;}

/* End "Our Staff" Button */

#header #photo {background: url("/images/site/topnav-photo.png") 0 0 no-repeat; width:149px; height:32px;}
#header #photo:hover {background: url("/images/site/topnav-photo.png") 0 -32px no-repeat;}
#header #photo.selected {background: url("/images/site/topnav-photo.png") 0 -32px no-repeat;}

#header #contact {background: url("/images/site/topnav-contactus.png") 0 0 no-repeat; width:113px; height:32px;}
#header #contact:hover {background: url("/images/site/topnav-contactus.png") 0 -32px no-repeat;}
#header #contact.selected {background: url("/images/site/topnav-contactus.png") 0 -32px no-repeat;}


#logo { display: block; float:left; width:224px; height:113px; background: url("/images/site/logo.png") no-repeat top left; }
#logo a {display: block; width: 100%; height: 100%; text-indent: -9999px;}


/* General Content
-------------------------------------------------------------- */

#content {margin: 0 auto; width: 950px; padding-bottom:250px;background: url("/images/site/flowers.png") no-repeat top left;}
#content .headline {margin:20px 0;}


#mission {float:left;width:450px;margin-right:30px;}
#brands {width:950px; margin:30px 0 40px 0;}

#body {float:left;width:600px;margin:0 30px 30px 0;}
#sidebar {float:left; width: 320px;}

.main-address {float:right; font-size:14px; margin:10px 30px 0 0;}

.menulisting {margin:30px 0;}

.newslisting {margin:30px 0; border-bottom: 1px solid #603c22;}

.newslisting img {margin:15px 0;}

.biolisting {margin:30px 0; padding: 0 0 30px 0; border-bottom: 1px solid #603c22; display:block; clear:both; min-height:200px;}
.biolisting img {margin:15px 10px; width:auto; max-height:180px; float:left; display:inline; border: 3px solid white;}

.gallerylist {margin:20px 0;}
.gallerylist ul{margin:20px 0; list-style:none;}

.gallerylist li {float:left; margin:0 15px 15px 0; border: 3px solid #eee; width:100px; height:100px;}

.gallerylist-small {margin:10px 0;}
.gallerylist-small  ul{margin:10px 0;list-style:none;}

.gallerylist-small  li {float:left; margin:0 10px 10px 0; border: 3px solid #eee; width:55px; height:55px;}




/* Footer
-------------------------------------------------------------- */
#footer { position:absolute; bottom:0; border-top: 1px solid #eee; margin-top: 20px; width:100%; height:250px; padding-top:5px; background-color:#57842f; background: url("/images/site/bg-lime.png") repeat-x top left;}
#footer a {color:#361b0a;}
#footer-content {margin: 0 auto;width:950px; text-align:center;}
#footer p { color:#361b0a;}
#footer p.quiet { color: #a3c762; }

.segment {float:left; text-align:left; width:290px; margin:15px 20px 0 0; height:auto;}

/* Image Styles
-------------------------------------------------------------- */

.imgleft { float:left; margin:0 10px 10px 0; border: 2px solid #eee;}
.imgright{ float:right; margin:10px; border: 2px solid #eee;}
.imgborder { border: 1px solid #eee;}
.imgblog { margin:10px 0;}
.imgleftspace {margin-left:45px; border: 2px solid #eee;}

.sidephotos {width:250px; margin:60px auto;}

.sidephotos img {border: 3px solid #eee;}


/* Social Bookmarks
-------------------------------------------------------------- */

.social { margin:10px 0;}

.social dt { float: left; clear: left;width:64px;}
.social dd { margin-left: 80px;height:64px;padding-top:10px;}


/* Matrix
-------------------------------------------------------------- */

.matrix { margin:10px 0; padding:10px 0; border-top: 1px solid #603c22;}

.matrix dt { float: left; clear: left;width: 320px;}
.matrix dd { margin-left: 360px;}


/* Tabs
-------------------------------------------------------------- */

div.panes div.slide {
	display:none;		
	padding:15px 10px;
	border-top:0;
	
	
}




/* root element for tabs  */
ul.menu { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #363636;	
	height:30px;
}

/* single tab */
ul.menu li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.menu a { 
	background: url(/images/site/tabs-black.png) no-repeat -420px 0;
	font-size:14px;
	font-weight:bold;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#a3c762;
	padding:0px;
	margin:0 2px;	
	position:relative;
	top:1px;
}

ul.menu a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.menu a:hover {
	background-position: -420px -31px;	
	color:#a3c762;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.menu a.current, ul.menu a.current:hover, ul.menu li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#a3c762 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.menu a.s 			{ background-position: -553px 0; width:81px; }
ul.menu a.s:hover 	{ background-position: -553px -31px; }
ul.menu a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.menu a.l 			{ background-position: -248px -0px; width:174px; }
ul.menu a.l:hover 	{ background-position: -248px -31px; }
ul.menu a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.menu a.xl 			{ background-position: 0 -0px; width:248px; }
ul.menu a.xl:hover 	{ background-position: 0 -31px; }
ul.menu a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/site/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/images/site/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/site/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/images/site/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/images/site/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/images/site/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/images/site/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/site/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/site/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/site/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/site/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/site/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/site/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/site/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/site/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/site/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/site/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }