/* Neutralize styling: 

   Elements we want to clean out entirely: */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-size:16px;
    line-height:14px;
    font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	
}

/* Neutralize styling: 
Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-size:100%;
	margin: 0px;
	padding: 0px;
}

/* Apply left margin:
 Only to the few elements that need it: */
 
li, dd, blockquote {
	margin-left: 0;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
	font-size:14px;
	font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	letter-spacing:.03em;
	display:block;
	text-decoration:none;
	padding:8px 0px;
	color:#6e2967;		
	
}

fieldset {
	border: none;
}


/* Form field text-scaling */

input, select, textarea {
	font-size: 100%;
}

.txtfield, .comments{
	border:1px solid #d1d39d;	
	font-size:12px;
	color:#6e2967;	
	padding:5px; 	
}

a, a:link, a:visited, a:hover{
	color:#72883d;
	text-decoration:underline;
}

a:hover{
	color:#415027;
	text-decoration:none;
	}

a img, a:link img, a:visited img, a:hover img{
	border:0;
}

a:hover img{	
	text-decoration:none;
	}

.clear{
	visibility:hidden;
	height:1%;
	clear:both;
	margin: 0;
}

/*------------------------------------------------------------------
END INITIAL RULES 
/*------------------------------------------------------------------*/

body{
	background: #f6f1d3 url(../img/BGBody.jpg) center top repeat-x;
}

#body p{
	font-size:12px;
    line-height:16px;
    font-family:Arial, Helvetica, sans-serif;
	color:#273401;

}

#wrapper{
	width:100%;
	
}

#header{
	width:100%;
	height: 160px;
	
}

#headerContent{
	width:1000px;
	position: relative;
	margin: 0 auto;
}

#headerContent h1{
	height: 123px;
	width: 250px;
	position: absolute;
	top: 40px;
	left: 30px;
	display: block;
	
}


#body{
	width:100%;
	background:url(../img/BGfloralPattern.jpg) center bottom repeat-x;
}

#bodyContent{
	margin:0 auto;
	padding:15px 0 35px 0;
	width:1000px;
	background:url(../img/BGfloralPattern.jpg) center bottom repeat-x;
}


#footer{
	width:100%;
	background:url(../img/BGFooter.jpg) center top repeat-x;
}

#footerContent{
	background:url(../img/BGFooter.jpg) center top repeat-x;
	width:1000px;
	height:115px;
	margin:0 auto;
	padding-top:35px;
	text-align:center;
}

#footerContent p{
	color:#d7d09f;
	font-size:12px;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant:small-caps;
	padding:5px 0 0 0;
	margin: 8px 0 0 0 ;
}

#footerContent a{
	color:#d7d09f;
	font-size:13px;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	text-decoration:underline;
}

#footerContent a:hover{
	text-decoration:none;
}

/*------------------------------------------------------------------
Navigation
/*------------------------------------------------------------------*/

#sabai-global{
	display: block;
	position: absolute;
	top: 90px;
	left:490px;
	list-style-type: none;
	
}

#sabai-global li{
	float: left;
	display: block;
	padding:0 6px;
	color: #c9c194;
	font-size: 12px;
	border-right: 1px solid #c9c194;
	
}

#sabai-global li.last{
	border: 0;
}

#sabai-global li a{
	display: block;
	color: #c9c194;
	font-family: arial;
	text-decoration: none;
}


#sabai-global li a:hover{
	color: #EBBC58;
	text-decoration: underline;
}


#topNav{
	background:url(../img/topNavBorder.jpg) center top no-repeat;
	width: 875px;
	margin: 0 auto;
	
}

#global{
	background:url(../img/topNavBottomBorder.jpg) center bottom no-repeat;
	list-style:none;
	padding:18px 0;
	text-align: center;
	
}

#global li{
	display:inline;
	padding:3px 5px;	
}

#global li a{
	font-size:16px;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	letter-spacing:-.02em;
	text-decoration:none;
}

#subNav{
	width:150px;
	list-style:none;
	background:url(../img/BGcontactLeft.jpg) 0 bottom no-repeat;
	padding-bottom:45px;
}



#subNav li{
	padding:8px 0;
	background:url(../img/divDotsH.gif) left top repeat-x;
}

#subNav li a{
	font-size:14px;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	text-decoration:none;
}



/*------------------------------------------------------------------
Body Content
/*------------------------------------------------------------------*/

#banner{
	padding:15px 0 0 0;
	position:relative;
	width: 875px;
	margin: 0 auto;
}

#subBanner{
	padding:15px 0 0 0;
	position:relative;
	margin: 0 auto;
	width: 875px;
}

#overlay, #subOverlay{
	position:absolute;
	top:120px;
	left:15px;
	width:260px;
	height:39px;
	background:url(../img/overlayTag.png) 0 0 no-repeat;
}


#subOverlay{
	top:80px;
	left:16px;

}


#overlay h1, #subOverlay h1{
	font-size:17px;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	padding:13px 0 3px 0px;
	font-weight:normal;
	text-align: center;	
}

#midNav{
	width: 875px;
	background:url(../img/bg-mid-nav.jpg) center top no-repeat;
	padding:25px 0 10px 0px;
	margin: 0 auto;
}

.call-out-tile{
	position: relative;
	float:left;
	padding:0 10px 0 0px;
	height: 120px;
}

.call-out-tile a.bookButton{
	padding:10px 0 0 0;
	margin:0;
	display:block;
	position: absolute;
	bottom:10px;
	right: 5px;
}

#midNav .call-out-tile p{
	text-align:left;
	margin-left: 110px;
	font-size: 11px;
}


.call-out-tile h2 a{
	font-size:16px;
	font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	letter-spacing:-.02em;
	text-decoration:none;
	display:block;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 110px;
}

.call-out-tile#gift-card{
	background: url(../img/ico-img-giftcard.png) -5px 25px no-repeat;
	width: 215px;
	
}

.call-out-tile#thann{
	background: url(../img/ico-img-thannbottle.png) -5px 0 no-repeat;
	width: 220px;
	
}

.call-out-tile#dermalogica{
	background: url(../img/ico-img-dermabottle.png) 0 0 no-repeat;
	width: 205px;
	
}

.call-out-tile#book-online{
	background: url(../img/ico-img-apptbook.png) 0 0 no-repeat;
	width: 205px;
	padding-right: 0;
}


#lowerContent{
	width: 875px;
	margin: 0 auto;
	position: relative;
	background:url(../img/hr-ornament.png) center top no-repeat;
	padding:45px 0 0 0;
}

#lowerContent h2{
	font-size:18px;
	font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	letter-spacing:.03em;
	text-decoration:none;
	padding-bottom:10px;
	color:#6e2967;
}

#about-sabai-tile{
	width: 534px;
	height: 237px;
	float: left;
	display: block;
	background: url(../img/bg-about-sabai.png) 0 0 no-repeat;
}

#about-lead{
	float: left;
	width: 265px;
	margin: 30px 0 0 30px;
}

#about-lead p{
	font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	font-size: 13px;
	line-height: 20px;
}

#about-lead p a{
	color:#6e2967;
}



#define{
	float:left;
	width:180px;
	padding:0px 0 0 30px;
	text-align:center;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-weight:normal;
}

#define h3{
	font-size:15px;
	font-weight:normal;
	font-variant: small-caps;
	letter-spacing:.03em;
	text-decoration:none;
	color:#6e2967;
	padding:10px 0 7px 0;
	margin-top:	30px
}

#define p{
	font-size:14px;
    line-height:16px;
    font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	text-align:center;
	color:#273401;
	padding:0 20px 10px 0;
}

#signup-tile{
	background: url(../img/bg-signup-tile.png) 0 0 no-repeat;
	width: 264px;
	height: 207px;
	float: left;
	padding: 30px 20px 0 30px;
}

#signup-tile form{
	margin: 20px 0 0 0;
}

#signup-tile form input.txt{
	background: transparent;
	border: 0;
	margin: 5px 0 6px 4px;
	padding: 4px 0 0 8px;
	font-family:"Times New Roman", Georgia, Times, serif;
}

#signup-tile form input.btn{
	margin-left: 170px;
}


/*------------------------------------------------------------------
Body Content - SUB PAGE BODY
/*------------------------------------------------------------------*/

#subMidContent{
	background:url(../img/bg-mid-nav.jpg) center top no-repeat;
	margin: 0 auto;
	padding: 35px 0 0 10px;
	width: 865px;
	min-height: 500px;
	/*padding:45px 120px 10px 135px;*/
	
}

#midLeft,#contactLeft{
	width:160px;
	float:left;
	margin-left: 10px;
	/*text-align:center;*/
}

#midLeft h2.book, #midLeft h2{
	font-size:18px;
	font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	letter-spacing:.03em;
	text-decoration:none;
	padding:10px 0 10px 0;
	color:#6e2967;
}


#midLeft h2{
	padding-top:0px;
}

#midLeft p {
	font-size:12px;
    line-height:16px;
    font-family:Arial, Helvetica, sans-serif;
	color:#273401;
	padding:5px 0 5px 0;
	display:block;
}


#midRight, #contectRight{
	width:540px;
	float:left;
	margin:0 0 0 15px;
	padding:0 0 65px 30px;
	min-height: 400px;
	background:url(../img/divDotsV.gif) left top repeat-y;
}

#midRight h2{
	font-size:18px;
	font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	letter-spacing:.03em;
	text-decoration:none;
	margin:15px 0;
	color:#6e2967;
}

#midRight h3{
	font-size:15px;
	font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	letter-spacing:.03em;
	text-decoration:none;
	padding:10px 0 10px 0;
	color:#6e2967;
}



#midRight p {
	font-size:12px;
    line-height:16px;
    font-family:Arial, Helvetica, sans-serif;
	color:#273401;
	margin:5px 0 5px 0;
}

#midRight .prices{
	list-style:none;
	padding:20px 0 20px 0px;
	
}

.prices li{
	color:#273401;
	font-size:13px;
	padding:5px 0;
}

.prices li span{
	padding-left:100px;
	/*background:url(../img/divDotsHPrice.gif) 4px bottom no-repeat;*/
}

table.prices, table.pricesHands {
	color:#273401;
	font-size:13px;
	padding:5px 0 0px 80px;	
}

table td.pricedots{
	width:240px;
	text-align:left;
	/*background:url(../img/divDotsHPrice.gif) 4px bottom no-repeat;*/	
}

table.prices{
	width: 100%;
}

table.prices th{
	text-align: left;
	font-size:14px;
	font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	letter-spacing:.03em;
	color:#6e2967;
	padding: 5px 0;

}

table td{
	padding:6px 0;
}

table.prices tr{
	background:url(../img/divDotsHPrice.gif) 4px bottom repeat-x;
}

/*------------------------------------------------------------------
Body Content - Contact page
/*------------------------------------------------------------------*/
/*#contactLeft{
	width:200px;
	float:left;
	padding:0 10px 0 0;
	
}

#contactRight{
	width:500px;
	float:left;
	margin:0 0 0 0px;
	padding:0 10px 65px 15px;
	background:url(../img/divDotsV.gif) left top repeat-y;
}*/

#contactRight h2, #contactLeft h2{
	font-size:18px;
	font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	letter-spacing:.03em;
	text-decoration:none;
	padding-bottom:10px;
	color:#6e2967;
}

#contactLeft h2.book{
	font-size:18px;
	font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	letter-spacing:.03em;
	text-decoration:none;
	padding:10px 0 10px 0;
	color:#6e2967;
}


#contactRight h3{
	font-size:15px;
	font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	letter-spacing:.03em;
	text-decoration:none;
	padding:10px 0 10px 0;
	color:#6e2967;
}



#contactRight p, #contactLeft p{
	font-size:12px;
    line-height:16px;
    font-family:Arial, Helvetica, sans-serif;
	color:#273401;
	padding:5px 0 5px 0;
}

#contactLeft p{
	padding-bottom:10px;
}

#contactLeft p.phone{
	background:url(../img/BGcontactLeft.jpg) center bottom no-repeat;
	padding-bottom:50px;

}

.submit{
	padding:10px 0;
}

.error{
	padding:10px 0 10px 0;
	color:#6e2967;
}

.error ul{
	padding:6px 0 6px 10px;
	
}

/*------------------------------------------------------------------
Body Content - Photogallery
/*------------------------------------------------------------------*/

.galleryThumbs{
	background:url(../img/BGthumb.jpg) 0 0 no-repeat;
	width:108px;
	float:left;
	padding:0px 0 10px 0;
}

.galleryThumbs img{
	padding:5px;
}

/*------------------------------------------------------------------
Body Content - CART
/*------------------------------------------------------------------*/

#cart{
	padding-bottom:200px;	
}

#cart p{
	font-size:16px;
	font-weight:normal;
	font-family:"Times New Roman", Georgia, Times, serif;
	padding:4px 0;
    
}

#cart table{
	color:#273401;
	width:100%;
	font-size:15px;
	font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	margin-top:10px;
}

#cart table tr th{
	padding-bottom:10px;
}

#cart table tr.product td,
#cart table tr th{
	background:url(../img/divDotsHPrice.gif) 4px bottom repeat-x
}

#cart table select{
	border:1px solid  #6e2967;
	background-color:#e4dfc3;
	color:#6e2967;
	padding:4px;
}

#cart form input#submit {
	border: 0;
	background-color: #6e2967;
	padding: 4px 18px;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	cursor:pointer;
}

#cart form input.text,
#cart form textarea{
	background-color:#e4dfc3;
	border:1px solid  #6e2967;
	
}

#cart form input.disabled,
#cart form textarea.disabled {
	background-color: #d7d09f;
}


#policies p{
	margin: 8px 0;
}

#subMidContent.sitemap{
	width: 850px;
	padding-left: 25px;
}

.sitemap h2{
	font-size:18px;
	font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	letter-spacing:.03em;
	text-decoration:none;
	padding-bottom:10px;
	margin-bottom: 20px;
	color:#6e2967;
	
}

.sitemap ul{
	width: 180px;
	display: block;
	margin-right: 25px;
	margin-bottom: 20px;
	float: left;
	list-style-type: none;
}

.sitemap ul li{
	font-size:14px;
	font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	letter-spacing:.03em;
	text-decoration:none;
	padding-bottom:10px;
	color:#6e2967;
}

.sitemap ul li ul{
	margin: 10px;
}

.sitemap ul li ul li{
	font-size:12px;
	font-weight:normal;
    font-family:"Times New Roman", Georgia, Times, serif;
	font-variant:normal;
	letter-spacing:.03em;
	text-decoration:none;
	padding-bottom:4px;
	color:#6e2967;
}