
/* DEFAULTS*/

.pagehead_001{
	background: #eeeeee;
  	background: -moz-linear-gradient(top, #eeeeee 0%, #efefef 100%);
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #fff));
  	background: -webkit-linear-gradient(top, #eeeeee 0%, #efefef 100%);
  	background: -o-linear-gradient(top, #eeeeee 0%, #efefef 100%);
  	background: -ms-linear-gradient(top, #eeeeee 0%, #efefef 100%);
  	background: linear-gradient(to bottom, #eeeeee 0%, #efefef100%);
  	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#eeeeee', EndColorStr='#efefef', GradientType=0);
	border-top:#dbdbdb 1px solid;	
	width:auto;
	margin: 5px auto 8px;
	padding:10px;
	}

div.pagehead_001 h1{
		color:#111111;
		padding: 0px;
		letter-spacing: 0px;
		font-size: 3em;
		line-height:1.5em;
		}

div.pagehead_001 h2{
		color:#666666;
		letter-spacing: -1px;
		font-size: 1.8em;
		padding-bottom:10px;
		}



.pagehead_002{
		background: url(https://secure.massagezone.biz/public/images/page_header/style_002.png);
		background-repeat:no-repeat;
		margin: 5px;
		height:auto;
		}

div.pagehead_002 h1{
		margin-left: 45px;
		padding-top:40px;}

div.pagehead_002 h2{
		margin-left: 45px;}





.pagehead_003{
		background: url(https://secure.massagezone.biz/public/images/page_header/style_003.png);
		background-repeat:no-repeat;
		margin: 5px;
		padding:8px;
		text-align:center;
		width:550px;
		height: 172px;}

div.pagehead_003 h1{
		color:#452d08;
		text-align:center;
		line-height:2em;}

div.pagehead_003 h2{
		color:#4f3308;
		text-align:center;
		line-height:2em;}




/* blue box */
.pagehead_004{
	background: #d9eae6;
	border:9px solid #d3e5e2;
	width:auto;
	height: auto;
	margin: 10px 0;
	text-align:center;
	padding:0px;
	}

div.pagehead_004 h1{ 
	padding-top:15px;
	color: #2d7173;
	line-height:1.5em;
	text-align:center;
	}

div.pagehead_004 h2{
	color:#559395;
	line-height:1.5em; 
	}



/* small large */

div.pagehead_005{}

div.pagehead_005 span, div.pagehead_005 h1 {
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;}

div.pagehead_005 h2{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 51px;
	line-height: 44px;
	letter-spacing: -2px;
	text-align:left;
	line-height:1.2em;
	font-weight: bold;}


/* rounded corners */
div.pagehead_006{
  	background-color:#fff;
	opacity:0.5; 
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding:12px;
	margin:8px 0;
	}

div.pagehead_006 h1 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -1px;color: #444;
	}


div.pagehead_006 h2{
    font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 48px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #444;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: 100;
	text-align:left;
	}
		
		
		
/* right align*/	


div.pagehead_007{text-align:right;}

div.pagehead_007 h1 {
	font: bold 34px "Century Schoolbook", Georgia, Times, serif;
	line-height: 90%;
	margin: .2em 0 .4em 0;
	letter-spacing: -2px;
	text-align:right;
	text-transform: uppercase;}


div.pagehead_007 h2{
        margin: 5px;
        font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
        font-size: 11px;}
	
	
	
@media (max-width: 480px) {
div.pagehead_005{}

div.pagehead_005 span, div.pagehead_005 h1 {
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;}

div.pagehead_005 h2{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 25px;
	line-height: 44px;
	letter-spacing: -2px;
	text-align:left;
	line-height:1.2em;
	font-weight: bold;}

}