/***********************************************/
/* indexzen.css                                */
/* ZENHOTYOGA.COM.AU - index.html              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #ffffff;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #a4997d;
	
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
 visibility:hidden;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:relative;
	top: 78px;
	width:957px;
	background-color: #a4997d;
}

#masthead{
	position: absolute;
	width:957px;
	height:55px;
	background-color:#7b6d41;
	
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	left: 40px;
	color: #ffffff;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 957px;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-color:#721f2d;

}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 30px;
	z-index: 100;
	text-align:justify;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 2px 6px 4px 6px;
}

a.glink:hover{
	background-color:#660000;
	text-decoration: none;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 12px;
	right: 35px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	color:#ffffff;
	
}

#search a:hover{
	margin: 0px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size:x-small;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	margin-left:30px;
}

a.sInfo, a.sInfo:visited{
  	color: #ffffff;
	text-decoration: none;
}

a.sInfo:hover{
	text-decoration: underline;
}
