/* 

READ ME 

Style overides for the Avalon spa site 
Version 1.0 - 23 Oct 2006

*/

Body{
	background-image: url(../img/structure/siteBg.gif);
}

.centreText{
	text-align: center;
}


h2{
	color: #016EA0;
}

a{
	color: #016EA0;
}

a:hover{
	color: #005A83;
}

#mainNavHolder{
	background-image: url(../img/structure/spaLogo.gif);
	background-repeat: no-repeat;
}

#homeImageHolder{
	background-image: url(../img/homepage/homeImage.jpg);
	background-repeat: no-repeat;
}

/*NAVIGATION*/

ul.mainNav li a{
	color: #707070;
	background-image: url(../img/structure/nav_left_off.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

ul.mainNav li a:hover, ul.mainNav li a.current{
	background-color: #9B9B9B;
	display: block;
	float: left;
	margin-bottom: 0px;
	padding: 24px 0px  5px  0px;
	color: #ffffff;
	background-image: url(../img/structure/nav_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.rightnav{
	background-image: url(../img/structure/nav_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 24px 10px  5px  16px;
}


/* Homepage style */

h2.homeTitle{
	font-size: 1.55em;
	color: #016EA0;
}

/* Subpage */

#subImageHolder{
	background-image:url(../img/structure/subPageImage.jpg);
	background-repeat: no-repeat;
}

h3{
	padding-top: 5px;
	color: #005A83;
}

h4{
	color: #016EA0;
}

h5{
	color: #005A83;
}

/* Product Description boxes :: products/default.htm */

.productHead{
	color: #016EA0;
	font-size: 1.55em;
	float: left;
	width: 285px;
	text-align: right;
}

.productSubHead{
	color: #005A83;
	font-size: 1.05em;
	font-weight: bold;
	float: left;
	width: 285px;
	text-align: right;
}

.productDescText{
	color: #707070;
	font-size: 0.95em;
	line-height: 1.3em;
	display: block;
	float: left;
	width: 285px;
	text-align: right;
}

#printContact{
	/*display: none;*/
	width: 85%;
	float: right;
	display: block;
}

.printHeader{
	display: none;
}