/*
-----------------------------------------------
Style Sheet

Site: Star Healing Touch
Author:   aaryn.com
Version:  2009.4
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* ---------- A note on font-sizing ---------- 
Default font size in IE6, IE7 and FireFox is 16px. 
Default for Safari 2 is 16px for "standard fonts" and 13px for "fixed-width fonts." (Safari 3 uses 16px for all fonts.) 
I am ignoring the Safai 13px mono-space type issue since this site does not use any mono-spaced fonts.
*/

html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:url(../images/bg.gif) repeat-x #174668;
	font-size:.75em; /* 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:12px 0;
	color:#656565;
	}

a:link, a:visited {
	color:#0D3352;
	}
	
a:hover, a:active {
	color:#0D3352;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:right;
	}

.raquo {
	font-size:1.2em;
	color:#fff;
	}

/* Layout
 * ------------------------------------------------------------------------- */

#flourish_bg {
	width:100%; 
	background:url(../images/flourish.gif) no-repeat 50% 0%;
	}
	
#container {
	width:900px;
	margin:0 auto;
	line-height:1.6em;
	background:#fff;
	}

#header {
	background:url(../images/header.jpg) no-repeat;
	width:900px;
	height:81px;
	text-align:left;
	}
	
	#header_home_link {
		width:347px;
		height:81px;
		display:block;
		text-indent:-5000px;
		outline:none;
		margin-left:24px;
		}

#bottom_corner {
	width:100%;
	background:url(../images/towel_stones.jpg) no-repeat bottom left #ffffff;
	}

#content_container {
	padding:17px;
	width:866px;
	}


#column_left {
	width:583px;
	float:left;
	display:inline;
	margin-right:14px;
	}

#home_title {
	background:url(../images/home_title.jpg) no-repeat;
	width:583px;
	height:119px;
	text-indent:-5000px;
	margin-bottom:14px;
	}
	
#massage_title {
	background:url(../images/massage_title.jpg) no-repeat;
	width:583px;
	height:119px;
	text-indent:-5000px;
	margin-bottom:14px;
	}
	
#about_title {
	background:url(../images/about_title.jpg) no-repeat;
	width:583px;
	height:119px;
	text-indent:-5000px;
	margin-bottom:14px;
	}
	
#gift_title {
	background:url(../images/gift_title.jpg) no-repeat;
	width:583px;
	height:119px;
	text-indent:-5000px;
	margin-bottom:14px;
	}
	
#testimonials_title {
	background:url(../images/testimonials_title.jpg) no-repeat;
	width:583px;
	height:119px;
	text-indent:-5000px;
	margin-bottom:14px;
	}
	
#contact_title {
	background:url(../images/contact_title.jpg) no-repeat;
	width:583px;
	height:119px;
	text-indent:-5000px;
	margin-bottom:14px;
	}

#column_right {
	width:269px;
	float:left;
	display:inline;
	}

#call_now {
	background:url(../images/call_now.gif) no-repeat;
	width:269px;
	height:119px;
	text-indent:-5000px;
	margin-bottom:14px;
	}

#flower_blurb_top {
	background:url(../images/flower_blurb_top.gif) no-repeat;
	width:269px;
	height:4px;
	overflow:hidden;
	}

#flower_blurb {
	width:239px;
	background:url(../images/flower_blurb_bottom.gif) no-repeat bottom left #c9d9ff;
	padding:11px 15px 15px 15px;
	margin-bottom:14px;
	}

#footer {
	background:url(../images/footer.gif) no-repeat;
	width:900px;
	height:26px;
	color:#cbc5c0;
	font-size:.92em;
	text-align:center;
	line-height:2.1em;
	}
	
#footer a{
	color:#cbc5c0;
	}

#copyright {
	color:#95b3d7;
	font-size:.82em;
	width:900px;
	margin:5px auto 10px auto;
	}


/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/navnew.gif") no-repeat; 
	width:900px; 
	height:30px; 


	
	}

#nav span { display: none; }

#nav li, #nav a { height:30px; display:block; outline:none; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 56px; left: 0px;}
#nav-02 { width: 65px; left: 0px; }
#nav-03 { width: 70px; left: 0px; }
#nav-04 { width: 91px; left: 0px; }
#nav-05 { width: 113px; left: 0px; }
#nav-06 { width: 64px; left: 0px; }
#nav-07 { width: 88px; left: 0px; }
#nav-08 { width: 72px; left: 0px; }


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/navnew.gif") -0px -30px no-repeat; }
#nav-02 a:hover { background:url("../images/navnew.gif") -56px -30px no-repeat; }
#nav-03 a:hover { background:url("../images/navnew.gif") -121px -30px no-repeat; }
#nav-04 a:hover { background:url("../images/navnew.gif") -191px -30px no-repeat; }
#nav-05 a:hover { background:url("../images/navnew.gif") -282px -30px no-repeat; }
#nav-06 a:hover { background:url("../images/navnew.gif") -395px -30px no-repeat; }
#nav-07 a:hover { background:url("../images/navnew.gif") -459px -30px no-repeat; }
#nav-08 a:hover { background:url("../images/navnew.gif") -547px -30px no-repeat; }





/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	text-align:left;
	float:left;
	z-index:5;
	
	}

#nav li ul li { 
	height:28px; 				/* Height of each drop down nav item */
	border:1px solid #3f3f3d;
	border-top:none;
	background-color:#2c2c2a; /* Put background here! Not in the ul!!*/
	left:-1px; /*Optional - Makes drop-down line up even with the dividing line in primary nav (instead of 1px to the right) */
	
	}	

#nav li ul li a {
	width:100%;
	height:28px;				/* Height of each drop down nav item, should match above */
	line-height:28px;			/* Height of each drop down nav item again, should match above */
	
	}

#nav li ul li a span {
	display:block;
	padding-left:10px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color:#ccc;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left:0; }

/* Hover styles for drop down items */
#nav-03 ul a:hover { 
	background-image:none;
	background-color:#3f3f3d;
	color:#ccc;
	text-decoration:none;
	cursor:pointer; 
	}

/* width of drop down nav - choose width that allows items to display on one line */

#nav-03 ul, #nav-03 li { width:170px; }	
