@charset "UTF-8";
/* reset browser inconsistencies - originally by eric meyer */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
	
:focus {
	outline: 0;
}
	
ol, ul {
	list-style: none;
}
	
html {
    width: 100%;
	height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font: 62.5%/1em Helvetica, Arial, sans-serif;
    background: #dad9c4;

}

#main-container {
    width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    background: #fff;
}

#header {
    height: 268px;
    position: relative;
    background: url(../images/layout/header-1.jpg) no-repeat; 
    z-index: 0;   
}

#header h1 {
    width: 704px;
    height: 136px;
    position: absolute;
    top: 115px;
    left: 50px;
    background: url(../images/layout/logo.png) no-repeat;
}

#header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#header strong {
    display: block;
    width: 100%;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/layout/top-strip.png) repeat-x;
    text-indent: -9999px;
}



#tagline {
    display: block;
    width: 100%;
    height: 268px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #3c4539;
    text-indent: -9999px;
}


#content {
    padding: 2em;
}

#content h2,
#extra-tagline {
    display: inline;
    float: left;
    font-size: 1.8em;
    text-transform: uppercase;
    padding: 1.1em 0.9em 1.1em 4em;
    margin-bottom: 1.5em;
}

#content h2 {
    background: #dad9c4;
    color: #fff;
    margin-left: -2em; /* this should be negative the left padding of #content */
    font-family: Georgia, "Times New Roman", serif;
}

#extra-tagline {
    padding-left: 0.8em;
    color: #960;
}

#text {
    width: 560px;
    float: left;
    
}

/* sidebar */

#sidebar {
    width: 350px;
    min-height: 550px;
    position: relative;
    float: right;
    margin-top: 70px;
    z-index: 100;
    
}

#sidebar img {
    margin-bottom: 0.5em;
}

#sidebar #menu {
    width: 187px;
    height: auto;
    position: relative;
    z-index: 20000;
}

#sidebar #menu .container {
    width: 187px;
    height: auto;
    position: absolute;
    bottom: -140px;
    left: 160px;
    background: url(../images/layout/menu-background.png) repeat-y;
    margin: 13px 0 26px 0;
    z-index: 20000;
}

#top-menu {
    list-style: inside disc;
    margin: 1.2em 1.2em;
}

#top-menu li {
    font-size: 1.2em;
    color: #87856b;
    margin-bottom: 0.8em;
}

#top-menu li a,
#top-menu li strong {
    display: inline;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.javascript #top-menu li strong {
    cursor: pointer;
}

.javascript #spa-menus ul {
    display: none;
}

.spa-menus #spa-menus ul {
    display: block;
}

#spa-menus ul {
    margin: 10px 0 10px 25px;
}

#spa-menus ul li {
    font-size: 1em;
    color: #d9984c;
    
}

#spa-menus ul li a {
    color: #d9984c;
    text-transform: none;
    background: url(../images/layout/menu-icons.png) no-repeat -100px 0;
    padding: 0.1em 0 0.1em 20px;

}

#spa-menus ul li a:hover {
    background-position: 0 0;
}

#contact-us-link a {
    background: url(../images/layout/menu-icons.png) no-repeat right -17px;
    padding-right: 20px;
}

#jump-to-text,
#jump-to-footer {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    text-indent: -9999px;
    background: url(../images/layout/menu-top-bottom.png) no-repeat;

}

#jump-to-text {
    top: -13px;
    height: 13px;
    background-position: 0 0;
}

#jump-to-footer {
    bottom: -26px;
    height: 26px;
    background-position: 0 -20px;
}

#large-image {
    margin-top: 1.5em;
}

/* content */

#text {
    font-size: 1.45em;
    line-height: 1.5em;   
    color: #5C5C5C;
    font-family: "Avenir LT 35 Light","Avenir 35 Light","Avenir Light","Futura LT Light","Futura Light", "Century Gothic LT Light","Century Gothic Light","Avant Garde LT Light","Avant Garde Light",AvantGarde-Light,"Twentieth Century LT Light","Twentieth Century Light",TwentiethCentury-Light,"Helvetica Neue 35 Light","Helvetica Neue Light","Helvetica Neue",HelveticaNeue,"Helvetica Light",Helvetica-Light,Helvetica,Arial,sans-serif

}

#text p,
#text ul,
#text ol {
    clear: left;
	margin-bottom: 1.4em;
}


#text ol,
#text ul {
	margin-left: 1.4em;

}

#text ul li,
#text ol li {
	margin-bottom: 0.4em;
}

#text ul {
	list-style: inside disc;
}

#text ol {
	list-style: inside decimal;
}


#text strong {
	font-weight: bold;
}

#text em {
	font-style: italic;
}

#text a {
    color: #b3a662;
    text-decoration: none;
}

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

#text a:visited {
    color: #3c4539;
}

#text h3,
#text h4 {
    font-family: Georgia, "Times New Roman", serif;    
    color: #6d7f67;
	margin-bottom: 0.8em;
}

#text h3 {
	border-bottom: 1px dotted #eee;
	font-size: 1.2em;
}

#text h4 {
	
	font-size: 1em;
}

form {
    display: block;
    width: 550px;
	margin: 1.5em 0 1.5em 0;
    
}


form fieldset legend,
form span {
    display: none;
}

form div.input-row {
    width: 100%;
    margin-bottom: 1.2em;
    overflow: hidden;
}

form div.input-row label,
form div.input-row .label {
    display: block;
    float: left;
    width: 140px;
	cursor: pointer;
}

form div.input-row input,
form div.input-row textarea,
form div.input-row .boxes-area {
    width: 400px;
    padding: 3px;
}

form div.input-row textarea {
    overflow: auto;
    min-width: 400px;
    max-width: 400px;
    min-height: 100px;
    max-height: 500px;
}

form button {
	cursor: pointer;
}


form div.input-row input,
form div.input-row select,
form div.input-row textarea {
    display: block;  
    float: left;
    border: 1px solid #777;
	font: inherit;
    background: #eee;
}


form div.input-row input:active,
form div.input-row textarea:active {
    border: 1px solid #00a4c8;
}
form div.input-submit {
	overflow: hidden;
}

form div.input-submit button {
	float: right;
	
}

form .secure-connection {
    background: url(../images/layout/padlock.png) no-repeat 0 0;
    padding: 0.3em 0 0.3em 25px;
}


/* generic error message */

#content p.error {
	display: block;
	width: 100%;
	margin: 8px 0;
	
}

#content p.error span {
	display: inline;
	*display: block;
	width: auto;
	*width: 80%;
	padding: 5px 5px 5px 30px;
	background: url(../images/layout/error.png) #f6cbca no-repeat 3px center;
}

p.information {
	display: block;
	width: 100%;
	margin: 8px 0;
	padding: 5px 5px 5px 30px;
	background: url(../images/layout/information.png) #f6f8fa no-repeat 3px center;
	
}

#text form div.input-row p.error {
    float: left;
	clear: both;
    font-size: 90%;
}


form .input-info {
    text-align: right;
    
}

#content form .input-info p {
     margin-bottom: 0;   
}



#footer {
    height: 80px;
    padding: 0 2em;
    text-align: right;
    font-size: 1.3em;
    line-height: normal;
    color: #444;
    clear: both;
    margin-top: 40px;
    overflow: hidden;
    padding-bottom: 20px;
}

#footer #w3c {
	clear: both;
	overflow: hidden;
}

#w3c li {
	display: inline;
	width: 60px;
	height: 21px;
	float: right;
}

#w3c li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	text-align: left;
}

#valid-css {
	margin-left: 1em;
	background-image: url(../images/layout/w3c-css.png); 
}

#valid-xhtml {
	background-image: url(../images/layout/w3c-xhtml.png); 
}


#footer img,
#footer address,
#footer #conditions {
    display: inline;
    float: right;
}

#footer img {
    margin: 0 0.5em 0 0.5em;

}

#footer address,
#footer #conditions {
    margin-top: 35px;
}

#footer address {
    text-transform: lowercase;
    font-style: normal;
    
}

#conditions {
    text-decoration: none;
    color: #960;
    text-transform: lowercase;   
}

#acura {
    float: right;
    margin-top: -18px;
    
}

#acura a {
    display: block;
    width: 181px;
    height: 8px;
    background: url(../images/layout/powered-by-acura.png) no-repeat;
    text-indent: -9999px;
    text-align: left;
}

/* tile left and right */

#tile-left,
#tile-right {
    width: 150px;
    position: absolute;
    top: 0;
    height: 100%;
    bottom: -100px;
    z-index: -2;
    background: url(../images/layout/side-tile.png) repeat-y;
}

#tile-left {
    left: 0;
    background-position: 0 266px;
   
}

#tile-right {
    right: 0;
    background-position: -150px 266px;    
}

/* about ikatan spa */

.about-ikatan-spa #header {
    background-image: url(../images/layout/header-4.jpg);
}

/* the retreat */

.the-retreat #header {
    background-image: url(../images/layout/header-2.jpg);
}

/* weddings */

.weddings #header {
    background-image: url(../images/layout/header-7.jpg);
}

/* gift certificates */

.gift-certificates #header {
    background-image: url(../images/layout/header-3.jpg);
}

#input-gift-certificate-amount {
    width: 3.6em;
}

#input-expiry-date {
    width: 4em;
}

/* specials */

.specials #header {
    background-image: url(../images/layout/header-1.jpg);
}

/* sparty's */

.spartys #header {
    background-image: url(../images/layout/header-5.jpg);
}

/* spa menus */

.spa-menus #header {
    background-image: url(../images/layout/header-6.jpg);
}

.spa-menus #text table {
    width: 100%;
    border-collapse: collapse;
    margin-left: -1.6em; /* same as left padding */
    margin-bottom: 1em;
}

.spa-menus #text table th {
    text-align: left;
    font-weight: bold;
}

.spa-menus #text table td {
    color: #3c4539;
}

.spa-menus #text table td h3 {
    font-size: 1em;
    margin-bottom: 0;
    color: inherit;
    font-family: inherit;
    border: inherit;
}

.spa-menus #text table td,
.spa-menus #text table th {
    padding: 0.8em 0.8em 0 0.8em;
}



.spa-menus #text table tr.additional-package td {
    padding-top: 0;
}

.spa-menus #text table tr.details td {
    padding-top: 0;
    padding-bottom: 0.8em; 
}

.spa-menus #text table .first {
    padding-left: 2em;
    margin-bottom: 0;
}

.spa-menus #text table td p {
    color: #5C5C5C;   
    font-weight: normal;
    margin-bottom: 0;
    font-size: 95%;
}

.spa-menus #text table tr.odd td {
    background-color: #dad9c4;
}

/* shop online */

/* more styles defined at book online */

.shop-online #header {
    background-image: url(../images/layout/header-2.jpg);
}


.shop-online #text {
    width: 940px;   
}

.shop-online #sidebar {
    height: 100px;
    min-height: 100px;
}

.shop-online #text form {
    width: 100%;
}


#products h3 { /* brand */

}



#products h4 { /* range */
	display: block;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	clear: both;
	margin: 1em 0;
	padding-top: 6px;
	border-top: 2px solid #ccc;	
}

#products ul {
    list-style: none;
    overflow: hidden;
}

#products ul li {
    display: block;
    width: 48%;
	margin-bottom: 0.3em;
	overflow: hidden;
    float: left;
    margin-left: 10px;
}

#products ul li label {
    cursor: pointer;
}

#products h5 { /* product title */
	display: block;
	width: 320px;
	font-size: 90%;
	line-height: normal;
	float: left;
}
	
#products .price-and-input {
    float: right;
    overflow: hidden;
	font-size: 90%;
	line-height: normal;
}	
	
#products .products input {
	display: block;
	width: 25px;
	background: #dad9c4;
	border: 1px solid #333;	
	float: left;
}

#products .products .price {
	display: inline; /* ie6 */
	width: 80px;
    float: left;
	margin-left: 10px;
	font-style: italic;	
}

#purchases {
	border-collapse: collapse;
	margin-bottom: 1em;
}


#purchases td,
#purchases th {
	padding: 0.3em;
}

#purchases th {
	text-align: left;
	font-weight: bold;
}

#purchases .first {
	width: 60%;
}

#purchases .last {
	width: 20%;
}

#purchases td:first-child {
	font-size: 80%;
}

#purchases tbody tr td {
	border-top: 1px solid #ccc;
}

#purchases tbody tr:first-child td {
	border-top: none;
}

/* visit us */

.visit-us #header {
    background-image: url(../images/layout/header-8.jpg);
}

/* book online */

.book-online #header {
    background-image: url(../images/layout/header-9.jpg);
    background-position: -1px 0;
}

.javascript .book-online #content form .treatment-booking .input-container,
.javascript .shop-online #content form .input-container {
    display: none;
}

.javascript .book-online #content form .active .input-container {
    display: block;
}

.book-online #content form h3,
.shop-online #content form h3 {
    background-color: #dad9c4;
    margin-left: -1.3em;
    padding: 0.8em 0.8em 0.8em 1.3em;
    color: inherit;
    font-size: 1.2em;
   
}

.toggle-icon {
    display: block;
    float: right;
    font-size: 0.8em;
    
}

.javascript .book-online #content form .treatment-booking h3,
.javascript .shop-online #content form h3 {
    cursor: pointer;
}

/* links */

.links #text ul {
	display: block;
	list-style: none;
	margin: 0;

}

.links #text ul li a {
	display: inline;
	font-size: 1.2em;

	
}

.links #text ul li img {
    display: inline;
    float: left;
    margin: 0 0.6em 0.6em 0;
    padding: 1px;
    border: 1px solid #ccc;
}

.links #text ul li h3 {
    font-size: 85%;
    border: 0;
}

.links #text ul li {
	margin-bottom: 0.8em;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.links #text ul li p {
    clear: none;
    font-size: 90%;
}

/* real weddings */

.javascript .real-weddings #text ul li .examples {
	display: none;
}



.real-weddings #text ul li .examples ul {
    overflow: hidden;
}

.real-weddings #text ul li .examples li {
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    float: left;
    margin-left: 5px;
    clear: none;
}



.real-weddings #text ul li .examples li:hover {
    background: #dad9c4;
}

.real-weddings #text ul li .examples li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}


/* contact us */

.contact-us #header {
    background-image: url(../images/layout/header-3.jpg);
}

.contact-us .gsmsc-mapDiv {
  height : 275px;
}

.contact-us .gsmsc-idleMapDiv {
  height : 275px;
}

.contact-us #google-map {
  width : 325px;
  float: right;
}

.gsmsc-controls {
    display: none;
}

/* google map */

.google-map .gsmsc-mapDiv {
  height : 490px;
}

.google-map .gsmsc-idleMapDiv {
  height : 490px;
}

.google-map #google-map {
  width : 590px;
}

.gsmsc-controls {
    display: none;
}


/* admin */

#admin {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.3em;
    border-collapse: collapse;
    margin-top: 1.4em;
    
}

#admin thead tr th {
    font-weight: bold;
    text-align: left;
}

#admin .wide {
    width: 200px;
}

#admin form {
    width: auto;
    margin-bottom: 2px;
}

#admin tr td,
#admin tr th {
    padding: 3px;  
}

#admin legend {
    display: none;
}

#admin button {
    width: 70px;
    cursor: pointer;
    border: 1px solid #333;
    background: #ccc;
    
    
}

.admin #text {
    width: 940px;
    
}

.admin #sidebar {
    display: none;
}


#products-admin ul {
	list-style: none none;
}

#products-admin ul li {
	margin-bottom: 0.8em;
	overflow: hidden;
}

#products-admin .product-title {

	width: 75%;
	float: left;
}

#products-admin .product-title input {
	width: 28em;
}

#products-admin .product-price {
	width: 25%;
	float: right;
}

#products-admin .product-price input {
	width: 4em;
}

#products-admin p.deleting {
	color: #ec5e53;
	margin-bottom: 0;
}

#user-details {
    overflow: hidden;
}

#user-details dt,
#user-details dd {
    width: 48%;
    float: left;
}

#user-details dt {
    font-weight: bold;
}

/* overlay that appears over site to highlight box */

#overlay {
    background: #666;
}