/* * * * * * * * * * * * * * * * * * * * * * * *
*
*	 global.css
*	 10/02/09
*	 re-written by Domanique Alicia
*	 www.domanique.com
*	 me@domanique.com
*
* * * * * * * * * * * * * * * * * * * * * * * */



*{
	margin: 0;
	padding: 0;
	}
*:focus{ outline: none; }

body{
	background: #DFC085 url(../_images/background_top.jpg) repeat-x left top;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana sans-serif;
	color: #663300;
	}

#bigContainer{ background: transparent url(../_images/top_corner.jpg) no-repeat right top; }

#container{
	width: 700px;
	margin: 0 auto;
	}


/* regular navigation lists */
ul{
	margin-left: 25px;
	margin-bottom: 15px;
	}
li{
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-left: -2px;
}




ul#navigation{
	display: block;
	height: 35px;
	list-style-type: none;
	}
ul#navigation li{
	float: left;
	height: 35px;
	}
ul#navigation li#about a{
	background: transparent url(../_images/about.jpg) top left no-repeat;
	display: block;
	width: 89px;
	height: 35px;
	text-indent: -9999px;
	}
ul#navigation li#about a:hover{ background: transparent url(../_images/about_f2.jpg) top left no-repeat; }

ul#navigation li#services a{
	background: transparent url(../_images/service.jpg) top left no-repeat;
	display: block;
	width: 106px;
	height: 35px;
	text-indent: -9999px;
	}
ul#navigation li#services a:hover{ background: transparent url(../_images/service_f2.jpg) top left no-repeat; }

ul#navigation li#products a{
	background: transparent url(../_images/products.jpg) top left no-repeat;
	display: block;
	width: 113px;
	height: 35px;
	text-indent: -9999px;
	}
ul#navigation li#products a:hover{ background: transparent url(../_images/products_f2.jpg) top left no-repeat; }

ul#navigation li#contact a{
	background: transparent url(../_images/contact.jpg) top left no-repeat;
	display: block;
	width: 112px;
	height: 35px;
	text-indent: -9999px;
	}
ul#navigation li#contact a:hover{ background: transparent url(../_images/contact_f2.jpg) top left no-repeat; }

a:link, a:visited, a:active{ 
	text-decoration: none; 
	color: #93261e;
	font-weight: bold;
	}
a:hover{ background-color: #FFCC66;
	font-weight: bold;
	}
a.home{
	background: transparent url(../_images/bali_logo.jpg) top left no-repeat;
	display: block;
	height: 118px;
	width: 386px;
	text-indent: -9999px;
	}






/* @group Headings */
h2#aboutBaliSpa{
	background: transparent url(../_images/aboutus.jpg) top left no-repeat;
	width: 220px;
	height: 70px;
	text-indent: -9999px;
	}
h2.contact{
	background: transparent url(../_images/contact_us.png) no-repeat top left;
	width:  265px;
	height: 70px;	
	display: block;
	text-indent: -9999px;
	}
h3{
	color: #333333;
	font-size: 1.4em;
	font-weight: 100;
	background: url(../_images/lotus_bullet.jpg) no-repeat left center;
	padding-left: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
	}
/* @end */






p{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 12px;
	}
.bullet{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	background: transparent url(../_images/lotus_bullet.jpg) no-repeat left bottom;
	padding-left: 40px;
	padding-top: 3px;
	}
p.homebullet{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	background: transparent url(../_images/lotus_bullet.jpg) no-repeat left top;
	padding-left: 40px;
	padding-top: 3px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	}
p.center{ text-align: center; }
p.quickDescript{
	font-size: 1.1em;
	font-style: italic;
	color: #a6540c;

	margin-left: 38px;
	margin-top: -3px;
	line-height: 13px;
}
p.cost{
	text-align: right;
	font-size: 1.1em;
	color: #9a4d37;
	line-height: 16px;
	margin-top: -10px;
}
p.Laurie{
	text-align: left;
	font-size: 1.1em;
	color: #9a4d37;
	line-height: 16px;
	margin-top: -10px;
}




	

img.products{ margin-right: 30px; }

#columnLeft{
	width: 330px;
	float: left;
	margin-right: 36px;
	}
#columnRight{
	width: 330px;
	float: left;
	}
.service{
	border-bottom: 1px dotted #c3a876;
	margin: 0 auto 50px auto;
	width: 70%;
	padding: 0 20px 10px 20px;

}



#footer{
	clear: both;
	background: url(../_images/ornament.jpg) no-repeat center top;
	padding-top: 70px;
	padding-bottom: 10px;
	margin-top: 50px;
	text-align: center;
	font-size: .8em;
	}	
	

/* For the services page */
#content_2, #content_3 { display:none; }
.content{
	clear:  both;
}

ul.services{
	list-style-type: none;
	margin: 43px 0 20px;
}
ul.services li{
	margin: 0 100px 50px 0;
	float: left;
}
ul.services li a:hover{
	background-color: transparent;
	color: #663300;
}
