@charset "UTF-8";
/* CSS Document */

	body {
	min-height:101%;
	background: #4e5a5e url(../images/bg.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	
	html {
	height:100%
	}

	#container {
	position: absolute;
	left: 50%;
	width: 857px;
	text-align: center;
	height: 573px;
	margin: 0px 0px 0px -428px;
	background-color: #d6cfc2;
	background-image: url(../images/shakti_bg.png);
	background-repeat: no-repeat;
	padding: 0px;
	}
	
	#container2{
	position: absolute;
	left: 50%;
	width: 857px;
	text-align: center;
	height: 573px;
	margin: 0px 0px 0px -428px;
	background-color: #d6cfc2;
	background-image: url(../images/shakti_bg2.png);
	background-repeat: no-repeat;	
	}
	
	img{
	border: none;
	
}
	
	
	/*  Header
	---------------------------------------------------------*/
	
	#header{
	width: 857px;
	height: 87px;
	clear: both;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	position: relative;
	padding: 0px;
	text-align: left;	
	}
	
	#header	.logo{
	float:left;
	display:inline;
	margin-top: 5px;
	margin-left: 46px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
	#header ul{
	width: 355px;
	margin: 0px 0px 0px 35px;
	padding: 0px;
	float: left;
	font-family: Tahoma, Arial, Verdana;
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
	list-style-type: none;
	
}
	
	#header li{
	margin: 0px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-right: 7px;
	height: 35px;
	padding-top: 30px;
}

	#header li a{
	text-decoration: none;
	color: #999999;}
	
	#header li a:hover{
	color: #781b4a;}
	
	#header .active{
	color: #781b4a;}

	#header .narrow{
	width: 63px;	
}

	#header .wide{
	width: 83px;	
}

	#header .book{
	float: left;
	margin: 22px 0px 0px;
	padding: 0px;
	width: 175px;
	font-family: "Trebuchet MS", Arial;
	font-size: 1.1em;
	line-height: 140%;
	color: #FFFFFF;
	text-align: center;
	
}
#header strong{
	font-weight: bold;

	font-size: 1.3em;
	
}


	/*  Main
	---------------------------------------------------------*/
	
	#main{
	width: 857px;
	text-align: left;
	height:400px
}
	#main .wrapper2{
	background-color:#fbfaf4;
	width: 762px;
	height:340px;
	margin-left: 16px;
	margin-top: 0px;
	overflow: auto;
	padding: 30px;
	display: block;
}

	#main .wrapper2 p{
	font-size: 0.9em;
}

	#main .col{
	float:left;
	display:inline;
	width: 400px;
	height:400px;
	margin-left: 18px;
	
	background-repeat: no-repeat;
	background-position: left top;
}
	
	#main .wrapper{
	width: 350px;
	height:360px;
	margin-left: 30px;
	margin-top: 30px;
	position: relative;
	overflow: auto;
}

	
	
	
	#main h1, #main h2, #main h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.2em;
	line-height: 130%;
	color: #781b4a;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}
	
	#main .larger{
	font-size: 1.5em;
	line-height: 120%;
}
	
	#main .intro{
	font-size: 1em;
	line-height: 130%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	
}
	
	#main p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 130%;
	color: #666666;
	font-weight: normal;
	padding-right:10px;
	}
	
	#main p a{
	color: #666666;
	}
	
	#main p a:hover{
	color: #781b4a;
	}
	
	#main .top{
	margin-top: 0px;
	}
	
	
	
	#main .small{
	font-size: 0.8em;
	}
	
	#main .small a{
	color: #666666;
	text-decoration:none;
	padding-left: 15px;
	font-weight: normal;
	}
	
	#main .small a:hover{
	color: #781b4a;
	
	}
	
	#main .next{
	background-image: url(../images/arrow_next.gif);
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	}
	
	#main .back{
	background-image: url(../images/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	position: absolute;
	left: 0px;
	bottom: 0px
	}
	
	#main ul{
	margin: 0px;
	
	padding: 0px 0px 0px 20px;
	
}

	
	#main li{
	font-size: 0.9em;
	line-height:130%;
	margin: 0px;
	padding: 0;
	font-weight: bold;	
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}

	#main li a{
	color: #666666;
	text-decoration:none;}
	
	#main li a:hover, #main .active{
	color: #781b4a;}
	
	
	
	/*  Main / Massage - Beauty
	---------------------------------------------------------*/
	
	#main .massage{
	background-color: #a49d96;
	background-image: none;
	}
	
	#main .massage h1, #main .beauty h1, #main .beauty h2, #main .beauty h3{
	color:#e5ded0;
	margin: 0px;
	padding: 0px;
}
	
	#main .massage p, #main .beauty p, #main .beauty blockquote{
	font-size: 1em;
	color:#fbfaf4;
	line-height: 110%;
	margin-bottom: 5px;
}

	#main .nomargins{
	margin: 0px;
	padding: 10px 0px 0px;
}
	
	
	#main .beauty{
	background-color: #ab948e;
	background-image: none;
	}
	
	#main .pics{
	height: 115px;
	margin-bottom: 20px;}
	
	#main .next-massage{
	font-size: 0.8em!important;
	color:#fbfaf4;
	padding-right: 15px;
	background-image: url(../images/arrow_mass_next.gif);
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	right: 0px;
	bottom: 0px;
	
	}
	
	#main .next-massage a{
	color:#fbfaf4;
	text-decoration:none}
	
	#main .back-massage{
	font-size: 0.8em!important;
	color:#fbfaf4;
	background-image: url(../images/arrow_mass_back.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	position: absolute;
	left: 0px;
	bottom: 0px;
	}
	
	#main .back-massage a{
	color:#fbfaf4;
	text-decoration:none}
	
	
	#main .next-beauty{
	font-size: 0.8em!important;
	color:#fbfaf4;
	padding-right: 15px;
	background-image: url(../images/arrow_beauty_next.gif);
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	right: 0px;
	bottom: 0px;
	
	}
	
	#main .next-beauty a{
	color:#fbfaf4;
	text-decoration:none}
	
	#main .back-beauty{
	font-size: 0.8em!important;
	color:#fbfaf4;
	background-image: url(../images/arrow_beauty_back.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	position: absolute;
	left: 0px;
	bottom: 0px;
	}
	
	#main .back-beauty a{
	color:#fbfaf4;
	text-decoration:none}
	
	
	/*  Contact Form
	---------------------------------------------------------*/	
	#contact{

	}
	
	#contact form {
	margin: 0px;
	padding: 0px;	
	width: 320px;
	float:left;
	color:#fbfaf4;
	}
	
	#contact fieldset {
	margin: 0px;
	padding: 0px;
	border:0px;
	clear: both;
	}
	
	#contact legend {
	padding-left: 0px;
	padding-bottom: 10px;
	color:#e5ded0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

	#contact label {
	margin-top:10px;
	float:left;
	width: 90px;
}
	#contact input {
	margin-top:8px;
	float:left;
	width: 210px;
	height:16px;
	padding-left:10px;
	border: 1px solid #999999;
}
	#contact textarea {
	margin-top:8px;
	float:left;
	width: 210px;
	padding-left:10px;
	border: 1px solid #999999;
	}
	
	#contact .fullwidth{
	width: 300px;}
	
	#contact .tick{
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 40px;
	margin-left: 5px;
}

	#contact .ticklabel{
	margin-top:5px;
	width: 55px;
	float: left;

}

	.clear{
	clear:both;}
	
	#contact .submit{
	color:#fbfaf4;
	font-weight: bold;
	font-size: 0.9em;
	background: url(../images/arrow_mass_next.gif) no-repeat left center;
	border:none;
	margin-top: 30px;
	cursor: pointer;
	float:right;
	padding: 0px;
	margin-right:0px;
	margin-bottom: 0px;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

	#contact .required {
	margin-top: 30px;
	}
	
	.box-contact{
	width:180px;
	height: 120px;
	background-color: #f2ead4;
	margin-bottom:10px;
	padding: 10px;
	
	
	}
	
	.box-contact p{
	font-size: 0.87em;
	color: #6b5642;
	line-height: 130%;}
	
	.box-contact p a{
	background: url(../images/arrow_yellow.gif) no-repeat right center;
	color: #6b5642!important;
	text-decoration:none;
	overflow: visible;
	padding-right: 65px;
}

	.box-contact p a:hover{
	text-decoration:underline;}
	
	
	/*  Footer
	---------------------------------------------------------*/
	
	#footer{
	position:relative;
	width: 808px;
	margin-top: 24px;
	margin-left: 30px;
	text-align: left;
	color: #666666;
	}
	
	#footer .left{
	float:left;
	margin: 0px;
	padding: 0px;
}
	
	#footer .right{
	float:right;
	margin: 0px 10px 0px 0px;
	padding: 0px;}
	
	#footer p{
	color: #666666;
	font-size: 0.8em;
	
}
	
	#footer p a{
	color: #666666;
	text-decoration:none;
	margin-right: 5px;
	margin-left: 5px;
	
}
	
	#footer p a:hover{
	color: #781b4a;}
