@charset "UTF-8";
/* CSS Document */

/***** Tertiary content area *****/
#tertiary-content-container {
	position: relative;
	width: 940px;
	padding: 30px 10px 0px 10px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	height:400px;
	background-image:url(..);
	background-position: top center;
	background-repeat:repeat;
}

	#tertiary-content-container h1 {
		width: 100%;
		height:50px;
		text-align:center;
		padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
		background-image:url(../images/divide.png);
		background-position:bottom;
		background-repeat:repeat-x;
	}


#fixed-panel-container {
	position: relative;
	width: 220px;
	height:315px;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	float:left;
}

	#fixed-panel-container h2 {
			position:relative;
			font-size:14px;
			font-weight:400;
			padding: 228px 10px 0px 10px; /*top, right, bottom, left*/
			margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
			text-decoration:none;
			text-align:center;
			color:#FFF;
	}


	#fixed-panel-container p {
			position:relative;
			font-size:14px;
			padding: 15px 10px 15px 10px; /*top, right, bottom, left -- Adjust TOP padding depending on design*/
			margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
			text-decoration:none;
			text-align:center;
			font-weight:600;
			color:#333333;
	}

#fixed-panel-spacer {
	position: relative;
	width: 20px;
	height:315px;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	float:left;
}


.massage1 {
	background-image:url(../images/massage1.png);
	background-position:center;
	background-repeat:no-repeat;
}

.massage2 {
	background-image:url(../images/massage2.png);
	background-position:center;
	background-repeat:no-repeat;
}

.massage3 {
	background-image:url(../images/massage3.png);
	background-position:center;
	background-repeat:no-repeat;
}

.massage4 {
	background-image:url(../images/massage4.png);
	background-position:center;
	background-repeat:no-repeat;
}

.massage5 {
	background-image:url(../images/massage5.png);
	background-position:center;
	background-repeat:no-repeat;
}

.massage6 {
	background-image:url(../images/massage6.png);
	background-position:center;
	background-repeat:no-repeat;
}

.massage7 {
	background-image:url(../images/massage7.png);
	background-position:center;
	background-repeat:no-repeat;
}

.massage8 {
	background-image:url(../images/massage8.png);
	background-position:center;
	background-repeat:no-repeat;
}

#row1 {
	position:relative;
	height:315px;
	width:940px;
	padding: 0px 0px 30px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}
	
#row2 {
	position:relative;
	height:315px;
	width:940px;
	padding: 0px 0px 50px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}