/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(http://www.elisitherapies.com.au/images/bg.jpg);

}

/*-----------------------------------------------------  	BG Starts	---------------------*/

.mainbox-bg{
	background-image:url(images/index_04.gif);
	background-repeat:repeat-y;
}

.mainbox-book{
	background-image:url(http://www.elisitherapies.com.au/images/bg-booking.gif);
	
	background-repeat:repeat;
}

/*-----------------------------------------------------  	BG Ends	---------------------*/


/*-----------------------------------------------------  	Text Decoration Starts	---------------------*/


.text {
	font-family:  Arial, Tahoma, Helvetica, sans-serif;
	font-size:14px;
	line-height:15px;
	color: #7E7758;
}

.text1 {
	font-family:  Arial, Tahoma, Helvetica, sans-serif;
	font-size:18px;
	line-height:15px;
	color: #7E7758;
}

.text2 {
	font-family:  Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color: #ABA384;
}

.text3 {
	font-family:  Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-style:italic;
	font-weight:bolder;
	color: #7E7758;
}


/*-----------------------------------------------------  	Text Decoration Ends	---------------------*/

/*-----------------------------------------------------  	Text Link Starts	---------------------*/

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

a:hover	{
	text-decoration: underline;
}


.copyright {
	color: #00A1C6;
	text-decoration: none;
}

.copyright:hover {
	text-decoration: underline;

}

/*-----------------------------------------------------  	Text Link Ends	---------------------*/

/*-----------------------------------------------------  	Cell Padding Starts	---------------------*/
.cell-main-padding {
	padding: 18px 18px 18px 18px;
	margin: 0px;
	
}

.img-left {
padding: 0px 16px 10px 0px;
margin:0px;
}

.img-right {
padding: 0px 0px 10px 16px;
margin:0px;
}

/*-----------------------------------------------------  	Cell Padding Ends	---------------------*/



